Update to 1.2.2
Noteworthy changes are: * Made the RNG immune against fork without exec. * Minor changes to some function declarations. Buffer arguments are now typed as void pointer. This should not affect any compilation. * A bug in the definition of gcry_cipher_register has been fixed.
This commit is contained in:
parent
b34db0c847
commit
60ed2235aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145780
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgcrypt
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= libgcrypt
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libgcrypt-1.2.1.tar.gz) = 215b242586cbe85716a9198b28209f8c
|
||||
SIZE (libgcrypt-1.2.1.tar.gz) = 960872
|
||||
MD5 (libgcrypt-1.2.2.tar.gz) = 1a4f886e4c1eb9b6908d39831c6f75b3
|
||||
SIZE (libgcrypt-1.2.2.tar.gz) = 959875
|
||||
|
Loading…
Reference in New Issue
Block a user