Hello community, here is the log from the commit of package gnugk checked in at Mon Feb 26 22:26:35 CET 2007. -------- --- gnugk/gnugk.changes 2006-08-10 12:11:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnugk/gnugk.changes 2007-02-26 20:59:27.908030000 +0100 @@ -1,0 +2,50 @@ +Mon Feb 26 20:52:15 CET 2007 - kkeil@suse.de + +- update to 2.2.5 + * RADIUS AAA module now handles a Class attribute correctly + * BUGFIX(clirw.cxx) missing iterator check, that could cause an + invalid memory access, fixed - thanks to Vladimir Voronin + * implement optional call-id parameter for Routing commands + * Bugfix(RasSrv.cxx) fix SignalCallID=1 + * Bugfix(Proxychannel.cxx) avoid inserting same socket twice in + cleanup list + * Bugfix(Proxychannel.cxx) make sure all members of + CallSignalSocket are initialized on creation + * Bugfix(yasocket.cxx) send very large status port messages + in 10KB chunks and sleep after each + * new feature: StatusPort filtering by Doron Bleiberg + * new switch: [RoutedMode]DisableRetryChecks retries all calls + * BUGFIX(ProxyChannel.cxx) make sure we preserve the original + Setup message for retries and not only copy the buffer address + * Bugfix(Neighbor.cxx) copy canMapAlias when forwarding LRQs + * implement virtual queues for LRQs sponsored by Associated + Engineering Srl. + * implement canMapAlias for LCFs sponsored by TelecomUnity Ltd. + * copy all unknown IEs in Notify messages when forwarding + (fixes some failed transfers) + * BUGFIX(*.cxx) set all deleted pointers to NULL + * new SyslogAcct accounting module for the Unix syslog + * (gkauth.cxx)Reapplied H235.1 (formally known as H235AnnexA) + by using OpenH323 Authenticator factory loader + * (rassrv.cxx)Registration Priority Added + * (Proxychannel.cxx)TreatUnregisteredNat added. Treat + unregistered calls unknown NAT status as being NAT + * (routing.cxx)DNS SRV support to DNS Routing policy + * (toolkit.cxx)RewriteAlias section added + * BUGFIX(ProxyChannel.cxx) WaitAndSignal added to OnInformation + to avoid NAT support crash. + * BUGFIX(ProxyChannel.cxx) Check for NATSupport added. + * BUGFIX(RasTbl.cxx) WaitAndSignal added to FindByEndPointid() + * BUGFIX(ProxyChannel.cxx) Added SupportCallingNATedEndpoints. + * Moved DNS SRV to it's own seperate policy + * Registration pre-emption support added + * Support for EP's on dynamic IP's + * fixed code to compile with the latest pwlib CVS + (STL string conversion) + * Added support for GnuGK to work behind NAT box + * Added support for Third party (non-neighbor) Gatekeepers + (AcceptNonNeighborLRQ=1) + * Added auto-detection on internal network for proxy mode. + * Added DefaultDomain for H323 URI rewriting + +------------------------------------------------------------------- Old: ---- gnugk-2.2.4.tar.bz2 gnugk-pwlib_1_11_1.diff New: ---- gnugk-2.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnugk.spec ++++++ --- /var/tmp/diff_new_pack.vR7783/_old 2007-02-26 22:26:24.000000000 +0100 +++ /var/tmp/diff_new_pack.vR7783/_new 2007-02-26 22:26:24.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package gnugk (Version 2.2.4) +# spec file for package gnugk (Version 2.2.5) # -# 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. # @@ -13,7 +13,7 @@ Name: gnugk BuildRequires: SDL-devel gcc-c++ krb5 libavc1394-devel libdc1394-devel libdv openh323-devel openldap2 openldap2-devel pwlib-devel sgml-skel sgmltool speex-devel URL: http://www.gnugk.org -License: GPL +License: GNU General Public License (GPL) BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Group: Productivity/Telephony/H323/Servers @@ -22,12 +22,10 @@ Obsoletes: openh323gk PreReq: %insserv_prereq %fillup_prereq Summary: OpenH323 Gatekeeper--The GNU Gatekeeper -Version: 2.2.4 +Version: 2.2.5 Release: 1 Source0: gnugk-%{version}.tar.bz2 Source1: rc.gnugk -#Patch0: openh323gk-%{version}.dif -Patch1: gnugk-pwlib_1_11_1.diff %description The gatekeeper controls H.323 compatible clients (like ohphone) and can @@ -41,12 +39,6 @@ %prep %setup -n gnugk-%{version} -#%setup -n openh323gk-%{version} -#%patch -%patch1 -p1 -#%ifarch alpha x86_64 s390x ia64 ppc64 s390 -#%patch1 -#%endif %build autoconf --force @@ -114,7 +106,54 @@ /etc/logrotate.d/gnugk /var/log/gk -%changelog -n gnugk +%changelog +* Mon Feb 26 2007 - kkeil@suse.de +- update to 2.2.5 + * RADIUS AAA module now handles a Class attribute correctly + * BUGFIX(clirw.cxx) missing iterator check, that could cause an + invalid memory access, fixed - thanks to Vladimir Voronin + * implement optional call-id parameter for Routing commands + * Bugfix(RasSrv.cxx) fix SignalCallID=1 + * Bugfix(Proxychannel.cxx) avoid inserting same socket twice in + cleanup list + * Bugfix(Proxychannel.cxx) make sure all members of + CallSignalSocket are initialized on creation + * Bugfix(yasocket.cxx) send very large status port messages + in 10KB chunks and sleep after each + * new feature: StatusPort filtering by Doron Bleiberg + * new switch: [RoutedMode]DisableRetryChecks retries all calls + * BUGFIX(ProxyChannel.cxx) make sure we preserve the original + Setup message for retries and not only copy the buffer address + * Bugfix(Neighbor.cxx) copy canMapAlias when forwarding LRQs + * implement virtual queues for LRQs sponsored by Associated + Engineering Srl. + * implement canMapAlias for LCFs sponsored by TelecomUnity Ltd. + * copy all unknown IEs in Notify messages when forwarding + (fixes some failed transfers) + * BUGFIX(*.cxx) set all deleted pointers to NULL + * new SyslogAcct accounting module for the Unix syslog + * (gkauth.cxx)Reapplied H235.1 (formally known as H235AnnexA) + by using OpenH323 Authenticator factory loader + * (rassrv.cxx)Registration Priority Added + * (Proxychannel.cxx)TreatUnregisteredNat added. Treat + unregistered calls unknown NAT status as being NAT + * (routing.cxx)DNS SRV support to DNS Routing policy + * (toolkit.cxx)RewriteAlias section added + * BUGFIX(ProxyChannel.cxx) WaitAndSignal added to OnInformation + to avoid NAT support crash. + * BUGFIX(ProxyChannel.cxx) Check for NATSupport added. + * BUGFIX(RasTbl.cxx) WaitAndSignal added to FindByEndPointid() + * BUGFIX(ProxyChannel.cxx) Added SupportCallingNATedEndpoints. + * Moved DNS SRV to it's own seperate policy + * Registration pre-emption support added + * Support for EP's on dynamic IP's + * fixed code to compile with the latest pwlib CVS + (STL string conversion) + * Added support for GnuGK to work behind NAT box + * Added support for Third party (non-neighbor) Gatekeepers + (AcceptNonNeighborLRQ=1) + * Added auto-detection on internal network for proxy mode. + * Added DefaultDomain for H323 URI rewriting * Thu Aug 10 2006 - kkeil@suse.de - fixes for pwlib 1.11.1 - update to 2.2.4 ++++++ gnugk-2.2.4.tar.bz2 -> gnugk-2.2.5.tar.bz2 ++++++ ++++ 16388 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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