Bug 278090 - www/glpi: Update to 10.0.14
Summary: www/glpi: Update to 10.0.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Philip Paeps
URL: https://github.com/glpi-project/glpi/
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-01 09:23 UTC by Mathias Monnerville
Modified: 2024-04-26 02:22 UTC (History)
4 users (show)

See Also:


Attachments
Patch 10.0.10 to 10.0.14 (7.15 KB, patch)
2024-04-01 09:23 UTC, Mathias Monnerville
mathias: maintainer-approval+
mathias: maintainer-approval+
Details | Diff
Poudriere logs for 10.0.14 (38.19 KB, text/plain)
2024-04-01 09:24 UTC, Mathias Monnerville
mathias: maintainer-approval+
mathias: maintainer-approval+
Details
UPDATED Patch 10.0.10 to 10.0.14 (xmlreader, xmlwriter) (7.57 KB, patch)
2024-04-01 20:02 UTC, Mathias Monnerville
mathias: maintainer-approval+
Details | Diff
UPDATED Poudriere logs for 10.0.14 (39.53 KB, text/plain)
2024-04-01 20:03 UTC, Mathias Monnerville
mathias: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Monnerville 2024-04-01 09:23:20 UTC
Created attachment 249624 [details]
Patch 10.0.10 to 10.0.14

This is a patch release of www/glpi  from 10.0.10 to 10.0.14.

This is a security release (11 security fixes including 3 high severity).

ChangeLogs:

- https://github.com/glpi-project/glpi/releases/tag/10.0.11
- https://github.com/glpi-project/glpi/releases/tag/10.0.12
- https://github.com/glpi-project/glpi/releases/tag/10.0.13
- https://github.com/glpi-project/glpi/releases/tag/10.0.14

Also attached the Poudriere testport logs.
Comment 1 Mathias Monnerville 2024-04-01 09:24:05 UTC
Created attachment 249625 [details]
Poudriere logs for 10.0.14
Comment 2 Mathias Monnerville 2024-04-01 09:27:24 UTC
Note that this PR should close 

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272685
Comment 3 Mathias Monnerville 2024-04-01 19:57:11 UTC
Comment on attachment 249624 [details]
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
Comment 4 Mathias Monnerville 2024-04-01 19:58:10 UTC
Comment on attachment 249625 [details]
Poudriere logs for 10.0.14

build started at Mon Apr  1 21:50:07 CEST 2024
port directory: /usr/ports/www/glpi
package name: glpi-10.0.14,1
building for: FreeBSD 140Ramd64-default 14.0-RELEASE-p5 FreeBSD 14.0-RELEASE-p5 amd64
maintained by: mathias@monnerville.com
Makefile datestamp: -rw-r--r--  1 root wheel 999 Apr  1 19:49 /usr/ports/www/glpi/Makefile
Ports top last git commit: e0e2edbb7
Ports top unclean checkout: yes
Port dir last git commit: 53c1f5a
Port dir unclean checkout: yes
Poudriere version: poudriere-git-3.4.1_1
Host OSVERSION: 1400097
Jail OSVERSION: 1400097
Job Id: 

---Begin Environment---
SHELL=/bin/sh
OSVERSION=1400097
UNAME_v=FreeBSD 14.0-RELEASE-p5
UNAME_r=14.0-RELEASE-p5
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
MAKE_OBJDIR_CHECK_WRITABLE=0
LOCALBASE=/usr/local
USER=root
POUDRIERE_NAME=poudriere-git
TRYBROKEN=yes
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.4.1_1
MASTERMNT=/usr/local/poudriere/data/.m/140Ramd64-default/ref
LC_COLLATE=C
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=screen-256color
GID=0
OUTPUT_REDIRECTED_STDERR=4
OUTPUT_REDIRECTED=1
UID=0
PWD=/usr/local/poudriere/data/.m/140Ramd64-default/ref/.p
OUTPUT_REDIRECTED_STDOUT=3
NO_WARNING_PKG_INSTALL_EOL=yes
P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS
MASTERNAME=140Ramd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
SCRIPTNAME=testport.sh
OLDPWD=/usr/local/poudriere/data/.m/140Ramd64-default/ref/.p/pool
POUDRIERE_PKGNAME=poudriere-git-3.4.1_1
SCRIPTPATH=/usr/local/share/poudriere/testport.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=PACKAGES=/tmp/pkgs PKGREPOSITORY=/tmp/pkgs PKGLATESTREPOSITORY=/tmp/pkgs/Latest
FLAVOR=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for glpi-10.0.14,1:
     IMAP=on: IMAP support
     LDAP=on: LDAP protocol support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
