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.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d95c28c30e0c
branches:  trunk
changeset: 510467:d95c28c30e0c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 30 20:48:55 2006 +0000

description:
Update to 2.14.0:

ORBit2-2.14.0

        * bug fixes
                + Fix build on Cygwin (Tor)
                + Fix giop test compilation/crash (Tor)

ORBit2-2.13.3

        * bug fixes
                + Fix crash on null adaptor (Michael)
                + Fix compiler warnings (Kjartan, Jens Granseuer)
                + Improve configure stage on Win32 (Tor)

ORBit2-2.13.2

        * bug fixes
                + realloc should update length/tracking information
                  (Martin Blom)
                + Fix memory management and crashew when shutting down
                  the ORB. (Anders Carlsson)
                + Build/correctness fixes (Tor, Jules)
ORBit2-2.13.1

        * features
                + More work on porting to Win32 (Tor)
                + Implement forward binding (Fernando Herrera)
                + Implement new ORB_init option ORBNetID (Jules Colding)
        * bug fixes
                + Build fix (James Henstridge)
                + Memory management fixes (Anders Carlsson)
                + Reset connection for forwarded objects (Anders)
                + Don't use -export-dynamic (Mark)
                + if we have failed on the unix socket, have IPv4 or
                  IPv6 connections enabled and are on localhost, then
                  don't connect on the corresponding port from the profiles
                  (Arvind Samtur)
                + Fix a bunch of compiler warnings and make some code static
                  (Kjartan)
                + Add threading libs to ORBIT_NAME (Michael)
                + Check for netdb.h (Sandie Vanderme)
                + Check for sys/sockio.h (James Andrewartha)
        * Other
                + Improve docs for users of ORBit2 (Jules Colding)

diffstat:

 net/ORBit2/Makefile |  6 +++---
 net/ORBit2/PLIST    |  3 ++-
 net/ORBit2/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 4c97daee96b9 -r d95c28c30e0c net/ORBit2/Makefile
--- a/net/ORBit2/Makefile       Thu Mar 30 20:48:30 2006 +0000
+++ b/net/ORBit2/Makefile       Thu Mar 30 20:48:55 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2006/02/07 19:20:18 drochner Exp $
+# $NetBSD: Makefile,v 1.47 2006/03/30 20:48:55 jmmv Exp $
 #
 
-DISTNAME=              ORBit2-2.12.5
+DISTNAME=              ORBit2-2.14.0
 CATEGORIES=            net gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/ORBit2/2.12/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            rh%NetBSD.org@localhost
diff -r 4c97daee96b9 -r d95c28c30e0c net/ORBit2/PLIST
--- a/net/ORBit2/PLIST  Thu Mar 30 20:48:30 2006 +0000
+++ b/net/ORBit2/PLIST  Thu Mar 30 20:48:55 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2006/02/07 19:20:18 drochner Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/03/30 20:48:55 jmmv Exp $
 bin/ior-decode-2
 bin/linc-cleanup-sockets
 bin/orbit-idl-2
@@ -62,6 +62,7 @@
 share/doc/ORBit2/ORBit2-orbit2-allocators.html
 share/doc/ORBit2/ORBit2-orbit2-small.html
 share/doc/ORBit2/ORBit2.devhelp
+share/doc/ORBit2/ORBit2.devhelp2
 share/doc/ORBit2/general.html
 share/doc/ORBit2/home.png
 share/doc/ORBit2/index.html
diff -r 4c97daee96b9 -r d95c28c30e0c net/ORBit2/distinfo
--- a/net/ORBit2/distinfo       Thu Mar 30 20:48:30 2006 +0000
+++ b/net/ORBit2/distinfo       Thu Mar 30 20:48:55 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2006/02/07 19:20:18 drochner Exp $
+$NetBSD: distinfo,v 1.27 2006/03/30 20:48:55 jmmv Exp $
 
-SHA1 (ORBit2-2.12.5.tar.bz2) = d84270f27af4cb3e821f0c4e38550ddc9833eb4d
-RMD160 (ORBit2-2.12.5.tar.bz2) = 8952db9992a199de41fd04d0f3fae22065cfe2bf
-Size (ORBit2-2.12.5.tar.bz2) = 685516 bytes
+SHA1 (ORBit2-2.14.0.tar.bz2) = 2358f9917d468c213272ee889dbbb74f91448728
+RMD160 (ORBit2-2.14.0.tar.bz2) = 1e8eb52b8b95f70fa80b217a41d0bcac35c333c0
+Size (ORBit2-2.14.0.tar.bz2) = 704207 bytes
 SHA1 (patch-aa) = 6e87e28e3634908f35c219f81a47d0353cfaf551



Home | Main Index | Thread Index | Old Index