Subject: CVS commit: pkgsrc/net/net6
From: Makoto Fujiwara
Date: 2015-01-29 03:59:27
Message id: 20150129025927.864FC98@cvs.netbsd.org

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!

Files:
RevisionActionfile
1.12modifypkgsrc/net/net6/Makefile
1.4modifypkgsrc/net/net6/PLIST
1.9modifypkgsrc/net/net6/distinfo
1.2modifypkgsrc/net/net6/patches/patch-src_select.cpp