diff options
author | jmmv <jmmv> | 2004-02-06 17:03:21 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-06 17:03:21 +0000 |
commit | cd4269aeb1998b26430af4b19bbf884119043f4d (patch) | |
tree | 30b9405dec4feede81cfd15de3fc140687edeafb /net/ORBit2 | |
parent | b282821853e9b8eb06650e927a54d2be09ddea49 (diff) | |
download | pkgsrc-cd4269aeb1998b26430af4b19bbf884119043f4d.tar.gz |
Update to 2.8.3:
2003-12-04 Michael Meeks <michael@ximian.com>
* Version 2.8.3
2003-11-06 Padraig O'Briain <padraig.obriain@sun.com>
* linc2/src/linc-server.c (link_server_handle_io): Change g_error
to g_warning to avoid crash if revents field reset between check()
and dispatch(). Fixes bug #126209.
2003-10-31 Michael Meeks <michael@ximian.com>
* src/orb/GIOP/giop-recv-buffer.c
(giop_connection_handle_input): on HUP goto
msg_error so we don't leave the cnx->incoming_msg
hanging around.
2003-10-30 Michael Meeks <michael@ximian.com>
* test/everything/lifeCycle.c
(LifeCycleServer_deactivateUnrefOnReturn): a nasty
in-proc hack that unreferences our CORBA_Object
handle.
* test/everything/client.c (testLifeCycle): use
the ORBit_small_invoke_stub_n path, used by older
stubs.
2003-10-24 Michael Meeks <michael@ximian.com>
* src/orb/GIOP/giop.c (giop_shutdown): allow
shutdown from any thread - this looks safe enough,
at least here.
2003-10-23 Mark McLoughlin <mark@skynet.ie>
* test/everything/lifeCycle.c: add this from the
2.8.2 tarball. Michael must have forgotten to
CVS add it.
2003-10-14 Michael Meeks <michael@ximian.com>
* src/orb/poa/poa.c (ORBit_POA_destroy_T_R):
rename to this.
Diffstat (limited to 'net/ORBit2')
-rw-r--r-- | net/ORBit2/Makefile | 4 | ||||
-rw-r--r-- | net/ORBit2/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 6f7e8437b17..9277ce519d8 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2004/01/24 14:50:05 grant Exp $ +# $NetBSD: Makefile,v 1.24 2004/02/06 17:03:21 jmmv Exp $ # -DISTNAME= ORBit2-2.8.2 +DISTNAME= ORBit2-2.8.3 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index 47d636bfe5f..0629946a1a5 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2003/12/18 03:36:24 xtraeme Exp $ +$NetBSD: distinfo,v 1.14 2004/02/06 17:03:21 jmmv Exp $ -SHA1 (ORBit2-2.8.2.tar.bz2) = 71802214c4c61002a6e6c2a0d8c9a8b2452b0c36 -Size (ORBit2-2.8.2.tar.bz2) = 619464 bytes +SHA1 (ORBit2-2.8.3.tar.bz2) = c66e1b65d0b35a6f3f7418092cf82ad93ddb173e +Size (ORBit2-2.8.3.tar.bz2) = 633145 bytes |