From f6413875805262e96de51f7f47d0df23a7981d06 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 14 Aug 2005 22:22:10 +0000 Subject: Version bump, immediately marked as stable on all ARCHes due to eval() vulnerability and because this is portable PHP code. Removing vulnerable versions. (Portage version: 2.0.51.22-r2) --- dev-php/PEAR-XML_RPC/ChangeLog | 10 +++++++++- dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.1.ebuild | 12 ------------ dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.2.ebuild | 12 ------------ dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.3.ebuild | 12 ------------ dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.4.0.ebuild | 12 ++++++++++++ dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.1 | 1 - dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.2 | 1 - dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.3 | 1 - dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.4.0 | 1 + 9 files changed, 22 insertions(+), 40 deletions(-) delete mode 100644 dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.1.ebuild delete mode 100644 dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.2.ebuild delete mode 100644 dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.3.ebuild create mode 100644 dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.4.0.ebuild delete mode 100644 dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.1 delete mode 100644 dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.2 delete mode 100644 dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.3 create mode 100644 dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.4.0 (limited to 'dev-php') diff --git a/dev-php/PEAR-XML_RPC/ChangeLog b/dev-php/PEAR-XML_RPC/ChangeLog index e0e5cf707219..205072b435f7 100644 --- a/dev-php/PEAR-XML_RPC/ChangeLog +++ b/dev-php/PEAR-XML_RPC/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-XML_RPC # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/ChangeLog,v 1.24 2005/08/08 14:39:52 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/ChangeLog,v 1.25 2005/08/14 22:22:10 sebastian Exp $ + +*PEAR-XML_RPC-1.4.0 (14 Aug 2005) + + 14 Aug 2005; Sebastian Bergmann + -PEAR-XML_RPC-1.3.1.ebuild, -PEAR-XML_RPC-1.3.2.ebuild, + -PEAR-XML_RPC-1.3.3.ebuild, +PEAR-XML_RPC-1.4.0.ebuild: + Version bump, immediately marked as stable on all ARCHes due to eval() + vulnerability and this is portable PHP code. Removing vulnerable versions. 08 Aug 2005; Markus Rothe PEAR-XML_RPC-1.3.3.ebuild: Stable on ppc64 diff --git a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.1.ebuild b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.1.ebuild deleted file mode 100644 index 517d6eac0328..000000000000 --- a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.1.ebuild,v 1.2 2005/07/01 16:35:12 sebastian Exp $ - -inherit php-pear - -DESCRIPTION="PHP implementation of the XML-RPC protocol" - -LICENSE="PHP" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86" -IUSE="" diff --git a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.2.ebuild b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.2.ebuild deleted file mode 100644 index 46951a707647..000000000000 --- a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.2.ebuild,v 1.7 2005/07/25 09:32:20 gmsoft Exp $ - -inherit php-pear - -DESCRIPTION="PHP implementation of the XML-RPC protocol" - -LICENSE="PHP" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 s390 sparc x86" -IUSE="" diff --git a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.3.ebuild b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.3.ebuild deleted file mode 100644 index fd2571f92121..000000000000 --- a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.3.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.3.3.ebuild,v 1.5 2005/08/08 14:39:53 corsair Exp $ - -inherit php-pear - -DESCRIPTION="PHP implementation of the XML-RPC protocol" - -LICENSE="PHP" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ~ppc ppc64 s390 sparc x86" -IUSE="" diff --git a/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.4.0.ebuild b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.4.0.ebuild new file mode 100644 index 000000000000..5bf229970850 --- /dev/null +++ b/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.4.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RPC/PEAR-XML_RPC-1.4.0.ebuild,v 1.1 2005/08/14 22:22:10 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="PHP implementation of the XML-RPC protocol" + +LICENSE="PHP" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86" +IUSE="" diff --git a/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.1 b/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.1 deleted file mode 100644 index a434f0ea1f23..000000000000 --- a/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c27e8cc85ff7cb86b119e933bd2eafc1 XML_RPC-1.3.1.tgz 25310 diff --git a/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.2 b/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.2 deleted file mode 100644 index e6524d05a05b..000000000000 --- a/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f2d8de8f5ddd72dba3946e0a8c95a40 XML_RPC-1.3.2.tgz 25837 diff --git a/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.3 b/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.3 deleted file mode 100644 index f00bd474e339..000000000000 --- a/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 de9e1847f1422807a43fb6669adfe7cc XML_RPC-1.3.3.tgz 26070 diff --git a/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.4.0 b/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.4.0 new file mode 100644 index 000000000000..2ee29ea076c1 --- /dev/null +++ b/dev-php/PEAR-XML_RPC/files/digest-PEAR-XML_RPC-1.4.0 @@ -0,0 +1 @@ +MD5 01202c4bcc2c03e7bb1bff5570d98367 XML_RPC-1.4.0.tgz 26776 -- cgit v1.2.3-65-gdbad