diff options
author | 2013-03-06 23:16:36 +0000 | |
---|---|---|
committer | 2013-03-06 23:16:36 +0000 | |
commit | aa6047d4ed14433735c97683918d8f48e87ad078 (patch) | |
tree | 18b1820a0907f758d8e925eaa7e38851ded216ab /net-misc/asterisk | |
parent | vanilla-3.8.2 + genpatches-3.8-3 + grsecurity-2.9.1-3.8.2-201303041742 (diff) | |
download | gentoo-2-aa6047d4ed14433735c97683918d8f48e87ad078.tar.gz gentoo-2-aa6047d4ed14433735c97683918d8f48e87ad078.tar.bz2 gentoo-2-aa6047d4ed14433735c97683918d8f48e87ad078.zip |
Stop installing the /var/run directory structure, closes bug #451808. Two additional stability fixes, closes bug #460568. Removing -r1 ebuild as the reload protections within it are incomplete. Use -r2 or last stable. All patching by Jaco Kroon.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r-- | net-misc/asterisk/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-11.2.1-r2.ebuild (renamed from net-misc/asterisk/asterisk-11.2.1-r1.ebuild) | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index f81a588cb33f..358b9db79e0c 100644 --- a/net-misc/asterisk/ChangeLog +++ b/net-misc/asterisk/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-misc/asterisk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.445 2013/03/05 13:54:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.446 2013/03/06 23:16:36 chainsaw Exp $ + +*asterisk-11.2.1-r2 (06 Mar 2013) + + 06 Mar 2013; Tony Vroon <chainsaw@gentoo.org> -asterisk-11.2.1-r1.ebuild, + +asterisk-11.2.1-r2.ebuild: + Stop installing the /var/run directory structure, closes bug #451808. Two + additional stability fixes, closes bug #460568. Removing -r1 ebuild as the + reload protections within it are incomplete. Use -r2 or last stable. All + patching by Jaco Kroon. *asterisk-11.2.1-r1 (05 Mar 2013) diff --git a/net-misc/asterisk/asterisk-11.2.1-r1.ebuild b/net-misc/asterisk/asterisk-11.2.1-r2.ebuild index 0bdae11020fc..37084cde148f 100644 --- a/net-misc/asterisk/asterisk-11.2.1-r1.ebuild +++ b/net-misc/asterisk/asterisk-11.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.2.1-r1.ebuild,v 1.1 2013/03/05 13:54:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.2.1-r2.ebuild,v 1.1 2013/03/06 23:16:36 chainsaw Exp $ EAPI=5 inherit autotools base eutils linux-info multilib @@ -10,7 +10,7 @@ MY_P="${PN}-${PV/_/-}" DESCRIPTION="Asterisk: A Modular Open Source PBX System" HOMEPAGE="http://www.asterisk.org/" SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz - mirror://gentoo/gentoo-asterisk-patchset-3.3.tar.bz2" + mirror://gentoo/gentoo-asterisk-patchset-3.4.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" |