<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/ORBit2/PLIST, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-09-22T08:09:14Z</updated>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Update to 2.12.0.  This version corresponds to GNOME 2.8.0.</title>
<updated>2004-09-21T16:44:14Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-09-21T16:44:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f9b48a2ead438d11ebb77ffd494db69c7d5a3c7a'/>
<id>urn:sha1:f9b48a2ead438d11ebb77ffd494db69c7d5a3c7a</id>
<content type='text'>
2004-09-13  Mark McLoughlin  &lt;mark@skynet.ie&gt;

	* configure.in: Version 2.12.0.

2004-08-25  Michael Haubenwallner &lt;michael.haubenwallner@salomon.at&gt;

	* src/orb/orb-core/allocators.c (ORBit_freekids_via_TypeCode_T):
	Step over align-holes at the end of structures (bug#151023)
	* src/orb/orb-core/corba-any.c
	(ORBit_marshal_value) (ORBit_demarshal_value)
	(ORBit_copy_value_core) (ORBit_value_equivalent):
	Ditto.
	* test/everything/everything.idl
	test/everything/client.c
	test/everything/structServer.c:
	Added testcase for bug#151023, align-holes at the end of structures.
	* test/everything/constants.h:
	Ditto.
	Added constants for CHAR and OCTET.

2004-08-19  Michael Meeks  &lt;michael@ximian.com&gt;

	* Version 2.11.2

	* src/orb/GIOP/giop-recv-buffer.c
	(giop_recv_list_destroy_queue_entry): unref the
	ent's connection without the message queue lock
	held.

	* test/everything/client.c: bin stderr printfs
	during thread tests, to avoid unhelpful rescheduling.

	* src/orb/orb-core/orbit-small.c
	(ORBit_small_unlisten_for_broken_full): use the
	peek method, no need to try re-connecting just to
	disconnect the 'broken' signal.

	* src/orb/orb-core/corba-object.c
	(CORBA_Object_release_cb): after a long audit;
	unlock / lock around the giop connection unref;
	this avoids the final connection release
	deadlocking vs. a pending call in the I/O
	thread needing this lock.
	(ORBit_object_peek_connection): impl.

2004-08-19  Magnus Therning  &lt;magnus@therning.org&gt;

	* src/idl-compiler/orbit-idl-backend.c: fix
	bit-field assignments.

2004-08-10  Michael Meeks  &lt;michael@ximian.com&gt;

	* test/everything/basicServer.c
	(BasicServer_testBoolString): impl.

2004-08-11  Kjartan Maraas  &lt;kmaraas@gnome.org&gt;

	* src/idl-compiler/orbit-idl-c-backend.c: (orbit_idl_output_c):
	0 vs NULL.
	* src/idl-compiler/orbit-idl-c-common.c: (cc_output_typecodes):i
	Same here.
	* src/idl-compiler/orbit-idl-c-utils.c:
	(orbit_cbe_get_typespec_str): Same here too.
	* src/orb/dynamic/dynany.c: (DynamicAny_DynUnion_member_name):
	0 vs NULL and add some casts.
	* src/orb/orb-core/allocators.c: (ORBit_freekids_via_TypeCode_T):
	0 vs NULL fixes.
	* src/orb/orb-core/corba-object.c: (ORBit_objref_find):
	Same again.
	* src/services/name/boot.c: (main): And again.
	* test/echo-srv.c: (echo_srv_finish_object), (echo_srv_finish_poa):
	And again.

2004-08-10  Mark McLoughlin  &lt;mark@skynet.ie&gt;

	* src/orb/orb-core/iop-profiles.c: (IOP_start_profiles),
	(IOP_TAG_CODE_SETS_demarshal): don't initialize the sequence
	using structure initialization, but rather zero the structure
	contents. Fixes bug #147255, which admittedly is really a
	gcc on powerpc bug, but this code is nicer anyway.

2004-08-08  Gustavo J. A. M. Carneiro  &lt;gustavo@users.sourceforge.net&gt;

	* src/orb/orb-core/corba-any.c (ORBit_sequence_remove):
	Impl. method to remove a single element in an ORBit sequence.

	* include/orbit/orb-core/orbit-small.h: Add ORBit_sequence_remove
	prototype.

	* test/everything/client.c (testSequenceHelpers): Test
	ORBit_sequence_remove.

2004-07-30  Mark McLoughlin  &lt;mark@skynet.ie&gt;

	* test/test-corbaloc.c: "\%" isn't a valid escape sequence,
	so just use "%". From d.binderman@virgin.net.

2004-07-07  Frank Rehberger  &lt;frehberg@mole.xtradyne.de&gt;

	* Revert to Version 2.11.x and Add Version ORBit2-2.11.1
	(developer release only)

2004-07-07  Frank Rehberger &lt;frehberg@gnome-de.org&gt;
	* Add Version ORBit2-2.12.0

2004-06-22  Chris Landrieu  &lt;perotin101@yahoo.com&gt;

	* src/orb/orb-core/allocators.c (ORBit_freekids_via_TypeCode_T):
	add missing pre-align for struct/except types. Complicate the
	union alignment rules.

2004-05-30  Christophe Saout  &lt;christophe@saout.de&gt;

	* src/orb/orb-core/corba-any.c:
	(ORBit_marshal_value, ORBit_demarshal_value): Fix broken wstring
	support. Marshal/demarshal the correct number of bytes on the
	wire and negotiate the UTF-16 byte ordering using an optional
	endianess marker. Also works now with JacORB.

2004-05-30  Christophe Saout  &lt;christophe@saout.de&gt;

	* src/services/imodule/orbit-imodule-utils.c
	(ORBit_imodule_get_typecode): set c_align in nested array
	typecodes that are not handled by ORBit_imodule_find_c_align.

2004-05-17  Michael Meeks  &lt;michael@ximian.com&gt;

	* ORBit-2.0.pc.in: prune pkgconfig cruft.

2004-05-14  Fernando Herrera  &lt;fherrera@onirica.com&gt;

	* src/idl-compiler/orbit-idl-c-backend.c: (out_for_pass):
	 clobber LC_ALL because cpp tranlates some strings in some
	locales during dep files generation that makes compilation
	fails. Fixes bug #142546.

2004-05-08  Frank Rehberger  &lt;frehberg@gnome-de.org&gt;

	* src/orb/orb-core/iop-profiles.c (IOP_start_profiles): orbit
	generated profiles contain full codeset data structures
	(IOP_component_free): freeing codeset structures
	(CodeSetComponent_marshal): marshal codeset structures
	(CodeSetComponent_demarshal): demarshal codeset structures
	* src/orb/orb-core/iop-profiles.h (IOP_PROFILES_CODE_SET_*):
	declare known code-sets, but UTF8 and UTF16 supported only.
	(struct IOP_TAG_CODE_SETS_info): complete CodeSet data structure
	using CONV_FRAME_CodeSetComponentInfo.
	* src/orb/orb-core/corba-orb.c: variable orbit_use_corbaloc must
	be of type gboolean.
</content>
</entry>
<entry>
<title>Update to 2.10.2:</title>
<updated>2004-05-09T16:30:24Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-05-09T16:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f1f2650304b2039b7fa1f611a9f2e5b76d17c6f6'/>
<id>urn:sha1:f1f2650304b2039b7fa1f611a9f2e5b76d17c6f6</id>
<content type='text'>
2004-05-07  Michael Meeks  &lt;michael@ximian.com&gt;

	* Version 2.10.2

2004-05-07  Michael Meeks  &lt;michael@ximian.com&gt;

	* Branch for Gnome 2.6

2004-04-24  Dan Winship  &lt;danw@ximian.com&gt;

	* src/services/imodule/Makefile.am (LDADD): Remove
	$(LOCAL_LINC_LIBS). (Only libORBit-2 itself should be linking
	against it.)

	* src/services/name/Makefile.am (libORBitCosNaming_2_la_LDFLAGS):
	Likewise

2004-04-24  Frank Rehberger  &lt;frehberg@fresa.casa.in-berlin.de&gt;

	* MAINTAINERS: maintainer-ship handed over to  frehberg@gnome-de.org

2004-04-21  Michael Meeks  &lt;michael@ximian.com&gt;

	* Version 2.10.1

2004-04-21  Michael Meeks  &lt;michael@ximian.com&gt;

	* src/orb/orb-core/iop-profiles.c
	(CodeSetComponent_demarshal): don't spew a
	g_warning, just a dprintf.
	(IOP_UnknownComponent_marshal): actually marshal
	the length of the sequence as well as the data.

2004-04-21  Bill Haneman  &lt;bill.haneman@sun.com&gt;

	* test/everything/basicServer.c
	(TestFactory_getObjectCount, TestFactory_getObject):
	hammer on some JavaORB stuff.

	* test/everything/client.c (testIOR): impl.
	(run_tests): upd.

2004-04-13  Joe Marcus Clarke  &lt;marcus@freebsd.org&gt;

	* ORBit-2.0.pc.in: add gthread dep.

2004-03-19  Mark McLoughlin  &lt;mark@skynet.ie&gt;

	* orbit2-config.in: return -lORBitCosNaming-2 with
	--use-service=name rather than -lORBitCosNaming.
	This script is still deprecated old cruft, though.
</content>
</entry>
<entry>
<title>Update to 2.10.0.  Changes since the 2.8.x branch:</title>
<updated>2004-04-01T18:16:17Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-04-01T18:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6ec43e783b1e780868fd91866c4f8b3abed97416'/>
<id>urn:sha1:6ec43e783b1e780868fd91866c4f8b3abed97416</id>
<content type='text'>
ORBit2-2.9.6
	* bug fixes
		+ PPC union walking bug (Michael, Jeroen Z)

ORBit2-2.9.5
	* bug fixes
		+ don't crash with NULL env (Mark)

ORBit2-2.9.4
	* bug fixes
		+ enviroment pollution (Michael)
		+ AIX portability bits (The Written Word)

ORBit2-2.9.3
	* bug fixes
		+ configure logic bug (Morten Welinder)
		+ no-mainloop threading issue (Michael)
		+ custom policy oneway fix (Michael, JP)
		+ policy lookup fix (Alex Larsson)

ORBit2-2.9.2
	* bug fixes
		+ threaded client deadlock (Michael)
		+ skelimpl leak fix (Frank)
		+ forward request double free (Michael)
		+ thread queue processing (Frank)

ORBit2-2.9.1
	* bug fixes
		+ thread handling / shutdown bugs (Justin Schoeman)
		+ linc I/O revents race fix (Padraig O'Briain)
		+ name service ref leak (Justin)
		+ GIOP HUP error cleanup (Michael)
		+ ORB shutdown from any thread (Michael)
		+ build fixes / cleans (Justin, Michael)
	* featurelets
		+ (limited) re-enterancy client policy (Michael)
		+ re-factored invocation stack (Frank Rehberger)
		+ deactivation / return test (Michael)

ORBit2-2.9.0
	* bug fixes
		+ speed up child POA destruction (Michael)
	* featurelets
		+ allow objects to be bound to specific threads (Alex Larsson)
</content>
</entry>
<entry>
<title>Update to 2.8.0, based on work done by xtraeme@:</title>
<updated>2003-12-14T19:43:50Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-12-14T19:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=78980d44698cdf116b03d2d61e723a082852723b'/>
<id>urn:sha1:78980d44698cdf116b03d2d61e723a082852723b</id>
<content type='text'>
ORBit2-2.8.0
	* bug fixes
		+ sequence_concat helper (Frank)
		+ corbaloc fixes (Frank)

ORBit2-2.7.6
	* bug fixes
		+ try_connection deadlock (Michael, Padraig O'Briain)
		+ shutdown_orb fd leak (Michael, Morten Welinder)
		+ don't export libIDL strangely (Michael, Morten)
	* featurelets
		+ define file specific foo in idlcompile (James H)


ORBit2-2.7.5
	* bug fixes
		+ cmdline option parsing (Michael)
		+ idl-compiler stderr fixes (Dan Winship)
		+ object key hashing fix (Frank Rehberger)
		+ ~always enable thread-safety (Michael)
		+ parallel build fixes (Michael)
		+ _is_a fixes for in-proc + transient poa (Michael)
	* featurelets
		+ RootPOA/POACurrent set guards (Frank)
		+ corbaloc support (Frank)
		+ more regression tests (Michael, Frank)

ORBit2-2.7.3
	* bug fixes
		+ vicious union discriminator issue (Brian Cameron)
		+ non_existent / try_connection fix (Michael)
		+ 'broken' emission at idle (Michael, George Lebl)
		+ DynAnyFactory registration (Michael)
		+ no longer explicitely "entering a wold of pain"
		+ ORBit_sequence fixes (Frank Rehberger)
		+ linc source fix (Padraig O'Briain)
		+ gthread linkage fix (Michael)
		+ struct/union leakage on exceptions (Frank)
	* featurelets
		+ improved regression tests (Michael, Frank, Bowie Owens)
		+ lots of documentation improvements (Gustavo Carneiro)
		+ -ORBInitRef, -ORBNamingIOR (Frank)

ORBit2-2.7.2
	* bug fixes
		+ fixed docs build (Gustavo Varneiro)
		+ thread pool fix (Alex)
		+ build fixes (Waschk, oGalaxy, Michael)
	* features (Michael)
		+ vastly improved thread safety (&amp; Alex)
		+ improved regression tests
		+ much improved ABI
		+ implemented POA thread policies
		+ client side re-enterancy guard policies
		+ internalized linc as 'linc2/link'
		+ in-proc cross-thread invocation
		+ poa copying API

ORBit2-2.7.1
	* bug fixes
		+ tail align fix (Herbert Valerio Riedel)
		+ request ID fix (Herbert)
		+ thread hint fix (Gustavo Carneiro)
		+ build fixes (Richard Kinder)
		+ packed type marshal fix (Michael Haubenwallner)
		+ purifing mode fixes (Michael)
		+ use g_get_tmp_dir (Michael)
	* features
		+ much improved thread safey (Michael)
		+ improved tests (Michael)
		+ locate request impl. (Herbert)
		+ GIOP cleans (Herbert)
		+ configurable init msg limit (Michael)
		+ cygwin support (Masahiro Sakai)
		+ code cleans (Richard Kinder)
</content>
</entry>
<entry>
<title>share/idl is a shared directory between ORBit and ORBit2, so manage it</title>
<updated>2003-01-04T23:46:49Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-01-04T23:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0933139cdfd6857ddd3d3124fa3aea2ce4b579b4'/>
<id>urn:sha1:0933139cdfd6857ddd3d3124fa3aea2ce4b579b4</id>
<content type='text'>
properly.
</content>
</entry>
<entry>
<title>Update ORBit2 to 2.5.0.  Provided in PR pkg/18707 by Julio Merino.</title>
<updated>2002-10-27T09:16:08Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2002-10-27T09:16:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a2475ecea53732b7fb8f136b92a86e639c88125b'/>
<id>urn:sha1:a2475ecea53732b7fb8f136b92a86e639c88125b</id>
<content type='text'>
Changes include:
        * bug fixes
                + HP/UX / ANSI fixes (Albert Chin)
                + imodule fixage (James Henstridge)
                        + nested unions, structs, exceptions
                        + fall-through case unions subnames
                        + type mis-inclusion
                + request handler segv (Mark)
                + epv typecasts (Gergo)
                + improve generic marshaller (Michael)
                + fix TC_void's kind (Michael)
                + fix linc EOF locking interaction silly (Michael)
                + kill name server cruft (Mark)
                + fix linking for -pthread (Mark)
                + IDL compiler backend fix (Murray Cumming)
                + internal header / build fixes (Gergo Erdi)
        * features
                + IDL compiler language backend API (Mark, Gergo)
                  NB. see module 'orbitcpp' for C++ bindings [!]
                + CORBA_Typecode API (Gergo)
                + IDL -&gt; IInterface converter (Mark)
                + improved imodule handling (Mark)
                + more regression tests (Michael, James)
                + de-bloated IDL compiler -6k LOBC (Mark)
</content>
</entry>
<entry>
<title>Update to 2.4.3.</title>
<updated>2002-10-14T09:51:36Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2002-10-14T09:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9e7a8ee4ea05259e1ce4b61befc4ae23d686d41d'/>
<id>urn:sha1:9e7a8ee4ea05259e1ce4b61befc4ae23d686d41d</id>
<content type='text'>
Changes:
+ GIOP fragment handling
+ Security Audit
+ 'LocalOnly' mode
+ new ORBIT_DEBUG=errors spew
+ debug build debug hooks
+ more graceful OOM handling
+ blank uninitialized outgoing data
+ random keys re-hashed / accelerated
+ skeptical sequence de-marshling
+ configure time dofus detection
+ beefed up regression tests
	+ various spoofing
	+ randomized valid data
	+ broken fragments
plus lots of bug fixes.
</content>
</entry>
<entry>
<title>Initial import of ORBit2-2.3.108, a high-performance CORBA ORB with C</title>
<updated>2002-04-23T12:24:47Z</updated>
<author>
<name>rh</name>
<email>rh</email>
</author>
<published>2002-04-23T12:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48ad40444d3732ca203a5195370c0beebb81315b'/>
<id>urn:sha1:48ad40444d3732ca203a5195370c0beebb81315b</id>
<content type='text'>
language support.
</content>
</entry>
</feed>
