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:           Tue Aug 12 14:21:06 UTC 2025

Modified Files:
        pkgsrc/www/typo3-13: Makefile PLIST distinfo

Log Message:
www/typo3-13: update to 13.4.16

13.4.16 (2025-08-12)

This version is maintenance releases only.  Please refer
<https://get.typo3.org/release-notes/13.4.16> in detail.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/typo3-13/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/typo3-13/PLIST \
    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.5 pkgsrc/www/typo3-13/Makefile:1.6
--- pkgsrc/www/typo3-13/Makefile:1.5    Sat Jul 26 07:02:43 2025
+++ pkgsrc/www/typo3-13/Makefile        Tue Aug 12 14:21:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/07/26 07:02:43 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/12 14:21:06 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.15
+VER=           13.4.16
 
 NO_BUILD=      YES
 TYPO3DIR=      share/typo3

Index: pkgsrc/www/typo3-13/PLIST
diff -u pkgsrc/www/typo3-13/PLIST:1.4 pkgsrc/www/typo3-13/PLIST:1.5
--- pkgsrc/www/typo3-13/PLIST:1.4       Sat Jul 26 07:02:43 2025
+++ pkgsrc/www/typo3-13/PLIST   Tue Aug 12 14:21:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/07/26 07:02:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/08/12 14:21:06 taca Exp $
 share/examples/typo3/typo3.conf
 share/typo3/CODE_OF_CONDUCT.md
 share/typo3/CONTRIBUTING.md
@@ -143,6 +143,7 @@ share/typo3/typo3/sysext/backend/Classes
 share/typo3/typo3/sysext/backend/Classes/Backend/Event/ModifyClearCacheActionsEvent.php
 share/typo3/typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php
 share/typo3/typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php
+share/typo3/typo3/sysext/backend/Classes/Backend/ThumbnailSize.php
 share/typo3/typo3/sysext/backend/Classes/Backend/ToolbarItems/ClearCacheToolbarItem.php
 share/typo3/typo3/sysext/backend/Classes/Backend/ToolbarItems/HelpToolbarItem.php
 share/typo3/typo3/sysext/backend/Classes/Backend/ToolbarItems/LiveSearchToolbarItem.php
@@ -940,6 +941,7 @@ share/typo3/typo3/sysext/backend/Resourc
 share/typo3/typo3/sysext/backend/Resources/Public/JavaScript/element/progress-bar-element.js
 share/typo3/typo3/sysext/backend/Resources/Public/JavaScript/element/progress-tracker-element.js
 share/typo3/typo3/sysext/backend/Resources/Public/JavaScript/element/spinner-element.js
+share/typo3/typo3/sysext/backend/Resources/Public/JavaScript/element/thumbnail-element.js
 share/typo3/typo3/sysext/backend/Resources/Public/JavaScript/enum/data-transfer-types.js
 share/typo3/typo3/sysext/backend/Resources/Public/JavaScript/enum/icon-types.js
 share/typo3/typo3/sysext/backend/Resources/Public/JavaScript/enum/key-types.js
@@ -2320,7 +2322,9 @@ share/typo3/typo3/sysext/core/Classes/Se
 share/typo3/typo3/sysext/core/Classes/Settings/Category.php
 share/typo3/typo3/sysext/core/Classes/Settings/CategoryAccumulator.php
 share/typo3/typo3/sysext/core/Classes/Settings/CategoryDefinition.php
+share/typo3/typo3/sysext/core/Classes/Settings/InvalidSettingDefinitionException.php
 share/typo3/typo3/sysext/core/Classes/Settings/SettingDefinition.php
+share/typo3/typo3/sysext/core/Classes/Settings/SettingDefinitionValidation.php
 share/typo3/typo3/sysext/core/Classes/Settings/SettingNotFoundException.php
 share/typo3/typo3/sysext/core/Classes/Settings/SettingValue.php
 share/typo3/typo3/sysext/core/Classes/Settings/Settings.php
