svn commit: r491133 - head/www/drupal7

Jochen Neumeister joneum at FreeBSD.org
Fri Jan 25 08:08:15 UTC 2019


Author: joneum
Date: Fri Jan 25 08:08:14 2019
New Revision: 491133
URL: https://svnweb.freebsd.org/changeset/ports/491133

Log:
  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

Modified:
  head/www/drupal7/Makefile
  head/www/drupal7/distinfo
  head/www/drupal7/pkg-plist

Modified: head/www/drupal7/Makefile
==============================================================================
--- head/www/drupal7/Makefile	Fri Jan 25 08:04:01 2019	(r491132)
+++ head/www/drupal7/Makefile	Fri Jan 25 08:08:14 2019	(r491133)
@@ -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

Modified: head/www/drupal7/distinfo
==============================================================================
--- head/www/drupal7/distinfo	Fri Jan 25 08:04:01 2019	(r491132)
+++ head/www/drupal7/distinfo	Fri Jan 25 08:08:14 2019	(r491133)
@@ -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

Modified: head/www/drupal7/pkg-plist
==============================================================================
--- head/www/drupal7/pkg-plist	Fri Jan 25 08:04:01 2019	(r491132)
+++ head/www/drupal7/pkg-plist	Fri Jan 25 08:08:14 2019	(r491133)
@@ -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


More information about the svn-ports-all mailing list