[Pkg-corba-commits] r273 - in /trunk/omniorb/debian: changelog patches/series patches/set_ipv6_v6only_to_0

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Thu May 12 21:09:45 UTC 2011


Author: tgg
Date: Thu May 12 21:09:38 2011
New Revision: 273

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=273
Log:
fix #626099

Added:
    trunk/omniorb/debian/patches/set_ipv6_v6only_to_0
Modified:
    trunk/omniorb/debian/changelog
    trunk/omniorb/debian/patches/series

Modified: trunk/omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/changelog?rev=273&op=diff
==============================================================================
--- trunk/omniorb/debian/changelog (original)
+++ trunk/omniorb/debian/changelog Thu May 12 21:09:38 2011
@@ -1,3 +1,11 @@
+omniorb-dfsg (4.1.5-2) unstable; urgency=low
+
+  * debian/patches/set_ipv6_v6only_to_0: use upstream strategy to allow
+    omniORB to work with net.ipv6.bindv6only=1 default value. Thanks to Duncan
+    Grisby for the investigation and the hint. Closes: #624099.
+
+ -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 12 May 2011 22:57:25 +0200
+
 omniorb-dfsg (4.1.5-1) unstable; urgency=low
 
   [ Floris Bruynooghe ]

Modified: trunk/omniorb/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/series?rev=273&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/series (original)
+++ trunk/omniorb/debian/patches/series Thu May 12 21:09:38 2011
@@ -5,3 +5,4 @@
 #useless_linking
 private_pythondir
 spurious_hashbang
+set_ipv6_v6only_to_0

Added: trunk/omniorb/debian/patches/set_ipv6_v6only_to_0
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/set_ipv6_v6only_to_0?rev=273&op=file
==============================================================================
--- trunk/omniorb/debian/patches/set_ipv6_v6only_to_0 (added)
+++ trunk/omniorb/debian/patches/set_ipv6_v6only_to_0 Thu May 12 21:09:38 2011
@@ -1,0 +1,15 @@
+Description: Make sure omniorb can work with netbase net.ipv6.bindv6only=1
+ default value
+Bug-Debian: http://bugs.debian.org/624099
+Author: Upstream
+
+--- a/include/omniORB4/internal/SocketCollection.h
++++ b/include/omniORB4/internal/SocketCollection.h
+@@ -161,7 +161,6 @@
+ 
+ #define SOCKNAME_SIZE_T OMNI_SOCKNAME_SIZE_T
+ #define USE_NONBLOCKING_CONNECT
+-#define OMNI_IPV6_SOCKETS_ACCEPT_IPV4_CONNECTIONS
+ #define OMNIORB_HOSTNAME_MAX 512
+ 
+ #ifdef HAVE_POLL




More information about the Pkg-corba-commits mailing list