diff options
author | mef <mef@pkgsrc.org> | 2015-01-29 02:59:27 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-29 02:59:27 +0000 |
commit | 9882c3fcd344abfab4330f7977e3faf18b8df31f (patch) | |
tree | 86d9e5782948eafa71f94df9d45f8afe3fe5aee1 /net | |
parent | 9c54fc1621413f9c487656913fd2823ffc1625f7 (diff) | |
download | pkgsrc-9882c3fcd344abfab4330f7977e3faf18b8df31f.tar.gz |
(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!
Diffstat (limited to 'net')
-rw-r--r-- | net/net6/Makefile | 6 | ||||
-rw-r--r-- | net/net6/PLIST | 6 | ||||
-rw-r--r-- | net/net6/distinfo | 11 | ||||
-rw-r--r-- | net/net6/patches/patch-src_select.cpp | 4 |
4 files changed, 16 insertions, 11 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index df3c8e86e7a..7ebda467afd 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.11 2012/10/23 17:18:41 asau Exp $ +# $NetBSD: Makefile,v 1.12 2015/01/29 02:59:27 mef Exp $ # -DISTNAME= net6-1.3.10 -PKGREVISION= 2 +DISTNAME= net6-1.3.14 CATEGORIES= net MASTER_SITES= http://releases.0x539.de/net6/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gobby.0x539.de/ COMMENT= Networking library for C++ +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/net/net6/PLIST b/net/net6/PLIST index 051acc9c57b..ee1cd9994a8 100644 --- a/net/net6/PLIST +++ b/net/net6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/10/27 19:08:30 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/01/29 02:59:27 mef Exp $ include/net6/address.hpp include/net6/client.hpp include/net6/common.hpp @@ -22,11 +22,14 @@ include/net6/socket.hpp include/net6/user.hpp lib/libnet6.la lib/pkgconfig/net6-1.3.pc +share/locale/ast/LC_MESSAGES/net6.mo share/locale/de/LC_MESSAGES/net6.mo +share/locale/en_GB/LC_MESSAGES/net6.mo share/locale/es/LC_MESSAGES/net6.mo share/locale/fr/LC_MESSAGES/net6.mo share/locale/he/LC_MESSAGES/net6.mo share/locale/it/LC_MESSAGES/net6.mo +share/locale/ko/LC_MESSAGES/net6.mo share/locale/nb/LC_MESSAGES/net6.mo share/locale/nl/LC_MESSAGES/net6.mo share/locale/pt/LC_MESSAGES/net6.mo @@ -34,4 +37,5 @@ share/locale/pt_BR/LC_MESSAGES/net6.mo share/locale/ru/LC_MESSAGES/net6.mo share/locale/sk/LC_MESSAGES/net6.mo share/locale/sv/LC_MESSAGES/net6.mo +share/locale/uk/LC_MESSAGES/net6.mo share/locale/zh_CN/LC_MESSAGES/net6.mo diff --git a/net/net6/distinfo b/net/net6/distinfo index 178cfcd3f02..92d51a56a3d 100644 --- a/net/net6/distinfo +++ b/net/net6/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.8 2013/10/24 09:48:00 jperkin Exp $ +$NetBSD: distinfo,v 1.9 2015/01/29 02:59:27 mef Exp $ -SHA1 (net6-1.3.10.tar.gz) = 880e00518296395705041dc7e64c2c82f7c53ddd -RMD160 (net6-1.3.10.tar.gz) = 9607fe1665aab0ed0354607f82ba4e3fe8733244 -Size (net6-1.3.10.tar.gz) = 454813 bytes -SHA1 (patch-encrypt.cpp) = 7ea196cac1fa7329fb8102b5d818ab63d8ffad41 -SHA1 (patch-src_select.cpp) = 8cd9d8e0ede4904db388684af3b5eb0bc796e294 +SHA1 (net6-1.3.14.tar.gz) = 7523a604e6b7f723cdd7f457f8f7c8c9cf48dae1 +RMD160 (net6-1.3.14.tar.gz) = c1445cdf2e7a34d0639d7bb410404d83ab972d27 +Size (net6-1.3.14.tar.gz) = 483549 bytes +SHA1 (patch-src_select.cpp) = 802bced5dc405ad1b3e59fd26d70d45da776c227 diff --git a/net/net6/patches/patch-src_select.cpp b/net/net6/patches/patch-src_select.cpp index 2838a025e9b..9a591965e4c 100644 --- a/net/net6/patches/patch-src_select.cpp +++ b/net/net6/patches/patch-src_select.cpp @@ -1,4 +1,6 @@ -$NetBSD: patch-src_select.cpp,v 1.1 2013/10/24 09:48:00 jperkin Exp $ +$NetBSD: patch-src_select.cpp,v 1.2 2015/01/29 02:59:27 mef Exp $ + +Fix build on SunOS. Patch from Sebastian Wiedenroth. --- src/select.cpp.orig 2009-08-24 12:18:29.000000000 +0000 +++ src/select.cpp |