diff options
author | minskim <minskim> | 2004-03-03 15:59:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-03 15:59:56 +0000 |
commit | 2e63a7bc998803aac31a88f55663cad35e095d5d (patch) | |
tree | f002f5ae1696f9c6a2bd281123afa8dae5412b7e /net/gnet | |
parent | b17267a4cedf0aae417af7e48eb615b1a1798e0f (diff) | |
download | pkgsrc-2e63a7bc998803aac31a88f55663cad35e095d5d.tar.gz |
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 (limited to 'net/gnet')
-rw-r--r-- | net/gnet/Makefile | 4 | ||||
-rw-r--r-- | net/gnet/PLIST | 4 | ||||
-rw-r--r-- | net/gnet/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile index 70b32dc70f9..4836d82679c 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -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 --git a/net/gnet/PLIST b/net/gnet/PLIST index ffcbd4d8985..853c4d4933d 100644 --- a/net/gnet/PLIST +++ b/net/gnet/PLIST @@ -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.a 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 --git a/net/gnet/distinfo b/net/gnet/distinfo index 77ab857bf7b..c3c2847ec16 100644 --- a/net/gnet/distinfo +++ b/net/gnet/distinfo @@ -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 |