diff -Nru omniorb-dfsg-4.1.6/debian/changelog omniorb-dfsg-4.1.6/debian/changelog --- omniorb-dfsg-4.1.6/debian/changelog 2012-03-03 19:00:13.000000000 +0000 +++ omniorb-dfsg-4.1.6/debian/changelog 2016-02-29 10:35:27.000000000 +0000 @@ -1,3 +1,11 @@ +omniorb-dfsg (4.1.6-2ubuntu1) xenial; urgency=medium + + * debian/patches/value_in_exception.patch: backport patch to go into 4.2 + branch (http://www.omniorb-support.com/pipermail/omniorb-list/2016-January/031818.html) + (LP: #1530855 - Debian bug 812966). + + -- Michal Strnad Mon, 29 Feb 2016 11:31:36 +0100 + omniorb-dfsg (4.1.6-2) unstable; urgency=low * Fix the GNU/hurd patch, mention it's upstream inclusion (Closes: #641571) diff -Nru omniorb-dfsg-4.1.6/debian/control omniorb-dfsg-4.1.6/debian/control --- omniorb-dfsg-4.1.6/debian/control 2012-03-03 18:49:24.000000000 +0000 +++ omniorb-dfsg-4.1.6/debian/control 2016-02-29 10:35:56.000000000 +0000 @@ -1,7 +1,8 @@ Source: omniorb-dfsg Section: devel Priority: optional -Maintainer: Debian CORBA Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian CORBA Team Uploaders: Floris Bruynooghe , Thomas Girard DM-Upload-Allowed: yes Build-Depends: debhelper (>= 6.0.0), python-dev (>= 2.6.6-3~), libssl-dev, autotools-dev, pkg-config diff -Nru omniorb-dfsg-4.1.6/debian/patches/series omniorb-dfsg-4.1.6/debian/patches/series --- omniorb-dfsg-4.1.6/debian/patches/series 2011-11-07 23:03:42.000000000 +0000 +++ omniorb-dfsg-4.1.6/debian/patches/series 2016-02-29 10:33:24.000000000 +0000 @@ -8,3 +8,4 @@ set_ipv6_v6only_to_0 catior_manpage hurd +value_in_exception.patch diff -Nru omniorb-dfsg-4.1.6/debian/patches/value_in_exception.patch omniorb-dfsg-4.1.6/debian/patches/value_in_exception.patch --- omniorb-dfsg-4.1.6/debian/patches/value_in_exception.patch 1970-01-01 00:00:00.000000000 +0000 +++ omniorb-dfsg-4.1.6/debian/patches/value_in_exception.patch 2016-02-29 10:33:52.000000000 +0000 @@ -0,0 +1,20 @@ +--- a/src/lib/omniORB/orbcore/GIOP_S.cc ++++ b/src/lib/omniORB/orbcore/GIOP_S.cc +@@ -558,6 +558,8 @@ + } + } + pd_state = ReplyCompleted; ++ ++ clearValueTracker(); + return 1; + } + +@@ -662,6 +664,8 @@ + } + + pd_state = ReplyCompleted; ++ ++ clearValueTracker(); + return 1; + } +