pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/typo3_62



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Jul 19 12:02:08 UTC 2016

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

Log Message:
Update typo3_62 package to 6.2.26 (TYPO3 6.2.26 LTS), including security
fix for XSS.

2016-07-19  d719c97                  [RELEASE] Release of TYPO3 6.2.26 (TYPO3 Release Team)
2016-07-19  2bc8727  #76358          [SECURITY] Link fields accept Javascript code when using URI Data Scheme (Valentin Despa)
2016-07-19  485396d  #75933          [SECURITY] Prevent persistent username in filesystem (Wouter Wolters)
2016-07-19  cd18fb5  #75740          [SECURITY] SQLi in AuthenticationService (Andreas Fernandez)
2016-07-19  0068e6b  #73461          [SECURITY][FEATURE] Disable import module for non admin users (Christian Kuhn)
2016-07-19  d7eafe8  #76922          [SECURITY] Prevent XSS in IRRE elements (Nicole Cordes)
2016-07-19  8051405  #76344          [SECURITY] Escape the link text in EmailViewHelper (Wouter Wolters)
2016-07-19  6cb7aa6  #31244          [SECURITY] Prevent XSS in ContentObjectRenderer (Stefan Neufeind)
2016-07-07  40d771a  #73490          [BUGFIX] Field is not added to TCA if part of fieldname exists (Wouter Wolters)
2016-06-30  f24b023  #76881          [TASK] Fix phpdoc of FileRepository (Eric Chavaillaz)
2016-06-13  9014d11  #76617          [BUGFIX] Raise minimum version for typo3/cms-composer-installers (Helmut Hummel)
2016-06-07  13e7a20  #76070          [BUGFIX] Prevent temp file generation in Unit Test (Nicole Cordes)
2016-05-28  6aaed26  #76348          [TASK] Block access to /typo3_src and /typo3/vendor (Stephan Großberndt)
2016-05-28  396e96d  #60173          [FOLLOWUP][BUGFIX] Re-enables fileDenyPattern check for admin users (Nicole Cordes)
2016-05-27  cd88856  #60173          [BUGFIX] Re-enables fileDenyPattern check for admin users (Torben Hansen)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/typo3_62/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/typo3_62/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/typo3_62/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/typo3_62/Makefile
diff -u pkgsrc/www/typo3_62/Makefile:1.16 pkgsrc/www/typo3_62/Makefile:1.17
--- pkgsrc/www/typo3_62/Makefile:1.16   Tue May 24 12:55:17 2016
+++ pkgsrc/www/typo3_62/Makefile        Tue Jul 19 12:02:08 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/05/24 12:55:17 taca Exp $
+# $NetBSD: Makefile,v 1.17 2016/07/19 12:02:08 taca Exp $
 #
 
 DISTNAME=      ${TYPO3NAME}
@@ -18,7 +18,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-json>=5.3.7:
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=5.3.7:../../archivers/php-zip
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.3.7:../../archivers/php-zlib
 
-VER=           6.2.25
+VER=           6.2.26
 NO_BUILD=      yes
 USE_TOOLS+=    bash:run pax
 

Index: pkgsrc/www/typo3_62/PLIST
diff -u pkgsrc/www/typo3_62/PLIST:1.12 pkgsrc/www/typo3_62/PLIST:1.13
--- pkgsrc/www/typo3_62/PLIST:1.12      Tue May 24 12:55:17 2016
+++ pkgsrc/www/typo3_62/PLIST   Tue Jul 19 12:02:08 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/05/24 12:55:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2016/07/19 12:02:08 taca Exp $
 ${TYPO3DIR}/${TYPO3NAME}/ChangeLog
 ${TYPO3DIR}/${TYPO3NAME}/INSTALL.md
 ${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
@@ -4883,6 +4883,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fu
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Clickmenu.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Controller/ImportExportController.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Hook/BackendControllerHook.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Hook/ContextMenuDisableItemsHook.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/ImportExport.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/LocalPageTree.php
 ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/impexp/Classes/Task/ImportExportTask.php

Index: pkgsrc/www/typo3_62/distinfo
diff -u pkgsrc/www/typo3_62/distinfo:1.14 pkgsrc/www/typo3_62/distinfo:1.15
--- pkgsrc/www/typo3_62/distinfo:1.14   Tue May 24 12:55:17 2016
+++ pkgsrc/www/typo3_62/distinfo        Tue Jul 19 12:02:08 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2016/05/24 12:55:17 taca Exp $
+$NetBSD: distinfo,v 1.15 2016/07/19 12:02:08 taca Exp $
 
-SHA1 (typo3_src-6.2.25.tar.gz) = 08838cab9ed8293a9d870cb7e5e84e66e9241931
-RMD160 (typo3_src-6.2.25.tar.gz) = 3f0e1030778354547079a868cb35edbb9c46fa45
-SHA512 (typo3_src-6.2.25.tar.gz) = 7132695c77d74269b1cc6e3480e6754e3cfd6125bd9c74d002b2719b61cdc6f9bb66fda040666d71e4cca0107a6759a490b63ae0ca6d9a7bc7218e9577b881ef
-Size (typo3_src-6.2.25.tar.gz) = 20940818 bytes
+SHA1 (typo3_src-6.2.26.tar.gz) = 764949e0dc5138120e4acddcc3c9a29b27e97bed
+RMD160 (typo3_src-6.2.26.tar.gz) = 6adb6b837a0f1a68ee5b32513211696365bb6469
+SHA512 (typo3_src-6.2.26.tar.gz) = 6de7f980fe802e8878364a7a32f7ed8e59d387a3eabd5fbd44b3386b3d795a1dbfbf7c43eeebe466d067d60ec5e3e508acaa4af572d6ea3e047d06c597c9fade
+Size (typo3_src-6.2.26.tar.gz) = 20944312 bytes
 SHA1 (patch-typo3_sysext_core_Configuration_DefaultConfiguration.php) = e33544513630b4c931ca8e932847796d4bd694b2



Home | Main Index | Thread Index | Old Index