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
This commit is contained in:
parent
299ba0db49
commit
090d2c758d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445028
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgcrypt
|
||||
PORTVERSION= 1.7.7
|
||||
PORTVERSION= 1.7.8
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNUPG
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue