pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/typo3-13
Module Name: pkgsrc
Committed By: wen
Date: Fri Jul 31 01:18:52 UTC 2026
Modified Files:
pkgsrc/www/typo3-13: Makefile PLIST distinfo
Log Message:
Update to 13.4.33
Upstream changes:
Here is a list of what was fixed since 13.4.32:
2026-07-14 83afd988319 [RELEASE] Release of TYPO3 13.4.33 (thanks to Oliver Hader)
2026-07-14 8f5d67d81bf [BUGFIX] Refine exceptions to root-level restriction in DataHandler (thanks to Oliver Hader)
2026-07-14 93907c6255d [TASK] Raise guzzlehttp/* dependencies (thanks to Oliver Hader)
2026-07-10 01bd136c235 [BUGFIX] Add accessible label to language flag in content element header (thanks to Christian Rath-Ulrich)
2026-07-05 e1b0aeb30a8 [DOCS] Clarify instruction about stopping scheduler tasks (thanks to Riccardo De Contardi)
2026-07-04 b9fe0066c57 [DOCS] Adjust wrong changelog $request() example (thanks to Garvin Hicking)
2026-07-01 31efda308e8 [TASK] Implement and apply custom PHPStan rule to harden unserialize (thanks to Elias Häußler)
2026-07-01 2dbd8ac72a3 [TASK] Update PHPStan to v2.2.3 (thanks to Elias Häußler)
2026-06-29 45bf1fcf320 [BUGFIX] List extension:activate in list of possible commands (thanks to Benjamin Franzke)
2026-06-29 bc90be0d638 [TASK] Add request to ModifyPageLinkConfigurationEvent (thanks to Helmut Hummel)
2026-06-27 daf40ea0327 [BUGFIX] Fix initial EXT:introduction database import on sqlite (thanks to Benjamin Franzke)
2026-06-26 44fc9c8a69f [TASK] Prevent PHPUnit warnings on ReflectionService destructor (thanks to Garvin Hicking)
2026-06-26 c4002573c0b [TASK] Update npm package dompurify to v3.4.11 (thanks to Oliver Hader)
2026-06-26 eee1b9f1757 [BUGFIX] Guard undefined array key in ImageProcessingInstructions (thanks to Garvin Hicking)
2026-06-26 89d2a122c02 [TASK] Obtain ConnectionPool from container in functional tests (thanks to Benjamin Franzke)
2026-06-26 5d9c51c55a2 [TASK] Add non-admin backend user and group to FAL DataHandler tests (thanks to Oliver Hader)
2026-06-25 c5f08d948a8 [BUGFIX] Allow base64url characters in CorrelationId pattern (thanks to Oliver Hader)
2026-06-25 dfaaf59d7b2 [TASK] Harden redirects history rollback processing (thanks to Oliver Hader)
2026-06-24 c4ff122c77f [TASK] Promote generateRandomBase64String to public API (thanks to Oliver Hader)
2026-06-23 dcfb6502efa [BUGFIX] Allow adding entries to an empty settings stringlist (thanks to Wolfgang Klinger)
2026-06-22 0727294f727 [BUGFIX] Properly backport avoid using null as array offset (thanks to Garvin Hicking)
2026-06-19 c20e9a44be3 [BUGFIX] Properly require symfony/polyfill-php84 and php85 (thanks to Garvin Hicking)
2026-06-18 29cc2fd65ae [BUGFIX] Correctly use QueryResultInterface for PHPStan (thanks to Markus Klein)
2026-06-16 2415ff31ccd [TASK] Set TYPO3 version to 13.4.33-dev (thanks to Benni Mack)
Here is a list of what was fixed since 13.4.31:
2026-06-16 225be9bc7bd [RELEASE] Release of TYPO3 13.4.32 (thanks to Benni Mack)
2026-06-16 c2d2a91a574 [BUGFIX] Allow scheduler tasks with logger references to be deserialized (thanks to Benjamin Franzke)
2026-06-15 8baff8c8ce3 [BUGFIX] Improve permission check in Clipboard for root page (thanks to Georg Ringer)
2026-06-11 ca6bf1ccd3d [BUGFIX] Make cache NullBackend transient (thanks to Helmut Hummel)
2026-06-10 dd1d1accc35 [BUGFIX] Silence unserialize() warnings in PHP >=8.3 (thanks to Benjamin Franzke)
2026-06-10 49bc3424768 [BUGFIX] Ensure correct TS overrides for labels (thanks to Markus Klein)
2026-06-10 a8dac701d67 [BUGFIX] Convert float precision in image crop command (thanks to Stig Nørgaard Færch)
2026-06-09 1caebb0b413 [BUGFIX] Create missing var/transient in Directory Status check (thanks to Maike Kiebele)
2026-06-09 f840cafd8e9 [TASK] Set TYPO3 version to 13.4.32-dev (thanks to Oliver Hader)
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/typo3-13/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/typo3-13/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/typo3-13/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/typo3-13/Makefile
diff -u pkgsrc/www/typo3-13/Makefile:1.14 pkgsrc/www/typo3-13/Makefile:1.15
--- pkgsrc/www/typo3-13/Makefile:1.14 Tue Jun 9 13:11:40 2026
+++ pkgsrc/www/typo3-13/Makefile Fri Jul 31 01:18:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2026/06/09 13:11:40 taca Exp $
+# $NetBSD: Makefile,v 1.15 2026/07/31 01:18:52 wen Exp $
DISTNAME= typo3_src-${VER}
PKGNAME= ${PHP_PKG_PREFIX}-typo3-${VER}
@@ -25,7 +25,7 @@ REPLACE_PHP+= vendor/symfony/yaml/Resour
REPLACE_PHP+= vendor/typo3/cms-cli/typo3
REPLACE_PHP+= vendor/typo3fluid/fluid/bin/fluid
-VER= 13.4.31
+VER= 13.4.33
NO_BUILD= YES
TYPO3DIR= share/typo3
Index: pkgsrc/www/typo3-13/PLIST
diff -u pkgsrc/www/typo3-13/PLIST:1.9 pkgsrc/www/typo3-13/PLIST:1.10
--- pkgsrc/www/typo3-13/PLIST:1.9 Tue Jun 9 13:11:40 2026
+++ pkgsrc/www/typo3-13/PLIST Fri Jul 31 01:18:52 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2026/06/09 13:11:40 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/07/31 01:18:52 wen Exp $
share/examples/typo3/typo3.conf
share/typo3/CODE_OF_CONDUCT.md
share/typo3/CONTRIBUTING.md
@@ -12685,7 +12685,6 @@ share/typo3/vendor/guzzlehttp/guzzle/LIC
share/typo3/vendor/guzzlehttp/guzzle/README.md
share/typo3/vendor/guzzlehttp/guzzle/UPGRADING.md
share/typo3/vendor/guzzlehttp/guzzle/composer.json
-share/typo3/vendor/guzzlehttp/guzzle/package-lock.json
share/typo3/vendor/guzzlehttp/guzzle/src/BodySummarizer.php
share/typo3/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php
share/typo3/vendor/guzzlehttp/guzzle/src/Client.php
Index: pkgsrc/www/typo3-13/distinfo
diff -u pkgsrc/www/typo3-13/distinfo:1.13 pkgsrc/www/typo3-13/distinfo:1.14
--- pkgsrc/www/typo3-13/distinfo:1.13 Tue Jun 9 13:11:40 2026
+++ pkgsrc/www/typo3-13/distinfo Fri Jul 31 01:18:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/06/09 13:11:40 taca Exp $
+$NetBSD: distinfo,v 1.14 2026/07/31 01:18:52 wen Exp $
-BLAKE2s (typo3_src-13.4.31.tar.gz) = 40bccf477798e8206ed5383d3fbe5aa35b98b56ec35ef17e31cc9cd9d61c12ef
-SHA512 (typo3_src-13.4.31.tar.gz) = 9d76e5ae2c3e903d51709194050aad09d9d2f5c91911a20b6a1613d8cc1c9e5c794fe9e633c67b51f13c5fda3731ff7e4be2bbf54f7ce8bb18bb1895d88a5f3f
-Size (typo3_src-13.4.31.tar.gz) = 26070857 bytes
+BLAKE2s (typo3_src-13.4.33.tar.gz) = fe816d14a9530bd275fb2ed7ad261439abef8c1971f7aba2927ab0c8e4afdc32
+SHA512 (typo3_src-13.4.33.tar.gz) = 33d7b87738325af2b7f9823d04fd886a4e151fbad1336a9ca1ef4b23c9ff7f5dce1ac8ad5a549af7c09f5ce693b1007173e4d9929efe6cec787cef24781ee9b6
+Size (typo3_src-13.4.33.tar.gz) = 26148727 bytes
Home |
Main Index |
Thread Index |
Old Index