pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls update to gnutls-1.0.23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95be80fad07c
branches:  trunk
changeset: 484588:95be80fad07c
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Nov 28 12:59:10 2004 +0000

description:
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:

 security/gnutls/Makefile         |  4 ++--
 security/gnutls/distinfo         |  8 ++++----
 security/gnutls/patches/patch-aa |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 47da4e69a54a -r 95be80fad07c security/gnutls/Makefile
--- a/security/gnutls/Makefile  Sun Nov 28 12:16:02 2004 +0000
+++ b/security/gnutls/Makefile  Sun Nov 28 12:59:10 2004 +0000
@@ -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 -r 47da4e69a54a -r 95be80fad07c security/gnutls/distinfo
--- a/security/gnutls/distinfo  Sun Nov 28 12:16:02 2004 +0000
+++ b/security/gnutls/distinfo  Sun Nov 28 12:59:10 2004 +0000
@@ -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 -r 47da4e69a54a -r 95be80fad07c security/gnutls/patches/patch-aa
--- a/security/gnutls/patches/patch-aa  Sun Nov 28 12:16:02 2004 +0000
+++ b/security/gnutls/patches/patch-aa  Sun Nov 28 12:59:10 2004 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index