Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
Date: Sun, 20 Feb 2022 15:51:42
Message-Id: 1645372247.99818f7a433a75e3350b05432b90104eff9d3556.voyageur@gentoo
1 commit: 99818f7a433a75e3350b05432b90104eff9d3556
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 15:50:47 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 15:50:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99818f7a
7
8 www-apps/piwigo: clean old versions
9
10 https://github.com/Piwigo/Piwigo/issues/1582 mentions all versions
11 <=12.1.0 have a XSS vulnerability
12
13 Bug: https://bugs.gentoo.org/828581
14 Package-Manager: Portage-3.0.30, Repoman-3.0.3
15 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
16
17 www-apps/piwigo/Manifest | 3 ---
18 www-apps/piwigo/piwigo-11.5.0-r1.ebuild | 44 ---------------------------------
19 www-apps/piwigo/piwigo-12.0.0.ebuild | 44 ---------------------------------
20 www-apps/piwigo/piwigo-12.1.0.ebuild | 44 ---------------------------------
21 4 files changed, 135 deletions(-)
22
23 diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
24 index 2f2640aea79e..befc393ff762 100644
25 --- a/www-apps/piwigo/Manifest
26 +++ b/www-apps/piwigo/Manifest
27 @@ -1,4 +1 @@
28 -DIST piwigo-11.5.0.zip 17742118 BLAKE2B f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805 SHA512 cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c
29 -DIST piwigo-12.0.0.zip 17881368 BLAKE2B 9dad33074f763ff5c55f206c39eb1e4cc799bb6ec9d375a344a1e71a5a4d83bcd1363ae5d0a240535114874809b00df634a31df412a2f08d04a8bb09ae476e30 SHA512 07726d88538d62a73e15900971ecc0ac7b4d2dd70dd51eff8ab74d9d4b3c83784db574227ee7b0b68f11b0d5eca8dc5a9556dcc4ea47469126611883b9523606
30 -DIST piwigo-12.1.0.zip 17881563 BLAKE2B f140ddc236d06dbda15407f613317ea3ae8698b977517ecd2710ecb058a2f83d9c3ff134cb2135961ea38b0904eb8e69f381392f53e54c389b48b25cda94c955 SHA512 5e62acc9d2343ed93c016df54195a4506254dad4c8d7be8736996b39a10f5da7d2b113884d5fedeeafbec32fd93e2f949c3bfa1f9bd8c69b53417a7b5e649526
31 DIST piwigo-12.2.0.zip 17894607 BLAKE2B ebe6ad72e0a737fc1179cbf86a80d03a928877288843c76df77c2688d04ca25d6e54bcbce218d67c4dbb67a3a3ee3f95d3c4a834cb89b58ce64645ad38b77354 SHA512 5117bfc98ae9721cf654c7811816ad5b633128b01e98005e7b23f555c08a12ba7ae7651d678e5d3e173f738165af5784cccf37d491ab494ab34b2ac70a212f8c
32
33 diff --git a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild b/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
34 deleted file mode 100644
35 index 02714c2e9e3a..000000000000
36 --- a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
37 +++ /dev/null
38 @@ -1,44 +0,0 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=7
43 -inherit webapp
44 -
45 -DESCRIPTION="a photo gallery software for the web"
46 -HOMEPAGE="http://piwigo.org/"
47 -SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
48 -
49 -LICENSE="GPL-2"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="+exif +gd imagemagick"
52 -
53 -DEPEND=""
54 -RDEPEND="
55 - imagemagick? ( virtual/imagemagick-tools )
56 - <dev-lang/php-8[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
57 - >=virtual/mysql-5.0
58 - virtual/httpd-php"
59 -BDEPEND="app-arch/unzip"
60 -
61 -REQUIRED_USE="|| ( gd imagemagick )"
62 -
63 -S=${WORKDIR}/${PN}
64 -
65 -src_install() {
66 - webapp_src_preinst
67 -
68 - insinto "${MY_HTDOCSDIR}"
69 - doins -r .
70 -
71 - # Local configuration, and parts that can be updated
72 - webapp_serverowned "${MY_HTDOCSDIR}"/_data
73 - webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
74 - webapp_serverowned -R "${MY_HTDOCSDIR}"/language
75 - webapp_serverowned -R "${MY_HTDOCSDIR}"/local
76 - webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
77 - webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
78 - webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
79 - webapp_serverowned "${MY_HTDOCSDIR}"/upload
80 -
81 - webapp_src_install
82 -}
83
84 diff --git a/www-apps/piwigo/piwigo-12.0.0.ebuild b/www-apps/piwigo/piwigo-12.0.0.ebuild
85 deleted file mode 100644
86 index 71cbdf15e5c3..000000000000
87 --- a/www-apps/piwigo/piwigo-12.0.0.ebuild
88 +++ /dev/null
89 @@ -1,44 +0,0 @@
90 -# Copyright 1999-2021 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=7
94 -inherit webapp
95 -
96 -DESCRIPTION="a photo gallery software for the web"
97 -HOMEPAGE="http://piwigo.org/"
98 -SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
99 -
100 -LICENSE="GPL-2"
101 -KEYWORDS="~amd64 ~x86"
102 -IUSE="+exif +gd imagemagick"
103 -
104 -DEPEND=""
105 -RDEPEND="
106 - imagemagick? ( virtual/imagemagick-tools )
107 - dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
108 - >=virtual/mysql-5.0
109 - virtual/httpd-php"
110 -BDEPEND="app-arch/unzip"
111 -
112 -REQUIRED_USE="|| ( gd imagemagick )"
113 -
114 -S=${WORKDIR}/${PN}
115 -
116 -src_install() {
117 - webapp_src_preinst
118 -
119 - insinto "${MY_HTDOCSDIR}"
120 - doins -r .
121 -
122 - # Local configuration, and parts that can be updated
123 - webapp_serverowned "${MY_HTDOCSDIR}"/_data
124 - webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
125 - webapp_serverowned -R "${MY_HTDOCSDIR}"/language
126 - webapp_serverowned -R "${MY_HTDOCSDIR}"/local
127 - webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
128 - webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
129 - webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
130 - webapp_serverowned "${MY_HTDOCSDIR}"/upload
131 -
132 - webapp_src_install
133 -}
134
135 diff --git a/www-apps/piwigo/piwigo-12.1.0.ebuild b/www-apps/piwigo/piwigo-12.1.0.ebuild
136 deleted file mode 100644
137 index 71cbdf15e5c3..000000000000
138 --- a/www-apps/piwigo/piwigo-12.1.0.ebuild
139 +++ /dev/null
140 @@ -1,44 +0,0 @@
141 -# Copyright 1999-2021 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=7
145 -inherit webapp
146 -
147 -DESCRIPTION="a photo gallery software for the web"
148 -HOMEPAGE="http://piwigo.org/"
149 -SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
150 -
151 -LICENSE="GPL-2"
152 -KEYWORDS="~amd64 ~x86"
153 -IUSE="+exif +gd imagemagick"
154 -
155 -DEPEND=""
156 -RDEPEND="
157 - imagemagick? ( virtual/imagemagick-tools )
158 - dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
159 - >=virtual/mysql-5.0
160 - virtual/httpd-php"
161 -BDEPEND="app-arch/unzip"
162 -
163 -REQUIRED_USE="|| ( gd imagemagick )"
164 -
165 -S=${WORKDIR}/${PN}
166 -
167 -src_install() {
168 - webapp_src_preinst
169 -
170 - insinto "${MY_HTDOCSDIR}"
171 - doins -r .
172 -
173 - # Local configuration, and parts that can be updated
174 - webapp_serverowned "${MY_HTDOCSDIR}"/_data
175 - webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
176 - webapp_serverowned -R "${MY_HTDOCSDIR}"/language
177 - webapp_serverowned -R "${MY_HTDOCSDIR}"/local
178 - webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
179 - webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
180 - webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
181 - webapp_serverowned "${MY_HTDOCSDIR}"/upload
182 -
183 - webapp_src_install
184 -}