pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/drupal8



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Thu Mar 21 11:42:00 UTC 2019

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
Update drupal8 to 8.6.13

* Drupal core - Cross-Site Scripting- SA-CORE-2019-004

Under certain circumstances the File module/subsystem allows a
malicious user to upload a file that can trigger a cross-site
scripting (XSS) vulnerability.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/drupal8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.19 pkgsrc/www/drupal8/Makefile:1.20
--- pkgsrc/www/drupal8/Makefile:1.19    Sat Mar 16 13:15:03 2019
+++ pkgsrc/www/drupal8/Makefile Thu Mar 21 11:42:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/03/16 13:15:03 wen Exp $
+# $NetBSD: Makefile,v 1.20 2019/03/21 11:42:00 prlw1 Exp $
 
-DISTNAME=      drupal-8.6.12
+DISTNAME=      drupal-8.6.13
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
@@ -51,8 +51,7 @@ SUBST_SED.sh=         -e "s|/usr/bin/env bash|$
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-install
 SUBST_FILES.conf=      drupal.conf
-SUBST_SED.conf=                -e "s|@DRUPAL@|${DRUPAL}|g"
-SUBST_SED.conf+=       -e "s|@PREFIX@|${PREFIX}|g"
+SUBST_VARS.conf=       DRUPAL PREFIX
 SUBST_MESSAGE.conf=    Fixing configuration files.
 
 INSTALLATION_DIRS+=    ${DRUPAL}/files ${DRUPAL}/sites \

Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.16 pkgsrc/www/drupal8/PLIST:1.17
--- pkgsrc/www/drupal8/PLIST:1.16       Sat Mar 16 13:15:03 2019
+++ pkgsrc/www/drupal8/PLIST    Thu Mar 21 11:42:00 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/03/16 13:15:03 wen Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/03/21 11:42:00 prlw1 Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -12066,6 +12066,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/File/FileCreateFilenameTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php

Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.18 pkgsrc/www/drupal8/distinfo:1.19
--- pkgsrc/www/drupal8/distinfo:1.18    Sat Mar 16 13:15:03 2019
+++ pkgsrc/www/drupal8/distinfo Thu Mar 21 11:42:00 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/03/16 13:15:03 wen Exp $
+$NetBSD: distinfo,v 1.19 2019/03/21 11:42:00 prlw1 Exp $
 
-SHA1 (drupal-8.6.12.tar.gz) = 7e72da8d7b1bc7adba017b9a1d2c1ed19e8b726c
-RMD160 (drupal-8.6.12.tar.gz) = ff476bd42367a68bc22d90c43e696ff097c9f23b
-SHA512 (drupal-8.6.12.tar.gz) = 82dd86224f47b228480d890c31c3f085061c9950ccb58b5b0c243229033b8a906dc3b40f48c7de858d0aa5300d757276d402a88bda8260231d61a6eec336377a
-Size (drupal-8.6.12.tar.gz) = 17131830 bytes
+SHA1 (drupal-8.6.13.tar.gz) = a6dfd33869e5d24eac7b679d826cc2f92a982738
+RMD160 (drupal-8.6.13.tar.gz) = e52265b267456eb99d5989d7abce794039cbaf5d
+SHA512 (drupal-8.6.13.tar.gz) = ed9da8596ca5f4dee569b2beea561b75742aa801ef450258786c6d496e9205cd865af3a6cca56bc276df48841b95bcaaaae46ffcda6bbf8183866ec3c991fff2
+Size (drupal-8.6.13.tar.gz) = 17137449 bytes



Home | Main Index | Thread Index | Old Index