summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2011-07-14 08:55:33 +0000
committerTony Vroon <chainsaw@gentoo.org>2011-07-14 08:55:33 +0000
commitefb356529bb04550f11ff60d6b27d0a9610b6ee7 (patch)
tree1a5238a28ae1ef8caae2d94f69d356cf6104a52f /net-misc
parentInitial import of rqr gem. Ebuild a bit custom, but works. (diff)
downloadgentoo-2-efb356529bb04550f11ff60d6b27d0a9610b6ee7.tar.gz
gentoo-2-efb356529bb04550f11ff60d6b27d0a9610b6ee7.tar.bz2
gentoo-2-efb356529bb04550f11ff60d6b27d0a9610b6ee7.zip
An intermittent explosion due to memory corruption was identified and patched by Jaco Kroon, closes bug #375141. Old ebuild killed.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/asterisk/ChangeLog9
-rw-r--r--net-misc/asterisk/asterisk-1.8.5.0-r2.ebuild (renamed from net-misc/asterisk/asterisk-1.8.5.0-r1.ebuild)4
2 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/asterisk/ChangeLog b/net-misc/asterisk/ChangeLog
index d2e8dc6705ba..3c0f44bd4392 100644
--- a/net-misc/asterisk/ChangeLog
+++ b/net-misc/asterisk/ChangeLog
@@ -1,6 +1,13 @@
# 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.334 2011/07/13 10:38:47 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/ChangeLog,v 1.335 2011/07/14 08:55:33 chainsaw Exp $
+
+*asterisk-1.8.5.0-r2 (14 Jul 2011)
+
+ 14 Jul 2011; Tony Vroon <chainsaw@gentoo.org> -asterisk-1.8.5.0-r1.ebuild,
+ +asterisk-1.8.5.0-r2.ebuild:
+ An intermittent explosion due to memory corruption was identified and patched
+ by Jaco Kroon, closes bug #375141. Old ebuild killed.
*asterisk-1.8.5.0-r1 (13 Jul 2011)
diff --git a/net-misc/asterisk/asterisk-1.8.5.0-r1.ebuild b/net-misc/asterisk/asterisk-1.8.5.0-r2.ebuild
index a7b6432ab062..e0e4e7bbe813 100644
--- a/net-misc/asterisk/asterisk-1.8.5.0-r1.ebuild
+++ b/net-misc/asterisk/asterisk-1.8.5.0-r2.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.5.0-r1.ebuild,v 1.1 2011/07/13 10:38:47 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-1.8.5.0-r2.ebuild,v 1.1 2011/07/14 08:55:33 chainsaw Exp $
EAPI=3
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/${MY_P}.tar.gz
- mirror://gentoo/gentoo-asterisk-patchset-0.9.tar.bz2"
+ mirror://gentoo/gentoo-asterisk-patchset-1.0.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"