pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net6 (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8611fc72954
branches:  trunk
changeset: 645461:e8611fc72954
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jan 29 02:59:27 2015 +0000

description:
(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:

 net/net6/Makefile                     |   6 +++---
 net/net6/PLIST                        |   6 +++++-
 net/net6/distinfo                     |  11 +++++------
 net/net6/patches/patch-src_select.cpp |   4 +++-
 4 files changed, 16 insertions(+), 11 deletions(-)

diffs (78 lines):

diff -r 8323c1c14e4f -r e8611fc72954 net/net6/Makefile
--- a/net/net6/Makefile Thu Jan 29 02:46:50 2015 +0000
+++ b/net/net6/Makefile Thu Jan 29 02:59:27 2015 +0000
@@ -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@localhost
 HOMEPAGE=      http://gobby.0x539.de/
 COMMENT=       Networking library for C++
+LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
diff -r 8323c1c14e4f -r e8611fc72954 net/net6/PLIST
--- a/net/net6/PLIST    Thu Jan 29 02:46:50 2015 +0000
+++ b/net/net6/PLIST    Thu Jan 29 02:59:27 2015 +0000
@@ -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/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/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 -r 8323c1c14e4f -r e8611fc72954 net/net6/distinfo
--- a/net/net6/distinfo Thu Jan 29 02:46:50 2015 +0000
+++ b/net/net6/distinfo Thu Jan 29 02:59:27 2015 +0000
@@ -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 -r 8323c1c14e4f -r e8611fc72954 net/net6/patches/patch-src_select.cpp
--- a/net/net6/patches/patch-src_select.cpp     Thu Jan 29 02:46:50 2015 +0000
+++ b/net/net6/patches/patch-src_select.cpp     Thu Jan 29 02:59:27 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index