Mon Apr 20 13:11:57 2009 UTC ()
Update to 2.6.5. Update commented out LICENSE (needs two).

* Version 2.6.5 (released 2009-04-11)

** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
specify the client hello message record version. Used to overcome buggy
TLS servers. Report by Martin von Gagern.

** GnuTLS no longer uses the libtasn1-config script to find libtasn1.
Libtasn1 0.3.4 or later is required.  This is to align with the
upcoming libtasn1 v2.0 release that doesn't have a libtasn1-script.

** API and ABI modifications:
No changes since last version.


(wiz)
diff -r1.77 -r1.78 pkgsrc/security/gnutls/Makefile
diff -r1.52 -r1.53 pkgsrc/security/gnutls/distinfo

cvs diff -r1.77 -r1.78 pkgsrc/security/gnutls/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnutls/Makefile 2009/02/21 13:45:31 1.77
+++ pkgsrc/security/gnutls/Makefile 2009/04/20 13:11:57 1.78
@@ -1,59 +1,59 @@ @@ -1,59 +1,59 @@
1# $NetBSD: Makefile,v 1.77 2009/02/21 13:45:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.78 2009/04/20 13:11:57 wiz Exp $
2 2
3DISTNAME= gnutls-2.6.4 3DISTNAME= gnutls-2.6.5
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \ 5MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \
6 http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ 6 http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
7 ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/ \ 7 ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/ \
8 ${MASTER_SITE_GNU:=gnutls/} 8 ${MASTER_SITE_GNU:=gnutls/}
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.gnutls.org/ 12HOMEPAGE= http://www.gnutls.org/
13COMMENT= GNU Transport Layer Security library 13COMMENT= GNU Transport Layer Security library
14#LICENSE= gnu-gpl-v2 gnu-lgpl-v2.1 14
 15#LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
15 16
16PKG_INSTALLATION_TYPES= overwrite pkgviews 17PKG_INSTALLATION_TYPES= overwrite pkgviews
17PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
18 19
19USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
20USE_LIBTOOL= yes 21USE_LIBTOOL= yes
21USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
22USE_TOOLS+= gmake 23USE_TOOLS+= gmake
23GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
24TEST_TARGET= check 25TEST_TARGET= check
25INFO_FILES= yes 26INFO_FILES= yes
26 27
27PKGCONFIG_OVERRIDE= lib/gnutls.pc.in 28PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
28PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in 29PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in
29 30
30BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.5 
31BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4 
32BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.4 
33 
34MAKE_ENV+= RM=${RM:Q} 31MAKE_ENV+= RM=${RM:Q}
35MAKE_ENV+= TZ=UTC 32MAKE_ENV+= TZ=UTC
36 33
37DOCDIR= ${PREFIX}/share/doc/gnutls 34DOCDIR= ${PREFIX}/share/doc/gnutls
38EGDIR= ${PREFIX}/share/examples/gnutls 35EGDIR= ${PREFIX}/share/examples/gnutls
39 36
40.include "../../mk/bsd.prefs.mk" 37.include "../../mk/bsd.prefs.mk"
41 38
42INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} include/gnutls 39INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} include/gnutls
43 40
44post-install: 41post-install:
45 ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${DESTDIR}${DOCDIR} 42 ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${DESTDIR}${DOCDIR}
46 ${INSTALL_DATA} ${WRKSRC}/doc/gnutls.ps ${DESTDIR}${DOCDIR} 43 ${INSTALL_DATA} ${WRKSRC}/doc/gnutls.ps ${DESTDIR}${DOCDIR}
47 cd ${WRKSRC}/doc/examples && ${INSTALL_DATA} *.c ${DESTDIR}${EGDIR} 44 cd ${WRKSRC}/doc/examples && ${INSTALL_DATA} *.c ${DESTDIR}${EGDIR}
48 45
49.include "../../archivers/lzo/buildlink3.mk" 46.include "../../archivers/lzo/buildlink3.mk"
50.include "../../converters/libiconv/buildlink3.mk" 47.include "../../converters/libiconv/buildlink3.mk"
51.include "../../devel/gettext-lib/buildlink3.mk" 48.include "../../devel/gettext-lib/buildlink3.mk"
52.include "../../devel/libcfg+/buildlink3.mk" 49.include "../../devel/libcfg+/buildlink3.mk"
53.include "../../devel/zlib/buildlink3.mk" 50.include "../../devel/zlib/buildlink3.mk"
 51BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.4
54.include "../../security/libgcrypt/buildlink3.mk" 52.include "../../security/libgcrypt/buildlink3.mk"
 53BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
55.include "../../security/libtasn1/buildlink3.mk" 54.include "../../security/libtasn1/buildlink3.mk"
 55BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.5
56.include "../../security/opencdk/buildlink3.mk" 56.include "../../security/opencdk/buildlink3.mk"
57# guile is useful for selftests, but bindings should be separate pkgs 57# guile is useful for selftests, but bindings should be separate pkgs
58#.include "../../lang/guile/buildlink3.mk" 58#.include "../../lang/guile/buildlink3.mk"
59.include "../../mk/bsd.pkg.mk" 59.include "../../mk/bsd.pkg.mk"

cvs diff -r1.52 -r1.53 pkgsrc/security/gnutls/distinfo (expand / switch to unified diff)

--- pkgsrc/security/gnutls/distinfo 2009/02/21 13:45:31 1.52
+++ pkgsrc/security/gnutls/distinfo 2009/04/20 13:11:57 1.53
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.52 2009/02/21 13:45:31 wiz Exp $ 1$NetBSD: distinfo,v 1.53 2009/04/20 13:11:57 wiz Exp $
2 2
3SHA1 (gnutls-2.6.4.tar.bz2) = 11dd1e11599906a32b3ff92308f4c4dbaadbad58 3SHA1 (gnutls-2.6.5.tar.bz2) = 87d0fd82debee0d644f72fcf404ccd7540c6c71a
4RMD160 (gnutls-2.6.4.tar.bz2) = 771fd64026df69d770a0a681141591b21f9be751 4RMD160 (gnutls-2.6.5.tar.bz2) = 9e484d26c50bda0e26e0788ca5465da1ef620fe3
5Size (gnutls-2.6.4.tar.bz2) = 5115205 bytes 5Size (gnutls-2.6.5.tar.bz2) = 5112923 bytes
6SHA1 (patch-aa) = 8e9ea317342d584fb6f931f96458cc3d7d747ca0 6SHA1 (patch-aa) = 8e9ea317342d584fb6f931f96458cc3d7d747ca0
7SHA1 (patch-ab) = 17605f0d3b1895c1c63c8dabc21bdebf95eb7785 7SHA1 (patch-ab) = 17605f0d3b1895c1c63c8dabc21bdebf95eb7785
8SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 8SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48
9SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 9SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3
10SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8 10SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8