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>.
This commit is contained in:
recht 2004-11-28 12:59:10 +00:00
parent d5fd225fcb
commit a48c26e7f8
3 changed files with 10 additions and 10 deletions

View file

@ -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/ \

View file

@ -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

View file

@ -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"