diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2024-03-03 19:17:04 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2024-03-03 19:17:50 +0100 |
commit | 747136bab9f1307319c6ab1e4a8071702e296927 (patch) | |
tree | 1ab804d9b870396d7f8152f94c0eb04034e687ab /www-apps | |
parent | kde-apps/ffmpegthumbs: Switch 24.02.0 to KF6 (diff) | |
download | gentoo-747136bab9f1307319c6ab1e4a8071702e296927.tar.gz gentoo-747136bab9f1307319c6ab1e4a8071702e296927.tar.bz2 gentoo-747136bab9f1307319c6ab1e4a8071702e296927.zip |
www-apps/piwigo: drop 14.2.0 vulnerable version
Bug: https://bugs.gentoo.org/925931
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/piwigo/Manifest | 1 | ||||
-rw-r--r-- | www-apps/piwigo/piwigo-14.2.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest index 8ceab34662a4..6477f19f577f 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1,2 +1 @@ -DIST piwigo-14.2.0.zip 18489636 BLAKE2B 08435f8582f7c7c72227567671d5bfed437bad11f5cf643b744c59f7e469df9d0ec5d863907c42533df936ced1ccded13897aa9f79e95cfe93aedcebe5c39de3 SHA512 667b32ac892bca97a993ad7aa87e71b5003bf79774e12f6bc7e252036bef68cd94bbee941089c90c1fec82101eb74d4559a1d8e0ac1f6ddefafa5f3e7aad8a9e DIST piwigo-14.3.0.zip 18497258 BLAKE2B 1ba04c81298c3de9edc3dd4f2c10feed9bb320ad0ed80fbc8edb36a8c590025b580684c4ce9cb0283d5b9580e32c44fe5673214a926e98335a3c69a18051a4c1 SHA512 80c34c150dc55f312c3ce4a694cae559e529375d657ce47c05c8650bbb452577f6ab6f41816ef37de5a34fc1d31bf152962fe20741403991d347bf2245dcd91c diff --git a/www-apps/piwigo/piwigo-14.2.0.ebuild b/www-apps/piwigo/piwigo-14.2.0.ebuild deleted file mode 100644 index 6b766f9c42fd..000000000000 --- a/www-apps/piwigo/piwigo-14.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -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 -} |