[Pkg-voip-commits] r10200 - in /gnugk/trunk/debian: changelog patches/ patches/series patches/spelling-error-in-binary.patch
msp at alioth.debian.org
msp at alioth.debian.org
Sat May 25 04:02:21 UTC 2013
Author: msp
Date: Sat May 25 04:02:20 2013
New Revision: 10200
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10200
Log:
Add spelling-error-in-binary.patch - usr/sbin/gnugk explict explicit
Added:
gnugk/trunk/debian/patches/
gnugk/trunk/debian/patches/series
gnugk/trunk/debian/patches/spelling-error-in-binary.patch
Modified:
gnugk/trunk/debian/changelog
Modified: gnugk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/changelog?rev=10200&op=diff
==============================================================================
--- gnugk/trunk/debian/changelog (original)
+++ gnugk/trunk/debian/changelog Sat May 25 04:02:20 2013
@@ -1,10 +1,10 @@
-gnugk (2:3.3-4-1) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+gnugk (2:3.3-4-1) unstable; urgency=low
+
* New upstream release
* Update debian/control - fix vcs-field-not-canonical
-
- -- Mark Purcell <msp at debian.org> Sat, 25 May 2013 13:46:35 +1000
+ * Add spelling-error-in-binary.patch - usr/sbin/gnugk explict explicit
+
+ -- Mark Purcell <msp at debian.org> Sat, 25 May 2013 14:02:01 +1000
gnugk (2:3.2-2-2) unstable; urgency=low
Added: gnugk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/gnugk/trunk/debian/patches/series?rev=10200&op=file
==============================================================================
--- gnugk/trunk/debian/patches/series (added)
+++ gnugk/trunk/debian/patches/series Sat May 25 04:02:20 2013
@@ -1,0 +1,1 @@
+spelling-error-in-binary.patch
Added: 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=10200&op=file
==============================================================================
--- gnugk/trunk/debian/patches/spelling-error-in-binary.patch (added)
+++ gnugk/trunk/debian/patches/spelling-error-in-binary.patch Sat May 25 04:02:20 2013
@@ -1,0 +1,17 @@
+Index: gnugk-3.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++;
+ } 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);
+ }
More information about the Pkg-voip-commits
mailing list