mathias@monnerville.com
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/www/glpi/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/glpi/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/www/glpi/work/.cache  HOME=/wrkdirs/usr/ports/www/glpi/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/glpi/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/glpi/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/www/glpi/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/glpi/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/www/glpi/work/.cache  HOME=/wrkdirs/usr/ports/www/glpi/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/glpi/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/www/glpi/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  " BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
 PHP_EXT_DIR=20220829 OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/glpi"  EXAMPLESDIR="share/examples/glpi"  DATADIR="share/glpi"  WWWDIR="www/glpi"  ETCDIR="etc/glpi"
--End PLIST_SUB--

--SUB_LIST--
GLPIDIR=www/glpi PREFIX=/usr/local PHP_EXT_DIR=20220829 PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/glpi DOCSDIR=/usr/local/share/doc/glpi EXAMPLESDIR=/usr/local/share/examples/glpi  WWWDIR=/usr/local/www/glpi ETCDIR=/usr/local/etc/glpi
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
FORCE_PACKAGE=yes
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### Misc Poudriere ####
.include "/etc/make.conf.ports_env"
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  8499
open files                      (-n)  8192
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===== env: DEVELOPER_MODE=yes DEVELOPER=1 STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===>  License GPLv2 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   glpi-10.0.14,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.20.9_1.pkg
[140Ramd64-default] Installing pkg-1.20.9_1...
[140Ramd64-default] Extracting pkg-1.20.9_1: .......... done
===>   glpi-10.0.14,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of glpi-10.0.14,1
===========================================================================
=======================<phase: fetch-depends  >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: fetch          >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  License GPLv2 accepted by the user
===>   glpi-10.0.14,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by glpi-10.0.14,1 for building
===========================================================================
=======================<phase: checksum       >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  License GPLv2 accepted by the user
===>   glpi-10.0.14,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by glpi-10.0.14,1 for building
=> SHA256 Checksum OK for glpi-10.0.14.tgz.
===========================================================================
=======================<phase: extract-depends>============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: extract        >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===>  License GPLv2 accepted by the user
===>   glpi-10.0.14,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by glpi-10.0.14,1 for building
===>  Extracting for glpi-10.0.14,1
=> SHA256 Checksum OK for glpi-10.0.14.tgz.
/usr/bin/find /wrkdirs/usr/ports/www/glpi/work/glpi \( -name '*~' -o -name '*.orig' -o -name '*.rej' \) -delete
===========================================================================
=======================<phase: patch-depends  >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
=======================<phase: patch          >============================
===== env: DEVELOPER_MODE=yes DEVELOPER=1 STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===>  Patching for glpi-10.0.14,1
===========================================================================
=======================<phase: build-depends  >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   glpi-10.0.14,1 depends on package: gettext-runtime>=0.22_1 - not found
===>   Installing existing package /packages/All/gettext-runtime-0.22.5.pkg
[140Ramd64-default] Installing gettext-runtime-0.22.5...
[140Ramd64-default] `-- Installing indexinfo-0.3.1...
[140Ramd64-default] `-- Extracting indexinfo-0.3.1: .... done
[140Ramd64-default] Extracting gettext-runtime-0.22.5: .......... done
===>   glpi-10.0.14,1 depends on package: gettext-runtime>=0.22_1 - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on executable: msgfmt - not found
===>   Installing existing package /packages/All/gettext-tools-0.22.5.pkg
[140Ramd64-default] Installing gettext-tools-0.22.5...
[140Ramd64-default] `-- Installing libtextstyle-0.22.5...
[140Ramd64-default] `-- Extracting libtextstyle-0.22.5: .......... done
[140Ramd64-default] Extracting gettext-tools-0.22.5: .......... done
===>   glpi-10.0.14,1 depends on executable: msgfmt - found
===>   Returning to build of glpi-10.0.14,1
===========================================================================
=======================<phase: lib-depends    >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   glpi-10.0.14,1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===========================================================================
=>> Recording filesystem state for prebuild... done
=======================<phase: configure      >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===>   glpi-10.0.14,1 depends on package: gettext-runtime>=0.22_1 - found
===>   glpi-10.0.14,1 depends on executable: msgfmt - found
===>   glpi-10.0.14,1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>  Configuring for glpi-10.0.14,1
===========================================================================
=======================<phase: build          >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===========================================================================
=>> Checking for filesystem violations... done
=======================<phase: run-depends    >============================
===== env: DEVELOPER_MODE=yes USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===>   glpi-10.0.14,1 depends on file: /usr/local/include/php/main/php.h - not found
===>   Installing existing package /packages/All/php82-8.2.17.pkg
[140Ramd64-default] Installing php82-8.2.17...
[140Ramd64-default] `-- Installing libargon2-20190702_1...
[140Ramd64-default] `-- Extracting libargon2-20190702_1: .......... done
[140Ramd64-default] `-- Installing libxml2-2.11.7...
[140Ramd64-default] |   `-- Installing readline-8.2.10...
[140Ramd64-default] |   `-- Extracting readline-8.2.10: .......... done
[140Ramd64-default] `-- Extracting libxml2-2.11.7: .......... done
[140Ramd64-default] `-- Installing pcre2-10.43...
[140Ramd64-default] `-- Extracting pcre2-10.43: .......... done
[140Ramd64-default] Extracting php82-8.2.17: .......... done
===>   glpi-10.0.14,1 depends on file: /usr/local/include/php/main/php.h - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/bz2.so - not found
===>   Installing existing package /packages/All/php82-bz2-8.2.17.pkg
[140Ramd64-default] Installing php82-bz2-8.2.17...
[140Ramd64-default] Extracting php82-bz2-8.2.17: ........ done
=====
Message from php82-bz2-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-bz2.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/bz2.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/ctype.so - not found
===>   Installing existing package /packages/All/php82-ctype-8.2.17.pkg
[140Ramd64-default] Installing php82-ctype-8.2.17...
[140Ramd64-default] Extracting php82-ctype-8.2.17: ........ done
=====
Message from php82-ctype-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-ctype.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/ctype.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/curl.so - not found
===>   Installing existing package /packages/All/php82-curl-8.2.17.pkg
[140Ramd64-default] Installing php82-curl-8.2.17...
[140Ramd64-default] `-- Installing curl-8.7.1...
[140Ramd64-default] |   `-- Installing libnghttp2-1.60.0...
[140Ramd64-default] |   `-- Extracting libnghttp2-1.60.0: .......... done
[140Ramd64-default] |   `-- Installing libpsl-0.21.5...
[140Ramd64-default] |   | `-- Installing libidn2-2.3.7...
[140Ramd64-default] |   |   `-- Installing libunistring-1.2...
[140Ramd64-default] |   |   `-- Extracting libunistring-1.2: .......... done
[140Ramd64-default] |   | `-- Extracting libidn2-2.3.7: .......... done
[140Ramd64-default] |   `-- Extracting libpsl-0.21.5: .......... done
[140Ramd64-default] |   `-- Installing libssh2-1.11.0_1,3...
[140Ramd64-default] |   `-- Extracting libssh2-1.11.0_1,3: .......... done
[140Ramd64-default] `-- Extracting curl-8.7.1: .......... done
[140Ramd64-default] Extracting php82-curl-8.2.17: .......... done
=====
Message from php82-curl-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-curl.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/curl.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/dom.so - not found
===>   Installing existing package /packages/All/php82-dom-8.2.17.pkg
[140Ramd64-default] Installing php82-dom-8.2.17...
[140Ramd64-default] Extracting php82-dom-8.2.17: .......... done
=====
Message from php82-dom-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-dom.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/dom.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/exif.so - not found
===>   Installing existing package /packages/All/php82-exif-8.2.17.pkg
[140Ramd64-default] Installing php82-exif-8.2.17...
[140Ramd64-default] Extracting php82-exif-8.2.17: ........ done
=====
Message from php82-exif-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-exif.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/exif.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/fileinfo.so - not found
===>   Installing existing package /packages/All/php82-fileinfo-8.2.17.pkg
[140Ramd64-default] Installing php82-fileinfo-8.2.17...
[140Ramd64-default] Extracting php82-fileinfo-8.2.17: .......... done
=====
Message from php82-fileinfo-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-fileinfo.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/fileinfo.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/filter.so - not found
===>   Installing existing package /packages/All/php82-filter-8.2.17.pkg
[140Ramd64-default] Installing php82-filter-8.2.17...
[140Ramd64-default] Extracting php82-filter-8.2.17: ......... done
=====
Message from php82-filter-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-filter.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/filter.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/gd.so - not found
===>   Installing existing package /packages/All/php82-gd-8.2.17.pkg
[140Ramd64-default] Installing php82-gd-8.2.17...
[140Ramd64-default] `-- Installing freetype2-2.13.2...
[140Ramd64-default] |   `-- Installing brotli-1.1.0,1...
[140Ramd64-default] |   `-- Extracting brotli-1.1.0,1: .......... done
[140Ramd64-default] |   `-- Installing png-1.6.43...
[140Ramd64-default] |   `-- Extracting png-1.6.43: .......... done
[140Ramd64-default] `-- Extracting freetype2-2.13.2: .......... done
[140Ramd64-default] `-- Installing jpeg-turbo-3.0.2...
[140Ramd64-default] `-- Extracting jpeg-turbo-3.0.2: .......... done
[140Ramd64-default] `-- Installing libgd-2.3.3_11,1...
[140Ramd64-default] |   `-- Installing fontconfig-2.15.0_2,1...
[140Ramd64-default] |   | `-- Installing expat-2.6.2...
[140Ramd64-default] |   | `-- Extracting expat-2.6.2: .......... done
[140Ramd64-default] |   `-- Extracting fontconfig-2.15.0_2,1: .......... done
[140Ramd64-default] |   `-- Installing tiff-4.4.0_3...
[140Ramd64-default] |   | `-- Installing jbigkit-2.1_2...
[140Ramd64-default] |   | `-- Extracting jbigkit-2.1_2: .......... done
[140Ramd64-default] |   | `-- Installing libdeflate-1.20...
[140Ramd64-default] |   | `-- Extracting libdeflate-1.20: .......... done
[140Ramd64-default] |   | `-- Installing zstd-1.5.6...
[140Ramd64-default] |   |   `-- Installing liblz4-1.9.4_1,1...
[140Ramd64-default] |   |   `-- Extracting liblz4-1.9.4_1,1: .......... done
[140Ramd64-default] |   | `-- Extracting zstd-1.5.6: .......... done
[140Ramd64-default] |   `-- Extracting tiff-4.4.0_3: .......... done
[140Ramd64-default] |   `-- Installing webp-1.3.2_1...
[140Ramd64-default] |   | `-- Installing giflib-5.2.1_1...
[140Ramd64-default] |   | `-- Extracting giflib-5.2.1_1: .......... done
[140Ramd64-default] |   `-- Extracting webp-1.3.2_1: .......... done
[140Ramd64-default] `-- Extracting libgd-2.3.3_11,1: .......... done
[140Ramd64-default] Extracting php82-gd-8.2.17: ......... done
==> Running trigger: fontconfig.ucl
Running fc-cache to build fontconfig cache...
=====
Message from freetype2-2.13.2:

