diff options
author | feld <feld@FreeBSD.org> | 2017-09-19 01:05:18 +0000 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-09-19 01:05:18 +0000 |
commit | 7fed466b4c3ae0960d4a6ecfc0eb33fb348f5aec (patch) | |
tree | f06c6ec332c1170b89b7679bb6d20b941d130ee3 /security/libgcrypt/pkg-plist | |
parent | 6ca2371c1bc73f469cdc766f2a7ea84c31febf9d (diff) | |
download | FreeBSD-ports-7fed466b4c3ae0960d4a6ecfc0eb33fb348f5aec.zip FreeBSD-ports-7fed466b4c3ae0960d4a6ecfc0eb33fb348f5aec.tar.gz |
MFH: r448989
security/libgcrypt: update to 1.8.1
- Update libgcrypt to 1.8.1
- Bump library version in pkg-plist
Noteworthy changes in version 1.8.1
* Bug fixes:
- Mitigate a local side-channel attack on Curve25519 dubbed "May
the Fourth be With You". [CVE-2017-0379] [also in 1.7.9]
- Add more extra bytes to the pool after reading a seed file.
- Add the OID SHA384WithECDSA from RFC-7427 to SHA-384.
- Fix build problems with the Jitter RNG
- Fix assembler code build problems on Rasbian (ARMv8/AArch32-CE).
Changes: https://abi-laboratory.pro/tracker/changelog/libgcrypt/1.8.1/log.html
Binary compatibility report: https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.8.0/1.8.1/31172/abi_compat_report.html
Security: https://vuxml.freebsd.org/freebsd/22f28bb3-8d98-11e7-8c37-e8e0b747a45a.html
Approved by: ports-secteam (with hat)
Diffstat (limited to 'security/libgcrypt/pkg-plist')
-rw-r--r-- | security/libgcrypt/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index 5e68f4c..aa1cbf9 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.2.0 +lib/libgcrypt.so.20.2.1 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4 |