@@ -2330,6 +2334,8 @@ share/typo3/typo3/sysext/core/Classes/Se
 share/typo3/typo3/sysext/core/Classes/Settings/SettingsMode.php
 share/typo3/typo3/sysext/core/Classes/Settings/SettingsProviderInterface.php
 share/typo3/typo3/sysext/core/Classes/Settings/SettingsTypeInterface.php
+share/typo3/typo3/sysext/core/Classes/Settings/SettingsTypeOption.php
+share/typo3/typo3/sysext/core/Classes/Settings/SettingsTypeOptionAwareInterface.php
 share/typo3/typo3/sysext/core/Classes/Settings/SettingsTypeRegistry.php
 share/typo3/typo3/sysext/core/Classes/Settings/Type/BoolType.php
 share/typo3/typo3/sysext/core/Classes/Settings/Type/ColorType.php
@@ -4159,7 +4165,6 @@ share/typo3/typo3/sysext/core/Documentat
 share/typo3/typo3/sysext/core/Documentation/Changelog/13.4/Deprecation-105297-DeprecateTableoptionsAndCollateConnectionConfiguration.rst
 share/typo3/typo3/sysext/core/Documentation/Changelog/13.4/Important-105175-MoveFrontendBackendUserAuthenticationIntoEXTfrontend.rst
 share/typo3/typo3/sysext/core/Documentation/Changelog/13.4/Index.rst
-share/typo3/typo3/sysext/core/Documentation/Changelog/14.0/Important-105310-CreateCHARAndBINARYAsFixedLengthColumns.rst
 share/typo3/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst
 share/typo3/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst
 share/typo3/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst
@@ -11186,6 +11191,7 @@ share/typo3/typo3/sysext/rte_ckeditor/Do
 share/typo3/typo3/sysext/rte_ckeditor/Documentation/Configuration/_Examples/_AllowSpecificTag.yaml
 share/typo3/typo3/sysext/rte_ckeditor/Documentation/Configuration/_Examples/_CustomizeToolbar.yaml
 share/typo3/typo3/sysext/rte_ckeditor/Documentation/Configuration/_Examples/_FontPlugin.yaml
+share/typo3/typo3/sysext/rte_ckeditor/Documentation/Configuration/_Examples/_FullscreenPlugin.yaml
 share/typo3/typo3/sysext/rte_ckeditor/Documentation/Configuration/_Examples/_GroupingToolbarItems.yaml
 share/typo3/typo3/sysext/rte_ckeditor/Documentation/Configuration/_Examples/_MyPreset.yaml
 share/typo3/typo3/sysext/rte_ckeditor/Documentation/Configuration/_Examples/_timestamp-plugin.yaml
@@ -11217,12 +11223,14 @@ share/typo3/typo3/sysext/rte_ckeditor/Re
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-code-block.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-core.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-editor-classic.js
+share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-editor-decoupled.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-editor-multi-root.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-engine.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-enter.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-essentials.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-find-and-replace.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-font.js
+share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-fullscreen.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-heading.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-highlight.js
 share/typo3/typo3/sysext/rte_ckeditor/Resources/Public/Contrib/@ckeditor/ckeditor5-horizontal-line.js
@@ -11738,7 +11746,6 @@ share/typo3/typo3/sysext/workspaces/Clas
 share/typo3/typo3/sysext/workspaces/Classes/Service/GridDataService.php
 share/typo3/typo3/sysext/workspaces/Classes/Service/HistoryService.php
 share/typo3/typo3/sysext/workspaces/Classes/Service/IntegrityService.php
-share/typo3/typo3/sysext/workspaces/Classes/Service/RecordService.php
 share/typo3/typo3/sysext/workspaces/Classes/Service/StagesService.php
 share/typo3/typo3/sysext/workspaces/Classes/Service/WorkspaceService.php
 share/typo3/typo3/sysext/workspaces/Configuration/Backend/AjaxRoutes.php
