From 1aac84b14967e619fd9541b52e736148e6da89f0 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 9 Mar 2008 23:12:18 +0000 Subject: Remove security vulnerable old versions (Portage version: 2.1.4.4) --- dev-libs/libxml2/ChangeLog | 7 +- .../files/libxml2-2.6.27-tar_in_tests.patch | 21 ---- dev-libs/libxml2/libxml2-2.6.28.ebuild | 111 --------------------- dev-libs/libxml2/libxml2-2.6.29.ebuild | 108 -------------------- dev-libs/libxml2/libxml2-2.6.30.ebuild | 109 -------------------- 5 files changed, 6 insertions(+), 350 deletions(-) delete mode 100644 dev-libs/libxml2/files/libxml2-2.6.27-tar_in_tests.patch delete mode 100644 dev-libs/libxml2/libxml2-2.6.28.ebuild delete mode 100644 dev-libs/libxml2/libxml2-2.6.29.ebuild delete mode 100644 dev-libs/libxml2/libxml2-2.6.30.ebuild (limited to 'dev-libs/libxml2') diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index a13f5654c5d0..6f53d67e07d0 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.205 2008/02/28 21:47:39 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.206 2008/03/09 23:12:17 leio Exp $ + + 09 Mar 2008; Mart Raudsepp + -files/libxml2-2.6.27-tar_in_tests.patch, -libxml2-2.6.28.ebuild, + -libxml2-2.6.29.ebuild, -libxml2-2.6.30.ebuild: + Remove security vulnerable old versions *libxml2-2.6.31 (28 Feb 2008) diff --git a/dev-libs/libxml2/files/libxml2-2.6.27-tar_in_tests.patch b/dev-libs/libxml2/files/libxml2-2.6.27-tar_in_tests.patch deleted file mode 100644 index 271ad199da11..000000000000 --- a/dev-libs/libxml2/files/libxml2-2.6.27-tar_in_tests.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -NurdB libxml2-2.6.27/xstc/Makefile.in libxml2-2.6.27-patched/xstc/Makefile.in ---- libxml2-2.6.27/xstc/Makefile.in 2006-10-25 10:56:47.000000000 -0500 -+++ libxml2-2.6.27-patched/xstc/Makefile.in 2006-12-18 02:35:52.000000000 -0500 -@@ -461,7 +461,7 @@ - else echo "Dont' know how to fetch $(TARBALLURL_2)" ; fi ; fi ; fi) - -@(if [ -f $(TARBALL_2) ] ; then \ - echo -n "extracting test data (NIST)..." ; \ -- $(TAR) -xzf $(TARBALL_2) '*/Datatypes' '*/Metadata/$(NISTTESTDEF_2)' ; \ -+ $(TAR) -xzf $(TARBALL_2) --wildcards '*/Datatypes' '*/Metadata/$(NISTTESTDEF_2)' ; \ - echo "done" ; \ - fi) - -@(if [ ! -f $(TARBALL) ] ; then \ -@@ -473,7 +473,7 @@ - else echo "Dont' know how to fetch $(TARBALLURL)" ; fi ; fi ; fi) - -@(if [ -f $(TARBALL) ] ; then \ - echo -n "extracting test data (Sun, Microsoft)..." ; \ -- $(TAR) -C Tests -xzf $(TARBALL) '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTESTDEF)' ; \ -+ $(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTESTDEF)' ; \ - if [ -d Tests/suntest ] ; then rm -r Tests/suntest ; fi ; \ - if [ -d Tests/msxsdtest ] ; then rm -r Tests/msxsdtest ; fi ; \ - mv Tests/xmlschema2002-01-16/* Tests ; \ diff --git a/dev-libs/libxml2/libxml2-2.6.28.ebuild b/dev-libs/libxml2/libxml2-2.6.28.ebuild deleted file mode 100644 index 9cff8fca9939..000000000000 --- a/dev-libs/libxml2/libxml2-2.6.28.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.28.ebuild,v 1.11 2008/01/11 18:13:13 compnerd Exp $ - -inherit libtool flag-o-matic eutils - -DESCRIPTION="Version 2 of the library to manipulate XML files" -HOMEPAGE="http://www.xmlsoft.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="debug doc ipv6 python readline test" - -XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" -XSTS_NAME_1="xmlschema2002-01-16" -XSTS_NAME_2="xmlschema2006-11-06" -XSTS_TARBALL_1="xsts-2002-01-16.tar.gz" -XSTS_TARBALL_2="xsts-2006-11-06.tar.gz" - -SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz - test? ( - ${XSTS_HOME}/${XSTS_NAME_1}/${XSTS_TARBALL_1} - ${XSTS_HOME}/${XSTS_NAME_2}/${XSTS_TARBALL_2} )" - -RDEPEND="sys-libs/zlib - python? ( dev-lang/python ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND} - hppa? ( >=sys-devel/binutils-2.15.92.0.2 )" - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" - - if use test; then - cp ${DISTDIR}/${XSTS_TARBALL_1} \ - ${DISTDIR}/${XSTS_TARBALL_2} \ - "${S}/xstc/" \ - || die "Failed to install test tarballs" - fi - - # Pass --wildcards option to tar when needed (bug #158386) - epatch "${FILESDIR}"/${PN}-2.6.27-tar_in_tests.patch - - epunt_cxx -} - -src_compile() { - # USE zlib support breaks gnome2 - # (libgnomeprint for instance fails to compile with - # fresh install, and existing) - (22 Dec 2002). - - # The meaning of the 'debug' USE flag does not apply to the --with-debug - # switch (enabling the libxml2 debug module). See bug #100898. - - # --with-mem-debug causes unusual segmentation faults (bug #105120). - - local myconf="--with-zlib \ - $(use_with debug run-debug) \ - $(use_with python) \ - $(use_with readline) \ - $(use_with readline history) \ - $(use_enable ipv6)" - - # Please do not remove, as else we get references to PORTAGE_TMPDIR - # in /usr/lib/python?.?/site-packages/libxml2mod.la among things. - elibtoolize - - # filter seemingly problematic CFLAGS (#26320) - filter-flags -fprefetch-loop-arrays -funroll-loops - - econf $myconf || die "Configuration failed" - - # Patching the Makefiles to respect get_libdir - # Fixes BUG #86766, please keep this. - # Danny van Dyk 2005/03/26 - for x in $(find "${S}" -name "Makefile") ; do - sed \ - -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \ - -i ${x} \ - || die "sed failed" - done - - emake || die "Copilation failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" - - dodoc AUTHORS ChangeLog Copyright NEWS README* TODO* - - if ! use doc; then - rm -rf "${D}/usr/share/gtk-doc" - rm -rf "${D}/usr/share/doc/${P}/html" - fi -} - -pkg_postinst() { - # need an XML catalog, so no-one writes to a non-existent one - CATALOG="${ROOT}etc/xml/catalog" - - # we dont want to clobber an existing catalog though, - # only ensure that one is there - # - if [ ! -e ${CATALOG} ]; then - [ -d "${ROOT}etc/xml" ] || mkdir -p "${ROOT}etc/xml" - /usr/bin/xmlcatalog --create > ${CATALOG} - einfo "Created XML catalog in ${CATALOG}" - fi -} diff --git a/dev-libs/libxml2/libxml2-2.6.29.ebuild b/dev-libs/libxml2/libxml2-2.6.29.ebuild deleted file mode 100644 index ecdcf62b6625..000000000000 --- a/dev-libs/libxml2/libxml2-2.6.29.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.29.ebuild,v 1.2 2008/01/11 18:13:13 compnerd Exp $ - -inherit libtool flag-o-matic eutils - -DESCRIPTION="Version 2 of the library to manipulate XML files" -HOMEPAGE="http://www.xmlsoft.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="debug doc ipv6 python readline test" - -XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" -XSTS_NAME_1="xmlschema2002-01-16" -XSTS_NAME_2="xmlschema2006-11-06" -XSTS_TARBALL_1="xsts-2002-01-16.tar.gz" -XSTS_TARBALL_2="xsts-2006-11-06.tar.gz" - -SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz - test? ( - ${XSTS_HOME}/${XSTS_NAME_1}/${XSTS_TARBALL_1} - ${XSTS_HOME}/${XSTS_NAME_2}/${XSTS_TARBALL_2} )" - -RDEPEND="sys-libs/zlib - python? ( dev-lang/python ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND} - hppa? ( >=sys-devel/binutils-2.15.92.0.2 )" - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" - - if use test; then - cp ${DISTDIR}/${XSTS_TARBALL_1} \ - ${DISTDIR}/${XSTS_TARBALL_2} \ - "${S}/xstc/" \ - || die "Failed to install test tarballs" - fi - - epunt_cxx -} - -src_compile() { - # USE zlib support breaks gnome2 - # (libgnomeprint for instance fails to compile with - # fresh install, and existing) - (22 Dec 2002). - - # The meaning of the 'debug' USE flag does not apply to the --with-debug - # switch (enabling the libxml2 debug module). See bug #100898. - - # --with-mem-debug causes unusual segmentation faults (bug #105120). - - local myconf="--with-zlib \ - $(use_with debug run-debug) \ - $(use_with python) \ - $(use_with readline) \ - $(use_with readline history) \ - $(use_enable ipv6)" - - # Please do not remove, as else we get references to PORTAGE_TMPDIR - # in /usr/lib/python?.?/site-packages/libxml2mod.la among things. - elibtoolize - - # filter seemingly problematic CFLAGS (#26320) - filter-flags -fprefetch-loop-arrays -funroll-loops - - econf $myconf || die "Configuration failed" - - # Patching the Makefiles to respect get_libdir - # Fixes BUG #86766, please keep this. - # Danny van Dyk 2005/03/26 - for x in $(find "${S}" -name "Makefile") ; do - sed \ - -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \ - -i ${x} \ - || die "sed failed" - done - - emake || die "Copilation failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" - - dodoc AUTHORS ChangeLog Copyright NEWS README* TODO* - - if ! use doc; then - rm -rf "${D}/usr/share/gtk-doc" - rm -rf "${D}/usr/share/doc/${P}/html" - fi -} - -pkg_postinst() { - # need an XML catalog, so no-one writes to a non-existent one - CATALOG="${ROOT}etc/xml/catalog" - - # we dont want to clobber an existing catalog though, - # only ensure that one is there - # - if [ ! -e ${CATALOG} ]; then - [ -d "${ROOT}etc/xml" ] || mkdir -p "${ROOT}etc/xml" - /usr/bin/xmlcatalog --create > ${CATALOG} - einfo "Created XML catalog in ${CATALOG}" - fi -} diff --git a/dev-libs/libxml2/libxml2-2.6.30.ebuild b/dev-libs/libxml2/libxml2-2.6.30.ebuild deleted file mode 100644 index be27d3cfc292..000000000000 --- a/dev-libs/libxml2/libxml2-2.6.30.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.30.ebuild,v 1.9 2007/12/11 09:59:42 vapier Exp $ - -inherit libtool flag-o-matic eutils - -DESCRIPTION="Version 2 of the library to manipulate XML files" -HOMEPAGE="http://www.xmlsoft.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="debug doc ipv6 python readline test" - -XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" -XSTS_NAME_1="xmlschema2002-01-16" -XSTS_NAME_2="xmlschema2006-11-06" -XSTS_TARBALL_1="xsts-2002-01-16.tar.gz" -XSTS_TARBALL_2="xsts-2006-11-06.tar.gz" - -SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz - test? ( - ${XSTS_HOME}/${XSTS_NAME_1}/${XSTS_TARBALL_1} - ${XSTS_HOME}/${XSTS_NAME_2}/${XSTS_TARBALL_2} )" - -RDEPEND="sys-libs/zlib - python? ( dev-lang/python ) - readline? ( sys-libs/readline )" - -DEPEND="${RDEPEND} - hppa? ( >=sys-devel/binutils-2.15.92.0.2 )" - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" - - if use test; then - cp ${DISTDIR}/${XSTS_TARBALL_1} \ - ${DISTDIR}/${XSTS_TARBALL_2} \ - "${S}"/xstc/ \ - || die "Failed to install test tarballs" - fi - - epunt_cxx -} - -src_compile() { - # USE zlib support breaks gnome2 - # (libgnomeprint for instance fails to compile with - # fresh install, and existing) - (22 Dec 2002). - - # The meaning of the 'debug' USE flag does not apply to the --with-debug - # switch (enabling the libxml2 debug module). See bug #100898. - - # --with-mem-debug causes unusual segmentation faults (bug #105120). - - local myconf="--with-zlib \ - $(use_with debug run-debug) \ - $(use_with python) \ - $(use_with readline) \ - $(use_with readline history) \ - $(use_enable ipv6)" - - # Please do not remove, as else we get references to PORTAGE_TMPDIR - # in /usr/lib/python?.?/site-packages/libxml2mod.la among things. - elibtoolize - - # filter seemingly problematic CFLAGS (#26320) - filter-flags -fprefetch-loop-arrays -funroll-loops - - econf $myconf || die "Configuration failed" - - # Patching the Makefiles to respect get_libdir - # Fixes BUG #86766, please keep this. - # Danny van Dyk 2005/03/26 - for x in $(find "${S}" -name "Makefile") ; do - sed \ - -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \ - -i ${x} \ - || die "sed failed" - done - - emake || die "Copilation failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" - - dodoc AUTHORS ChangeLog Copyright NEWS README* TODO* - - if ! use doc; then - rm -rf "${D}"/usr/share/gtk-doc - rm -rf "${D}"/usr/share/doc/${P}/html - fi -} - -pkg_postinst() { - # need an XML catalog, so no-one writes to a non-existent one - CATALOG="${ROOT}etc/xml/catalog" - - # we dont want to clobber an existing catalog though, - # only ensure that one is there - # - if [ ! -e ${CATALOG} ]; then - [ -d "${ROOT}etc/xml" ] || mkdir -p "${ROOT}etc/xml" - /usr/bin/xmlcatalog --create > ${CATALOG} - einfo "Created XML catalog in ${CATALOG}" - fi -} -- cgit v1.2.3-65-gdbad