pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/typo3 Update typo3 package to 4.5.2. This is main...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f9ad1ed1e06
branches: trunk
changeset: 585750:6f9ad1ed1e06
user: taca <taca%pkgsrc.org@localhost>
date: Sat Feb 26 03:02:59 2011 +0000
description:
Update typo3 package to 4.5.2. This is maintenance release.
2011-02-26 Ernesto Baschny <ernesto.baschny%typo3.org@localhost>
* Release of TYPO3 4.5.2
2011-02-25 Steffen Kamper <steffen%typo3.org@localhost>
* 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@localhost>
* 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@localhost>
* Fixed bug #17431: "Show Page" in contextmenu results in new browser window (Thanks to Simon Schaufelberger)
2011-02-24 Steffen Kamper <steffen%typo3.org@localhost>
* 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:
www/typo3/Makefile | 4 ++--
www/typo3/PLIST | 12 ++++++------
www/typo3/distinfo | 14 +++++++-------
3 files changed, 15 insertions(+), 15 deletions(-)
diffs (64 lines):
diff -r 8feb1870a5f6 -r 6f9ad1ed1e06 www/typo3/Makefile
--- a/www/typo3/Makefile Sat Feb 26 02:59:58 2011 +0000
+++ b/www/typo3/Makefile Sat Feb 26 03:02:59 2011 +0000
@@ -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 @@
PKG_DESTDIR_SUPPORT= user-destdir
-VER= 4.5.1
+VER= 4.5.2
NO_BUILD= yes
USE_TOOLS= pax
diff -r 8feb1870a5f6 -r 6f9ad1ed1e06 www/typo3/PLIST
--- a/www/typo3/PLIST Sat Feb 26 02:59:58 2011 +0000
+++ b/www/typo3/PLIST Sat Feb 26 03:02:59 2011 +0000
@@ -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_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 -r 8feb1870a5f6 -r 6f9ad1ed1e06 www/typo3/distinfo
--- a/www/typo3/distinfo Sat Feb 26 02:59:58 2011 +0000
+++ b/www/typo3/distinfo Sat Feb 26 03:02:59 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index