From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1286E139085 for ; Mon, 30 Jan 2017 19:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72D972241ED; Mon, 30 Jan 2017 19:13:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BF4B2241ED for ; Mon, 30 Jan 2017 19:13:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51CF63414D6 for ; Mon, 30 Jan 2017 19:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF893B3E for ; Mon, 30 Jan 2017 19:13:20 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1485803595.35439b05edae5c377a5826b9e941cce1a15f865a.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/piwigo/Manifest www-apps/piwigo/piwigo-2.8.5.ebuild X-VCS-Directories: www-apps/piwigo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 35439b05edae5c377a5826b9e941cce1a15f865a X-VCS-Branch: master Date: Mon, 30 Jan 2017 19:13:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83d03e75-085b-4c67-a82a-74a6fde7a438 X-Archives-Hash: 9fef03c055371303a6933563e9ac0995 commit: 35439b05edae5c377a5826b9e941cce1a15f865a Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Jan 30 19:09:09 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Jan 30 19:13:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35439b05 www-apps/piwigo: drop vulnerable version, security bug #607746 Package-Manager: Portage-2.3.3, Repoman-2.3.1 www-apps/piwigo/Manifest | 1 - www-apps/piwigo/piwigo-2.8.5.ebuild | 44 ------------------------------------- 2 files changed, 45 deletions(-) diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest index 8649ecd..fc49ce1 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1,2 +1 @@ -DIST piwigo-2.8.5.zip 7608761 SHA256 f5add4186435f89ba946c036ee3e904efdd76b72f05869da3f5c14d5042e15cc SHA512 b45eb3d491ad750634627dcfe69a97e4ceaf09a95923d84041c57288f66cd89143c5753a1fcd04c8a71addf5200e93ccf1970c4b37519e9acdaca592a791c45d WHIRLPOOL a9609fd661ed3b014f135c8b2f0b21663987b1715ea98ab40db4c5869c42475d6314369d22f967526accde7957887a2d3a19b639bea3bd0660bd606502b02cfe DIST piwigo-2.8.6.zip 7608839 SHA256 74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 SHA512 1f68daa77722d6d3f00b644a50fd0be7dfa39d6390f8b202f4a61e890bd721c62ba34764f2b1634166ff12dc9ccbee117bd24d82f690c16abf6c5f37cb1b639f WHIRLPOOL 45070d3685302f017b488f44e08a81ee5cb9de1151d2467b13a461d50fa207c5ca1a02f4414745e555630acd37624dfd3cd1f67cf24cd10b8ed055583679aaf2 diff --git a/www-apps/piwigo/piwigo-2.8.5.ebuild b/www-apps/piwigo/piwigo-2.8.5.ebuild deleted file mode 100644 index d52712d..00000000 --- a/www-apps/piwigo/piwigo-2.8.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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? ( || ( media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] ) ) - 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 -}