pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php-glpi Update to 9.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1ed7c18181c
branches:  trunk
changeset: 365589:a1ed7c18181c
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Fri Jul 21 10:11:27 2017 +0000

description:
Update to 9.1.6

>From the projects's announcement:

You'll find below the changes of this bugfixes version:

- various security fixes (#2475, #2476, #2492),
- fix regressions on self service portal:
  - self-service users should not be auto assigned as tech (#2472)
  - type and category fields was not selectable anymore (#2473)

The full changelog is available here for more details: https://github.com/glpi-project/glpi/milestone/20?closed=1

diffstat:

 www/php-glpi/MESSAGE  |  24 ++++++++++++------------
 www/php-glpi/Makefile |   4 ++--
 www/php-glpi/distinfo |  10 +++++-----
 3 files changed, 19 insertions(+), 19 deletions(-)

diffs (68 lines):

diff -r ec982c275378 -r a1ed7c18181c www/php-glpi/MESSAGE
--- a/www/php-glpi/MESSAGE      Fri Jul 21 08:41:11 2017 +0000
+++ b/www/php-glpi/MESSAGE      Fri Jul 21 10:11:27 2017 +0000
@@ -1,24 +1,24 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.3 2017/07/20 15:52:02 hauke Exp $
+$NetBSD: MESSAGE,v 1.4 2017/07/21 10:11:27 hauke Exp $
 
 GLPI requires a web server set up to run PHP scripts;
-${PREFIX}/share/examples/glpi/http-glpi.conf is a sample 
-configuration for Apache. 
+${PREFIX}/share/examples/glpi/http-glpi.conf is a sample
+configuration for Apache.
 
-In addition, you need access to a MySQL server. Create a MySQL gpli user, 
+In addition, you need access to a MySQL server. Create a MySQL gpli user,
 and as that user create a database:
 
-# mysql -u root -p 
+# mysql -u root -p
 Enter password: <your_mysql_root_passwd>
 
-mysql> CREATE DATABASE glpi; 
-mysql> CREATE USER 'glpi'@'<web_server_host_name>'; 
+mysql> CREATE DATABASE glpi;
+mysql> CREATE USER 'glpi'@'<web_server_host_name>';
 mysql> GRANT ALL PRIVILEGES ON glpi.* TO 'glpi'@'<web_server_host_name>'
-               IDENTIFIED BY '<your_glpi_passwd>'; 
-mysql> FLUSH PRIVILEGES; 
-mysql> EXIT 
-Bye 
-# 
+               IDENTIFIED BY '<your_glpi_passwd>';
+mysql> FLUSH PRIVILEGES;
+mysql> EXIT
+Bye
+#
 
 To set up or upgrade GLPI, activate the setup page:
 
diff -r ec982c275378 -r a1ed7c18181c www/php-glpi/Makefile
--- a/www/php-glpi/Makefile     Fri Jul 21 08:41:11 2017 +0000
+++ b/www/php-glpi/Makefile     Fri Jul 21 10:11:27 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2017/07/19 03:06:00 taca Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/21 10:11:27 hauke Exp $
 
 DISTNAME=      glpi-${GLPI_VERSION}
-GLPI_VERSION=  9.1.5
+GLPI_VERSION=  9.1.6
 CATEGORIES=    www
 
 MASTER_SITES=  https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/
diff -r ec982c275378 -r a1ed7c18181c www/php-glpi/distinfo
--- a/www/php-glpi/distinfo     Fri Jul 21 08:41:11 2017 +0000
+++ b/www/php-glpi/distinfo     Fri Jul 21 10:11:27 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/18 14:29:51 hauke Exp $
+$NetBSD: distinfo,v 1.2 2017/07/21 10:11:27 hauke Exp $
 
-SHA1 (glpi-9.1.5.tgz) = 1d8b28a60425077fec27b182d46b005a382276d1
-RMD160 (glpi-9.1.5.tgz) = 2e1e2cf25361cb9ffc26b296ad17c593cab0bb68
-SHA512 (glpi-9.1.5.tgz) = 00ca52d6f7cd7b78e144ca7c519f5c312c2e63d3e4e9dba4d860bf5e34376142d495a74f09c0e54e44ea0adc8db6c13ab4c53269713f83b71d558e02a89ff451
-Size (glpi-9.1.5.tgz) = 29344187 bytes
+SHA1 (glpi-9.1.6.tgz) = bb9ea10a52883714a8f16a26af49c3bae99e1258
+RMD160 (glpi-9.1.6.tgz) = 25ff873241826f96cbe202044142928df08b261e
+SHA512 (glpi-9.1.6.tgz) = 1a7666b5c109f72eb73b638fccac5294604661e96ca55b40172dbe43a1600b441b11b07379f06f0272bb4275a90fd6e898a2f55dc0e78b2da6aac838c2d0bd90
+Size (glpi-9.1.6.tgz) = 29425949 bytes



Home | Main Index | Thread Index | Old Index