summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-02-27 16:02:02 +0000
committerbsiegert <bsiegert>2016-02-27 16:02:02 +0000
commit83a5ce4a6307379049676778058b148a8177eb64 (patch)
tree9b907339201bf70d281df497851001e1d320f876
parentf96ff38e37ce2b1abaca548cb14f28e89e6532cd (diff)
downloadpkgsrc-83a5ce4a6307379049676778058b148a8177eb64.tar.gz
Pullup ticket #4925 - requested by taca
www/typo3_62: security fix Revisions pulled up: - www/typo3_62/Makefile 1.13 - www/typo3_62/distinfo 1.11 --- Module Name: pkgsrc Committed By: taca Date: Tue Feb 16 13:00:02 UTC 2016 Modified Files: pkgsrc/www/typo3_62: Makefile distinfo Log Message: Update typo3_62 to 6.2.18 (TYPO4 6.2.18), security release. 2016-02-16 0d56422 [RELEASE] Release of TYPO3 6.2.18 (TYPO3 Release Team) 2016-02-16 3256617 #58896 [SECURITY] SQLi in DBAL (Morton Jonuschat) 2016-02-16 c88aa57 #54205 [SECURITY] XSS in form extension (Wouter Wolters) 2016-02-16 4e639be #25244 [SECURITY] XSS in content element "Form" (Helmut Hummel) 2016-02-16 a511709 #72240 [SECURITY] XSS in Link Validator (Steffen M?ller) 2016-02-12 ba30380 #73083 [BUGFIX] Deduplicate "Hide default translation of page" logic (Morton Jonuschat) 2016-02-12 1afa712 #72388 [FOLLOWUP][BUGFIX] Table wizard: large fields and BR-tags (Morton Jonuschat) 2016-02-12 413430b #73006 [BUGFIX] Failing Unit Tests on Windows systems (Nicole Cordes) 2016-02-10 0548314 #59180 [BUGFIX] Re-enable export of multiple records via clipboard (Bernhard Kraft)-02-10 0548314 #59180 [BUGFIX] Re-enable export of multiple records via clipboard (Bernhard Kraft) 2016-02-09 f9599a1 #65866 [BUGFIX] Fallback to version of ext_emconf.php if not found in Composer (Peter Niederlag) 2016-02-08 3af6506 #58693 [BUGFIX] impexp ignore file reference records with missing related files (Marc Bastian Heinrichs) 2016-02-05 df80dee #73158 [BUGFIX] ImpExp: Correct casing for FAL function call (Benni Mack) 2016-02-05 d1ca79c #73103 [BUGFIX] Off-by-one error in FAL's LocalDriver (Andreas Fernandez) 2016-02-01 daaf9e0 #72936 [BUGFIX] Reallow '0' as valid userFunc argument in TypoScript (Frank Naegler) 2016-01-29 05d2711 #70307 [BUGFIX] CategoryRegistry::addTcaColumn() ignores displayCond (Benni Mack) 2016-01-29 fd30582 #72964 [BUGFIX] Clear cache system icon is shown for non admin in dev context (Benni Mack) 2016-01-26 4fbed24 #72943 [TASK] Switch mirror links to https (Nicole Cordes) 2016-01-22 a59665c #72635 [BUGFIX] SimpleFileBackend::setCacheDirectory returns valid path name (Jan Helke) 2016-01-22 941308f #72892 [BUGFIX] Remove newline from PLACEHOLDER marker in indexed_search (Wouter Wolters) 2016-01-21 842e6dfdb #72786 [TASK] Hide "Save document and create a new one" in filelist (Gianluigi Martino) 2016-01-20 89b1024 [BUGFIX] Add missing return type to createVersionNumberedFilename (Thomas L?ffler) 2016-01-18 87c98c7 #72762 [BUGFIX] Clarify extension dependency skipping (Nicole Cordes) 2016-01-16 9f5c9df #72755 [BUGFIX] Apply hsc() to exception debug output (Markus Klein) 2016-01-15 908a266 #72357 [BUGFIX] Copy DataHandler::enableLogging to sub objects (Morton Jonuschat) 2016-01-15 739a3de #72388 [BUGFIX] Table wizard: large fields and BR-tags (Anja Leichsenring) 2016-01-15 43ee970 #72734 [FOLLOWUP] Fix call to not existing function (Anja Leichsenring) 2016-01-15 1278e9f #72648 [BUGFIX] Automatically remove BOM from files before concatenation (Christian Futterlieb) 2016-01-15 35745fa #72712 [TASK] Allow access to visible content within /.well-known/ directory (Cedric Ziel) 2016-01-15 640c494 #72709 [BUGFIX] ImpExp: Do not show error message for recursive relations (Markus Klein) 2016-01-08 1eea942 #72598 [BUGFIX] Remove debug echo from checkDeniedSuburls (Morton Jonuschat) 2016-01-01 264d1bd #72501 [TASK] Update copyright year to 2016 (Benni Mack) 2015-12-30 967391f #72475 [SECURITY] XSS in belog module (Morton Jonuschat) 2015-12-30 639f8f2 #66135 [BUGFIX] Computed properties are queried in workspace context (Oliver Hader) 2015-12-29 d959bb8 #72450 [TASK] Expose identifier and path of functional test instance (Oliver Hader) 2015-12-23 141cd7d #72047 [BUGFIX] Fix NumberRangeValidator using startRange and endRange (Stephan Gro?berndt)
-rw-r--r--www/typo3_62/Makefile4
-rw-r--r--www/typo3_62/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/typo3_62/Makefile b/www/typo3_62/Makefile
index 6432cc39a9e..0c1dd5a16b5 100644
--- a/www/typo3_62/Makefile
+++ b/www/typo3_62/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/12/26 14:26:37 taca Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2016/02/27 16:02:02 bsiegert Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -18,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.7:../../textproc/php-json
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.17
+VER= 6.2.18
NO_BUILD= yes
USE_TOOLS+= bash:run pax
diff --git a/www/typo3_62/distinfo b/www/typo3_62/distinfo
index d8cc9664fc5..3ddf5936cc8 100644
--- a/www/typo3_62/distinfo
+++ b/www/typo3_62/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2015/12/26 14:26:37 taca Exp $
+$NetBSD: distinfo,v 1.10.2.1 2016/02/27 16:02:02 bsiegert Exp $
-SHA1 (typo3_src-6.2.17.tar.gz) = 3b9db1c4e638da4138411b3d0b6f516e63a2c4a8
-RMD160 (typo3_src-6.2.17.tar.gz) = 1bfa48a7d2b2d17d8e44c76298e97c9997f2c725
-SHA512 (typo3_src-6.2.17.tar.gz) = 89b114029fae0a487d9d0667286999c598b724125b073b57c9150dbf8167d576c6b7a2a463b65847c3503de6c6a36bb1a37ddb30937de07b3338fe4631a07346
-Size (typo3_src-6.2.17.tar.gz) = 21188594 bytes
+SHA1 (typo3_src-6.2.18.tar.gz) = feb56af83d87cb3bbe8ccac65c2ec28dcbc1c380
+RMD160 (typo3_src-6.2.18.tar.gz) = 4baf9c711da97af46a51104478bba05ad8add048
+SHA512 (typo3_src-6.2.18.tar.gz) = 9b53efe9c83bfe5bc3b4eb3533b410e7e225fe05069edb6024ee83c90c02a4a696881da78204fa460912a963674e390f9a9b03d240672f8ba86adc5f1a56aa16
+Size (typo3_src-6.2.18.tar.gz) = 21190256 bytes
SHA1 (patch-typo3_sysext_core_Configuration_DefaultConfiguration.php) = e33544513630b4c931ca8e932847796d4bd694b2