summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-02-26 03:02:59 +0000
committertaca <taca@pkgsrc.org>2011-02-26 03:02:59 +0000
commita6e2d924d8745325f706608b6c8606819d872223 (patch)
tree7cc9fa089907955e3a827f0737234040ee6b9793 /www
parent621dc301e3dd56429487b1990517654e67af9240 (diff)
downloadpkgsrc-a6e2d924d8745325f706608b6c8606819d872223.tar.gz
Update typo3 package to 4.5.2. This is maintenance release.
2011-02-26 Ernesto Baschny <ernesto.baschny@typo3.org> * Release of TYPO3 4.5.2 2011-02-25 Steffen Kamper <steffen@typo3.org> * Fixed bug #17772: Repository update deletes description of repository * Fixed bug #17769: Em use wrong property for db updates * Removed double applied patch in tx_em_tools 2011-02-25 Ernesto Baschny <ernst@cron-it.de> * Merged Linkvalidator 1.0.2 to be included in 4.5.2 (Thanks to Michael Miousse and Christopher Stelmaszyk) * Fixed bug #17728: PHP warning in page module (e.g. in TemplaVoila) with active open_basedir * Fixed bug #17732: Install Tool doing Fatal error when APC PHP module is loaded (no session is stored) 2011-02-25 Stefan Galinski <stefan.galinski@gmail.com> * Fixed bug #17431: "Show Page" in contextmenu results in new browser window (Thanks to Simon Schaufelberger) 2011-02-24 Steffen Kamper <steffen@typo3.org> * Fixed bug #16788: Flexform inputfields remain empty (Thanks to Andreas Kiessling) * Fixed bug #17735: Class 'tx_em_XmlException' not found when Retrieve / Update * Fixed bug #17692: Updating translations does not work anymore * Fixed bug #17758: EM: After update repository the info labels are not updated * Fixed bug #13309 Text on "Settings" tab needs more space * Fixed bug #13310: PHP Warning "array_merge(): Argument #2 is not an array" in class.tx_em_settings.php * Fixed bug EM rev 4188: Reimplemented removed function in em_tools and deprecate it * Renewed fix #17701: Generated t3x are corrupted in 4.5.1-dev and trunk
Diffstat (limited to 'www')
-rw-r--r--www/typo3/Makefile4
-rw-r--r--www/typo3/PLIST12
-rw-r--r--www/typo3/distinfo14
3 files changed, 15 insertions, 15 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 2ddcdd61a72..ad50dd741f7 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2011/02/24 14:09:12 taca Exp $
+# $NetBSD: Makefile,v 1.31 2011/02/26 03:02:59 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
PKG_DESTDIR_SUPPORT= user-destdir
-VER= 4.5.1
+VER= 4.5.2
NO_BUILD= yes
USE_TOOLS= pax
diff --git a/www/typo3/PLIST b/www/typo3/PLIST
index 70e8dc8e64b..893762487e0 100644
--- a/www/typo3/PLIST
+++ b/www/typo3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2011/02/24 14:09:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.19 2011/02/26 03:02:59 taca Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -2776,11 +2776,11 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connecti
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_soap.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/connection/class.tx_em_connection_ter.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/database/class.tx_em_database.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_connection_exception.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionimport_exception.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionxml_exception.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_mirrorxml_exception.php
-${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_xml_exception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_connectionexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionimportexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_extensionxmlexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_mirrorxmlexception.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/exception/class.tx_em_xmlexception.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/extensions/class.tx_em_extensions_details.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/extensions/class.tx_em_extensions_list.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/em/classes/import/class.tx_em_import_extensionlistimporter.php
diff --git a/www/typo3/distinfo b/www/typo3/distinfo
index eee019ac586..33afa96ae52 100644
--- a/www/typo3/distinfo
+++ b/www/typo3/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2011/02/24 14:09:12 taca Exp $
+$NetBSD: distinfo,v 1.24 2011/02/26 03:02:59 taca Exp $
-SHA1 (dummy-4.5.1.tar.gz) = d649467e279ded85502e639d2344089282fbf604
-RMD160 (dummy-4.5.1.tar.gz) = 8b1d94999a3abdb7fdbfecc4e936927af2c45487
-Size (dummy-4.5.1.tar.gz) = 9229 bytes
-SHA1 (typo3_src-4.5.1.tar.gz) = cdd6707a483f2567cfbdee35111ffa030762d265
-RMD160 (typo3_src-4.5.1.tar.gz) = 80b9ff22ee85d662d61de4c56251e4b2bddecb10
-Size (typo3_src-4.5.1.tar.gz) = 19088096 bytes
+SHA1 (dummy-4.5.2.tar.gz) = 09324eb48a50e7e7e9c9796848e17268f528d76c
+RMD160 (dummy-4.5.2.tar.gz) = 223a1774ffc31db6b4a9b8799ffa9de4238b088f
+Size (dummy-4.5.2.tar.gz) = 9227 bytes
+SHA1 (typo3_src-4.5.2.tar.gz) = ad4519a9a4f326455140186516f8af45755aa271
+RMD160 (typo3_src-4.5.2.tar.gz) = 6bfa8ff28a28795b6cc5a6737c05c38820cb8031
+Size (typo3_src-4.5.2.tar.gz) = 19090737 bytes
SHA1 (patch-aa) = e7e313ede756f29272140c5230acd496c1dde5ec