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 1.2.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d44a0e65656
branches: trunk
changeset: 493285:6d44a0e65656
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon May 02 12:59:24 2005 +0000
description:
Update to 1.2.3:
* Version 1.2.3
- Corrected bug in record packet parsing that could lead
to a denial of service attack.
- Corrected bug in RSA key export. Previously exported keys
can be fixed using certtool. Use certtool -k <infile >outfile
- API and ABI modifications:
gnutls_x509_privkey_fix(): Add.
* Version 1.2.2 (2005-04-25)
- gnutls_error_to_alert() now considers
GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET.
- Fixed error in session resuming that could cause a crash in a session.
- Fixed pkcs12 friendly name and local key identifier decoding.
- Internal cleanups, removed duplicate typedef/struct definitions,
and made source code include external include file, to check
function prototypes during compile time.
- API and ABI modifications:
No changes since last version. At least not intentional, but due
to the include header changes, there may be inadvertant changes,
please let us know if you find any.
diffstat:
security/gnutls/Makefile | 4 ++--
security/gnutls/PLIST | 6 +++++-
security/gnutls/distinfo | 9 ++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (57 lines):
diff -r f6ace478b556 -r 6d44a0e65656 security/gnutls/Makefile
--- a/security/gnutls/Makefile Mon May 02 12:02:36 2005 +0000
+++ b/security/gnutls/Makefile Mon May 02 12:59:24 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2005/04/11 21:47:11 tv Exp $
+# $NetBSD: Makefile,v 1.28 2005/05/02 12:59:24 wiz Exp $
-DISTNAME= gnutls-1.2.1
+DISTNAME= gnutls-1.2.3
CATEGORIES= security devel
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \
diff -r f6ace478b556 -r 6d44a0e65656 security/gnutls/PLIST
--- a/security/gnutls/PLIST Mon May 02 12:02:36 2005 +0000
+++ b/security/gnutls/PLIST Mon May 02 12:59:24 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2005/04/08 15:50:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2005/05/02 12:59:24 wiz Exp $
bin/certtool
bin/gnutls-cli
bin/gnutls-cli-debug
@@ -363,6 +363,7 @@
man/man3/gnutls_x509_privkey_export_dsa_raw.3
man/man3/gnutls_x509_privkey_export_pkcs8.3
man/man3/gnutls_x509_privkey_export_rsa_raw.3
+man/man3/gnutls_x509_privkey_fix.3
man/man3/gnutls_x509_privkey_generate.3
man/man3/gnutls_x509_privkey_get_key_id.3
man/man3/gnutls_x509_privkey_get_pk_algorithm.3
@@ -384,9 +385,12 @@
share/examples/gnutls/ex-cert-select.c
share/examples/gnutls/ex-client-resume.c
share/examples/gnutls/ex-client-srp.c
+share/examples/gnutls/ex-client1.c
share/examples/gnutls/ex-client2.c
share/examples/gnutls/ex-crq.c
share/examples/gnutls/ex-pkcs12.c
+share/examples/gnutls/ex-rfc2818.c
+share/examples/gnutls/ex-serv-anon.c
share/examples/gnutls/ex-serv-export.c
share/examples/gnutls/ex-serv-pgp.c
share/examples/gnutls/ex-serv-srp.c
diff -r f6ace478b556 -r 6d44a0e65656 security/gnutls/distinfo
--- a/security/gnutls/distinfo Mon May 02 12:02:36 2005 +0000
+++ b/security/gnutls/distinfo Mon May 02 12:59:24 2005 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.15 2005/04/08 15:50:41 wiz Exp $
+$NetBSD: distinfo,v 1.16 2005/05/02 12:59:24 wiz Exp $
-SHA1 (gnutls-1.2.1.tar.bz2) = 6445383421a06b9db3fa83bf6802677e809f2440
-RMD160 (gnutls-1.2.1.tar.bz2) = fa02b6b342adf07d47e7dad1ede1d7a49560e59d
-Size (gnutls-1.2.1.tar.bz2) = 2436304 bytes
-SHA1 (patch-aa) = 3b4adf0b6acde5a56c0a7f3003a0a1e90bfbd672
+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 (patch-ab) = a3327de3052375acd569ee8541c90e2555e73f2d
Home |
Main Index |
Thread Index |
Old Index