security/botan2: update to 2.19.2 release (+)
* Since 2.19.2 Botan has dropped openssl provider, remove corresponding option * Adopt
This commit is contained in:
parent
6bcbed3a62
commit
c6fb53f94f
2 changed files with 7 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue