Skip site navigation (1)Skip section navigation (2)
Date:      15 Jan 2003 13:33:21 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47102: [MAINTAINER] Update security/gnutls to 0.6.0
Message-ID:  <20030115133321.82722.qmail@outpost.globcon.net>

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

>Number:         47102
>Category:       ports
>Synopsis:       [MAINTAINER] Update security/gnutls to 0.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 15 05:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002     sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST  i386
>Description:
- Update to 0.6.0
- Install example C programs


>How-To-Repeat:
>Fix:

--- gnutls-0.6.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/gnutls/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2003/01/07 14:02:30	1.1
+++ Makefile	2003/01/15 13:32:11
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnutls
-PORTVERSION=	0.5.11
+PORTVERSION=	0.6.0
 CATEGORIES=	security net
 MASTER_SITES=	ftp://ftp.gnutls.org/pub/gnutls/ \
 	ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/ \
@@ -20,13 +20,15 @@
 
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
-CONFIGURE_TARGET=
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 
 DOCS=		AUTHORS NEWS README THANKS
 
 post-install:
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for file in ${DOCS}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/gnutls/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2003/01/07 14:02:30	1.1
+++ distinfo	2003/01/15 13:32:11
@@ -1 +1 @@
-MD5 (gnutls-0.5.11.tar.gz) = 9e86b8fb85be918a17c6734391de103f
+MD5 (gnutls-0.6.0.tar.gz) = 98309d2e229abe5ef092a9f05fa5b437
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/gnutls/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2003/01/07 14:02:30	1.1
+++ pkg-plist	2003/01/15 13:32:11
@@ -5,14 +5,15 @@
 bin/gnutls-srpcrypt
 bin/gnutls-cli-debug
 include/gnutls/extra.h
+include/gnutls/compat4.h
 include/gnutls/openssl.h
 include/gnutls/gnutls.h
 @dirrm include/gnutls
-lib/libgnutls.so.6
+lib/libgnutls.so.7
 lib/libgnutls.so
 lib/libgnutls.la
 lib/libgnutls.a
-lib/libgnutls-extra.so.6
+lib/libgnutls-extra.so.7
 lib/libgnutls-extra.so
 lib/libgnutls-extra.la
 lib/libgnutls-extra.a
@@ -25,3 +26,15 @@
 %%PORTDOCS%%share/doc/gnutls/gnutls-logo.ps
 %%PORTDOCS%%share/doc/gnutls/gnutls.ps
 %%PORTDOCS%%@dirrm share/doc/gnutls
+share/examples/gnutls/ex-alert.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-info.c
+share/examples/gnutls/ex-pgp-keyserver.c
+share/examples/gnutls/ex-rfc2818.c
+share/examples/gnutls/ex-serv-export.c
+share/examples/gnutls/ex-serv-pgp.c
+share/examples/gnutls/ex-serv-srp.c
+share/examples/gnutls/ex-serv1.c
--- gnutls-0.6.0.patch ends here ---

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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