[Bug 278090] www/glpi: Update to 10.0.14
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278090] www/glpi: Update to 10.0.14"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 19:57:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278090 Mathias Monnerville <mathias@monnerville.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #249624| |maintainer-approval+ Flags| | --- Comment #3 from Mathias Monnerville <mathias@monnerville.com> --- Comment on attachment 249624 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249624 Patch 10.0.10 to 10.0.14 diff --git a/Makefile b/Makefile index c4aebc4..7aa869f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PORTNAME= glpi -PORTVERSION= 10.0.10 +PORTVERSION= 10.0.14 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ @@ -12,9 +12,9 @@ LICENSE= GPLv2 USES= cpe gettext php tar:tgz CPE_VENDOR= glpi-project -USE_PHP= bz2 ctype curl exif fileinfo gd iconv intl mbstring \ - mysqli opcache session simplexml sodium xml xmlrpc zip zlib \ - dom filter +USE_PHP= bz2 ctype curl dom exif fileinfo filter gd iconv intl json \ + mbstring mysqli opcache session simplexml sodium xml xmlreader \ + xmlrpc xmlwriter zip zlib NO_ARCH= yes NO_BUILD= yes diff --git a/distinfo b/distinfo index 2b88c1e..0b85cf3 100644 --- a/distinfo +++ b/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696934290 -SHA256 (glpi-10.0.10.tgz) = b303eece25bcbf81cd6bcd74b2a8412f02b33c3471bd935530b06470dcf7b051 -SIZE (glpi-10.0.10.tgz) = 59092816 +TIMESTAMP = 1711956961 +SHA256 (glpi-10.0.14.tgz) = 69c7503c453a85ef47b47cbf08d3ebe8cb8bfe0d45f6aeb32d58c10321e911f5 +SIZE (glpi-10.0.14.tgz) = 59541870 diff --git a/pkg-plist b/pkg-plist index 8cc307b..2833fd3 100644 --- a/pkg-plist +++ b/pkg-plist @@ -1171,6 +1171,22 @@ %%WWWDIR%%/install/migrations/update_10.0.0_to_10.0.1/rename_itemtypes.php %%WWWDIR%%/install/migrations/update_10.0.0_to_10.0.1/rulelocation.php %%WWWDIR%%/install/migrations/update_10.0.0_to_10.0.1/schema_fixes.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/duplicate_searchopt_fixes.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/fix_document_item_index.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/item_operatingsystem.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/lockedfield.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/pendingreason.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/refusedequipment.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/states.php +%%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11/transfer.php +%%WWWDIR%%/install/migrations/update_10.0.11_to_10.0.12.php +%%WWWDIR%%/install/migrations/update_10.0.11_to_10.0.12/duplicate_searchopt_fixes.php +%%WWWDIR%%/install/migrations/update_10.0.11_to_10.0.12/log_rights.php +%%WWWDIR%%/install/migrations/update_10.0.11_to_10.0.12/user.php +%%WWWDIR%%/install/migrations/update_10.0.12_to_10.0.13.php +%%WWWDIR%%/install/migrations/update_10.0.12_to_10.0.13/configs.php +%%WWWDIR%%/install/migrations/update_10.0.12_to_10.0.13/location.php %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2.php %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2/agent.php %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2/configs.php @@ -1340,6 +1356,10 @@ %%WWWDIR%%/install/mysql/glpi-0.90.5-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.0-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.1-empty.sql +%%WWWDIR%%/install/mysql/glpi-10.0.10-empty.sql +%%WWWDIR%%/install/mysql/glpi-10.0.11-empty.sql +%%WWWDIR%%/install/mysql/glpi-10.0.12-empty.sql +%%WWWDIR%%/install/mysql/glpi-10.0.13-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.2-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.3-empty.sql %%WWWDIR%%/install/mysql/glpi-10.0.4-empty.sql @@ -2721,6 +2741,7 @@ %%WWWDIR%%/src/Console/Cache/ConfigureCommand.php %%WWWDIR%%/src/Console/Cache/DebugCommand.php %%WWWDIR%%/src/Console/Cache/SetNamespacePrefixCommand.php +%%WWWDIR%%/src/Console/Command/ConfigurationCommandInterface.php %%WWWDIR%%/src/Console/Command/ForceNoPluginsOptionCommandInterface.php %%WWWDIR%%/src/Console/Command/GlpiCommandInterface.php %%WWWDIR%%/src/Console/CommandLoader.php @@ -3423,6 +3444,7 @@ %%WWWDIR%%/src/Toolbox.php %%WWWDIR%%/src/Toolbox/DataExport.php %%WWWDIR%%/src/Toolbox/DatabaseSchema.php +%%WWWDIR%%/src/Toolbox/Filesystem.php %%WWWDIR%%/src/Toolbox/FrontEnd.php %%WWWDIR%%/src/Toolbox/MarkdownBuilder.php %%WWWDIR%%/src/Toolbox/Sanitizer.php @@ -3511,6 +3533,7 @@ %%WWWDIR%%/templates/components/itilobject/timeline/todo-list-summary.html.twig %%WWWDIR%%/templates/components/kanban/item_panels/default_panel.html.twig %%WWWDIR%%/templates/components/kanban/kanban.html.twig +%%WWWDIR%%/templates/components/kanban/teammember.html.twig %%WWWDIR%%/templates/components/logs.html.twig %%WWWDIR%%/templates/components/masonry_grid.html.twig %%WWWDIR%%/templates/components/messages_after_redirect_alerts.html.twig @@ -3686,7 +3709,10 @@ %%WWWDIR%%/vendor/glpi-project/inventory_format/inventory.schema.json %%WWWDIR%%/vendor/glpi-project/inventory_format/lib/php/Converter.php %%WWWDIR%%/vendor/glpi-project/inventory_format/lib/php/FilesToJSON.php +%%WWWDIR%%/vendor/glpi-project/inventory_format/original-netdiscovery.md +%%WWWDIR%%/vendor/glpi-project/inventory_format/original-netinventory.md %%WWWDIR%%/vendor/glpi-project/inventory_format/original.md +%%WWWDIR%%/vendor/glpi-project/inventory_format/phpstan.neon %%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md %%WWWDIR%%/vendor/guzzlehttp/guzzle/LICENSE %%WWWDIR%%/vendor/guzzlehttp/guzzle/README.md @@ -6591,7 +6617,7 @@ %%WWWDIR%%/vendor/webmozart/assert/src/Assert.php %%WWWDIR%%/vendor/webmozart/assert/src/InvalidArgumentException.php %%WWWDIR%%/vendor/webmozart/assert/src/Mixin.php -%%WWWDIR%%/version/10.0.10 +%%WWWDIR%%/version/10.0.14 @dir %%WWWDIR%%/ajax @dir %%WWWDIR%%/bin @dir %%WWWDIR%%/config @@ -6665,6 +6691,9 @@ @dir %%WWWDIR%%/install @dir %%WWWDIR%%/install/migrations @dir %%WWWDIR%%/install/migrations/update_10.0.0_to_10.0.1 +@dir %%WWWDIR%%/install/migrations/update_10.0.10_to_10.0.11 +@dir %%WWWDIR%%/install/migrations/update_10.0.11_to_10.0.12 +@dir %%WWWDIR%%/install/migrations/update_10.0.12_to_10.0.13 @dir %%WWWDIR%%/install/migrations/update_10.0.1_to_10.0.2 @dir %%WWWDIR%%/install/migrations/update_10.0.2_to_10.0.3 @dir %%WWWDIR%%/install/migrations/update_10.0.3_to_10.0.4 @@ -6678,16 +6707,16 @@ @dir %%WWWDIR%%/install/migrations/update_9.5.x_to_10.0.0 @dir %%WWWDIR%%/install/mysql @dir %%WWWDIR%%/js -@dir %%WWWDIR%%/js/modules/Debug/ @dir %%WWWDIR%%/js/Forms @dir %%WWWDIR%%/js/RichText @dir %%WWWDIR%%/js/modules +@dir %%WWWDIR%%/js/modules/Debug @dir %%WWWDIR%%/js/modules/Kanban @dir %%WWWDIR%%/js/modules/Search @dir %%WWWDIR%%/js/modules/SearchTokenizer @dir %%WWWDIR%%/lib -@dir %%WWWDIR%%/lib/blueimp/ -@dir %%WWWDIR%%/lib/blueimp/jquery-file-upload/ +@dir %%WWWDIR%%/lib/blueimp +@dir %%WWWDIR%%/lib/blueimp/jquery-file-upload @dir %%WWWDIR%%/lib/bundles @dir %%WWWDIR%%/locales @dir %%WWWDIR%%/marketplace @@ -6791,8 +6820,8 @@ @dir %%WWWDIR%%/src/ContentTemplates/Parameters/ParametersTypes @dir %%WWWDIR%%/src/Csv @dir %%WWWDIR%%/src/Dashboard -@dir %%WWWDIR%%/src/Dashboard/Filters/ -@dir %%WWWDIR%%/src/Debug/ +@dir %%WWWDIR%%/src/Dashboard/Filters +@dir %%WWWDIR%%/src/Debug @dir %%WWWDIR%%/src/Exception @dir %%WWWDIR%%/src/Features @dir %%WWWDIR%%/src/Http @@ -6823,7 +6852,7 @@ @dir %%WWWDIR%%/templates/central/lists @dir %%WWWDIR%%/templates/components @dir %%WWWDIR%%/templates/components/dashboard -@dir %%WWWDIR%%/templates/components/debug/ +@dir %%WWWDIR%%/templates/components/debug @dir %%WWWDIR%%/templates/components/dropdown @dir %%WWWDIR%%/templates/components/form @dir %%WWWDIR%%/templates/components/itilobject @@ -7041,7 +7070,7 @@ @dir %%WWWDIR%%/vendor/psr/http-factory @dir %%WWWDIR%%/vendor/psr/http-factory/src @dir %%WWWDIR%%/vendor/psr/http-message -@dir %%WWWDIR%%/vendor/psr/http-message/docs/ +@dir %%WWWDIR%%/vendor/psr/http-message/docs @dir %%WWWDIR%%/vendor/psr/http-message/src @dir %%WWWDIR%%/vendor/psr/log @dir %%WWWDIR%%/vendor/psr/log/Psr -- You are receiving this mail because: You are the assignee for the bug.