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.
This commit is contained in:
parent
88bc4af08b
commit
43873ee991
2 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.77 2009/02/21 13:45:31 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.78 2009/04/20 13:11:57 wiz Exp $
|
||||
|
||||
DISTNAME= gnutls-2.6.4
|
||||
DISTNAME= gnutls-2.6.5
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \
|
||||
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
|
||||
|
@ -11,7 +11,8 @@ EXTRACT_SUFX= .tar.bz2
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.gnutls.org/
|
||||
COMMENT= GNU Transport Layer Security library
|
||||
#LICENSE= gnu-gpl-v2 gnu-lgpl-v2.1
|
||||
|
||||
#LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -27,10 +28,6 @@ INFO_FILES= yes
|
|||
PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
|
||||
PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in
|
||||
|
||||
BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.5
|
||||
BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
|
||||
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.4
|
||||
|
||||
MAKE_ENV+= RM=${RM:Q}
|
||||
MAKE_ENV+= TZ=UTC
|
||||
|
||||
|
@ -51,8 +48,11 @@ post-install:
|
|||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/libcfg+/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.4
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
|
||||
.include "../../security/libtasn1/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.5
|
||||
.include "../../security/opencdk/buildlink3.mk"
|
||||
# guile is useful for selftests, but bindings should be separate pkgs
|
||||
#.include "../../lang/guile/buildlink3.mk"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.52 2009/02/21 13:45:31 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.53 2009/04/20 13:11:57 wiz Exp $
|
||||
|
||||
SHA1 (gnutls-2.6.4.tar.bz2) = 11dd1e11599906a32b3ff92308f4c4dbaadbad58
|
||||
RMD160 (gnutls-2.6.4.tar.bz2) = 771fd64026df69d770a0a681141591b21f9be751
|
||||
Size (gnutls-2.6.4.tar.bz2) = 5115205 bytes
|
||||
SHA1 (gnutls-2.6.5.tar.bz2) = 87d0fd82debee0d644f72fcf404ccd7540c6c71a
|
||||
RMD160 (gnutls-2.6.5.tar.bz2) = 9e484d26c50bda0e26e0788ca5465da1ef620fe3
|
||||
Size (gnutls-2.6.5.tar.bz2) = 5112923 bytes
|
||||
SHA1 (patch-aa) = 8e9ea317342d584fb6f931f96458cc3d7d747ca0
|
||||
SHA1 (patch-ab) = 17605f0d3b1895c1c63c8dabc21bdebf95eb7785
|
||||
SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48
|
||||
|
|
Loading…
Reference in a new issue