diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 17:48:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 17:48:30 +0000 |
commit | e70d5fb82ca7d6267239bea75bc19b564ead02ac (patch) | |
tree | c8b65e165cb5acb846b016577541db812a725833 /security | |
parent | ed2c37e40eae0eea82ca9ace75c2a792d55728ff (diff) | |
download | pkgsrc-e70d5fb82ca7d6267239bea75bc19b564ead02ac.tar.gz |
Update to 1.2.4:
* Version 1.2.4 (2005-05-28)
- Corrected some bugs that could affect 64 bit systems.
- Some corrections in the header files to include the prototype
of memmem properly (affected 64 bit systems). Report and patch
by Yoann Vandoorselaere <yoann@prelude-ids.org>.
- Introduced the --fix-key option to certtool, which can be used to
regenerate the (optional) parameters in a private key. It should
be used together with --key-info.
- Corrected a bug in certificate chain verification that could lead
to marking a trusted chain as non trusted, if the last certificate in
the chain was a self signed one.
- Gnulib portability files were updated.
- License were updated to reflect new FSF address.
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 eae2827542f..3ec05dd2377 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2005/05/02 12:59:24 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/31 17:48:30 wiz Exp $ -DISTNAME= gnutls-1.2.3 +DISTNAME= gnutls-1.2.4 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 013ef146c2c..7be8774f5db 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2005/05/02 12:59:24 wiz Exp $ +$NetBSD: distinfo,v 1.17 2005/05/31 17:48:30 wiz Exp $ -SHA1 (gnutls-1.2.3.tar.bz2) = 78e1b92a9d818479faca9042d446eed61770fb17 -RMD160 (gnutls-1.2.3.tar.bz2) = 8e796bcd3f303f52f6c2c9dad18814a467b550eb -Size (gnutls-1.2.3.tar.bz2) = 2446437 bytes +SHA1 (gnutls-1.2.4.tar.bz2) = f54c9fe5aa11b3e4cb2109d29cf38d98d11c72dc +RMD160 (gnutls-1.2.4.tar.bz2) = 6c7258414d8f36dbeae5d67cf501be2d3c3c0996 +Size (gnutls-1.2.4.tar.bz2) = 2446316 bytes SHA1 (patch-ab) = a3327de3052375acd569ee8541c90e2555e73f2d |