diff options
author | taca <taca@pkgsrc.org> | 2015-02-19 09:41:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-19 09:41:01 +0000 |
commit | 31215540d19632c157f0d7cd513ed26cf00bb72f (patch) | |
tree | f89c5d9fcee83c0d473e8656cfa3235d5b1e7126 /www | |
parent | b52aac73825de1e79dc2ad128f33489197859efc (diff) | |
download | pkgsrc-31215540d19632c157f0d7cd513ed26cf00bb72f.tar.gz |
Update typo3_45 package to 4.5.20.
pkgsrc change: supports PHP < 5.6.
Fix security problem:
* TYPO3-CORE-SA-2015-001: Authentication Bypass in TYPO3 CMS 4.5
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2015-001/
2015-02-19 1b8a673 [RELEASE] Release of TYPO3 4.5.40 (TYPO3 Release Team)
2015-02-19 3fbd91c #65113 [SECURITY] Prevent login with semi-empty values (Nicole Cordes)
2015-01-29 6cf78f6 #64597 [TASK] Update TYPO3 copyright in all branches (Benjamin Mack)
2015-01-29 38e1cb1 #64573 [BUGFIX] Travis tests for PHP 5.5 (Stephan Großberndt)
2015-01-19 fc33980 [TASK] Post travis notification to #typo3-cms-coredev channel (Helmut Hummel)
2015-01-15 c7615b6 #63896 [BUGFIX] Fix regression in prefixLocalAchors feature (Helmut Hummel)
2014-12-17 583d1bf #59186 [BUGFIX] Add case insensitive flag to trustedHostsPattern (Dietrich Heise)
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3_45/Makefile | 8 | ||||
-rw-r--r-- | www/typo3_45/distinfo | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/www/typo3_45/Makefile b/www/typo3_45/Makefile index 68b252efcc5..6845d4da7b0 100644 --- a/www/typo3_45/Makefile +++ b/www/typo3_45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/02/07 22:06:52 tnn Exp $ +# $NetBSD: Makefile,v 1.35 2015/02/19 09:41:01 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -16,16 +16,16 @@ 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.39 +VER= 4.5.40 NO_BUILD= yes USE_TOOLS+= pax +PHP_VERSIONS_ACCEPTED= 53 54 55 + TYPO3NAME= typo3_src-${VER} SITESRC= dummy-${VER} WRKSRC= ${WRKDIR}/${DISTNAME} -PHP_VERSIONS_ACCEPTED= 53 - # maybe resides in lang/php/phpversion.mk REPLACE_INTERPRETER+= php REPLACE.php.old= .*php[^ ]* diff --git a/www/typo3_45/distinfo b/www/typo3_45/distinfo index a7d78a4ec89..b485b5ad94a 100644 --- a/www/typo3_45/distinfo +++ b/www/typo3_45/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.28 2014/12/14 11:58:29 taca Exp $ +$NetBSD: distinfo,v 1.29 2015/02/19 09:41:01 taca Exp $ -SHA1 (dummy-4.5.39.tar.gz) = a235a47a8a8b672e62f95c8ce3f25468ce1185d8 -RMD160 (dummy-4.5.39.tar.gz) = 8a71d2c8c7c16720b21abc2af9b149b697481534 -Size (dummy-4.5.39.tar.gz) = 9981 bytes -SHA1 (typo3_src-4.5.39.tar.gz) = 2288cf2ec430652126fadad9af12509ff0a9b70f -RMD160 (typo3_src-4.5.39.tar.gz) = 3aaa083fdc87b974342093dac6a2c42fd2a28b4a -Size (typo3_src-4.5.39.tar.gz) = 20721996 bytes +SHA1 (dummy-4.5.40.tar.gz) = d1979c62daccf28dcd854cf915a75860f659b39c +RMD160 (dummy-4.5.40.tar.gz) = 6f33f9439f8b1cb37db7363f7299c7043958835b +Size (dummy-4.5.40.tar.gz) = 9978 bytes +SHA1 (typo3_src-4.5.40.tar.gz) = 290acdeac2dc1937ce0cfb1d7ea982cd1b0b7398 +RMD160 (typo3_src-4.5.40.tar.gz) = e70ccfc002b59ab88334e2293dc4665e56d4e50a +Size (typo3_src-4.5.40.tar.gz) = 20721996 bytes SHA1 (patch-aa) = dd0847334b30215a822bcdcd9231862d7eab68a6 |