From c8e74b1e4e9546184c8ff9d31cf82abff813e3ba Mon Sep 17 00:00:00 2001 From: joneum Date: Fri, 25 Jan 2019 08:08:14 +0000 Subject: Update from 7.61 to 7.63 Changelog: Drupal 7.63: - Fixed a fatal error for some Drush users introduced by SA-CORE-2019-002. Drupal 7.62: - Fixed security issues: - SA-CORE-2019-001 - SA-CORE-2019-002 MFH: 2019Q1 Security: e00ed3d9-1c27-11e9-a257-000ffec0b3e1 Sponsored by: Netzkommune GmbH --- www/drupal7/Makefile | 3 ++- www/drupal7/distinfo | 6 +++--- www/drupal7/pkg-plist | 13 +++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) (limited to 'www/drupal7') diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 020f87c27d1a..ad50360e7872 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -DISTVERSION= 7.61 +DISTVERSION= 7.63 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= drupal:7 php:web shebangfix USE_PHP= dom filter gd hash json mbstring pcre pdo session simplexml xml + SHEBANG_FILES= scripts/password-hash.sh NO_ARCH= yes diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index 094e05c616c2..8ee91f44951f 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542320676 -SHA256 (drupal/drupal-7.61.tar.gz) = f78889081fb0eeb3e760edbbab552ca02e1fbdb7146c21534edf05ec24b529df -SIZE (drupal/drupal-7.61.tar.gz) = 3287629 +TIMESTAMP = 1548401144 +SHA256 (drupal/drupal-7.63.tar.gz) = 0b72c0235e9abdd65be9731af5692c440cb6f4dd4c2fcc9b8589f5e419935e45 +SIZE (drupal/drupal-7.63.tar.gz) = 3298415 diff --git a/www/drupal7/pkg-plist b/www/drupal7/pkg-plist index ca33eb249f65..f99e705bc72a 100644 --- a/www/drupal7/pkg-plist +++ b/www/drupal7/pkg-plist @@ -48,6 +48,7 @@ %%DRUPAL_BASE%%/includes/errors.inc %%DRUPAL_BASE%%/includes/file.inc %%DRUPAL_BASE%%/includes/file.mimetypes.inc +%%DRUPAL_BASE%%/includes/file.phar.inc %%DRUPAL_BASE%%/includes/filetransfer/filetransfer.inc %%DRUPAL_BASE%%/includes/filetransfer/ftp.inc %%DRUPAL_BASE%%/includes/filetransfer/local.inc @@ -152,6 +153,17 @@ %%DRUPAL_BASE%%/misc/timezone.js %%DRUPAL_BASE%%/misc/tree-bottom.png %%DRUPAL_BASE%%/misc/tree.png +%%DRUPAL_BASE%%/misc/typo3/drupal-security/PharExtensionInterceptor.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/LICENSE +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/README.md +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/composer.json +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/src/Assertable.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/src/Behavior.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/src/Exception.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/src/Helper.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/src/Manager.php +%%DRUPAL_BASE%%/misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php %%DRUPAL_BASE%%/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png %%DRUPAL_BASE%%/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png %%DRUPAL_BASE%%/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png @@ -613,6 +625,7 @@ %%DRUPAL_BASE%%/modules/simpletest/files/image-test.png %%DRUPAL_BASE%%/modules/simpletest/files/javascript-1.txt %%DRUPAL_BASE%%/modules/simpletest/files/javascript-2.script +%%DRUPAL_BASE%%/modules/simpletest/files/phar-1.phar %%DRUPAL_BASE%%/modules/simpletest/files/php-1.txt %%DRUPAL_BASE%%/modules/simpletest/files/php-2.php %%DRUPAL_BASE%%/modules/simpletest/files/sql-1.txt -- cgit