pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit2 update to 2.14.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9d38b6a0ea2
branches:  trunk
changeset: 533407:b9d38b6a0ea2
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Sep 18 19:10:21 2007 +0000

description:
update to 2.14.9
changes: minor bugfixes and portability fixes

diffstat:

 net/ORBit2/Makefile         |   4 ++--
 net/ORBit2/distinfo         |   9 ++++-----
 net/ORBit2/patches/patch-ad |  14 --------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (48 lines):

diff -r 0d93670a7a42 -r b9d38b6a0ea2 net/ORBit2/Makefile
--- a/net/ORBit2/Makefile       Tue Sep 18 19:08:06 2007 +0000
+++ b/net/ORBit2/Makefile       Tue Sep 18 19:10:21 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2007/08/18 09:59:48 plunky Exp $
+# $NetBSD: Makefile,v 1.59 2007/09/18 19:10:21 drochner Exp $
 #
 
-DISTNAME=              ORBit2-2.14.8
+DISTNAME=              ORBit2-2.14.9
 CATEGORIES=            net gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 0d93670a7a42 -r b9d38b6a0ea2 net/ORBit2/distinfo
--- a/net/ORBit2/distinfo       Tue Sep 18 19:08:06 2007 +0000
+++ b/net/ORBit2/distinfo       Tue Sep 18 19:10:21 2007 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.36 2007/08/18 09:59:49 plunky Exp $
+$NetBSD: distinfo,v 1.37 2007/09/18 19:10:22 drochner Exp $
 
-SHA1 (ORBit2-2.14.8.tar.bz2) = 9f9c99a356045debcdb2286a65d25790de184415
-RMD160 (ORBit2-2.14.8.tar.bz2) = 512259accfcc939873046d04ae2d482f145e71ec
-Size (ORBit2-2.14.8.tar.bz2) = 742448 bytes
+SHA1 (ORBit2-2.14.9.tar.bz2) = 92a95fcdb43bc22f9f2ad85e1ba24cde2c8b855a
+RMD160 (ORBit2-2.14.9.tar.bz2) = e165d38a0f83e94efa4d9d7b39a5ae42f6431eb5
+Size (ORBit2-2.14.9.tar.bz2) = 732946 bytes
 SHA1 (patch-aa) = 6e87e28e3634908f35c219f81a47d0353cfaf551
 SHA1 (patch-ab) = 1661eaaa0119895a860e0c667990ea71b80e8ace
 SHA1 (patch-ac) = 075a11883b9d0a3ec7d5d93b37007ba64e1baf41
-SHA1 (patch-ad) = 0688c1156a373a3edf7388164bfa6d7fc3e99989
diff -r 0d93670a7a42 -r b9d38b6a0ea2 net/ORBit2/patches/patch-ad
--- a/net/ORBit2/patches/patch-ad       Tue Sep 18 19:08:06 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2007/08/18 09:59:49 plunky Exp $
-
---- linc2/src/linc-connection.c.orig   2007-07-29 19:21:53.000000000 +0100
-+++ linc2/src/linc-connection.c
-@@ -444,7 +444,9 @@ link_connection_from_fd_T (LinkConnectio
- 
-       switch (cnx->proto->family) {
-       case AF_INET:
-+#ifdef AF_INET6
-       case AF_INET6:
-+#endif
-               if (_link_timeout && !cnx->timeout_msec) /* this should'nt happen twice but I'm always paranoid... */
-                       cnx->timeout_msec = _link_timeout;
-               break;



Home | Main Index | Thread Index | Old Index