diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-11-24 14:24:11 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-11-24 14:24:11 +0000 |
commit | 5ceac23ed7dae1c3cb6e3803641fe3610a0098e3 (patch) | |
tree | d05f0446c7cbe89dc86ad775ea5d3cecade22d99 /dev-php/PEAR-Net_Ping | |
parent | Re-add virtual/editor dependency. (diff) | |
download | gentoo-2-5ceac23ed7dae1c3cb6e3803641fe3610a0098e3.tar.gz gentoo-2-5ceac23ed7dae1c3cb6e3803641fe3610a0098e3.tar.bz2 gentoo-2-5ceac23ed7dae1c3cb6e3803641fe3610a0098e3.zip |
Version bump, security bug 294258
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_Ping')
-rw-r--r-- | dev-php/PEAR-Net_Ping/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.2.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.3.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5.ebuild (renamed from dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild) | 2 |
4 files changed, 9 insertions, 26 deletions
diff --git a/dev-php/PEAR-Net_Ping/ChangeLog b/dev-php/PEAR-Net_Ping/ChangeLog index 94f4680d3f91..7753ab6236b9 100644 --- a/dev-php/PEAR-Net_Ping/ChangeLog +++ b/dev-php/PEAR-Net_Ping/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php/PEAR-Net_Ping # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.10 2009/08/22 19:33:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.11 2009/11/24 14:24:11 beandog Exp $ + +*PEAR-Net_Ping-2.4.5 (24 Nov 2009) + + 24 Nov 2009; Steve Dibb <beandog@gentoo.org> -PEAR-Net_Ping-2.4.2.ebuild, + -PEAR-Net_Ping-2.4.3.ebuild, -PEAR-Net_Ping-2.4.4.ebuild, + +PEAR-Net_Ping-2.4.5.ebuild: + Version bump, security bug 294258 *PEAR-Net_Ping-2.4.4 (22 Aug 2009) diff --git a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.2.ebuild b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.2.ebuild deleted file mode 100644 index 259e84de1d59..000000000000 --- a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.2.ebuild,v 1.2 2007/12/06 00:41:05 jokey Exp $ - -inherit php-pear-r1 - -DESCRIPTION="OS independet wrapper class for executing ping calls." - -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" diff --git a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.3.ebuild b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.3.ebuild deleted file mode 100644 index ffb5c260c379..000000000000 --- a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.3.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.3.ebuild,v 1.1 2007/12/30 14:35:06 jokey Exp $ - -inherit php-pear-r1 - -DESCRIPTION="OS independet wrapper class for executing ping calls." - -LICENSE="PHP-2.02" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" diff --git a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5.ebuild index 2f068d83f032..56eb556d3e61 100644 --- a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild +++ b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.4.ebuild,v 1.1 2009/08/22 19:33:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.5.ebuild,v 1.1 2009/11/24 14:24:11 beandog Exp $ inherit php-pear-r1 |