pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/openvas-libraries
Module Name: pkgsrc
Committed By: marino
Date: Wed Jul 18 09:52:44 UTC 2012
Modified Files:
pkgsrc/security/openvas-libraries: Makefile distinfo
Added Files:
pkgsrc/security/openvas-libraries/patches: patch-libopenvas_network.c
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/openvas-libraries/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/openvas-libraries/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/security/openvas-libraries/patches/patch-libopenvas_network.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index