pkgsrc/security/gnutls/patches/patch-ab
wiz f5a1a243e0 Update to 1.2.7:
* Version 1.2.7 (2005-09-09)
- The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
- Certtool now complains when reading out-of-range X.509 serial
  numbers, suggested by Fran
- Certtool now uses the readline library (when available) when reading
  X.509 serial numbers.
- Fixed build problems in getpass on uClibc and Mingw32 platforms.
- Fixed compile warning regarding socklen_t on Mingw32, reported by
  Martin Lambers
- Fixed examples in doc/examples/, suggested by Fran
- Gnulib is now used for the core library, enabling future code cleanups.
- The gnutls-cli tool now use gnutls_certificate_verify_peers2,
  suggested by Daniel Stenberg
- Doc fixes for gnutls_transport_set_push and gnutls_transport_set_pull.
- Minilibtasn1 is now 0.2.17 (removed optional use of C99 macros).
- Disable zlib support if zlib.h is not present.
- A number of internal cleanups.
- API and ABI modifications:
  No changes since last version.

pkgsrc change: do not install libexamples (looks like a bug)
2005-09-30 13:11:34 +00:00

13 lines
617 B
Text

$NetBSD: patch-ab,v 1.3 2005/09/30 13:11:34 wiz Exp $
--- doc/Makefile.in.orig 2005-09-30 14:32:44.000000000 +0200
+++ doc/Makefile.in
@@ -385,7 +385,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio
gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
$(srcdir)/version.texi: $(srcdir)/stamp-vti
-$(srcdir)/stamp-vti: gnutls.texi $(top_srcdir)/configure
+$(srcdir)/stamp-vti: gnutls.texi
@(dir=.; test -f ./gnutls.texi || dir=$(srcdir); \
set `$(SHELL) $(srcdir)/mdate-sh $$dir/gnutls.texi`; \
echo "@set UPDATED $$1 $$2 $$3"; \