Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  8 Sep 2004 21:34:28 +0200 (CEST)
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sergei@FreeBSD.org
Subject:   ports/71502: Update gnutls to 1.0.20, fix security bug
Message-ID:  <20040908193428.1095760E0@ultra.rainbow-runner.nl>
Resent-Message-ID: <200409081940.i88JeQh6033689@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71502
>Category:       ports
>Synopsis:       Update gnutls to 1.0.20, fix security bug
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 08 19:40:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 5.3-BETA3 sparc64
>Organization:
>Environment:
System: FreeBSD ultra.rainbow-runner.nl 5.3-BETA3 FreeBSD 5.3-BETA3 #24: Wed Sep 8 17:33:58 CEST 2004 root@ultra.rainbow-runner.nl:/usr/obj/usr/src/sys/BlackBird sparc64


	
>Description:
	This update of gnutls to version 1.0.20 fixes the security bug as 
	described here:
http://www.freebsd.org/ports/portaudit/84ab58cf-e4ac-11d8-9b0a-000347a4fa7d.html
	
>How-To-Repeat:
	
>Fix:

	

--- gnutls-1.0.20.diff begins here ---
diff -ruN gnutls.orig/Makefile gnutls/Makefile
--- gnutls.orig/Makefile	Sun Jul 18 10:39:57 2004
+++ gnutls/Makefile	Wed Sep  8 19:58:15 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnutls
-PORTVERSION=	1.0.13
+PORTVERSION=	1.0.20
 CATEGORIES=	security net
 MASTER_SITES=	${MASTER_SITE_GNUPG} \
 	http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
@@ -37,7 +37,7 @@
 CONFIGURE_ARGS=	--with-included-lzo
 
 MAN1=		certtool.1 gnutls-cli.1 gnutls-cli-debug.1 \
-       		gnutls-serv.1 gnutls-srpcrypt.1
+       		gnutls-serv.1 srptool.1
 DOCS=		AUTHORS NEWS README THANKS doc/tex/*.ps
 EXAMPLES=	doc/examples/*.c
 
diff -ruN gnutls.orig/distinfo gnutls/distinfo
--- gnutls.orig/distinfo	Fri Jun  4 23:52:53 2004
+++ gnutls/distinfo	Wed Sep  8 18:41:21 2004
@@ -1,2 +1,2 @@
-MD5 (gnutls-1.0.13.tar.gz) = f908934e6cbf7c9c8f57368c50a8f95e
-SIZE (gnutls-1.0.13.tar.gz) = 1465802
+MD5 (gnutls-1.0.20.tar.gz) = 3a06e6db06c6c6c9a9929dfd9d361cbe
+SIZE (gnutls-1.0.20.tar.gz) = 1614092
diff -ruN gnutls.orig/pkg-plist gnutls/pkg-plist
--- gnutls.orig/pkg-plist	Fri Jun  4 23:52:53 2004
+++ gnutls/pkg-plist	Wed Sep  8 20:00:11 2004
@@ -40,11 +40,10 @@
 %%EXAMPLESDIR%%/ex-cert-select.c
 %%EXAMPLESDIR%%/ex-client-resume.c
 %%EXAMPLESDIR%%/ex-client-srp.c
-%%EXAMPLESDIR%%/ex-client1.c
 %%EXAMPLESDIR%%/ex-client2.c
 %%EXAMPLESDIR%%/ex-crq.c
+%%EXAMPLESDIR%%/ex-verify.c
 %%EXAMPLESDIR%%/ex-pkcs12.c
-%%EXAMPLESDIR%%/ex-rfc2818.c
 %%EXAMPLESDIR%%/ex-serv-export.c
 %%EXAMPLESDIR%%/ex-serv-pgp.c
 %%EXAMPLESDIR%%/ex-serv-srp.c
--- gnutls-1.0.20.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040908193428.1095760E0>