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: adam
Date: Wed Jun 20 06:18:53 UTC 2018
Modified Files:
pkgsrc/security/libgcrypt: Makefile distinfo
Log Message:
libgcrypt: updated to 1.8.3
version 1.8.3:
Bug fixes:
- Use blinding for ECDSA signing to mitigate a novel side-channel
attack.
- Fix incorrect counter overflow handling for GCM when using an IV
size other than 96 bit.
- Fix incorrect output of AES-keywrap mode for in-place encryption
on some platforms.
- Fix the gcry_mpi_ec_curve_point point validation function.
- Fix rare assertion failure in gcry_prime_check.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.77 -r1.78 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.94 pkgsrc/security/libgcrypt/Makefile:1.95
--- pkgsrc/security/libgcrypt/Makefile:1.94 Sat Apr 21 13:38:07 2018
+++ pkgsrc/security/libgcrypt/Makefile Wed Jun 20 06:18:53 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2018/04/21 13:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2018/06/20 06:18:53 adam Exp $
-DISTNAME= libgcrypt-1.8.2
+DISTNAME= libgcrypt-1.8.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.77 pkgsrc/security/libgcrypt/distinfo:1.78
--- pkgsrc/security/libgcrypt/distinfo:1.77 Fri May 11 19:20:11 2018
+++ pkgsrc/security/libgcrypt/distinfo Wed Jun 20 06:18:53 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.77 2018/05/11 19:20:11 kamil Exp $
+$NetBSD: distinfo,v 1.78 2018/06/20 06:18:53 adam Exp $
-SHA1 (libgcrypt-1.8.2.tar.bz2) = ab8aae5d7a68f8e0988f90e11e7f6a4805af5c8d
-RMD160 (libgcrypt-1.8.2.tar.bz2) = e0bed861b328fe411faa74daca0db388fb5aed88
-SHA512 (libgcrypt-1.8.2.tar.bz2) = 1e8c414f95bf6b50e778102ca7c1b3b1f30d8320826d9fff747a0a098ef85499cdc3e6de736853b9cd4e5dadda35c7c0a291e13643dcac5eaef44f2ddc7a6c09
-Size (libgcrypt-1.8.2.tar.bz2) = 2966534 bytes
+SHA1 (libgcrypt-1.8.3.tar.bz2) = 13bd2ce69e59ab538e959911dfae80ea309636e3
+RMD160 (libgcrypt-1.8.3.tar.bz2) = 3cf9040b3fa0860b07075df2373a71617aff34ec
+SHA512 (libgcrypt-1.8.3.tar.bz2) = 8c873204303f173dd3f49817a81035c1d504b2fc885965c9bc074a6e3fb108ceb6dca366d85e840a40712a6890fc325018ea9b8c1b7b8804c51c44b296cb96a0
+Size (libgcrypt-1.8.3.tar.bz2) = 2989166 bytes
SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8
SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115
SHA1 (patch-random_jitterentropy-base.c) = 5a14676aae7ad5d12f9f0bed366af5183aaf22ad
Home |
Main Index |
Thread Index |
Old Index