pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/typo3_46 Update typo3_46 to 4.6.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5860a171bfcb
branches: trunk
changeset: 607493:5860a171bfcb
user: taca <taca%pkgsrc.org@localhost>
date: Sun Aug 12 15:52:20 2012 +0000
description:
Update typo3_46 to 4.6.11.
2012-08-08 74fd6bb [RELEASE] Release of TYPO3 4.6.11 (TYPO3 Release Team)
2012-08-08 e809cd3 [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-08-07 a5cd4df #39583 [BUGFIX] Exception "Could not create directory" (Michael Klapper)
2012-08-05 e96eedc #39527 [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData (Claus Due)
2012-08-03 b6a6c6d #39509 [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given (Michael Klapper)
2012-08-01 731d547 #32282 [BUGFIX] unlink issues warnings for lock files (Markus Klein)
2012-08-01 38ca29a #38849 [BUGFIX] IRRE childs don't expand in Internet Explorer (Stefan Aebischer)
2012-08-01 fef9743 #39417 [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation (Nicole Cordes)
2012-07-31 102d0c8 #33625 [BUGFIX] Properly check disabled versioning within tcemain (Tolleiv Nietsch)
2012-07-30 aef25cd #22152 [BUGFIX] PHP warnings may show up in the List module (Dmitry Dulepov)
2012-07-29 689bb9d #31278 [BUGFIX] Shell command arguments are not escaped (Dmitry Dulepov)
2012-07-26 349da10 #26815 [BUGFIX] RTE transformation transforms LF/CR between div and hr into space (Stanislas Rolland)
2012-07-25 ce5ba95 #35154,#38691 [BUGFIX] Exclude E_STRICT from errors with PHP 5.4 (Philipp Gampe)
2012-07-25 8affd66 #38604 [TASK] Always return a boolean in t3lib_div::validPathStr (Andy Grunwald)
2012-07-24 f35b46d #39220 [BUGFIX] Invalid fallback for non-localized labels (Xavier Perseguers)
2012-07-24 bde9302 #33082 [TASK] Improve error message of "broken rootline" (Georg Ringer)
2012-07-23 8621c14 #34152 [BUGFIX] stdWrap numRows fails due to wrong SELECT clause (Ernesto Baschny)
2012-07-22 612d705 #33895 [BUGFIX] Update extension must invalidate autoloader cache (Philipp Gampe)
2012-07-21 37ecea2 [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-07-20 8851d23 #39026 [BUGFIX] QT movies prefixed abusively in Media CE (Francois Suter)
2012-07-20 2b103fa #39052 [BUGFIX] Send sane HTTP response in showpic on error (Christian Kuhn)
2012-07-15 9a71681 #38104 [BUGFIX] Remove bogus template in template analyzer (Helmut Hummel)
2012-07-12 3d19540 #24626 [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible (Stefan Galinski)
2012-07-12 cdee4ff #33546 [BUGFIX] Check if user is allowed to paste page to pagetree (Max Roesch)
2012-07-12 c3e4fcb #36313 [BUGFIX] Add rootline workspace overlay for backend_layouts. (Timo Webler)
2012-07-09 2fd0f62 #38791 [BUGFIX] accessibilityWrap ignores simple value (Jigal van Hemert)
2012-07-07 cb139fe #18771 [BUG] t3lib_div::getFilesInDir order differs from order in Filelist (Benjamin Mack)
2012-07-06 d693daa #36316 [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing (Stanislas Rolland)
2012-07-05 78a7a0c #36438 [BUGFIX] RTE spellcheck issue on Windows server (Stanislas Rolland)
2012-07-05 999624f #38658 [BUGFIX] RTE 4.6: Force IE9 to use IE8 mode in frontend (Stanislas Rolland)
diffstat:
www/typo3_46/Makefile | 4 ++--
www/typo3_46/PLIST | 3 +--
www/typo3_46/distinfo | 14 +++++++-------
3 files changed, 10 insertions(+), 11 deletions(-)
diffs (49 lines):
diff -r 7675db3770ec -r 5860a171bfcb www/typo3_46/Makefile
--- a/www/typo3_46/Makefile Sun Aug 12 15:51:38 2012 +0000
+++ b/www/typo3_46/Makefile Sun Aug 12 15:52:20 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/07/05 14:23:04 taca Exp $
+# $NetBSD: Makefile,v 1.12 2012/08/12 15:52:20 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -18,7 +18,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-VER= 4.6.10
+VER= 4.6.11
NO_BUILD= yes
USE_TOOLS+= pax
diff -r 7675db3770ec -r 5860a171bfcb www/typo3_46/PLIST
--- a/www/typo3_46/PLIST Sun Aug 12 15:51:38 2012 +0000
+++ b/www/typo3_46/PLIST Sun Aug 12 15:52:20 2012 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2012/07/05 14:23:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/08/12 15:52:20 taca Exp $
${EGDIR}/localconf.php
-${TYPO3DIR}/${TYPO3NAME}/.travis.yml
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
diff -r 7675db3770ec -r 5860a171bfcb www/typo3_46/distinfo
--- a/www/typo3_46/distinfo Sun Aug 12 15:51:38 2012 +0000
+++ b/www/typo3_46/distinfo Sun Aug 12 15:52:20 2012 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2012/07/05 14:23:04 taca Exp $
+$NetBSD: distinfo,v 1.11 2012/08/12 15:52:21 taca Exp $
-SHA1 (dummy-4.6.10.tar.gz) = 921ab60dbfc02e8e06c9169fa15c6931e4954f69
-RMD160 (dummy-4.6.10.tar.gz) = 27b7fc4032759228f8606aa203ba760bc525d5da
-Size (dummy-4.6.10.tar.gz) = 10148 bytes
-SHA1 (typo3_src-4.6.10.tar.gz) = 6bc6644c2bf2da45fcc6c6b7780a4ce166c31f11
-RMD160 (typo3_src-4.6.10.tar.gz) = 80c6c449e3a936f1f50f03fb1b0fd2a8e2f11297
-Size (typo3_src-4.6.10.tar.gz) = 21288028 bytes
+SHA1 (dummy-4.6.11.tar.gz) = e82caf5613434a2b5ca0e994ed94b8f7bd564219
+RMD160 (dummy-4.6.11.tar.gz) = 652e3e2b37f14b7b932f8c6708575186b8fecc42
+Size (dummy-4.6.11.tar.gz) = 10138 bytes
+SHA1 (typo3_src-4.6.11.tar.gz) = d31c97f07194631884287ae46c9e9f128f3082ee
+RMD160 (typo3_src-4.6.11.tar.gz) = e379ba9cc56bb61fa170d8154807cd2b044629e6
+Size (typo3_src-4.6.11.tar.gz) = 21289682 bytes
SHA1 (patch-t3lib_config__default.php) = 41dfac4e4cb9ecf20139b3756c6317c852d41327
Home |
Main Index |
Thread Index |
Old Index