[Pkg-voip-commits] r10118 - in /asterisk/trunk/debian: changelog patches/powerpcspe patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Mon Mar 25 12:10:04 UTC 2013


Author: tzafrir
Date: Mon Mar 25 12:10:04 2013
New Revision: 10118

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10118
Log:
Patch powerpcspe: Fix OSARCH for powerpcspe (Closes: #701505).

Added:
    asterisk/trunk/debian/patches/powerpcspe
Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/series

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=10118&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Mon Mar 25 12:10:04 2013
@@ -1,4 +1,4 @@
-asterisk (1:1.8.13.1~dfsg-2) unstable; urgency=high
+asterisk (1:1.8.13.1~dfsg-2) UNRELEASED; urgency=high
 
   * Patches backported from Asterisk 1.8.19.1 (Closes: #697230):
     - Patch AST-2012-014 (CVE-2012-5976) - fixes Crashes due to large stack
@@ -8,6 +8,7 @@
       - Patch fix-sip-tls-leak - Memory leak in the SIP TLS code
     - Patch AST-2012-015 (CVE-2012-5977) - Denial of Service Through
       Exploitation of Device State Caching
+  * Patch powerpcspe: Fix OSARCH for powerpcspe (Closes: #701505).
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Tue, 08 Jan 2013 00:06:09 +0200
 

Added: asterisk/trunk/debian/patches/powerpcspe
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/powerpcspe?rev=10118&op=file
==============================================================================
--- asterisk/trunk/debian/patches/powerpcspe (added)
+++ asterisk/trunk/debian/patches/powerpcspe Mon Mar 25 12:10:04 2013
@@ -1,0 +1,32 @@
+From: Tzafrir Cohen <tzafrir at debian.org>
+Date: Sun, 24 Feb 2013 20:29:05 +0200
+Bug-Debian: http://bugs.debian.org/701505
+Subject: Consider linux-gnuspe as linux-gnu
+Origin: http://svnview.digium.com/svn/asterisk?view=revision&revision=382110
+
+The powerpcspe Linux port uses linux-gnuspe as the OS string.
+Our build system shouldn't really care for that, so just call
+it linux-gnu.
+
+Also: changing "gnueabi" to "gnueabi*" as is in later versions of Upstream.
+This also handles "gnueabihf".
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 5a01fc2..e723c0f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -172,7 +172,7 @@ case "${host_os}" in
+      OSARCH=cygwin
+      PBX_WINARCH=1
+      ;;
+-     linux-gnueabi)
++     linux-gnueabi* | linux-gnuspe)
+      OSARCH=linux-gnu
+      ;;
+      *)
+-- 
+1.7.10.4
+

Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=10118&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Mon Mar 25 12:10:04 2013
@@ -33,3 +33,4 @@
 fix-sip-tls-leak
 AST-2012-014
 AST-2012-015
+powerpcspe




More information about the Pkg-voip-commits mailing list