mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
www/glpi: Update to 9.5.7
PR: 262341 Security: CVE-2020-5248 MFH: 2022Q1
This commit is contained in:
parent
8d55457d6e
commit
2bb33dbf66
3 changed files with 10 additions and 4 deletions
|
@ -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}/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue