svn commit: r467146 - head/security/botan2
Kirill Ponomarev
krion at FreeBSD.org
Thu Apr 12 11:51:31 UTC 2018
Author: krion
Date: Thu Apr 12 11:51:30 2018
New Revision: 467146
URL: https://svnweb.freebsd.org/changeset/ports/467146
Log:
Update to 2.6.0
Bugfixes and some new features. Most notable fix:
- CVE-2018-9860 Fix a bug decrypting TLS CBC ciphertexts which could
for a malformed ciphertext cause the decryptor to read and HMAC an
additional 64K bytes of data which is not part of the record. This
could cause a crash if the read went into unmapped memory. No
information leak or out of bounds write occurs.
PR: 227455
Submitted by: maintainer
Modified:
head/security/botan2/Makefile
head/security/botan2/distinfo
head/security/botan2/pkg-plist
Modified: head/security/botan2/Makefile
==============================================================================
--- head/security/botan2/Makefile Thu Apr 12 11:11:25 2018 (r467145)
+++ head/security/botan2/Makefile Thu Apr 12 11:51:30 2018 (r467146)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= botan
-DISTVERSION= 2.5.0
+DISTVERSION= 2.6.0
CATEGORIES= security
MASTER_SITES= http://botan.randombit.net/releases/
PKGNAMESUFFIX= 2
@@ -61,7 +61,7 @@ post-patch:
${WRKSRC}/src/build-data/cc/clang.txt
post-install:
-.for i in bin/botan lib/libbotan-2.so.5.5.0
+.for i in bin/botan lib/libbotan-2.so.5.6.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i}
.endfor
Modified: head/security/botan2/distinfo
==============================================================================
--- head/security/botan2/distinfo Thu Apr 12 11:11:25 2018 (r467145)
+++ head/security/botan2/distinfo Thu Apr 12 11:51:30 2018 (r467146)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522742583
-SHA256 (Botan-2.5.0.tgz) = b8a31fe03e7f048a5bd3967ecd04b6a48966215e78792df06e333b0eede4fb1b
-SIZE (Botan-2.5.0.tgz) = 6596225
+TIMESTAMP = 1523435950
+SHA256 (Botan-2.6.0.tgz) = c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5
+SIZE (Botan-2.6.0.tgz) = 6599127
Modified: head/security/botan2/pkg-plist
==============================================================================
--- head/security/botan2/pkg-plist Thu Apr 12 11:11:25 2018 (r467145)
+++ head/security/botan2/pkg-plist Thu Apr 12 11:51:30 2018 (r467146)
@@ -304,6 +304,6 @@ include/botan-2/botan/zlib.h
lib/libbotan-2.a
lib/libbotan-2.so
lib/libbotan-2.so.5
-lib/libbotan-2.so.5.5.0
+lib/libbotan-2.so.5.6.0
%%PYTHON_SITELIBDIR%%/botan2.py
libdata/pkgconfig/botan-2.pc
More information about the svn-ports-all
mailing list