diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-10-18 10:00:46 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-10-18 10:00:46 +0000 |
commit | f7465ec4cdc2767be60a74456ee71f6b1e5e0056 (patch) | |
tree | d50db8a2c1cadb00ee6dd350d5c807d7291b4365 /net-misc | |
parent | sys-boot/plymouth: Pre 0.9 snapshot ebuild. (diff) | |
download | gentoo-2-f7465ec4cdc2767be60a74456ee71f6b1e5e0056.tar.gz gentoo-2-f7465ec4cdc2767be60a74456ee71f6b1e5e0056.tar.bz2 gentoo-2-f7465ec4cdc2767be60a74456ee71f6b1e5e0056.zip |
Update to fix remote crash vulnerability (caused by unitialised variable) in SIP channel driver, remove vulnerable versions except last stable. Advisories CVE-2011-4063 & AST-2011-012.
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/asterisk/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.8.7.1.ebuild (renamed from net-misc/asterisk/asterisk-1.8.7.0-r1.ebuild) | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index e7bd4e1a0c61..4d7ad9d4b14b 100644 --- a/net-misc/asterisk/ChangeLog +++ b/net-misc/asterisk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-misc/asterisk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.351 2011/10/13 22:10:48 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.352 2011/10/18 10:00:46 chainsaw Exp $ + +*asterisk-1.8.7.1 (18 Oct 2011) + + 18 Oct 2011; Tony Vroon <chainsaw@gentoo.org> -asterisk-1.8.7.0-r1.ebuild, + +asterisk-1.8.7.1.ebuild: + Update to fix remote crash vulnerability (caused by unitialised variable) in + SIP channel driver, remove vulnerable versions except last stable. Advisories + CVE-2011-4063 & AST-2011-012. 13 Oct 2011; Tony Vroon <chainsaw@gentoo.org> -asterisk-1.8.5.0-r3.ebuild, asterisk-1.8.6.0.ebuild, -asterisk-1.8.7.0.ebuild: diff --git a/net-misc/asterisk/asterisk-1.8.7.0-r1.ebuild b/net-misc/asterisk/asterisk-1.8.7.1.ebuild index 55599a1f433e..35edce68b3fe 100644 --- a/net-misc/asterisk/asterisk-1.8.7.0-r1.ebuild +++ b/net-misc/asterisk/asterisk-1.8.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.7.0-r1.ebuild,v 1.1 2011/10/12 09:25:53 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.7.1.ebuild,v 1.1 2011/10/18 10:00:46 chainsaw Exp $ EAPI=4 inherit autotools base eutils linux-info multilib |