diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-06-05 20:50:05 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-06-05 20:52:23 +0000 |
commit | c6fb53f94ff3664ee6bf5aa21290d0324947e5e1 (patch) | |
tree | 5c4971207dac32cdaec9c1add176e0d25ace4097 | |
parent | 6bcbed3a624c056ec373410b1eef68c3163886f0 (diff) |
security/botan2: update to 2.19.2 release (+)
* Since 2.19.2 Botan has dropped openssl provider, remove corresponding option
* Adopt
-rw-r--r-- | security/botan2/Makefile | 12 | ||||
-rw-r--r-- | security/botan2/distinfo | 6 |
2 files changed, 7 insertions, 11 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index a23d936353fa..351d619c5419 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -1,12 +1,11 @@ PORTNAME= botan -DISTVERSION= 2.19.1 -PORTREVISION= 1 +DISTVERSION= 2.19.2 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 DISTNAME= Botan-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= Portable, easy to use and efficient C++ crypto library LICENSE= BSD2CLAUSE @@ -44,8 +43,8 @@ PLIST_SUB= SHLIBVER=${_SHLIBVER} \ SOABIVER=${_SOABIVER} PORTDOCS= * -OPTIONS_DEFINE= DOCS MANPAGES PYTHON SQLITE3 SSL -OPTIONS_DEFAULT= MANPAGES SSL +OPTIONS_DEFINE= DOCS MANPAGES PYTHON SQLITE3 +OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} @@ -59,9 +58,6 @@ PYTHON_CONFIGURE_OFF= --no-install-python-module SQLITE3_USES= sqlite SQLITE3_CONFIGURE_WITH= sqlite3 -SSL_USES= ssl -SSL_CONFIGURE_WITH= openssl - .include <bsd.port.options.mk> .if ${ARCH} == aarch64 diff --git a/security/botan2/distinfo b/security/botan2/distinfo index a0291199c0c9..d42f706ad62f 100644 --- a/security/botan2/distinfo +++ b/security/botan2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642970839 -SHA256 (Botan-2.19.1.tar.xz) = e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560 -SIZE (Botan-2.19.1.tar.xz) = 6088380 +TIMESTAMP = 1654461501 +SHA256 (Botan-2.19.2.tar.xz) = 3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75 +SIZE (Botan-2.19.2.tar.xz) = 6063336 |