summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorrecht <recht>2004-11-28 12:59:10 +0000
committerrecht <recht>2004-11-28 12:59:10 +0000
commitbca30433632fbc7c302dfa7881fcb240c6829e08 (patch)
tree52b889c058c03932d6a1775ffe1e18f0b43c9b08 /security/gnutls
parent65645de533faefd4ad94c0550bf1ee10606cfc76 (diff)
downloadpkgsrc-bca30433632fbc7c302dfa7881fcb240c6829e08.tar.gz
update to gnutls-1.0.23
Noteworthy changes since the last release: - Replace GNU LD version script with Libtool -export-symbols-regex, from Joe Orton <joe at manyfish.co.uk>. - Copy libtasn1 has been updated to version 0.2.11. - Corrected the write of CRL distribution points. - It is now possible to generate PKCS#12 structures without private keys using "certtool --to-p12", suggested by Fabian Fagerholm <fabbe at paniq.net>.
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile4
-rw-r--r--security/gnutls/distinfo8
-rw-r--r--security/gnutls/patches/patch-aa8
3 files changed, 10 insertions, 10 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index a2339c52d65..46abe39106b 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2004/11/08 19:34:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2004/11/28 12:59:10 recht Exp $
-DISTNAME= gnutls-1.0.22
+DISTNAME= gnutls-1.0.23
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index 14688a70ea1..cb487500ddf 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2004/11/08 19:34:46 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2004/11/28 12:59:10 recht Exp $
-SHA1 (gnutls-1.0.22.tar.gz) = d7ced2f236e79ad7657272581b0e0d26ec712072
-Size (gnutls-1.0.22.tar.gz) = 1623541 bytes
-SHA1 (patch-aa) = c0731bf36ace47b5bb489c243cd557668d7d4955
+SHA1 (gnutls-1.0.23.tar.gz) = 4fa06b07263ba8fb5fe31482374629d20c2e4aa6
+Size (gnutls-1.0.23.tar.gz) = 1630814 bytes
+SHA1 (patch-aa) = 1d8a1b8345fa66adb35c7a3c6c05f7ecf61f4620
diff --git a/security/gnutls/patches/patch-aa b/security/gnutls/patches/patch-aa
index 5f11a13a597..5b5da3c748b 100644
--- a/security/gnutls/patches/patch-aa
+++ b/security/gnutls/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2004/05/22 10:09:53 adam Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/28 12:59:10 recht Exp $
---- configure.orig 2004-05-22 11:55:09.000000000 +0000
-+++ configure
-@@ -3586,8 +3586,6 @@ if test $ac_cv_c_compiler_gnu != no; the
+--- configure.orig Sat Nov 13 22:54:25 2004
++++ configure Sat Nov 27 22:31:53 2004
+@@ -3632,8 +3632,6 @@
if test x$opt_developer_mode = xyes; then
CFLAGS="${CFLAGS} -g -Wno-format-y2k -Wall -Wcast-align -W -Wpointer-arith -Wchar-subscripts -Wformat-security -Wmissing-braces -Winline -Wstrict-prototypes"