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:
Carlos J. Puga Medina 2017-01-23 12:12:13 +00:00
parent 9ce13d9ad1
commit 43986ed777
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432213
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libgcrypt
PORTVERSION= 1.7.5
PORTVERSION= 1.7.6
CATEGORIES= security
MASTER_SITES= GNUPG

View file

@ -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

View file

@ -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