--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).

The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:

FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
	cff:no-stem-darkening=1 \
	autofitter:warping=1

This allows to select, say, the subpixel hinting mode at runtime for a given
application.

If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:

FREETYPE_PROPERTIES=pcf:no-long-family-names=1

How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv

The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
=====
Message from php82-gd-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-gd.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/gd.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/iconv.so - not found
===>   Installing existing package /packages/All/php82-iconv-8.2.17.pkg
[140Ramd64-default] Installing php82-iconv-8.2.17...
[140Ramd64-default] `-- Installing libiconv-1.17_1...
[140Ramd64-default] `-- Extracting libiconv-1.17_1: .......... done
[140Ramd64-default] Extracting php82-iconv-8.2.17: ........ done
=====
Message from php82-iconv-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-iconv.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/iconv.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/intl.so - not found
===>   Installing existing package /packages/All/php82-intl-8.2.17.pkg
[140Ramd64-default] Installing php82-intl-8.2.17...
[140Ramd64-default] `-- Installing icu-74.2_1,1...
[140Ramd64-default] `-- Extracting icu-74.2_1,1: .......... done
[140Ramd64-default] Extracting php82-intl-8.2.17: .......... done
=====
Message from php82-intl-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-intl.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/intl.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/mbstring.so - not found
===>   Installing existing package /packages/All/php82-mbstring-8.2.17.pkg
[140Ramd64-default] Installing php82-mbstring-8.2.17...
[140Ramd64-default] `-- Installing oniguruma-6.9.9...
[140Ramd64-default] `-- Extracting oniguruma-6.9.9: .......... done
[140Ramd64-default] Extracting php82-mbstring-8.2.17: .......... done
=====
Message from php82-mbstring-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-mbstring.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/mbstring.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/mysqli.so - not found
===>   Installing existing package /packages/All/php82-mysqli-8.2.17.pkg
[140Ramd64-default] Installing php82-mysqli-8.2.17...
[140Ramd64-default] Extracting php82-mysqli-8.2.17: .......... done
=====
Message from php82-mysqli-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-mysqli.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/mysqli.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/opcache.so - not found
===>   Installing existing package /packages/All/php82-opcache-8.2.17.pkg
[140Ramd64-default] Installing php82-opcache-8.2.17...
[140Ramd64-default] Extracting php82-opcache-8.2.17: .......... done
=====
Message from php82-opcache-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-10-opcache.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/opcache.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/session.so - not found
===>   Installing existing package /packages/All/php82-session-8.2.17.pkg
[140Ramd64-default] Installing php82-session-8.2.17...
[140Ramd64-default] Extracting php82-session-8.2.17: .......... done
=====
Message from php82-session-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-18-session.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/session.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/simplexml.so - not found
===>   Installing existing package /packages/All/php82-simplexml-8.2.17.pkg
[140Ramd64-default] Installing php82-simplexml-8.2.17...
[140Ramd64-default] Extracting php82-simplexml-8.2.17: ......... done
=====
Message from php82-simplexml-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-simplexml.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/simplexml.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/sodium.so - not found
===>   Installing existing package /packages/All/php82-sodium-8.2.17.pkg
[140Ramd64-default] Installing php82-sodium-8.2.17...
[140Ramd64-default] `-- Installing libsodium-1.0.18...
[140Ramd64-default] `-- Extracting libsodium-1.0.18: .......... done
[140Ramd64-default] Extracting php82-sodium-8.2.17: ........ done
=====
Message from php82-sodium-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-sodium.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/sodium.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xml.so - not found
===>   Installing existing package /packages/All/php82-xml-8.2.17.pkg
[140Ramd64-default] Installing php82-xml-8.2.17...
[140Ramd64-default] Extracting php82-xml-8.2.17: ......... done
=====
Message from php82-xml-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-xml.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xml.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlreader.so - not found
===>   Installing existing package /packages/All/php82-xmlreader-8.2.17.pkg
[140Ramd64-default] Installing php82-xmlreader-8.2.17...
[140Ramd64-default] Extracting php82-xmlreader-8.2.17: ........ done
=====
Message from php82-xmlreader-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-xmlreader.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlreader.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlrpc.so - not found
===>   Installing existing package /packages/All/php82-pecl-xmlrpc-1.0.0.r3_2,1.pkg
[140Ramd64-default] Installing php82-pecl-xmlrpc-1.0.0.r3_2,1...
[140Ramd64-default] Extracting php82-pecl-xmlrpc-1.0.0.r3_2,1: ........ done
=====
Message from php82-pecl-xmlrpc-1.0.0.r3_2,1:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-xmlrpc.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlrpc.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlwriter.so - not found
===>   Installing existing package /packages/All/php82-xmlwriter-8.2.17.pkg
[140Ramd64-default] Installing php82-xmlwriter-8.2.17...
[140Ramd64-default] Extracting php82-xmlwriter-8.2.17: ........ done
=====
Message from php82-xmlwriter-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-xmlwriter.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlwriter.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/zip.so - not found
===>   Installing existing package /packages/All/php82-zip-8.2.17.pkg
[140Ramd64-default] Installing php82-zip-8.2.17...
[140Ramd64-default] `-- Installing libzip-1.10.1...
[140Ramd64-default] `-- Extracting libzip-1.10.1: .......... done
[140Ramd64-default] Extracting php82-zip-8.2.17: ........ done
=====
Message from php82-zip-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-zip.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/zip.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/zlib.so - not found
===>   Installing existing package /packages/All/php82-zlib-8.2.17.pkg
[140Ramd64-default] Installing php82-zlib-8.2.17...
[140Ramd64-default] Extracting php82-zlib-8.2.17: ........ done
=====
Message from php82-zlib-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-zlib.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/zlib.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/imap.so - not found
===>   Installing existing package /packages/All/php82-imap-8.2.17.pkg
[140Ramd64-default] Installing php82-imap-8.2.17...
[140Ramd64-default] `-- Installing panda-cclient-20130621_3...
[140Ramd64-default] `-- Extracting panda-cclient-20130621_3: .......... done
[140Ramd64-default] Extracting php82-imap-8.2.17: ........ done
=====
Message from panda-cclient-20130621_3:

