[Pkg-voip-commits] r4179 - asterisk/branches/etch/debian/patches

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Aug 21 03:42:49 UTC 2007


Author: paravoid
Date: 2007-08-21 03:42:49 +0000 (Tue, 21 Aug 2007)
New Revision: 4179

Modified:
   asterisk/branches/etch/debian/patches/CVE-2007-1561.dpatch
Log:
patch was mispatching this because of ambiguous context

Modified: asterisk/branches/etch/debian/patches/CVE-2007-1561.dpatch
===================================================================
--- asterisk/branches/etch/debian/patches/CVE-2007-1561.dpatch	2007-08-21 03:21:19 UTC (rev 4178)
+++ asterisk/branches/etch/debian/patches/CVE-2007-1561.dpatch	2007-08-21 03:42:49 UTC (rev 4179)
@@ -12,7 +12,7 @@
 ===================================================================
 --- a/channels/chan_sip.c	(revision 58578)
 +++ b/channels/chan_sip.c	(revision 58579)
-@@ -3667,6 +3667,7 @@
+@@ -3615,6 +3615,7 @@
  			hp = ast_gethostbyname(host, &ahp);
  			if (!hp) {
  				ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c);
@@ -20,7 +20,7 @@
  			}
  		}
  	}
-@@ -3693,6 +3694,7 @@
+@@ -3641,6 +3642,7 @@
  			hp = ast_gethostbyname(host, &ahp);
  			if (!hp) {
  				ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c);




More information about the Pkg-voip-commits mailing list