@@ -11792,7 +11799,6 @@ share/typo3/typo3/sysext/workspaces/READ
 share/typo3/typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf
 share/typo3/typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xlf
 share/typo3/typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xlf
-share/typo3/typo3/sysext/workspaces/Resources/Private/Partials/Preview/StageButtons.html
 share/typo3/typo3/sysext/workspaces/Resources/Private/Partials/WorkingTable.html
 share/typo3/typo3/sysext/workspaces/Resources/Private/Templates/Email/StageChangeNotification.html
 share/typo3/typo3/sysext/workspaces/Resources/Private/Templates/Email/StageChangeNotification.txt
@@ -14652,6 +14658,7 @@ share/typo3/vendor/typo3fluid/fluid/Docu
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/DefaultCase.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Else.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/First.rst
+share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Flatten.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/For.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Format/Case.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Format/Cdata.rst
@@ -14665,6 +14672,7 @@ share/typo3/vendor/typo3fluid/fluid/Docu
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Format/StripTags.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Format/Trim.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Format/Urlencode.rst
+share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Fragment.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/GroupedFor.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/If.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Index.rst
@@ -14676,6 +14684,7 @@ share/typo3/vendor/typo3fluid/fluid/Docu
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Render.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Replace.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Section.rst
+share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Shuffle.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Slot.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Spaceless.rst
 share/typo3/vendor/typo3fluid/fluid/Documentation/ViewHelpers/Fluid/Split.rst
@@ -14801,6 +14810,7 @@ share/typo3/vendor/typo3fluid/fluid/src/
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/DefaultCaseViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/ElseViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/FirstViewHelper.php
+share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/FlattenViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/ForViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/Format/CaseViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/Format/CdataViewHelper.php
@@ -14813,6 +14823,7 @@ share/typo3/vendor/typo3fluid/fluid/src/
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/Format/StripTagsViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/Format/TrimViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/Format/UrlencodeViewHelper.php
+share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/FragmentViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/GroupedForViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/IfViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/InlineViewHelper.php
@@ -14823,6 +14834,7 @@ share/typo3/vendor/typo3fluid/fluid/src/
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/ReplaceViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/SectionViewHelper.php
+share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/ShuffleViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/SlotViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php
 share/typo3/vendor/typo3fluid/fluid/src/ViewHelpers/SplitViewHelper.php
Index: pkgsrc/www/typo3-13/distinfo
diff -u pkgsrc/www/typo3-13/distinfo:1.4 pkgsrc/www/typo3-13/distinfo:1.5
--- pkgsrc/www/typo3-13/distinfo:1.4    Sat Jul 26 07:02:43 2025
+++ pkgsrc/www/typo3-13/distinfo        Tue Aug 12 14:21:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/07/26 07:02:43 taca Exp $
+$NetBSD: distinfo,v 1.5 2025/08/12 14:21:06 taca Exp $
 
-BLAKE2s (typo3_src-13.4.15.tar.gz) = 39e837f1da8113b084d1f35130d295e9c38bd6f876c33fc111c836632e43e775
-SHA512 (typo3_src-13.4.15.tar.gz) = 4ee79df244155a96a9030adaf9e46176c662d419dc24fbe510a3fa65355bb2f34be11cfe3c96fb9a89568fcd88709e5c5ed5e34c7238d40aabb6b584ef5d0d8c
-Size (typo3_src-13.4.15.tar.gz) = 25760578 bytes
+BLAKE2s (typo3_src-13.4.16.tar.gz) = 47568962936bfd5c01b0771bf10afcf0eeb2ca092eaab7b5539393c8254cbf66
+SHA512 (typo3_src-13.4.16.tar.gz) = 0241b45185345d29b46240b875b7ce8ffb9c7e4d37c4bb4ef4e6f9f76363c7ebb7fe70511cdf718b29e865e7528db6bc256b3bada580d5a050e3d410b7c693ed
+Size (typo3_src-13.4.16.tar.gz) = 25773546 bytes



Home | Main Index | Thread Index | Old Index