--
Warning: You have chosen to include SSL support. Applications/ports that use
the cclient library but do not support SSL may stop working or have problems
linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help.
=====
Message from php82-imap-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-30-imap.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/imap.so - found
===>   Returning to build of glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/ldap.so - not found
===>   Installing existing package /packages/All/php82-ldap-8.2.17.pkg
[140Ramd64-default] Installing php82-ldap-8.2.17...
[140Ramd64-default] `-- Installing openldap26-client-2.6.7...
[140Ramd64-default] |   `-- Installing cyrus-sasl-2.1.28_4...
*** Added group `cyrus' (id 60)
*** Added user `cyrus' (id 60)
[140Ramd64-default] |   `-- Extracting cyrus-sasl-2.1.28_4: .......... done
[140Ramd64-default] `-- Extracting openldap26-client-2.6.7: .......... done
[140Ramd64-default] Extracting php82-ldap-8.2.17: ........ done
=====
Message from cyrus-sasl-2.1.28_4:

--
You can use sasldb2 for authentication, to add users use:

	saslpasswd2 -c username

If you want to enable SMTP AUTH with the system Sendmail, read
Sendmail.README

NOTE: This port has been compiled with a default pwcheck_method of
      auxprop.  If you want to authenticate your user by /etc/passwd,
      PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and
      set sasl_pwcheck_method to saslauthd after installing the
      Cyrus-IMAPd 2.X port.  You should also check the
      /usr/local/lib/sasl2/*.conf files for the correct
      pwcheck_method.
      If you want to use GSSAPI mechanism, install
      ports/security/cyrus-sasl2-gssapi.
      If you want to use SRP mechanism, install
      ports/security/cyrus-sasl2-srp.
      If you want to use LDAP auxprop plugin, install
      ports/security/cyrus-sasl2-ldapdb.
=====
Message from openldap26-client-2.6.7:

--
The OpenLDAP client package has been successfully installed.

Edit
  /usr/local/etc/openldap/ldap.conf
to change the system-wide client defaults.

Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at
  http://www.OpenLDAP.org/faq/index.cgi?file=3
for more information.
=====
Message from php82-ldap-8.2.17:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-ldap.ini.sample
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/ldap.so - found
===>   Returning to build of glpi-10.0.14,1
===========================================================================
=>> Recording filesystem state for prestage... done
=======================<phase: stage          >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===>  Staging for glpi-10.0.14,1
===>   glpi-10.0.14,1 depends on file: /usr/local/include/php/main/php.h - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/bz2.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/ctype.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/curl.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/dom.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/exif.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/fileinfo.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/filter.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/gd.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/iconv.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/intl.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/mbstring.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/mysqli.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/opcache.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/session.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/simplexml.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/sodium.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xml.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlreader.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlrpc.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/xmlwriter.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/zip.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/zlib.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/imap.so - found
===>   glpi-10.0.14,1 depends on file: /usr/local/lib/php/20220829/ldap.so - found
===>   Generating temporary packing list
(cd /wrkdirs/usr/ports/www/glpi/work/glpi && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) &&  /usr/bin/find -Ed $1 $3 \(   -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} +  -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /wrkdirs/usr/ports/www/glpi/work/stage/usr/local/www/glpi)
====> Compressing man pages (compress-man)
===========================================================================
====> Running Q/A tests (stage-qa)
Warning: you might not need LIB_DEPENDS on libintl.so
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
=>> Checking for staging violations... done
=======================<phase: package        >============================
===== env: DEVELOPER_MODE=yes PACKAGES=/tmp/pkgs PKGREPOSITORY=/tmp/pkgs PKGLATESTREPOSITORY=/tmp/pkgs/Latest 'PKG_NOTES=build_timestamp ports_top_git_hash ports_top_checkout_unclean port_git_hash port_checkout_unclean built_by' 'PKG_NOTE_build_timestamp=2024-04-01T19:50:07+0000' 'PKG_NOTE_ports_top_git_hash=e0e2edbb7' 'PKG_NOTE_ports_top_checkout_unclean=yes' 'PKG_NOTE_port_git_hash=53c1f5a' 'PKG_NOTE_port_checkout_unclean=yes' 'PKG_NOTE_built_by=poudriere-git-3.4.1_1' STRICT_DEPENDS=yes USER=nobody UID=65534 GID=65534
===>  Building packages for glpi-10.0.14,1
===>   Building glpi-10.0.14,1
===========================================================================
=>> Recording filesystem state for preinst... done
=======================<phase: install        >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Installing for glpi-10.0.14,1
===>  Checking if glpi is already installed
===>   Registering installation for glpi-10.0.14,1
[140Ramd64-default] Installing glpi-10.0.14,1...
First time installation notes:

Before using GLPI, you will need to configure your database.
Full installation instructions are available here:

	http://glpi-project.org/spip.php?article61

If you are using MySQL, here's the short version of the instructions:

  1. Create a new database:
  $ mysqladmin -uroot create glpi

  2. Grant access to the database:
  $ mysql -uroot -e"GRANT ALL ON glpi.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" glpi
  (choose your own values for USERNAME and PASSWORD)

Make sure Apache supports PHP (www/mod_php5) and add a config file for
GLPI in Includes/glpi.conf:

    Alias /glpi /usr/local/www/glpi
    <Directory /usr/local/www/glpi>
        AllowOverride Options FileInfo Limit
        Options Indexes FollowSymLinks
        Require all granted
        DirectoryIndex index.php
    </Directory>

Then reload Apache: 'apachectl graceful'

Please visit 'http://{host.domain}/glpi/' in a
web-browser and follow the configuration instructions.

===========================================================================
=>> Checking shared library dependencies
=======================<phase: deinstall      >============================
===== env: DEVELOPER_MODE=yes STRICT_DEPENDS=yes USER=root UID=0 GID=0
===>  Deinstalling for glpi
===>   Deinstalling glpi-10.0.14,1
Updating database digests format: .......... done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	glpi: 10.0.14,1

Number of packages to be removed: 1

The operation will free 207 MiB.
[140Ramd64-default] [1/1] Deinstalling glpi-10.0.14,1...
[140Ramd64-default] [1/1] Deleting files for glpi-10.0.14,1: .......... done
===========================================================================
=>> Checking for extra files and directories
[00:01:43] Installing from package
[140Ramd64-default] Installing glpi-10.0.14,1...
[140Ramd64-default] Extracting glpi-10.0.14,1: ......... done
=====
Message from glpi-10.0.14,1:

--
First time installation notes:

Before using GLPI, you will need to configure your database.
Full installation instructions are available here:

	http://glpi-project.org/spip.php?article61

If you are using MySQL, here's the short version of the instructions:

  1. Create a new database:
  $ mysqladmin -uroot create glpi

  2. Grant access to the database:
  $ mysql -uroot -e"GRANT ALL ON glpi.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" glpi
  (choose your own values for USERNAME and PASSWORD)

Make sure Apache supports PHP (www/mod_php5) and add a config file for
GLPI in Includes/glpi.conf:

    Alias /glpi /usr/local/www/glpi
    <Directory /usr/local/www/glpi>
        AllowOverride Options FileInfo Limit
        Options Indexes FollowSymLinks
        Require all granted
        DirectoryIndex index.php
    </Directory>

Then reload Apache: 'apachectl graceful'

Please visit 'http://{host.domain}/glpi/' in a
web-browser and follow the configuration instructions.
[00:01:44] Cleaning up
===>  Cleaning for glpi-10.0.14,1
[00:01:44] Deinstalling package
Updating database digests format: . done
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	glpi: 10.0.14,1

Number of packages to be removed: 1

The operation will free 207 MiB.
[140Ramd64-default] [1/1] Deinstalling glpi-10.0.14,1...
[140Ramd64-default] [1/1] Deleting files for glpi-10.0.14,1: .......... done
build of www/glpi | glpi-10.0.14,1 ended at Mon Apr  1 21:51:34 CEST 2024
build time: 00:01:27
Comment 5 Mathias Monnerville 2024-04-01 20:01:40 UTC
Just added an updated patch with 2 more required PHP dependencies: xmlreader and xmlwriter.
Comment 6 Mathias Monnerville 2024-04-01 20:02:56 UTC
Created attachment 249648 [details]
UPDATED Patch 10.0.10 to 10.0.14 (xmlreader, xmlwriter)
Comment 7 Mathias Monnerville 2024-04-01 20:03:45 UTC
Created attachment 249649 [details]
UPDATED  Poudriere logs for 10.0.14
Comment 8 commit-hook freebsd_committer freebsd_triage 2024-04-22 05:24:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c97568030a47047fc98011df88771e72d0d60cc7

commit c97568030a47047fc98011df88771e72d0d60cc7
Author:     Mathias Monnerville <mathias@monnerville.com>
AuthorDate: 2024-04-01 20:02:56 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2024-04-22 05:24:08 +0000

    www/glpi: update to 10.0.14

    This is a security release (11 security fixes including 3 high severity).

    Changelogs:

    - https://github.com/glpi-project/glpi/releases/tag/10.0.11
    - https://github.com/glpi-project/glpi/releases/tag/10.0.12
    - https://github.com/glpi-project/glpi/releases/tag/10.0.13
    - https://github.com/glpi-project/glpi/releases/tag/10.0.14

    PR:             278090

 www/glpi/Makefile  |  8 ++++----
 www/glpi/distinfo  |  6 +++---
 www/glpi/pkg-plist | 45 +++++++++++++++++++++++++++++++++++++--------
 3 files changed, 44 insertions(+), 15 deletions(-)
Comment 9 commit-hook freebsd_committer freebsd_triage 2024-04-22 07:10:46 UTC
A commit in branch 2024Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a41a9f52ff4b4577df55846240eaf3310898d84

commit 8a41a9f52ff4b4577df55846240eaf3310898d84
Author:     Mathias Monnerville <mathias@monnerville.com>
AuthorDate: 2024-04-01 20:02:56 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2024-04-22 07:07:36 +0000

    www/glpi: update to 10.0.14

    This is a security release (11 security fixes including 3 high severity).

    Changelogs:

    - https://github.com/glpi-project/glpi/releases/tag/10.0.11
    - https://github.com/glpi-project/glpi/releases/tag/10.0.12
    - https://github.com/glpi-project/glpi/releases/tag/10.0.13
    - https://github.com/glpi-project/glpi/releases/tag/10.0.14

    PR:             278090

    (cherry picked from commit c97568030a47047fc98011df88771e72d0d60cc7)

 www/glpi/Makefile  |  8 ++++----
 www/glpi/distinfo  |  6 +++---
 www/glpi/pkg-plist | 45 +++++++++++++++++++++++++++++++++++++--------
 3 files changed, 44 insertions(+), 15 deletions(-)
Comment 10 commit-hook freebsd_committer freebsd_triage 2024-04-24 03:12:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=df30adf7045ec3ad915757f91e8dda38db74f8ad

commit df30adf7045ec3ad915757f91e8dda38db74f8ad
Author:     Tomáš Čiernik <tomas@ciernik.sk>
AuthorDate: 2024-04-23 11:46:00 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2024-04-24 03:10:44 +0000

    security/vuxml: add CVEs related to www/glpi

    New CVEs for GLPI which were corrected in versions 10.0.11, 10.0.12 and
    10.0.13.

    PR:             278548
    PR:             278090

 security/vuxml/vuln/2024.xml | 103 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 103 insertions(+)
Comment 11 Philip Paeps freebsd_committer freebsd_triage 2024-04-26 02:22:45 UTC
Marking this one as fixed.  The port has been upgraded on main and on the quarterly branch.  We've also committed all the outstanding vuxml entries.

Thanks everyone.