pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-glpi
Module Name: pkgsrc
Committed By: hauke
Date: Fri Jul 21 10:11:27 UTC 2017
Modified Files:
pkgsrc/www/php-glpi: MESSAGE Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/php-glpi/MESSAGE
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/php-glpi/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/php-glpi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/php-glpi/MESSAGE
diff -u pkgsrc/www/php-glpi/MESSAGE:1.3 pkgsrc/www/php-glpi/MESSAGE:1.4
--- pkgsrc/www/php-glpi/MESSAGE:1.3 Thu Jul 20 15:52:02 2017
+++ pkgsrc/www/php-glpi/MESSAGE Fri Jul 21 10:11:27 2017
@@ -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:
Index: pkgsrc/www/php-glpi/Makefile
diff -u pkgsrc/www/php-glpi/Makefile:1.2 pkgsrc/www/php-glpi/Makefile:1.3
--- pkgsrc/www/php-glpi/Makefile:1.2 Wed Jul 19 03:06:00 2017
+++ pkgsrc/www/php-glpi/Makefile Fri Jul 21 10:11:27 2017
@@ -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}/
Index: pkgsrc/www/php-glpi/distinfo
diff -u pkgsrc/www/php-glpi/distinfo:1.1 pkgsrc/www/php-glpi/distinfo:1.2
--- pkgsrc/www/php-glpi/distinfo:1.1 Tue Jul 18 14:29:51 2017
+++ pkgsrc/www/php-glpi/distinfo Fri Jul 21 10:11:27 2017
@@ -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