summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2017-08-30 15:52:59 +0000
committercpm <cpm@FreeBSD.org>2017-08-30 15:52:59 +0000
commitfd91ffe759c2bea2390f848664c0c9ce2fa1eb73 (patch)
treeff822e8bee23e1f5cb677cbabfeaa7c14630931f
parent3f273fdbe47dce2665842b4a603ea8b0fee716fa (diff)
downloadFreeBSD-ports-fd91ffe759c2bea2390f848664c0c9ce2fa1eb73.zip
FreeBSD-ports-fd91ffe759c2bea2390f848664c0c9ce2fa1eb73.tar.gz
security/libgcrypt: update to 1.8.1
- Update libgcrypt to 1.8.1 - Bump library version in pkg-plist Noteworthy changes in version 1.8.1 * Bug fixes: - Mitigate a local side-channel attack on Curve25519 dubbed "May the Fourth be With You". [CVE-2017-0379] [also in 1.7.9] - Add more extra bytes to the pool after reading a seed file. - Add the OID SHA384WithECDSA from RFC-7427 to SHA-384. - Fix build problems with the Jitter RNG - Fix assembler code build problems on Rasbian (ARMv8/AArch32-CE). Changes: https://abi-laboratory.pro/tracker/changelog/libgcrypt/1.8.1/log.html Binary compatibility report: https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.8.0/1.8.1/31172/abi_compat_report.html MFH: 2017Q3 Security: https://vuxml.freebsd.org/freebsd/22f28bb3-8d98-11e7-8c37-e8e0b747a45a.html
-rw-r--r--security/libgcrypt/Makefile3
-rw-r--r--security/libgcrypt/distinfo6
-rw-r--r--security/libgcrypt/pkg-plist2
3 files changed, 5 insertions, 6 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index d0f99715e..0a9e70b 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libgcrypt
-PORTVERSION= 1.8.0
+PORTVERSION= 1.8.1
CATEGORIES= security
MASTER_SITES= GNUPG
@@ -40,7 +40,6 @@ CONFIGURE_ARGS+= --disable-asm
post-patch:
@${RM} ${WRKSRC}/doc/gcrypt.info*
@${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S
- @${REINPLACE_CMD} -e 's|-O0/'\''|-O0/g'\''|g' ${WRKSRC}/random/Makefile.*
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo
index 35aa711..392c174 100644
--- a/security/libgcrypt/distinfo
+++ b/security/libgcrypt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500481367
-SHA256 (libgcrypt-1.8.0.tar.bz2) = 23e49697b87cc4173b03b4757c8df4314e3149058fa18bdc4f82098f103d891b
-SIZE (libgcrypt-1.8.0.tar.bz2) = 2963266
+TIMESTAMP = 1503947280
+SHA256 (libgcrypt-1.8.1.tar.bz2) = 7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3
+SIZE (libgcrypt-1.8.1.tar.bz2) = 2967344
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist
index 5e68f4c..aa1cbf9 100644
--- a/security/libgcrypt/pkg-plist
+++ b/security/libgcrypt/pkg-plist
@@ -6,6 +6,6 @@ include/gcrypt.h
lib/libgcrypt.a
lib/libgcrypt.so
lib/libgcrypt.so.20
-lib/libgcrypt.so.20.2.0
+lib/libgcrypt.so.20.2.1
man/man1/hmac256.1.gz
share/aclocal/libgcrypt.m4
OpenPOWER on IntegriCloud