diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-11 19:01:31 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-11 19:01:31 +0000 |
commit | 716cf54bfc4527d6c42e9bda26f351ef16c96ab3 (patch) | |
tree | 91ec04306e12b0bceedd742ea5000b61e4b3bd28 /www-apps | |
parent | amd64 stable - 241168 (diff) | |
download | gentoo-2-716cf54bfc4527d6c42e9bda26f351ef16c96ab3.tar.gz gentoo-2-716cf54bfc4527d6c42e9bda26f351ef16c96ab3.tar.bz2 gentoo-2-716cf54bfc4527d6c42e9bda26f351ef16c96ab3.zip |
Removed vulnerable gallery-1.5.8, 2.2.5 (#238113).
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gallery/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/gallery/gallery-1.5.8.ebuild | 49 | ||||
-rw-r--r-- | www-apps/gallery/gallery-2.2.5.ebuild | 71 |
3 files changed, 5 insertions, 121 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 0a40195e79b7..907d4028c886 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/gallery # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.160 2008/10/06 20:18:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.161 2008/10/11 19:01:31 wrobel Exp $ + + 11 Oct 2008; Gunnar Wrobel <wrobel@gentoo.org> -gallery-1.5.8.ebuild, + -gallery-2.2.5.ebuild: + Removed vulnerable gallery-1.5.8, 2.2.5 (#238113). 06 Oct 2008; Markus Meier <maekke@gentoo.org> gallery-1.5.9.ebuild, gallery-2.2.6.ebuild: diff --git a/www-apps/gallery/gallery-1.5.8.ebuild b/www-apps/gallery/gallery-1.5.8.ebuild deleted file mode 100644 index fd1c9621c14d..000000000000 --- a/www-apps/gallery/gallery-1.5.8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.8.ebuild,v 1.7 2008/09/19 18:50:35 dertobi123 Exp $ - -inherit webapp depend.php confutils - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://gallery.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="imagemagick netpbm unzip zip" - -RDEPEND="media-libs/jpeg - imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 ) - netpbm? ( >=media-libs/netpbm-9.12 >=media-gfx/jhead-2.2 ) - unzip? ( app-arch/unzip ) - zip? ( app-arch/zip )" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}"/${P} - -pkg_setup() { - webapp_pkg_setup - confutils_require_any imagemagick netpbm - require_php_with_use pcre session -} - -src_unpack() { - unpack ${A} - cd "${S}" - gunzip ChangeLog.archive.gz -} - -src_install() { - webapp_src_preinst - - dodoc AUTHORS ChangeLog ChangeLog.archive README - dohtml docs/* - - cp -r . "${D}/${MY_HTDOCSDIR}" - rm -rf "${D}/${MY_HTDOCSDIR}"/{AUTHORS,ChangeLog,ChangeLog.archive,README,LICENSE.txt,docs/} - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_src_install -} diff --git a/www-apps/gallery/gallery-2.2.5.ebuild b/www-apps/gallery/gallery-2.2.5.ebuild deleted file mode 100644 index 20a3b682a38e..000000000000 --- a/www-apps/gallery/gallery-2.2.5.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.2.5.ebuild,v 1.7 2008/06/23 20:05:18 jer Exp $ - -inherit webapp eutils depend.php confutils - -DESCRIPTION="Web based (PHP Script) photo album viewer/creator" -HOMEPAGE="http://gallery.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw unzip zip" - -RDEPEND="media-libs/jpeg - raw? ( >=media-gfx/dcraw-8.03 ) - ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20051216 ) - imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 ) - netpbm? ( >=media-libs/netpbm-9.12 >=media-gfx/jhead-2.2 ) - unzip? ( app-arch/unzip ) - zip? ( app-arch/zip )" - -S="${WORKDIR}"/${PN}2 - -need_httpd_cgi -need_php_httpd - -pkg_setup() { - webapp_pkg_setup - confutils_require_any gd imagemagick netpbm - confutils_require_any mysql postgres - - local php_flags="pcre session" - use mysql && php_flags="${php_flags} mysql" - use postgres && php_flags="${php_flags} postgres" - - if ! PHPCHECKNODIE="yes" require_php_with_use ${php_flags} || \ - ( use gd && ! PHPCHECKNODIE="yes" require_php_with_any_use gd gd-external ) ; then - eerror - eerror "${PHP_PKG} needs to be re-installed with all of the following USE flags enabled:" - eerror - eerror "${php_flags}" - eerror - use gd && eerror "as well as with either gd or gd-external USE flag enabled." - die "Re-install ${PHP_PKG}." - fi -} - -src_install() { - webapp_src_preinst - - dohtml README.html - rm README.html LICENSE MANIFEST - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en2.txt - webapp_src_install -} - -pkg_postinst() { - elog "You are strongly encouraged to back up your database" - elog "and the g2data directory, as upgrading to 2.2 will make" - elog "irreversible changes to both." - elog - elog "g2data dir: cp -Rf /path/to/g2data/ /path/to/backup" - elog "mysql: mysqldump --opt -u username -h hostname -p database > /path/to/backup.sql" - elog "postgres: pg_dump -h hostname --format=t database > /path/to/backup.sql" - webapp_pkg_postinst -} |