[Pkg-voip-commits] r9759 - in /asterisk/trunk/debian: changelog patches/series patches/sparc32_disable rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Mon Jun 4 22:39:43 UTC 2012


Author: tzafrir
Date: Mon Jun  4 22:39:43 2012
New Revision: 9759

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9759
Log:
New upstream release: 1.8.13.0

Patch sparc32_disable removed: hacks removed from Upstream Makefile.

Removed:
    asterisk/trunk/debian/patches/sparc32_disable
Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/series
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=9759&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Mon Jun  4 22:39:43 2012
@@ -1,12 +1,13 @@
-asterisk (1:1.8.12.2~dfsg-1) UNRELEASED; urgency=low
+asterisk (1:1.8.13.0~dfsg-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-  * New upstream release candidate.
+  * New upstream release.
     - AST-2012-007 (CVE-2012-2947): Fix IAX receiving HOLD without
       suggested MOH class crash (Closes: #675204).
     - AST-2012-008 (CVE-2012-2948): remote crash issue in chan_skinny
       (Closes: #67521).
     - Patch gmime2.6 removed: merged upstream.
+    - Patch sparc32_disable removed: hacks removed from Upstream Makefile.
   * Also pass LDFLAGS to menuselect (Closes: #664086 for real).
   * Fully strip-out the ilbc code (Closes: #665938, #665937).
     - Patch ilbc_disable to fix the build.

Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=9759&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Mon Jun  4 22:39:43 2012
@@ -22,7 +22,6 @@
 no_uname
 kfreebsd
 
-sparc32_disable
 menuselect_cflags
 ilbc_disable
 httpd_port

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=9759&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Mon Jun  4 22:39:43 2012
@@ -67,6 +67,8 @@
 	if [ ! -f configure_deborig ]; then mv configure configure_deborig; fi
 	./bootstrap.sh
 
+# Make sure the configure script gets an CFLAGS parameter. Otherwise
+# it will build with -march=native
 config.status: configure
 	dh_testdir
 




More information about the Pkg-voip-commits mailing list