Date: Mon, 7 Mar 2022 17:24:00 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 740d9ebb66c9 - 2022Q1 - www/glpi: Update to 9.5.7 Message-ID: <202203071724.227HO0MV085622@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=740d9ebb66c979f7c75b4da25ee4ab782fc5431b commit 740d9ebb66c979f7c75b4da25ee4ab782fc5431b Author: Mathias Monnerville <mathias@monnerville.com> AuthorDate: 2022-03-07 17:11:31 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-03-07 17:23:53 +0000 www/glpi: Update to 9.5.7 PR: 262341 Security: CVE-2020-5248 MFH: 2022Q1 (cherry picked from commit 2bb33dbf6636d76fc32c69536342d018f368fafd) --- www/glpi/Makefile | 2 +- www/glpi/distinfo | 6 +++--- www/glpi/pkg-plist | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/www/glpi/Makefile b/www/glpi/Makefile index 9c74142c59f7..a34d012e40c2 100644 --- a/www/glpi/Makefile +++ b/www/glpi/Makefile @@ -1,7 +1,7 @@ # Created by: Mathias Monnerville <mathias@monnerville.com> PORTNAME= glpi -PORTVERSION= 9.5.5 +PORTVERSION= 9.5.7 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ diff --git a/www/glpi/distinfo b/www/glpi/distinfo index 4f94de98a33e..7c684d77bc8c 100644 --- a/www/glpi/distinfo +++ b/www/glpi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620838950 -SHA256 (glpi-9.5.5.tgz) = 90617bcb9725c3af1f075aabad8f70cdebcd432b43f45d1c201248c00b83dde8 -SIZE (glpi-9.5.5.tgz) = 45672425 +TIMESTAMP = 1646404224 +SHA256 (glpi-9.5.7.tgz) = 7cbb212b3ec3f3d86bf2492deb716b52e99662815d93e98e070fbcf25d662599 +SIZE (glpi-9.5.7.tgz) = 46106553 diff --git a/www/glpi/pkg-plist b/www/glpi/pkg-plist index 4551a609ad22..f39a84e6a1e4 100644 --- a/www/glpi/pkg-plist +++ b/www/glpi/pkg-plist @@ -60,6 +60,7 @@ %%WWWDIR%%/ajax/getKbRevision.php %%WWWDIR%%/ajax/getKnowbaseItemAnswer.php %%WWWDIR%%/ajax/getMapPoint.php +%%WWWDIR%%/ajax/getRightDropdownValue.php %%WWWDIR%%/ajax/getUserPicture.php %%WWWDIR%%/ajax/helpdesk_observer.php %%WWWDIR%%/ajax/impact.php @@ -801,6 +802,7 @@ %%WWWDIR%%/front/wifinetwork.form.php %%WWWDIR%%/front/wifinetwork.php %%WWWDIR%%/inc/abstractquery.class.php +%%WWWDIR%%/inc/abstractrightsdropdown.class.php %%WWWDIR%%/inc/ajax.class.php %%WWWDIR%%/inc/alert.class.php %%WWWDIR%%/inc/api/api.class.php @@ -921,6 +923,7 @@ %%WWWDIR%%/inc/console/migration/myisamtoinnodbcommand.class.php %%WWWDIR%%/inc/console/migration/racksplugintocorecommand.class.php %%WWWDIR%%/inc/console/migration/timestampscommand.class.php +%%WWWDIR%%/inc/console/migration/unsignedkeyscommand.class.php %%WWWDIR%%/inc/console/plugin/abstractplugincommand.class.php %%WWWDIR%%/inc/console/plugin/activatecommand.class.php %%WWWDIR%%/inc/console/plugin/deactivatecommand.class.php @@ -1352,6 +1355,7 @@ %%WWWDIR%%/inc/savedsearch_user.class.php %%WWWDIR%%/inc/search.class.php %%WWWDIR%%/inc/session.class.php +%%WWWDIR%%/inc/sharedashboarddropdown.class.php %%WWWDIR%%/inc/singletonrulelist.class.php %%WWWDIR%%/inc/sla.class.php %%WWWDIR%%/inc/slalevel.class.php @@ -1490,6 +1494,8 @@ %%WWWDIR%%/install/update_952_953.php %%WWWDIR%%/install/update_953_954.php %%WWWDIR%%/install/update_954_955.php +%%WWWDIR%%/install/update_955_956.php +%%WWWDIR%%/install/update_956_957.php %%WWWDIR%%/install/update_content.php %%WWWDIR%%/install/update_to_031.php %%WWWDIR%%/install/update_xx_xy.tpl.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203071724.227HO0MV085622>