diff options
Diffstat (limited to 'security/botan3')
-rw-r--r-- | security/botan3/Makefile | 8 | ||||
-rw-r--r-- | security/botan3/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/botan3/Makefile b/security/botan3/Makefile index c5c0ff84d783..6f79df55eb9a 100644 --- a/security/botan3/Makefile +++ b/security/botan3/Makefile @@ -1,5 +1,5 @@ PORTNAME= botan -DISTVERSION= 3.8.1 +DISTVERSION= 3.9.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= ${_BOTANMAJOR} @@ -38,7 +38,7 @@ LDFLAGS+= -pthread DOCSDIR= ${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION} -_SOABIVER= 8 +_SOABIVER= 9 _BOTANMAJOR= ${DISTVERSION:S/./ /g:[1]} _SHLIBVER= ${DISTVERSION:S/./ /g:[2]} _SHLIBVERPATCH= ${DISTVERSION:S/./ /g:[3]} @@ -81,8 +81,8 @@ CHOSEN_COMPILER_TYPE= clang CONFIGURE_ARGS+= --cc-abi="-march=armv8-a+crypto" .elif ${ARCH:Mpowerpc64*} CONFIGURE_ARGS+= --cpu="ppc64" -.if !defined(MACHINE_CPU) || (defined(MACHINE_CPU) && !${MACHINE_ABI:Mvsx2}) -CONFIGURE_ARGS+= --disable-powercrypto +.if !defined(MACHINE_CPU) || (defined(MACHINE_CPU) && !${MACHINE_CPU:Mvsx2}) +CONFIGURE_ARGS+= --disable-modules=aes_power8,ghash_cpu .endif .endif diff --git a/security/botan3/distinfo b/security/botan3/distinfo index e64fce607f4f..fcfd51da6b9e 100644 --- a/security/botan3/distinfo +++ b/security/botan3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747422221 -SHA256 (Botan-3.8.1.tar.xz) = b039681d4b861a2f5853746d8ba806f553e23869ed72d89edbfa3c3dbfa17e68 -SIZE (Botan-3.8.1.tar.xz) = 8706304 +TIMESTAMP = 1755770536 +SHA256 (Botan-3.9.0.tar.xz) = 8c3f284b58ddd42e8e43e9fa86a7129d87ea7c3f776a80d3da63ec20722b0883 +SIZE (Botan-3.9.0.tar.xz) = 8769364 |