summaryrefslogtreecommitdiff
path: root/www/typo3_45
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-12-10 15:18:33 +0000
committertaca <taca@pkgsrc.org>2013-12-10 15:18:33 +0000
commit255c41d8098c4abd3f92617df14440299a397a84 (patch)
treed1c7db2131dc9b8ec833f9c65d6aef0d3ef929f5 /www/typo3_45
parent284a48845b4be7b9c40c52ed88cf25d68825c290 (diff)
downloadpkgsrc-255c41d8098c4abd3f92617df14440299a397a84.tar.gz
Update typo3_45 package to 4.5.32 (TYPO3 4.5.32).
- Fix multiple vulnerabilities in TYPO3 CMS: http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-004/ - Enable PHP_VERSIONS_ACCEPTED which was accidently commented out by previous commit. 2013-12-10 1956962 [RELEASE] Release of TYPO3 4.5.32 (TYPO3 Release Team) 2013-12-10 60576d1 #31206 [SECURITY] XSS in header link of all content elements (Anja Leichsenring) 2013-12-10 77dc1c4 #42772 [SECURITY] XSS in colorpicker wizard (Anja Leichsenring) 2013-12-10 52d3bff #45043 [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn) 2013-12-10 cae8739 #20811 [SECURITY] XSS vulnerability in extension manager (Marcus Krause) 2013-12-10 ba92f0a #41714 [SECURITY] Information Disclosure in Wizards (Anja Leichsenring) 2013-12-10 63ff910 #54099 [SECURITY] Fix open redirection in openid extension (Anja Leichsenring) 2013-12-10 c4d1336 #48187 [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Steffen Ritter) 2013-12-10 5342284 #36768 [SECURITY] XSS in be_layout wizard (Anja Leichsenring) 2013-12-10 b360a1a #54074 [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring) 2013-12-10 78ee538 #54073 [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Marcus Krause) 2013-12-08 5aa4ab2 #54282 [BUGFIX] Fix failing test (Anja Leichsenring) 2013-12-08 6add221 #54280 [BUGFIX] Fix failing test (Anja Leichsenring) 2013-12-02 0c3fa95 #54124 [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind) 2013-12-02 d353ab0 #54120 Revert "[BUGFIX] Object passed to date()" (Markus Klein) 2013-11-29 309e93a #42651 [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn) 2013-11-26 1d95cad #25157,#45550 [BUGFIX] Distinguish unassigend columns and colPos 0 (Philipp Gampe)
Diffstat (limited to 'www/typo3_45')
-rw-r--r--www/typo3_45/Makefile6
-rw-r--r--www/typo3_45/PLIST3
-rw-r--r--www/typo3_45/distinfo14
3 files changed, 12 insertions, 11 deletions
diff --git a/www/typo3_45/Makefile b/www/typo3_45/Makefile
index 464c02b1b77..669600a35cb 100644
--- a/www/typo3_45/Makefile
+++ b/www/typo3_45/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2013/12/05 16:41:07 taca Exp $
+# $NetBSD: Makefile,v 1.29 2013/12/10 15:18:33 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
-VER= 4.5.31
+VER= 4.5.32
NO_BUILD= yes
USE_TOOLS+= pax
@@ -24,7 +24,7 @@ TYPO3NAME= typo3_src-${VER}
SITESRC= dummy-${VER}
WRKSRC= ${WRKDIR}/${DISTNAME}
-#PHP_VERSIONS_ACCEPTED= 53
+PHP_VERSIONS_ACCEPTED= 53
# maybe resides in lang/php/phpversion.mk
REPLACE_INTERPRETER+= php
diff --git a/www/typo3_45/PLIST b/www/typo3_45/PLIST
index 38a0ae12a34..ffc3406db00 100644
--- a/www/typo3_45/PLIST
+++ b/www/typo3_45/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2013/08/04 16:23:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2013/12/10 15:18:33 taca Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -2771,6 +2771,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/scheduler.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/templavoila.diff
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/ChangeLog
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/Tests/Unit/tools/class.tx_em_toolsTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/class.tx_em_api.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/class.tx_em_extensionmanager.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/conf.php
diff --git a/www/typo3_45/distinfo b/www/typo3_45/distinfo
index 05b3862f23f..6d6fc418cd9 100644
--- a/www/typo3_45/distinfo
+++ b/www/typo3_45/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2013/12/05 16:41:07 taca Exp $
+$NetBSD: distinfo,v 1.24 2013/12/10 15:18:33 taca Exp $
-SHA1 (dummy-4.5.31.tar.gz) = 2b49e101c3c9d50d84ae4a67ae074990d7461c7b
-RMD160 (dummy-4.5.31.tar.gz) = 14a91d73f6ee69ae4a032819bab96763771ee566
-Size (dummy-4.5.31.tar.gz) = 9977 bytes
-SHA1 (typo3_src-4.5.31.tar.gz) = e54aae15a824bbbb38a7b7637b51ca157ce5c186
-RMD160 (typo3_src-4.5.31.tar.gz) = b1af79e89008a6eaf68e52dd5368f21ac958b5a4
-Size (typo3_src-4.5.31.tar.gz) = 20764313 bytes
+SHA1 (dummy-4.5.32.tar.gz) = a004affb516ee82ec4ae42d03101b52dbee622bf
+RMD160 (dummy-4.5.32.tar.gz) = 49cf719e7d2c84290a2ca37f55ecd1f3fd7d01d3
+Size (dummy-4.5.32.tar.gz) = 9978 bytes
+SHA1 (typo3_src-4.5.32.tar.gz) = ce39440fc1f69088dad6f78e7c655990c4300397
+RMD160 (typo3_src-4.5.32.tar.gz) = 48bca0f86d9634d23e3b5f1679c133c711d09836
+Size (typo3_src-4.5.32.tar.gz) = 20769345 bytes
SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6