diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2018-02-26 21:08:08 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-02-26 21:08:19 +0100 |
commit | cf239ba44fd25f04635fe886187d3848fe391ab2 (patch) | |
tree | 5dc774331448e412e336eefc366f5931aa57a5b9 /www-apps | |
parent | www-apps/piwigo: 2.9.3 bump (diff) | |
download | gentoo-cf239ba44fd25f04635fe886187d3848fe391ab2.tar.gz gentoo-cf239ba44fd25f04635fe886187d3848fe391ab2.tar.bz2 gentoo-cf239ba44fd25f04635fe886187d3848fe391ab2.zip |
www-apps/piwigo: drop security vulnerable versions
Bug: https://bugs.gentoo.org/639704
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/piwigo/Manifest | 2 | ||||
-rw-r--r-- | www-apps/piwigo/piwigo-2.9.1.ebuild | 43 | ||||
-rw-r--r-- | www-apps/piwigo/piwigo-2.9.2.ebuild | 43 |
3 files changed, 0 insertions, 88 deletions
diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest index 246914e2e976..c3089f02b79f 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1,3 +1 @@ -DIST piwigo-2.9.1.zip 7777925 BLAKE2B c11ad2bf3ac6bcaf8530fa3d2f414a14298c988df33b8c069f355cea1a91121e8e36f0019514583914c218d5851874ce4cbd9f3724f223fa6dbe61f76216bd24 SHA512 5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff -DIST piwigo-2.9.2.zip 7794574 BLAKE2B 581e65de96cdca192fd3ca03680b559569c3aaa999cdcee74b3b796294be0076a2c4fce1d482b84411ea038daa4ce2ea67960e16594a937b3a38374690574f2a SHA512 e87ff57a4713435880c0a9c8b03db30952741c3e9a8d7b8e3f13410d78d9b117d7a63693ec42f288c7516ed623746c6191b69a5a4fd5c31afdfcc36e93d3de1d DIST piwigo-2.9.3.zip 7818425 BLAKE2B 383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d SHA512 e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498 diff --git a/www-apps/piwigo/piwigo-2.9.1.ebuild b/www-apps/piwigo/piwigo-2.9.1.ebuild deleted file mode 100644 index 5eabb1cb9062..000000000000 --- a/www-apps/piwigo/piwigo-2.9.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit webapp - -DESCRIPTION="a photo gallery software for the web" -HOMEPAGE="http://piwigo.org/" -SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="+exif +gd imagemagick" - -DEPEND="" -RDEPEND=" - imagemagick? ( virtual/imagemagick-tools ) - dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli] - >=virtual/mysql-5.0 - virtual/httpd-php" - -REQUIRED_USE="|| ( gd imagemagick )" - -S=${WORKDIR}/${PN} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - - # Local configuration, and parts that can be updated - webapp_serverowned "${MY_HTDOCSDIR}"/_data - webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries - webapp_serverowned -R "${MY_HTDOCSDIR}"/language - webapp_serverowned -R "${MY_HTDOCSDIR}"/local - webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins - webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension - webapp_serverowned -R "${MY_HTDOCSDIR}"/themes - webapp_serverowned "${MY_HTDOCSDIR}"/upload - - webapp_src_install -} diff --git a/www-apps/piwigo/piwigo-2.9.2.ebuild b/www-apps/piwigo/piwigo-2.9.2.ebuild deleted file mode 100644 index 5eabb1cb9062..000000000000 --- a/www-apps/piwigo/piwigo-2.9.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit webapp - -DESCRIPTION="a photo gallery software for the web" -HOMEPAGE="http://piwigo.org/" -SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="+exif +gd imagemagick" - -DEPEND="" -RDEPEND=" - imagemagick? ( virtual/imagemagick-tools ) - dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli] - >=virtual/mysql-5.0 - virtual/httpd-php" - -REQUIRED_USE="|| ( gd imagemagick )" - -S=${WORKDIR}/${PN} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - - # Local configuration, and parts that can be updated - webapp_serverowned "${MY_HTDOCSDIR}"/_data - webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries - webapp_serverowned -R "${MY_HTDOCSDIR}"/language - webapp_serverowned -R "${MY_HTDOCSDIR}"/local - webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins - webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension - webapp_serverowned -R "${MY_HTDOCSDIR}"/themes - webapp_serverowned "${MY_HTDOCSDIR}"/upload - - webapp_src_install -} |