head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q2:1.3.0.8 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.6 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.2 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.1.0.2 pkgsrc-2011Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2012.07.02.18.53.04; author drochner; state dead; branches; next 1.3; 1.3 date 2011.08.22.15.14.58; author wiz; state Exp; branches; next 1.2; 1.2 date 2011.08.11.11.03.35; author adam; state Exp; branches; next 1.1; 1.1 date 2011.04.27.16.56.43; author tnn; state Exp; branches; next ; desc @@ 1.4 log @update to 3.0,20 This switches to the new stable release branch. @ text @$NetBSD: patch-lib_configure,v 1.3 2011/08/22 15:14:58 wiz Exp $ --- lib/configure.orig 2011-08-20 22:21:59.000000000 +0000 +++ lib/configure @@@@ -17354,6 +17354,7 @@@@ else ZLIB_HAS_PKGCONFIG=n fi +if false; then # there is no zlib.pc in pkgsrc if test x$ac_zlib != xno; then if test "$ZLIB_HAS_PKGCONFIG" = "y" ; then if test "x$GNUTLS_REQUIRES_PRIVATE" = "x"; then @@@@ -17365,6 +17366,7 @@@@ if test x$ac_zlib != xno; then GNUTLS_ZLIB_LIBS_PRIVATE="$LTLIBZ" fi fi +fi @ 1.3 log @Update to 2.12.9: * Version 2.12.9 (released 2011-08-21) ** libgnutls-extra: Replaced enumeration with unsigned int, in openssl.h to make it identical to the 3.0.0 version. This shouldn't introduce binary incompatibility. ** libgnutls: When asking for a PIN multiple times, the flags in the callback were not being updated to reflect for PIN low count or final try. ** API and ABI modifications: GNUTLS_PKCS11_PIN_WRONG: New flag for PIN callback @ text @d1 1 a1 1 $NetBSD: patch-lib_configure,v 1.2 2011/08/11 11:03:35 adam Exp $ @ 1.2 log @Changes 2.12.8: * libgnutls: PKCS-11 back-end was replaced by p11-kit * libgnutls: gcrypt: replaced occurences of gcry_sexp_nth_mpi (..., 0) with gcry_sexp_nth_mpi (..., GCRYMPI_FMT_USG) to fix errors with 1.5.0. * libgnutls: Verify that a certificate liste specified using gnutls_certificate_set_x509_key*(), is sorted according to TLS specification * libgnutls: Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for gnutls_x509_crt_list_import. It checks whether the list to be imported is properly sorted. * libgnutls: writev_emu: stop on the first incomplete write. * libgnutls: Fix zlib handling in gnutls.pc. * certtool: bug fixes in certificate request generation. * API and ABI modifications: GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED: New element in gnutls_certificate_import_flags @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- lib/configure.orig 2011-08-08 21:01:09.000000000 +0000 d5 1 a5 1 @@@@ -17361,6 +17361,7 @@@@ else d12 2 a13 2 if test x$GNUTLS_REQUIRES_PRIVATE = x; then @@@@ -17372,6 +17373,7 @@@@ if test x$ac_zlib != xno; then @ 1.1 log @"pkg-config --cflags gnutls" failed with: Package zlib was not found in the pkg-config search path. ... there is no zlib.pc, so comment out the part of the configure script that adds that to the pkg-config file. Bump PKGREVISION. @ text @d3 1 a3 1 --- lib/configure.orig 2011-04-22 11:40:04.000000000 +0000 d5 2 a6 2 @@@@ -17201,6 +17201,7 @@@@ else $as_echo "no" >&6; } d11 4 a14 4 if test x$GNUTLS_REQUIRES_PRIVATE = x; then GNUTLS_REQUIRES_PRIVATE="Requires.private: zlib" @@@@ -17208,6 +17209,7 @@@@ if test x$ac_zlib != xno; then GNUTLS_REQUIRES_PRIVATE="$GNUTLS_REQUIRES_PRIVATE , zlib" @