diff options
author | taca <taca> | 2012-03-28 12:58:28 +0000 |
---|---|---|
committer | taca <taca> | 2012-03-28 12:58:28 +0000 |
commit | f99202635a3c2294c17c7cc1c7b12ff0734f5f3f (patch) | |
tree | dfbe5fe12c1ca4af42b90c43178c77e6cf5a23a2 /www | |
parent | 87f81d2a5d496cace3bb9d4b487292f9892812b8 (diff) | |
download | pkgsrc-f99202635a3c2294c17c7cc1c7b12ff0734f5f3f.tar.gz |
Update typo3_46 to 4.6.7.
Fix security problem of https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-001/.
2012-03-28 a1b80e1 [RELEASE] Release of TYPO3 4.6.7 (TYPO3 v4 Release Team)
2012-03-28 892bbbc #22748 [SECURITY] Missing escaping for sys_notes (Georg Ringer)
2012-03-28 351084b #25246 [!!!][SECURITY] XSS in filelink element (Georg Ringer)
2012-03-28 5943c54 #29060 [SECURITY] Information disclosure showing DB name (Georg Ringer)
2012-03-28 42cb07b #29397 [SECURITY] XSS in show item (Christian Kuhn)
2012-03-28 8448714 #24474 [SECURITY] Missing escaping in scheduler (Georg Ringer)
2012-03-28 a5e14b2 #30940 [SECURITY] XSS in BE file list (Christian Kuhn)
2012-03-28 7451b95 #30188 [SECURITY] XSS possibility in RemoveXSS (Andreas Wolf)
2012-03-28 5491a24 #29536 [SECURITY] XSS in be_layouts (Georg Ringer)
2012-03-28 a6a9206 #30969 [SECURITY] XSS for extension meta data in About module (Oliver Klee)
2012-03-28 d6f9c2a [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-03-28 f4ae450 #35260 [BUGFIX] Missing column in t3lib_TCEmain::getPreviousLocalizedRecordUid (Francois Suter)
2012-03-25 ddad96b #34771 [TASK] Add missing sql_free_result in alt_doc.php (Wouter Wolters)
2012-03-24 cb92327 #35176 [BUGFIX] Tooltips for items in groupfields are not moved (Jigal van Hemert)
2012-03-23 fa992c7 #35160 [TASK] Code clean-up in t3lib_PageRenderer (Oliver Hader)
2012-03-23 2a968b2 #33791 [BUGFIX] Blank page after Save+Close in page settings (Stefan Galinski)
2012-03-18 b5d1b80 #32756 Revert "[BUGFIX] showAccessRestrictedPages doesn't replace links to restricted subpages" (Helmut Hummel)
2012-03-17 bc18ac6 #30847 [BUGFIX] Fix baseurl handling of IE with RTE htmlArea in FE and realurl (Stanislas Rolland)
2012-03-16 de9937b #34662 [BUGFIX] Fatal error 't3lib_lock' does not exist (Oliver Hader)
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3_46/Makefile | 4 | ||||
-rw-r--r-- | www/typo3_46/PLIST | 3 | ||||
-rw-r--r-- | www/typo3_46/distinfo | 14 |
3 files changed, 11 insertions, 10 deletions
diff --git a/www/typo3_46/Makefile b/www/typo3_46/Makefile index 4638a4d2852..f25654ed510 100644 --- a/www/typo3_46/Makefile +++ b/www/typo3_46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/03/13 13:15:05 taca Exp $ +# $NetBSD: Makefile,v 1.7 2012/03/28 12:58:28 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -18,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json PKG_DESTDIR_SUPPORT= user-destdir -VER= 4.6.6 +VER= 4.6.7 NO_BUILD= yes USE_TOOLS= pax diff --git a/www/typo3_46/PLIST b/www/typo3_46/PLIST index 04859bf48d5..64d3605af15 100644 --- a/www/typo3_46/PLIST +++ b/www/typo3_46/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2012/03/07 12:54:34 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/03/28 12:58:28 taca Exp $ ${EGDIR}/localconf.php ${TYPO3DIR}/${TYPO3NAME}/ChangeLog ${TYPO3DIR}/${TYPO3NAME}/GPL.txt @@ -3174,6 +3174,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Cryptography/Hash ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGeneration.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForRequestHashGeneration.php +${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/InvalidHash.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Security/Exception/SyntacticallyWrongRequestHash.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Service/CacheService.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Service/ExtensionService.php diff --git a/www/typo3_46/distinfo b/www/typo3_46/distinfo index d7475941e02..799eccd09d3 100644 --- a/www/typo3_46/distinfo +++ b/www/typo3_46/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2012/03/13 13:15:05 taca Exp $ +$NetBSD: distinfo,v 1.7 2012/03/28 12:58:28 taca Exp $ -SHA1 (dummy-4.6.6.tar.gz) = 5fccbcf91fc541ab8d52646f17b0f27347dccd54 -RMD160 (dummy-4.6.6.tar.gz) = 9de20d0f672edaf76ddaadbd0ad49b0f31d26a1f -Size (dummy-4.6.6.tar.gz) = 10140 bytes -SHA1 (typo3_src-4.6.6.tar.gz) = 9937147f4770817004c57523c273f00ed8d4724e -RMD160 (typo3_src-4.6.6.tar.gz) = 77ba9e4e4929ef5a0f6883a3a62fc1f17720e65d -Size (typo3_src-4.6.6.tar.gz) = 21267844 bytes +SHA1 (dummy-4.6.7.tar.gz) = 4b2b4840f166d7530a905f349a751db9663a0d90 +RMD160 (dummy-4.6.7.tar.gz) = 84d7ca41bab9aad384b5e1fc6328f75356933eb7 +Size (dummy-4.6.7.tar.gz) = 10141 bytes +SHA1 (typo3_src-4.6.7.tar.gz) = 461cef5e92814859423dc98407712d00b7956353 +RMD160 (typo3_src-4.6.7.tar.gz) = 5d8f96011c65ca1c15abd32a518c378d85941337 +Size (typo3_src-4.6.7.tar.gz) = 21271871 bytes SHA1 (patch-t3lib_config__default.php) = 41dfac4e4cb9ecf20139b3756c6317c852d41327 |