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: taca
Date: Mon Sep 15 17:18:17 UTC 2025
Modified Files:
pkgsrc/www/typo3-13: Makefile PLIST distinfo
Log Message:
www/typo3-13: update to 13.4.18
13.4.18 (2025-09-09)
This release is a combined bug fix and security release.
Find more details in the security bulletins:
https://typo3.org/security/advisory/typo3-core-sa-2025-017
https://typo3.org/security/advisory/typo3-core-sa-2025-018
https://typo3.org/security/advisory/typo3-core-sa-2025-019
https://typo3.org/security/advisory/typo3-core-sa-2025-020
https://typo3.org/security/advisory/typo3-core-sa-2025-021
https://typo3.org/security/advisory/typo3-core-sa-2025-022
https://typo3.org/security/advisory/typo3-core-sa-2025-023
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/typo3-13/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/typo3-13/PLIST
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/www/typo3-13/Makefile:1.8
--- pkgsrc/www/typo3-13/Makefile:1.7 Thu Aug 14 15:56:53 2025
+++ pkgsrc/www/typo3-13/Makefile Mon Sep 15 17:18:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/08/14 15:56:53 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/09/15 17:18:17 taca 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.17
+VER= 13.4.18
NO_BUILD= YES
TYPO3DIR= share/typo3
Index: pkgsrc/www/typo3-13/PLIST
diff -u pkgsrc/www/typo3-13/PLIST:1.5 pkgsrc/www/typo3-13/PLIST:1.6
--- pkgsrc/www/typo3-13/PLIST:1.5 Tue Aug 12 14:21:06 2025
+++ pkgsrc/www/typo3-13/PLIST Mon Sep 15 17:18:17 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/08/12 14:21:06 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/09/15 17:18:17 taca Exp $
share/examples/typo3/typo3.conf
share/typo3/CODE_OF_CONDUCT.md
share/typo3/CONTRIBUTING.md
@@ -3781,6 +3781,7 @@ share/typo3/typo3/sysext/core/Documentat
share/typo3/typo3/sysext/core/Documentation/Changelog/12.4.x/Important-106240-EnforceFile-extensionsAndMime-typeConsistencyInFileAbstractionLayer.rst
share/typo3/typo3/sysext/core/Documentation/Changelog/12.4.x/Important-106715-ApplyCSPSandboxModeToFileadminsHtaccessConfiguration.rst
share/typo3/typo3/sysext/core/Documentation/Changelog/12.4.x/Important-106735-FileMIMETypeCompatiblityMapping.rst
+share/typo3/typo3/sysext/core/Documentation/Changelog/12.4.x/Important-106983-HardenedAccessToModule-relatedAJAXRoutes.rst
share/typo3/typo3/sysext/core/Documentation/Changelog/12.4.x/Important-96218-UseProperSurroundingHTMLTagsForFluidSystemEmail.rst
share/typo3/typo3/sysext/core/Documentation/Changelog/12.4.x/Important-99781-ExportingAndDownloadingRecordsInTheListModule.rst
share/typo3/typo3/sysext/core/Documentation/Changelog/12.4.x/Index.rst
@@ -7738,6 +7739,8 @@ share/typo3/typo3/sysext/extbase/Classes
share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/DateTimeValidator.php
share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/DisjunctionValidator.php
share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/EmailAddressValidator.php
+share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/FileExtensionMimeTypeConsistencyValidator.php
+share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/FileExtensionValidator.php
share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/FileNameValidator.php
share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/FileSizeValidator.php
share/typo3/typo3/sysext/extbase/Classes/Validation/Validator/FloatValidator.php
@@ -11723,8 +11726,10 @@ share/typo3/typo3/sysext/workspaces/Clas
share/typo3/typo3/sysext/workspaces/Classes/Dependency/ReferenceEntity.php
share/typo3/typo3/sysext/workspaces/Classes/Domain/Model/CombinedRecord.php
share/typo3/typo3/sysext/workspaces/Classes/Domain/Model/DatabaseRecord.php
-share/typo3/typo3/sysext/workspaces/Classes/Domain/Record/StageRecord.php
-share/typo3/typo3/sysext/workspaces/Classes/Domain/Record/WorkspaceRecord.php
+share/typo3/typo3/sysext/workspaces/Classes/Domain/Model/Workspace.php
+share/typo3/typo3/sysext/workspaces/Classes/Domain/Model/WorkspaceStage.php
+share/typo3/typo3/sysext/workspaces/Classes/Domain/Repository/WorkspaceRepository.php
+share/typo3/typo3/sysext/workspaces/Classes/Domain/Repository/WorkspaceStageRepository.php
share/typo3/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php
share/typo3/typo3/sysext/workspaces/Classes/Event/AfterDataGeneratedForWorkspaceEvent.php
share/typo3/typo3/sysext/workspaces/Classes/Event/AfterRecordPublishedEvent.php
@@ -11733,6 +11738,8 @@ share/typo3/typo3/sysext/workspaces/Clas
share/typo3/typo3/sysext/workspaces/Classes/Event/RetrievedPreviewUrlEvent.php
share/typo3/typo3/sysext/workspaces/Classes/Event/SortVersionedDataEvent.php
share/typo3/typo3/sysext/workspaces/Classes/EventListener/PageTreeItemsHighlighter.php
+share/typo3/typo3/sysext/workspaces/Classes/Exception/AbstractException.php
+share/typo3/typo3/sysext/workspaces/Classes/Exception/WorkspaceStageNotFoundException.php
share/typo3/typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.php
share/typo3/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
share/typo3/typo3/sysext/workspaces/Classes/Hook/DataHandlerInternalWorkspaceTablesHook.php
Index: pkgsrc/www/typo3-13/distinfo
diff -u pkgsrc/www/typo3-13/distinfo:1.6 pkgsrc/www/typo3-13/distinfo:1.7
--- pkgsrc/www/typo3-13/distinfo:1.6 Thu Aug 14 15:56:53 2025
+++ pkgsrc/www/typo3-13/distinfo Mon Sep 15 17:18:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/08/14 15:56:53 taca Exp $
+$NetBSD: distinfo,v 1.7 2025/09/15 17:18:17 taca Exp $
-BLAKE2s (typo3_src-13.4.17.tar.gz) = 287fb1c9a6a8872a470282b0c83d3f869ddc9a91eed7ccf1dae5aa4dabbb0053
-SHA512 (typo3_src-13.4.17.tar.gz) = f1b017c8b2e5f39c34ef29ae884d7fcd9e8dbb167de112f0b8dca10605ddf72f0d512902a0e2f9bdd395b06edf11d27a8af24b2a5bf4b985757d64ce96b3246f
-Size (typo3_src-13.4.17.tar.gz) = 25786733 bytes
+BLAKE2s (typo3_src-13.4.18.tar.gz) = c7aaf6208a05dfe464d82a9e214f42878aa0642205a9e03c52f990c1b8f55833
+SHA512 (typo3_src-13.4.18.tar.gz) = 1507c53fc143bc34e6d53555613299622455163ea7d396aea9c9d4aa804becabbe218e27bd6ad485152753d859a9f81f18d7c27681584c5500008bca3838dd05
+Size (typo3_src-13.4.18.tar.gz) = 25790214 bytes
Home |
Main Index |
Thread Index |
Old Index