diff options
author | adam <adam@pkgsrc.org> | 2022-05-28 06:03:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-05-28 06:03:41 +0000 |
commit | 839c36d3a106ab85bb0b7499216fa6c565bcb53b (patch) | |
tree | de8e2d6511b41b8015fdfb1f295d6666c85df27c /security | |
parent | 3a6360c8eef547fd0de96bf4c88a054d5d398bf4 (diff) | |
download | pkgsrc-839c36d3a106ab85bb0b7499216fa6c565bcb53b.tar.gz |
gnutls: updated to 3.7.6
Version 3.7.6 (released 2022-05-27)
** libgnutls: Fixed invalid write when gnutls_realloc_zero()
is called with new_size < old_size. This bug caused heap
corruption when gnutls_realloc_zero() has been set as gmp
reallocfunc
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/gnutls/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 44e0eca078f..9f654f6b8af 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.231 2022/05/18 18:26:14 adam Exp $ +# $NetBSD: Makefile,v 1.232 2022/05/28 06:03:41 adam Exp $ -DISTNAME= gnutls-3.7.5 +DISTNAME= gnutls-3.7.6 CATEGORIES= security devel MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 3cf9969ac6c..6e04dafa1f5 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.153 2022/05/18 18:26:14 adam Exp $ +$NetBSD: distinfo,v 1.154 2022/05/28 06:03:42 adam Exp $ -BLAKE2s (gnutls-3.7.5.tar.xz) = e6a818e9f5e44970e01639f3506620279befc63b8a72304527dcd2cb52d968b1 -SHA512 (gnutls-3.7.5.tar.xz) = 2e4898e6aeff4f82abd48e6a442f5c9ebe4ecaeb0c038b76e2da8e468f6a7ae37fef5e8de17d90346f29aa0b56a08abf67fe8b81ba09dcf4612cc3b97b830bec -Size (gnutls-3.7.5.tar.xz) = 6321392 bytes +BLAKE2s (gnutls-3.7.6.tar.xz) = 58d8a3d58663d0fd29fe8c29826cb82ff693e2a9de1d5d08341e4f2ddd7e6bba +SHA512 (gnutls-3.7.6.tar.xz) = f872339df80ec31d292821ff00eaafbe50e0bd4cdbb86e21e4f78541cd0a26d843596d5e69c91de4db8ce7d027fc639ae6462b57d89fb116162ae63c5a97486a +Size (gnutls-3.7.6.tar.xz) = 6338276 bytes SHA1 (patch-configure) = 3653f74914f874aa369f62c8b267a46fd6b78eaa SHA1 (patch-lib_system_certs.c) = fba74b2834a36d66bddcd7d3405d0c91c1b14efc |