pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgcrypt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 17 23:22:49 UTC 2020

Modified Files:
        pkgsrc/security/libgcrypt: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/security/libgcrypt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libgcrypt/Makefile
diff -u pkgsrc/security/libgcrypt/Makefile:1.97 pkgsrc/security/libgcrypt/Makefile:1.98
--- pkgsrc/security/libgcrypt/Makefile:1.97     Mon Sep  2 12:10:54 2019
+++ pkgsrc/security/libgcrypt/Makefile  Fri Jul 17 23:22:49 2020
@@ -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

Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.82 pkgsrc/security/libgcrypt/distinfo:1.83
--- pkgsrc/security/libgcrypt/distinfo:1.82     Mon Sep  2 12:10:54 2019
+++ pkgsrc/security/libgcrypt/distinfo  Fri Jul 17 23:22:49 2020
@@ -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