pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/net6



Module Name:    pkgsrc
Committed By:   marino
Date:           Wed Jul 18 10:22:24 UTC 2012

Modified Files:
        pkgsrc/net/net6: Makefile distinfo
Added Files:
        pkgsrc/net/net6/patches: patch-encrypt.cpp

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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/net6/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/net6/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/net6/patches/patch-encrypt.cpp

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