pkgsrc-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.10.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10071a22826e
branches:  trunk
changeset: 373924:10071a22826e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 15 09:30:16 2022 +0000

description:
libgcrypt: update to 1.10.0.

Noteworthy changes in version 1.10.0 (2022-02-01)  [C24/A4/R0]
-------------------------------------------------

 * New and extended interfaces:

   - New control codes to check for FIPS 140-3 approved algorithms.

   - New control code to switch into non-FIPS mode.

   - New cipher modes SIV and GCM-SIV as specified by RFC-5297.

   - Extended cipher mode AESWRAP with padding as specified by
     RFC-5649.  [T5752]

   - New set of KDF functions.

   - New KDF modes Argon2 and Balloon.

   - New functions for combining hashing and signing/verification.  [T4894]

 * Performance:

   - Improved support for PowerPC architectures.

   - Improved ECC performance on zSeries/s390x by using accelerated
     scalar multiplication.

   - Many more assembler performance improvements for several
     architectures.

 * Bug fixes:

   - Fix Elgamal encryption for other implementations.
     [R5328,CVE-2021-40528]

   - Fix alignment problem on macOS.  [T5440]

   - Check the input length of the point in ECDH.  [T5423]

   - Fix an abort in gcry_pk_get_param for "Curve25519".  [T5490]

 * Other features:

   - The control code GCRYCTL_SET_ENFORCED_FIPS_FLAG is ignored
     because it is useless with the FIPS 140-3 related changes.

   - Update of the jitter entropy RNG code.  [T5523]

   - Simplification of the entropy gatherer when using the getentropy
     system call.

diffstat:

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

diffs (28 lines):

diff -r c4d2bd828fb3 -r 10071a22826e security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Tue Feb 15 09:26:55 2022 +0000
+++ b/security/libgcrypt/Makefile       Tue Feb 15 09:30:16 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2021/08/30 15:53:43 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2022/02/15 09:30:16 wiz Exp $
 
-DISTNAME=      libgcrypt-1.9.4
+DISTNAME=      libgcrypt-1.10.0
 CATEGORIES=    security
 MASTER_SITES=  https://gnupg.org/ftp/gcrypt/libgcrypt/
 EXTRACT_SUFX=  .tar.bz2
diff -r c4d2bd828fb3 -r 10071a22826e security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Tue Feb 15 09:26:55 2022 +0000
+++ b/security/libgcrypt/distinfo       Tue Feb 15 09:30:16 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.93 2021/10/26 11:17:13 nia Exp $
+$NetBSD: distinfo,v 1.94 2022/02/15 09:30:16 wiz Exp $
 
-BLAKE2s (libgcrypt-1.9.4.tar.bz2) = 881456d8ff2275757803a2066dde5849565a03e9d2536e6490359e807f83b097
-SHA512 (libgcrypt-1.9.4.tar.bz2) = d0e117ac73c94d70e9521ee1e6328691498cc8328f8c4e21338096908f5c04c7b838966eb63d59494565f4e19f506c07dab4f4d922150d75610d9f7b57abbf60
-Size (libgcrypt-1.9.4.tar.bz2) = 3239704 bytes
+BLAKE2s (libgcrypt-1.10.0.tar.bz2) = c60fe574ac1c077d7f131ef51b8e512ac8884a8ab11f55d0d6a4f27ab49e75b1
+SHA512 (libgcrypt-1.10.0.tar.bz2) = 785c2e14272308956bb6adcea9567c4097edf103122e18cd3907fb42a110a48a5d59c0057f05a438acd7f221c70c7f7ff87e176bd6d7ed99d16e847f9d7be087
+Size (libgcrypt-1.10.0.tar.bz2) = 3774491 bytes
 SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8
 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115
 SHA1 (patch-configure) = edc92453a0843ab0442da7f1b9df2ef4c219bdf5



Home | Main Index | Thread Index | Old Index