diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-03-18 01:46:13 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-03-18 01:46:13 +0000 |
commit | fa5cd236f8c80b68cb049c88db9b2452e7f04902 (patch) | |
tree | 66b80c17c1f0df7b55d117a475b9ab3e6a69a979 | |
parent | 85e507d7c231ba88393c317d41e4c6ce213ad161 (diff) |
security/botan2: update to 2.19.4 release (+)
Cnagelog: https://botan.randombit.net/news.html#version-2-19-4-2024-02-20
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r-- | security/botan2/Makefile | 5 | ||||
-rw-r--r-- | security/botan2/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 6664585ac79b..231db7ec7a05 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -1,6 +1,5 @@ PORTNAME= botan -DISTVERSION= 2.19.3 -PORTREVISION= 6 +DISTVERSION= 2.19.4 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -17,7 +16,7 @@ BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs -USES= compiler:c++11-lang cpe gmake shebangfix tar:xz +USES= compiler:c++17-lang cpe gmake shebangfix tar:xz CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes diff --git a/security/botan2/distinfo b/security/botan2/distinfo index 182b84602a83..9cf505ec95e4 100644 --- a/security/botan2/distinfo +++ b/security/botan2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669163853 -SHA256 (Botan-2.19.3.tar.xz) = dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55 -SIZE (Botan-2.19.3.tar.xz) = 6105896 +TIMESTAMP = 1709426598 +SHA256 (Botan-2.19.4.tar.xz) = 5a3a88ef6433e97bcab0efa1ed60c6197e4ada9d9d30bc1c47437bf89b97f276 +SIZE (Botan-2.19.4.tar.xz) = 6099528 |