[Pkg-voip-commits] r9589 - in /asterisk/trunk/debian: changelog control rules
msp at alioth.debian.org
msp at alioth.debian.org
Sun Mar 18 04:00:14 UTC 2012
Author: msp
Date: Sun Mar 18 04:00:13 2012
New Revision: 9589
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9589
Log:
* New Release:
- Fixes "SHA-1 code is doesn't allow modification" (Closes: #643703)
- Fixes "[CVE-2012-1183 - CVE-2012-1184] Asterisk: AST-2012-002 and AST-
2012-003 flaws" (Closes: #664411)
* Fix "Planned gmime 2.4 removal" Updated Build-Depends: (Closes: #663998)
* export CFLAGS LDFLAGS
- Fixes "Hardening flags missing for menuselect" (Closes: #664086)
- Fixes "enable hardening options" (Closes: #542741)
Modified:
asterisk/trunk/debian/changelog
asterisk/trunk/debian/control
asterisk/trunk/debian/rules
Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=9589&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Sun Mar 18 04:00:13 2012
@@ -8,7 +8,17 @@
* debian/patch/chan_iax2-detach-thread-on-non-stop-exit:
- Dropped; merged upstream
- -- Paul Belanger <paul.belanger at polybeacon.com> Mon, 12 Mar 2012 14:38:10 -0400
+ [ Mark Purcell ]
+ * New Release:
+ - Fixes "SHA-1 code is doesn't allow modification" (Closes: #643703)
+ - Fixes "[CVE-2012-1183 - CVE-2012-1184] Asterisk: AST-2012-002 and AST-
+ 2012-003 flaws" (Closes: #664411)
+ * Fix "Planned gmime 2.4 removal" Updated Build-Depends: (Closes: #663998)
+ * export CFLAGS LDFLAGS
+ - Fixes "Hardening flags missing for menuselect" (Closes: #664086)
+ - Fixes "enable hardening options" (Closes: #542741)
+
+ -- Mark Purcell <msp at debian.org> Sun, 18 Mar 2012 14:59:24 +1100
asterisk (1:1.8.8.2~dfsg-1) unstable; urgency=high
Modified: asterisk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/control?rev=9589&op=diff
==============================================================================
--- asterisk/trunk/debian/control (original)
+++ asterisk/trunk/debian/control Sun Mar 18 04:00:13 2012
@@ -35,7 +35,7 @@
libvorbis-dev,
libsnmp-dev,
libc-client2007e-dev | libc-client2007b-dev,
- libgmime-2.4-dev | libgmime2-dev,
+ libgmime-2.6-dev,
libjack-dev,
liblua5.1-0-dev,
libcap-dev (>= 1:2.16-4) [linux-any] | libcap2-dev [linux-any],
Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=9589&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Sun Mar 18 04:00:13 2012
@@ -19,6 +19,9 @@
CFLAGS = `dpkg-buildflags --get CFLAGS`
LDFLAGS = `dpkg-buildflags --get LDFLAGS`
CFLAGS += `dpkg-buildflags --get CPPFLAGS`
+
+# Necessary to pass hardening flags to menuselect.
+export CFLAGS LDFLAGS
ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
More information about the Pkg-voip-commits
mailing list