Subject: CVS commit: pkgsrc/net/net6
From: John Marino
Date: 2012-07-18 12:22:24
Message id: 20120718102224.21F21175DD@cvs.netbsd.org

Log Message:
net/net6: Fix regression due to upgrade to gnutils 3.0

GnuTLS deprecated gnutils_transport_set_lowat function in version 2.12.0
and finally removed it with version 3.0, breaking any packages that
still reference it.

The lowat feature is now disabled permanently I think.
The patch uses the GNUTLS_VERSION_NUMBER macro to appropriately conceal
the function reference.  The same patch is widely seen on the 'net with
other packages that use GnuTLS.

Files:
RevisionActionfile
1.10modifypkgsrc/net/net6/Makefile
1.7modifypkgsrc/net/net6/distinfo
1.1addpkgsrc/net/net6/patches/patch-encrypt.cpp