diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-01-27 18:39:52 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-01-27 18:39:52 +0800 |
commit | 6994fd53b8b3b0b08c5ff96038c5ca5c88cf673b (patch) | |
tree | ec1e05e3e801a043338dd90ff91e854515998377 /security/botan2 | |
parent | 0869ea82d004f3193c83cec8c06f39aa01aec20a (diff) | |
download | freebsd-ports-gnome-6994fd53b8b3b0b08c5ff96038c5ca5c88cf673b.tar.gz freebsd-ports-gnome-6994fd53b8b3b0b08c5ff96038c5ca5c88cf673b.tar.zst freebsd-ports-gnome-6994fd53b8b3b0b08c5ff96038c5ca5c88cf673b.zip |
security/botan2: Update to 2.9.0 (Fixes CVE-2018-20187)
PR: 234938
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
MFH: 2019Q1
Security: d8e7e854-17fa-11e9-bef6-6805ca2fa271
Diffstat (limited to 'security/botan2')
-rw-r--r-- | security/botan2/Makefile | 8 | ||||
-rw-r--r-- | security/botan2/distinfo | 6 | ||||
-rw-r--r-- | security/botan2/pkg-plist | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 2af97915222f..2baa459461ef 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.8.0 -PORTREVISION= 2 +DISTVERSION= 2.9.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -27,7 +26,8 @@ USE_LDCONFIG= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --with-external-includedir=${PREFIX}/include \ --with-external-libdir=${PREFIX}/lib \ - --with-boost --with-bzip2 --with-lzma --with-zlib + --with-boost --with-bzip2 --with-lzma --with-zlib \ + --cc=${COMPILER_TYPE} LDFLAGS+= -pthread DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} @@ -60,6 +60,6 @@ post-patch: ${WRKSRC}/src/build-data/cc/clang.txt post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.8.8.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.9.9.0 .include <bsd.port.mk> diff --git a/security/botan2/distinfo b/security/botan2/distinfo index e657dcf96f96..5a902d542d76 100644 --- a/security/botan2/distinfo +++ b/security/botan2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1538471024 -SHA256 (Botan-2.8.0.tgz) = e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960 -SIZE (Botan-2.8.0.tgz) = 7152674 +TIMESTAMP = 1547467989 +SHA256 (Botan-2.9.0.tgz) = 305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119 +SIZE (Botan-2.9.0.tgz) = 7216373 diff --git a/security/botan2/pkg-plist b/security/botan2/pkg-plist index 289d69de7805..cba2b469e02e 100644 --- a/security/botan2/pkg-plist +++ b/security/botan2/pkg-plist @@ -16,6 +16,7 @@ include/botan-2/botan/atomic.h include/botan-2/botan/auto_rng.h include/botan-2/botan/b64_filt.h include/botan-2/botan/base32.h +include/botan-2/botan/base58.h include/botan-2/botan/base64.h include/botan-2/botan/basefilt.h include/botan-2/botan/bcrypt.h @@ -307,7 +308,7 @@ include/botan-2/botan/xts.h include/botan-2/botan/zlib.h lib/libbotan-2.a lib/libbotan-2.so -lib/libbotan-2.so.8 -lib/libbotan-2.so.8.8.0 +lib/libbotan-2.so.9 +lib/libbotan-2.so.9.9.0 %%PYTHON_SITELIBDIR%%/botan2.py libdata/pkgconfig/botan-2.pc |