summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2017-07-04 17:38:30 +0000
committerRenato Botelho <garga@FreeBSD.org>2017-07-14 16:29:39 -0300
commitca3579bb92fd3b26dbf3a8b9c88b310b3812d02d (patch)
tree25d0b022100fd3d37a3e646af8bd070bebcb9ecc
parent45f579f47535b6e886c6273d4ae9258c6e2a8a02 (diff)
downloadFreeBSD-ports-ca3579bb92fd3b26dbf3a8b9c88b310b3812d02d.zip
FreeBSD-ports-ca3579bb92fd3b26dbf3a8b9c88b310b3812d02d.tar.gz
security/libgcrypt: update to 1.7.8
- Update libgcrypt to 1.7.8 - Bump library version in pkg-plist Noteworthy changes in version 1.7.8 * Bug fixes: - Mitigate a flush+reload side-channel attack on RSA secret keys dubbed "Sliding right into disaster". For details see <https://eprint.iacr.org/2017/627>. [CVE-2017-7526] Changes: https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000408.html Binary compatibility report: https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.7.7/1.7.8/95cc7/abi_compat_report.html PR: 220382 MFH: 2017Q3 Exp-run by: antoine Security: https://www.vuxml.org/freebsd/ed3bf433-5d92-11e7-aa14-e8e0b747a45a.html (cherry picked from commit 909566accdb5cd66ed740a3efb9baf33aabf3c01)
-rw-r--r--security/libgcrypt/Makefile2
-rw-r--r--security/libgcrypt/distinfo6
-rw-r--r--security/libgcrypt/pkg-plist2
3 files changed, 5 insertions, 5 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index f941a32..2236798 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libgcrypt
-PORTVERSION= 1.7.7
+PORTVERSION= 1.7.8
CATEGORIES= security
MASTER_SITES= GNUPG
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo
index 74a4b3a..87e530f 100644
--- a/security/libgcrypt/distinfo
+++ b/security/libgcrypt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496487630
-SHA256 (libgcrypt-1.7.7.tar.bz2) = b9b85eba0793ea3e6e66b896eb031fa05e1a4517277cc9ab10816b359254cd9a
-SIZE (libgcrypt-1.7.7.tar.bz2) = 2861190
+TIMESTAMP = 1498827790
+SHA256 (libgcrypt-1.7.8.tar.bz2) = 948276ea47e6ba0244f36a17b51dcdd52cfd1e664b0a1ac3bc82134fb6cec199
+SIZE (libgcrypt-1.7.8.tar.bz2) = 2897853
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist
index 4ab7751..99183af 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.1.7
+lib/libgcrypt.so.20.1.8
man/man1/hmac256.1.gz
share/aclocal/libgcrypt.m4
OpenPOWER on IntegriCloud