[Pkg-voip-commits] r10297 - in /gnugk/trunk/debian: changelog patches/spelling-error-in-binary.patch
msp at alioth.debian.org
msp at alioth.debian.org
Fri Sep 27 23:34:51 UTC 2013
Author: msp
Date: Fri Sep 27 23:34:50 2013
New Revision: 10297
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10297
Log:
New upstream release
Modified:
gnugk/trunk/debian/changelog
gnugk/trunk/debian/patches/spelling-error-in-binary.patch
Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=10297&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Fri Sep 27 23:34:50 2013
@@ -1,3 +1,9 @@
+gnugk (2:3.4-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp at debian.org> Sat, 28 Sep 2013 08:16:22 +1000
+
gnugk (2:3.3-4-1) unstable; urgency=low
* New upstream release
Modified: gnugk/trunk/debian/patches/spelling-error-in-binary.patch
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/patches/spelling-error-in-binary.patch?rev=10297&op=diff
==============================================================================
--- gnugk/trunk/debian/patches/spelling-error-in-binary.patch (original)
+++ gnugk/trunk/debian/patches/spelling-error-in-binary.patch Fri Sep 27 23:34:50 2013
@@ -1,17 +1,13 @@
-Index: gnugk-3.3-4/Toolkit.cxx
+Index: gnugk-3.4/Toolkit.cxx
===================================================================
---- gnugk-3.3-4.orig/Toolkit.cxx 2013-05-15 04:24:17.000000000 +1000
-+++ gnugk-3.3-4/Toolkit.cxx 2013-05-25 13:57:55.000000000 +1000
-@@ -509,10 +509,10 @@
- while (e < explicitRoutes.GetSize()) {
- RouteEntry entry(explicitRoutes[e]);
- if (Toolkit::Instance()->IsGKHome(entry.GetDestination())) {
-- PTRACE(2, "Adding explict route: " << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
-+ PTRACE(2, "Adding explicit route: " << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
- e++;
+--- gnugk-3.4.orig/Toolkit.cxx 2013-09-11 01:49:47.000000000 +1000
++++ gnugk-3.4/Toolkit.cxx 2013-09-28 08:18:06.000000000 +1000
+@@ -518,7 +518,7 @@
} else {
-- PTRACE(1, "Ignoring explict route (invalid source IP): "
-+ PTRACE(1, "Ignoring explicit route (invalid source IP): "
- << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
- explicitRoutes.RemoveAt(e);
- }
+ RouteEntry entry(explicitRoute);
+ if (Toolkit::Instance()->IsGKHome(entry.GetDestination())) {
+- PTRACE(2, "Adding explict route: " << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
++ PTRACE(2, "Adding explicit route: " << entry.GetNetwork() << "/" << entry.GetNetMask() << "->" << entry.GetDestination());
+ e++;
+ } else {
+ PTRACE(1, "Ignoring explict route (invalid source IP): "
More information about the Pkg-voip-commits
mailing list