Subject: CVS commit: pkgsrc/security/openvas-libraries
From: John Marino
Date: 2012-07-18 11:52:44
Message id: 20120718095244.DE137175E0@cvs.netbsd.org

Log Message:
security/openvas-libraries: 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 like OpenVAS.

Files:
RevisionActionfile
1.10modifypkgsrc/security/openvas-libraries/Makefile
1.4modifypkgsrc/security/openvas-libraries/distinfo
1.1addpkgsrc/security/openvas-libraries/patches/patch-libopenvas_network.c