diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-02-06 19:27:42 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-02-06 19:34:57 +0000 |
commit | 931f936e3073653756101549f96757995cb44fd0 (patch) | |
tree | 7b3d83b341d65015a3d113d94bebadb0c5092865 | |
parent | e112dab88c19253b68eb7cef3264ca4a6a824ce8 (diff) |
security/botan2: prepare for boost-1.87 (+)
While here, also take upstream commits for:
* Backport: Update roughtime.cloudflare.com public key and port
* Remove code relying on Python distutils
-rw-r--r-- | security/botan2/Makefile | 9 | ||||
-rw-r--r-- | security/botan2/distinfo | 8 |
2 files changed, 14 insertions, 3 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index db9e0884dc9c..7074155831a1 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -1,11 +1,16 @@ PORTNAME= botan DISTVERSION= 2.19.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 DISTNAME= Botan-${PORTVERSION} +PATCH_SITES+= https://github.com/randombit/botan/commit/ +PATCHFILES+= 37fec38ff97604f964122cd2d33f5d503f319b10.patch:-p1 \ + 698c383b050591ae1a239c9e6d4ebe05532d2eee.patch:-p1 \ + 0fed26215b52a3d30122deb528f6b4deb824eae7.patch:-p1 + MAINTAINER= fluffy@FreeBSD.org COMMENT= Portable, easy to use and efficient C++ crypto library WWW= https://botan.randombit.net/ @@ -14,7 +19,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt DEPRECATED= End of life 2024-12-31 upstream, consider migrating to security/botan3 -EXPIRATION_DATE=2025-01-31 +EXPIRATION_DATE=2025-03-31 BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" diff --git a/security/botan2/distinfo b/security/botan2/distinfo index 2c46525d04c8..334533525222 100644 --- a/security/botan2/distinfo +++ b/security/botan2/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1722707280 +TIMESTAMP = 1737980464 SHA256 (Botan-2.19.5.tar.xz) = dfeea0e0a6f26d6724c4af01da9a7b88487adb2d81ba7c72fcaf52db522c9ad4 SIZE (Botan-2.19.5.tar.xz) = 6140148 +SHA256 (37fec38ff97604f964122cd2d33f5d503f319b10.patch) = 65d185241f6ca5ed5f1ee271855d7733874218df7fccb82a21c12b97e47828c0 +SIZE (37fec38ff97604f964122cd2d33f5d503f319b10.patch) = 15365 +SHA256 (698c383b050591ae1a239c9e6d4ebe05532d2eee.patch) = b3d9c32018fb17035b81191e3d69fe94a0ba2df7513eba0b4f7a66f3417ce187 +SIZE (698c383b050591ae1a239c9e6d4ebe05532d2eee.patch) = 2927 +SHA256 (0fed26215b52a3d30122deb528f6b4deb824eae7.patch) = 5af4a25ee9252829469cdb33de9f8afd212b96520a03b50855f8fc73cb99779a +SIZE (0fed26215b52a3d30122deb528f6b4deb824eae7.patch) = 2512 |