diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-02-24 09:33:36 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-02-24 09:33:36 +0000 |
commit | f6d601f6363523e50ce5f76df5f3ac169e3612ad (patch) | |
tree | 673eb4a8eb6d4f33f5880323e93f9a6322783151 /net-misc | |
parent | Added patch to fix crash on VT switch (bug #345343, thanks to Alexandre Rosto... (diff) | |
download | gentoo-2-f6d601f6363523e50ce5f76df5f3ac169e3612ad.tar.gz gentoo-2-f6d601f6363523e50ce5f76df5f3ac169e3612ad.tar.bz2 gentoo-2-f6d601f6363523e50ce5f76df5f3ac169e3612ad.zip |
Drop problematic misdn dependencies from the 1.6.2 branch to aid in security stabilisation. Both the 1.2 and the 1.4 branch are slated for removal and will be masked soon.
(Portage version: 2.1.9.40/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/asterisk/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/asterisk/asterisk-1.6.2.16.2-r1.ebuild (renamed from net-misc/asterisk/asterisk-1.6.2.16.2.ebuild) | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog index 0cafdb4ca43e..18e90e9f4be6 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.291 2011/02/22 18:16:50 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.292 2011/02/24 09:33:36 chainsaw Exp $ + +*asterisk-1.6.2.16.2-r1 (24 Feb 2011) + + 24 Feb 2011; Tony Vroon <chainsaw@gentoo.org> -asterisk-1.6.2.16.2.ebuild, + +asterisk-1.6.2.16.2-r1.ebuild: + Drop problematic misdn dependencies from the 1.6.2 branch to aid in security + stabilisation. Both the 1.2 and the 1.4 branch are slated for removal and + will be masked soon. *asterisk-1.6.2.16.2 (22 Feb 2011) diff --git a/net-misc/asterisk/asterisk-1.6.2.16.2.ebuild b/net-misc/asterisk/asterisk-1.6.2.16.2-r1.ebuild index 8540172a5b94..4b580db85b4d 100644 --- a/net-misc/asterisk/asterisk-1.6.2.16.2.ebuild +++ b/net-misc/asterisk/asterisk-1.6.2.16.2-r1.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.6.2.16.2.ebuild,v 1.1 2011/02/22 18:16:50 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.6.2.16.2-r1.ebuild,v 1.1 2011/02/24 09:33:36 chainsaw Exp $ EAPI=3 inherit autotools base eutils linux-info multilib @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa +caps dahdi doc freetds iconv jabber ldap lua keepsrc misdn newt +samples oss postgres radius snmp span speex ssl sqlite vorbis" +IUSE="alsa +caps dahdi doc freetds iconv jabber ldap lua keepsrc newt +samples oss postgres radius snmp span speex ssl sqlite vorbis" EPATCH_SUFFIX="patch" PATCHES=( "${WORKDIR}/asterisk-patchset" ) @@ -32,7 +32,6 @@ RDEPEND="sys-libs/ncurses jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) lua? ( dev-lang/lua ) - misdn? ( net-dialup/misdnuser ) newt? ( dev-libs/newt ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) @@ -86,9 +85,6 @@ src_configure() { $(use_with iconv) \ $(use_with jabber iksemel) \ $(use_with lua) \ - $(use_with misdn isdnnet) \ - $(use_with misdn suppserv) \ - $(use_with misdn) \ $(use_with newt) \ $(use_with oss) \ $(use_with postgres) \ |