pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gnet Update gnet to 2.0.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c95d3fba280a
branches:  trunk
changeset: 469954:c95d3fba280a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Mar 03 15:59:56 2004 +0000

description:
Update gnet to 2.0.5.

Changes:
  * Many Win32 fixes
  * Desciptor leak fixed in TCP sockets
  * GConn 100% CPU bug fix
  * Bug fix for URIs with high Latin-1 characters
  * IPv6 fix for inetaddr_get_canonical_name()
  * New echoserver-partyline example
  * Miscellaneous clean-ups

diffstat:

 net/gnet/Makefile |  4 ++--
 net/gnet/PLIST    |  4 ++--
 net/gnet/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r f1327728be9e -r c95d3fba280a net/gnet/Makefile
--- a/net/gnet/Makefile Wed Mar 03 15:51:27 2004 +0000
+++ b/net/gnet/Makefile Wed Mar 03 15:59:56 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2004/02/14 18:28:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2004/03/03 15:59:56 minskim Exp $
 #
 
-DISTNAME=              gnet-2.0.4
+DISTNAME=              gnet-2.0.5
 CATEGORIES=            net
 MASTER_SITES=          http://www.gnetlibrary.org/src/
 
diff -r f1327728be9e -r c95d3fba280a net/gnet/PLIST
--- a/net/gnet/PLIST    Wed Mar 03 15:51:27 2004 +0000
+++ b/net/gnet/PLIST    Wed Mar 03 15:59:56 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2003/07/30 13:49:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/03/03 15:59:56 minskim Exp $
 include/gnet-2.0/base64.h
 include/gnet-2.0/conn.h
 include/gnet-2.0/gnet.h
@@ -20,7 +20,7 @@
 lib/libgnet-2.0.la
 lib/libgnet-2.0.so
 lib/libgnet-2.0.so.0
-lib/libgnet-2.0.so.0.4
+lib/libgnet-2.0.so.0.5
 lib/pkgconfig/gnet-2.0.pc
 share/aclocal/gnet-2.0.m4
 share/doc/libgnet2.0-dev/html/gnet/book1.html
diff -r f1327728be9e -r c95d3fba280a net/gnet/distinfo
--- a/net/gnet/distinfo Wed Mar 03 15:51:27 2004 +0000
+++ b/net/gnet/distinfo Wed Mar 03 15:59:56 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2003/07/30 13:49:47 wiz Exp $
+$NetBSD: distinfo,v 1.13 2004/03/03 15:59:56 minskim Exp $
 
-SHA1 (gnet-2.0.4.tar.gz) = 90dcf0d55b52d4f697008bb1028ee9678380927a
-Size (gnet-2.0.4.tar.gz) = 451817 bytes
+SHA1 (gnet-2.0.5.tar.gz) = 719cb61473edddf14923b2547f4d67df5f7b96bd
+Size (gnet-2.0.5.tar.gz) = 419793 bytes
 SHA1 (patch-ad) = 4c7e3a07df6f1018fe9446db333348eaf587225e
 SHA1 (patch-ae) = cf642dc0f9ea7a6c87ef0a9fb6be0f110d42232d



Home | Main Index | Thread Index | Old Index