diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-05-05 15:24:36 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-05-05 15:24:36 +0000 |
commit | 5fd13a3cd797f337873c861590340af07cf29c08 (patch) | |
tree | 267c816fba60d973c969531fb6644224c10ea9da | |
parent | 1e4e7168d1c2b7047ba3a28bafd64268369b00fd (diff) | |
download | pkgsrc-5fd13a3cd797f337873c861590340af07cf29c08.tar.gz |
Pullup ticket #5951 - requested by taca
www/php-glpi: security fix
Revisions pulled up:
- www/php-glpi/Makefile 1.7
- www/php-glpi/PLIST 1.5
- www/php-glpi/distinfo 1.6
---
Module Name: pkgsrc
Committed By: hauke
Date: Fri Apr 12 13:23:57 UTC 2019
Modified Files:
pkgsrc/www/php-glpi: Makefile PLIST distinfo
Log Message:
Update to glpi v9.4.2, with security and bug fixes.
- Security: prevent external redirections
- Fix some performances issues
- Fix various issues on plugins loading (cache conflict, bad locales)
- Fix display of documents in tickets
- Fix display of user's pictures
- Fix lost of some relations and sql errors when transferring items
- Feature: add Historical tab on config page
- And many more!
The full changelog is available:
https://github.com/glpi-project/glpi/milestone/32?closed=1
-rw-r--r-- | www/php-glpi/Makefile | 4 | ||||
-rw-r--r-- | www/php-glpi/PLIST | 5 | ||||
-rw-r--r-- | www/php-glpi/distinfo | 10 |
3 files changed, 9 insertions, 10 deletions
diff --git a/www/php-glpi/Makefile b/www/php-glpi/Makefile index 04470b580c3..8bf1ffe75fc 100644 --- a/www/php-glpi/Makefile +++ b/www/php-glpi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2019/03/15 16:32:13 hauke Exp $ +# $NetBSD: Makefile,v 1.6.2.1 2019/05/05 15:24:36 bsiegert Exp $ DISTNAME= glpi-${GLPI_VERSION} -GLPI_VERSION= 9.4.1.1 +GLPI_VERSION= 9.4.2 CATEGORIES= www MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/ diff --git a/www/php-glpi/PLIST b/www/php-glpi/PLIST index 1c2e63b05f8..5ca16c3a5ea 100644 --- a/www/php-glpi/PLIST +++ b/www/php-glpi/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2019/03/15 16:32:13 hauke Exp $ +@comment $NetBSD: PLIST,v 1.4.2.1 2019/05/05 15:24:36 bsiegert Exp $ share/examples/glpi/crontab.sample share/examples/glpi/httpd-glpi.conf share/examples/glpi/local_define.php -share/glpi/.github/ISSUE_TEMPLATE/bug_report.md -share/glpi/.github/ISSUE_TEMPLATE/feature_request.md share/glpi/.htaccess share/glpi/CHANGELOG.md share/glpi/CONTRIBUTING.md @@ -1257,6 +1255,7 @@ share/glpi/install/update_930_931.php share/glpi/install/update_931_932.php share/glpi/install/update_93_94.php share/glpi/install/update_940_941.php +share/glpi/install/update_941_942.php share/glpi/install/update_content.php share/glpi/install/update_to_031.php share/glpi/install/update_xx_xy.tpl.php diff --git a/www/php-glpi/distinfo b/www/php-glpi/distinfo index b21844b18b4..1c17c4eecee 100644 --- a/www/php-glpi/distinfo +++ b/www/php-glpi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/03/15 16:32:13 hauke Exp $ +$NetBSD: distinfo,v 1.5.2.1 2019/05/05 15:24:36 bsiegert Exp $ -SHA1 (glpi-9.4.1.1.tgz) = 6b37adf1336c7590e822238a54b9e4b4134457a7 -RMD160 (glpi-9.4.1.1.tgz) = 7da2b40a7d24d5a2c049361c9a656c70a181cc93 -SHA512 (glpi-9.4.1.1.tgz) = 528f0e2d65d2f134583f1c544da74b94c631ba783666718e5bc643041a461668a62a1c8ef56ea1c6b458d14cccb3af3900c68f58f9fca640ddce9265488f9687 -Size (glpi-9.4.1.1.tgz) = 34795273 bytes +SHA1 (glpi-9.4.2.tgz) = 9e9802689d054f3f310a22a0e8fde70727790b54 +RMD160 (glpi-9.4.2.tgz) = 7fbfe3525a96267ffe0bc622c51fbb17b765ac3b +SHA512 (glpi-9.4.2.tgz) = 88b3156c55160c3f199cacaffcb9c4fe321c42999506a0c94c8e8006f68ee2d4d812c6ad64b46ccf7371ca5bcd71cb52f98210002b0044ad7668f6a4b4c2fd9d +Size (glpi-9.4.2.tgz) = 34831683 bytes |