diff options
author | wiz <wiz@pkgsrc.org> | 2020-07-17 23:22:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-07-17 23:22:49 +0000 |
commit | 8f92eda2fe2de938f6e62c7fa001ea114f41555c (patch) | |
tree | 0025c74055c990f5895730e3eb346dd6f7a21bc0 /security/libgcrypt | |
parent | 929704e52fa9afdc42aa8c7b4db17424499514ec (diff) | |
download | pkgsrc-8f92eda2fe2de938f6e62c7fa001ea114f41555c.tar.gz |
libgcrypt: update to 1.8.6.
Noteworthy changes in version 1.8.6 (2020-07-06) [C22/A2/R6]
------------------------------------------------
* Bug fixes:
- Fix build problems on OpenIndiana et al. [#4818]
- Fix GCM bug on arm64 which troubles for example OMEMO. [#4986]
- Fix wrong code execution in Poly1305 ARM/NEON implementation.
[#4833]
- Detect a div-by-zero in a debug helper tool. [#4868]
- Use a constant time mpi_inv in some cases and change the order
mpi_invm is called. [#4869]
- Fix mpi_copy to correctly handle flags of opaque MPIs.
- Fix mpi_cmp to consider +0 and -0 the same.
* Other features:
- Add OIDs from RFC-8410 as aliases for Ed25519 and Curve25519.
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/libgcrypt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 3a5710522a1..af6f34ebf63 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2019/09/02 12:10:54 nia Exp $ +# $NetBSD: Makefile,v 1.98 2020/07/17 23:22:49 wiz Exp $ -DISTNAME= libgcrypt-1.8.5 +DISTNAME= libgcrypt-1.8.6 CATEGORIES= security MASTER_SITES= https://gnupg.org/ftp/gcrypt/libgcrypt/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index 779ec655ef8..f60b7b826a9 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.82 2019/09/02 12:10:54 nia Exp $ +$NetBSD: distinfo,v 1.83 2020/07/17 23:22:49 wiz Exp $ -SHA1 (libgcrypt-1.8.5.tar.bz2) = 2d8781e92f88706707a1e76fb628b499ad538a30 -RMD160 (libgcrypt-1.8.5.tar.bz2) = e41614adce71ef149855b3ae97110f24c0ab4bfe -SHA512 (libgcrypt-1.8.5.tar.bz2) = b55e16e838d1b1208e7673366971ae7c0f9c1c79e042f41c03d14ed74c5e387fa69ea81d5414ffda3d2b4f82ea5467fe13b00115727e257db22808cf351bde89 -Size (libgcrypt-1.8.5.tar.bz2) = 2991291 bytes +SHA1 (libgcrypt-1.8.6.tar.bz2) = 406b02873833427898d16bcc8483bc5c91c73d4a +RMD160 (libgcrypt-1.8.6.tar.bz2) = 2f67a8f7214feb0eb4370be94ae555cdcda27940 +SHA512 (libgcrypt-1.8.6.tar.bz2) = 28a26f665b7e327b79815849ee6e84ab384ee9105d81d4d06e4feeea07d986f940cbbb9faaae8712068cace45b4110a62965a93201da0e1ad008b65808b2b29b +Size (libgcrypt-1.8.6.tar.bz2) = 2997781 bytes SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8 SHA1 (patch-cipher_camellia-aarch64.S) = 3175085651b737e1339e34241b6107898e2cf4a7 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115 |