2015-01-29 03:59:27 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
(pkgsrc)
- Add LICENSE as gnu-gpl-v2
- delete patch for gnutls, upstream now takes care, although the boundary
is little bit different as:
(patch) #if GNUTLS_VERSION_NUMBER < 0x020c00
(upstream) #if GNUTLS_VERSION_NUMBER < 0x030003
- Add comment on patch-src_select.cpp (from cvs log)
(upstream)
- Update 1.3.10 to 1.3.14
Version 1.3.14:
* Ensure that overflows on the user ID assigned to each connection
do not yield one that is already in use. (Reported by Vasiliy
Kulikov.) [CVE-2011-4093]
* Do not leak information about logged-in users. (Reported by
Vasiliy Kulikov.) [CVE-2011-4091]
* Fix build failures with GnuTLS 3.0 and above, thanks to
Vincent Untz.
* Updated translations
Version 1.3.13:
* Updated translations
Version 1.3.12:
* Allow non-blocking sockets on *nix.
* New translations:
- Korean
- English (Great Britain)
Version 1.3.11:
* Fix possible TLS lockup on Windows.
* New translation:
- Ukrainian, thanks to Yuri Chornoivan!
|
2013-10-24 11:48:00 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Fix build on SunOS. Patch from Sebastian Wiedenroth.
|
2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-23 12:47:49 by OBATA Akio | Files touched by this commit (24) | |
Log message:
missing parts of recursive revbump for gnutls update.
|
2012-07-18 12:22:24 by John Marino | Files touched by this commit (3) |
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.
|
2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2009-10-27 20:08:30 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 1.3.10
changes:
-minor fixes
-translation updates
pkgsrc note: build against newer gnutls was fixed, don't need the
libgnutls-config hack anymore
|
2009-07-03 17:59:50 by Matthias Drochner | Files touched by this commit (3) |
Log message:
use libgnutls-config.mk instead of a private hack
|
2009-06-25 11:41:45 by Matthias Drochner | Files touched by this commit (3) |
Log message:
fix the gnutls hack so that the installed .pc file doesn't contain
unresolved variables
bump PKGREVISION
|