commit:     b81d2a52217e3683846e77d86191013e7a6659e8
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Thu Jun 22 09:39:04 2017 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 09:39:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81d2a52

www-apps/drupal: Add releases 8.3.4 and 7.56 - SA-CORE-2017-003.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/drupal/Manifest                           |  5 +-
 .../{drupal-7.55.ebuild => drupal-7.56.ebuild}     |  0
 www-apps/drupal/drupal-8.3.3.ebuild                | 86 ----------------------
 .../{drupal-8.2.8.ebuild => drupal-8.3.4.ebuild}   |  0
 4 files changed, 2 insertions(+), 89 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f61a4c637d8..55138a25a55 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,2 @@
-DIST drupal-7.55.tar.gz 3277355 SHA256 
0a0686d8511f13750dc68ba4a18cdef831e004630e9a95c72d2269736199fe9f SHA512 
f162ebc92eee16a1203c6907c4197a0eaa184c75cdb2be5b90873ac7f112e07c6dacf570d89dc3431b1533a87eb8a8c9f15d0ac642060445121068215b295fb0
 WHIRLPOOL 
25718f95739fd469937a8b8a06cc23ef27d5608248257eb6be2dcda20dec3ac43106ae4363e91e47404d38e06c476392a286513241901adb9e400e82b0983adc
-DIST drupal-8.2.8.tar.gz 12092176 SHA256 
84b729f45fe6c0f23e15aab7f2c9e57414edec00630ab09bed7dc9e79cac71bb SHA512 
3d0b8b8d17042c44f72b28262a183daa6a7eac34759ee0f909fc51b9009c9238d3e64e98a71da8fb28682b4867f0d11868005eddc28249e0e3e59ca00cbc7c01
 WHIRLPOOL 
26967439cb977fed89361c9c1f8a927e5457e543d61dc2eb6243a270ae1e7aa1dab3099c8a27dffe7a80fdcdd6b7ebd4e2176dee64df866d0e9d4217f57f8eac
-DIST drupal-8.3.3.tar.gz 12718563 SHA256 
f5f544c335ab588c2cc5e054bc632018087299501aabf7ec05882081d63b8bf6 SHA512 
5aac959bdc76b94ddc2c74aaf44e88fe09991fc16eede56eefc7439bd016a1072037645991aa59a48c4a34bcf41f6ef52d6edea5e170cb9c5ab260e5c1729311
 WHIRLPOOL 
caeb300decd1e5abdae47fbd70d037ca72160357cf9527e4ceabf7e7930b91e935b8420934e437744c4d8205cd07e7316da354c35cf606689098c87a342543c7
+DIST drupal-7.56.tar.gz 3277833 SHA256 
02fb4b46060d53c2f876d2381a8741249819e3a02ea1d7291036f6ea280d7b69 SHA512 
ab7ad8d9cb26e89b9d81280b1677584072db627d508ccade9442c95a90f24c94d11561013c8a7297ddae6ae43696d0b711b8c37ab98f89539f6f0e0154db6344
 WHIRLPOOL 
fda209ecaf63d32cb665b31dc1aff994d0fea7ac542df331efff8c05e006a77463e7a420a1b1f8c9bffb375cf963db745e354ad5585cf4aa2ec92da68ed53352
+DIST drupal-8.3.4.tar.gz 12721299 SHA256 
c3efdf6f309fdd2c652f18d8279fd8afeefc10855e36a9ace217eba174639988 SHA512 
efbca8ca833358a7040190c19af4c96490aeb0ce73174a49afd721cdf2d95e22b5764134c9118cb7d24171d55cb7fcc592d08c75a5ef98b93a3239d8f3cb2329
 WHIRLPOOL 
3c29430a584891c68f79bbfa72865f484334164b23dfc7f1a756b1e65ee67f0e9aa9e3e273cd900d707e4940e1b7128c88e1ebf7246c0b703c2f944353423747

diff --git a/www-apps/drupal/drupal-7.55.ebuild 
b/www-apps/drupal/drupal-7.56.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-7.55.ebuild
rename to www-apps/drupal/drupal-7.56.ebuild

diff --git a/www-apps/drupal/drupal-8.3.3.ebuild 
b/www-apps/drupal/drupal-8.3.3.ebuild
deleted file mode 100644
index d0f9fcc2d95..00000000000
--- a/www-apps/drupal/drupal-8.3.3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/";
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-       dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-       virtual/httpd-php
-       accelerator? ( ||
-               (
-                       dev-php/xcache
-                       (
-                               >=dev-lang/php-5.5[opcache]
-                               dev-php/pecl-apcu
-                       )
-               )
-       )
-       uploadprogress? ( dev-php/pecl-uploadprogress )
-       mysql? (
-               || (
-                       dev-lang/php[mysql]
-                       dev-lang/php[mysqli]
-               )
-       )
-       sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-       webapp_src_preinst
-
-       local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
-               core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-       dodoc ${docs}
-       rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-       cp sites/default/{default.settings.php,settings.php} || die
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       dodir "${MY_HTDOCSDIR}"/files
-       webapp_serverowned "${MY_HTDOCSDIR}"/files
-       webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-       webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-       webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-       webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-       webapp_src_install
-}
-
-pkg_postinst() {
-       echo
-       ewarn "SECURITY NOTICE"
-       ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-       ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-       echo
-       ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-       ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-       echo
-       ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
-       ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-       ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-       ewarn "reported by the setup."
-       echo
-}

diff --git a/www-apps/drupal/drupal-8.2.8.ebuild 
b/www-apps/drupal/drupal-8.3.4.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.2.8.ebuild
rename to www-apps/drupal/drupal-8.3.4.ebuild

Reply via email to