commit:     99818f7a433a75e3350b05432b90104eff9d3556
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 15:50:47 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 15:50:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99818f7a

www-apps/piwigo: clean old versions

https://github.com/Piwigo/Piwigo/issues/1582 mentions all versions
<=12.1.0 have a XSS vulnerability

Bug: https://bugs.gentoo.org/828581
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                |  3 ---
 www-apps/piwigo/piwigo-11.5.0-r1.ebuild | 44 ---------------------------------
 www-apps/piwigo/piwigo-12.0.0.ebuild    | 44 ---------------------------------
 www-apps/piwigo/piwigo-12.1.0.ebuild    | 44 ---------------------------------
 4 files changed, 135 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 2f2640aea79e..befc393ff762 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,4 +1 @@
-DIST piwigo-11.5.0.zip 17742118 BLAKE2B 
f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805
 SHA512 
cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c
-DIST piwigo-12.0.0.zip 17881368 BLAKE2B 
9dad33074f763ff5c55f206c39eb1e4cc799bb6ec9d375a344a1e71a5a4d83bcd1363ae5d0a240535114874809b00df634a31df412a2f08d04a8bb09ae476e30
 SHA512 
07726d88538d62a73e15900971ecc0ac7b4d2dd70dd51eff8ab74d9d4b3c83784db574227ee7b0b68f11b0d5eca8dc5a9556dcc4ea47469126611883b9523606
-DIST piwigo-12.1.0.zip 17881563 BLAKE2B 
f140ddc236d06dbda15407f613317ea3ae8698b977517ecd2710ecb058a2f83d9c3ff134cb2135961ea38b0904eb8e69f381392f53e54c389b48b25cda94c955
 SHA512 
5e62acc9d2343ed93c016df54195a4506254dad4c8d7be8736996b39a10f5da7d2b113884d5fedeeafbec32fd93e2f949c3bfa1f9bd8c69b53417a7b5e649526
 DIST piwigo-12.2.0.zip 17894607 BLAKE2B 
ebe6ad72e0a737fc1179cbf86a80d03a928877288843c76df77c2688d04ca25d6e54bcbce218d67c4dbb67a3a3ee3f95d3c4a834cb89b58ce64645ad38b77354
 SHA512 
5117bfc98ae9721cf654c7811816ad5b633128b01e98005e7b23f555c08a12ba7ae7651d678e5d3e173f738165af5784cccf37d491ab494ab34b2ac70a212f8c

diff --git a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild 
b/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
deleted file mode 100644
index 02714c2e9e3a..000000000000
--- a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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-8[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-       >=virtual/mysql-5.0
-       virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-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-12.0.0.ebuild 
b/www-apps/piwigo/piwigo-12.0.0.ebuild
deleted file mode 100644
index 71cbdf15e5c3..000000000000
--- a/www-apps/piwigo/piwigo-12.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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"
-BDEPEND="app-arch/unzip"
-
-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-12.1.0.ebuild 
b/www-apps/piwigo/piwigo-12.1.0.ebuild
deleted file mode 100644
index 71cbdf15e5c3..000000000000
--- a/www-apps/piwigo/piwigo-12.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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"
-BDEPEND="app-arch/unzip"
-
-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
-}

Reply via email to