Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libgcrypt libgcrypt: update to 1.8.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6244877d96b6
branches:  trunk
changeset: 435875:6244877d96b6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 17 23:22:49 2020 +0000

description:
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:

 security/libgcrypt/Makefile |   4 ++--
 security/libgcrypt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r d76c460ce56d -r 6244877d96b6 security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Fri Jul 17 23:20:28 2020 +0000
+++ b/security/libgcrypt/Makefile       Fri Jul 17 23:22:49 2020 +0000
@@ -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 -r d76c460ce56d -r 6244877d96b6 security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Fri Jul 17 23:20:28 2020 +0000
+++ b/security/libgcrypt/distinfo       Fri Jul 17 23:22:49 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index