mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
security/libgcrypt: update to 1.7.6
Noteworthy changes in version 1.7.6 * Bug fixes: - Fix AES CTR self-check detected failure in the SSSE3 based implementation. - Remove gratuitous select before the getrandom syscall. PR: 216305 MFH: 2017Q1 Exp-run by: antoine
This commit is contained in:
parent
9ce13d9ad1
commit
43986ed777
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432213
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgcrypt
|
||||
PORTVERSION= 1.7.5
|
||||
PORTVERSION= 1.7.6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNUPG
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1481866213
|
||||
SHA256 (libgcrypt-1.7.5.tar.bz2) = d1fea4128beef2bb30a470af6bafabccc503ced350534fb9dd8f5a53ffbae800
|
||||
SIZE (libgcrypt-1.7.5.tar.bz2) = 2883968
|
||||
TIMESTAMP = 1485172752
|
||||
SHA256 (libgcrypt-1.7.6.tar.bz2) = 626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc
|
||||
SIZE (libgcrypt-1.7.6.tar.bz2) = 2897695
|
||||
|
@ -6,6 +6,6 @@ include/gcrypt.h
|
||||
lib/libgcrypt.a
|
||||
lib/libgcrypt.so
|
||||
lib/libgcrypt.so.20
|
||||
lib/libgcrypt.so.20.1.5
|
||||
lib/libgcrypt.so.20.1.6
|
||||
man/man1/hmac256.1.gz
|
||||
share/aclocal/libgcrypt.m4
|
||||
|
Loading…
Reference in New Issue
Block a user