Hello community, here is the log from the commit of package openh323 checked in at Mon Feb 26 22:27:03 CET 2007. -------- --- openh323/openh323.changes 2006-10-28 21:43:09.000000000 +0200 +++ /mounts/work_src_done/STABLE/openh323/openh323.changes 2007-02-26 19:00:04.515254000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 26 18:58:22 CET 2007 - kkeil@suse.de + +- disable PTRACING for GetPreferedNatMethod + +------------------------------------------------------------------- New: ---- openh323-nonat_ptrace ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openh323.spec ++++++ --- /var/tmp/diff_new_pack.cA9796/_old 2007-02-26 22:26:52.000000000 +0100 +++ /var/tmp/diff_new_pack.cA9796/_new 2007-02-26 22:26:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openh323 (Version 1.19.0.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -24,7 +24,7 @@ Requires: pwlib Summary: An Open Source ITU H.323 Library and Sample Application Version: 1.19.0.1 -Release: 18 +Release: 42 %define _version 1_19_0_1 Source: openh323-v%{_version}-src-tar.bz2 Patch: openh323_v1_19_0_1.diff @@ -32,6 +32,7 @@ Patch2: openh323-incl.diff Patch3: openh323-SHAREDLIBEXT.diff Patch4: openh323-OPTCCFLAGS.patch +Patch5: patches/openh323-nonat_ptrace %description The OpenH323 project aims to create a full featured, interoperable, and @@ -67,6 +68,7 @@ %patch2 %patch3 %patch4 +%patch5 -p1 %build #autoreconf --force --install @@ -113,7 +115,9 @@ /usr/share/openh323/* %{_libdir}/libopenh323.so -%changelog -n openh323 +%changelog +* Mon Feb 26 2007 - kkeil@suse.de +- disable PTRACING for GetPreferedNatMethod * Sat Oct 28 2006 - meissner@suse.de - compile speex codec with RPM_OPT_FLAGS * Thu Sep 14 2006 - sbrabec@suse.cz ++++++ openh323-nonat_ptrace ++++++ Index: openh323_v1_19_0_1/src/h323ep.cxx =================================================================== --- openh323_v1_19_0_1.orig/src/h323ep.cxx +++ openh323_v1_19_0_1/src/h323ep.cxx @@ -3207,7 +3207,7 @@ PNatMethod * H323EndPoint::GetPreferedNa if (ip.IsValid() && IsLocalAddress(ip)) return NULL; -#if PTRACING +#if PTRACING && defined(PTRACING_NAT) PNatMethod * meth = NULL; PNatList list = natMethods.GetNATList(); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de