summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2013-12-10 15:20:03 +0000
committertaca <taca>2013-12-10 15:20:03 +0000
commit54da0f425f1f78acdbf998a39b49ae9c3e4116f0 (patch)
tree361a47fe75c9e5cf275f281909b0ad661a86d7c1 /www
parentd87053a0d4d63ad3cb99eaa68868ce03e2e94d08 (diff)
downloadpkgsrc-54da0f425f1f78acdbf998a39b49ae9c3e4116f0.tar.gz
Update typo3_47 package to 4.7.17 (TYPO3 4.7.17).
- 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 9e378dd [RELEASE] Release of TYPO3 4.7.17 (TYPO3 Release Team) 2013-12-10 efa9e0b #45043 [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn) 2013-12-10 d207548 #42772 [SECURITY] XSS in colorpicker wizard (Anja Leichsenring) 2013-12-10 92712d6 #31206 [SECURITY] XSS in header link of all content elements (Anja Leichsenring) 2013-12-10 573f720 #20811 [SECURITY] XSS vulnerability in extension manager (Marcus Krause) 2013-12-10 b7eac59 #41714 [SECURITY] Information Disclosure in Wizards (Anja Leichsenring) 2013-12-10 319a06c #54099 [SECURITY] Fix open redirection in openid extension (Anja Leichsenring) 2013-12-10 834afa5 #48187 [SECURITY] feuser_adminLib.inc allows to set arbitrary fields (Steffen Ritter) 2013-12-10 aa08f14 #36768 [SECURITY] XSS in be_layout wizard (Anja Leichsenring) 2013-12-10 f3b5a6a #54074 [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring) 2013-12-10 0bc4fc4 #54073 [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Marcus Krause) 2013-12-02 c400e94 #54124 [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind) 2013-12-02 124a913 #54120 Revert "[BUGFIX] Object passed to date()" (Markus Klein) 2013-12-01 3f2e971 Revert "[BUGFIX] Distinguish unassigend columns and colPos 0" (Steffen Ritter) 2013-11-29 a7dbbbf #42651 [BUGFIX] ext:adodb Restrict connection wizard to admins (Christian Kuhn) 2013-11-26 542bd7d #25157,#45550 [BUGFIX] Distinguish unassigend columns and colPos 0 (Philipp Gampe)
Diffstat (limited to 'www')
-rw-r--r--www/typo3_47/Makefile6
-rw-r--r--www/typo3_47/PLIST3
-rw-r--r--www/typo3_47/distinfo14
3 files changed, 12 insertions, 11 deletions
diff --git a/www/typo3_47/Makefile b/www/typo3_47/Makefile
index 3eeb70b2677..a10fd6ee330 100644
--- a/www/typo3_47/Makefile
+++ b/www/typo3_47/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2013/12/05 16:42:21 taca Exp $
+# $NetBSD: Makefile,v 1.20 2013/12/10 15:20:03 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.7.16
+VER= 4.7.17
NO_BUILD= yes
USE_TOOLS+= bash:run 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_47/PLIST b/www/typo3_47/PLIST
index f5fcfe6fac2..a2595d802a0 100644
--- a/www/typo3_47/PLIST
+++ b/www/typo3_47/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2013/08/04 16:24:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2013/12/10 15:20:03 taca Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -2969,6 +2969,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_47/distinfo b/www/typo3_47/distinfo
index b1d70947e46..8027e89a927 100644
--- a/www/typo3_47/distinfo
+++ b/www/typo3_47/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2013/12/05 16:42:21 taca Exp $
+$NetBSD: distinfo,v 1.15 2013/12/10 15:20:03 taca Exp $
-SHA1 (dummy-4.7.16.tar.gz) = aa0d418a13d1662769a4843d02aebd165a70b139
-RMD160 (dummy-4.7.16.tar.gz) = 8546062cd99fe7ede5da4956f74ee7f9d4bf10dd
-Size (dummy-4.7.16.tar.gz) = 10277 bytes
-SHA1 (typo3_src-4.7.16.tar.gz) = 52bc88ded5fc1a353b6b31cc21e84757942f99c6
-RMD160 (typo3_src-4.7.16.tar.gz) = 3c57e004dc9aa33279f674de99c93130ef8060cd
-Size (typo3_src-4.7.16.tar.gz) = 22630645 bytes
+SHA1 (dummy-4.7.17.tar.gz) = 264d5609306e29e5dfa3e963334c22977a1cf894
+RMD160 (dummy-4.7.17.tar.gz) = 9b6b8a0294843e05c2191af12cd9e190efb2b8f0
+Size (dummy-4.7.17.tar.gz) = 10277 bytes
+SHA1 (typo3_src-4.7.17.tar.gz) = c0baf37a087085cb52888a0e0b96166c69add3d6
+RMD160 (typo3_src-4.7.17.tar.gz) = efa0d326202869b07cae394bdcf8994462f22747
+Size (typo3_src-4.7.17.tar.gz) = 22632250 bytes
SHA1 (patch-t3lib_config__default.php) = 9a016a8510adac61abff93b87495c4657b9cc131