From 054a4104d487d3807d9b0ccc31b3f9a623f0290f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mar 22 2010 19:13:39 +0000 Subject: security fix for embedded phpCAS --- diff --git a/.cvsignore b/.cvsignore index be21b4d..7a5fde4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -glpi-0.72.4.tar.gz +glpi-0.72.4-11035.tar.gz diff --git a/glpi.spec b/glpi.spec index ce3e51d..d6d18f7 100644 --- a/glpi.spec +++ b/glpi.spec @@ -5,17 +5,32 @@ %endif %global tarballversion 0.72.4 +%global svnrelease 11035 Name: glpi Version: 0.72.4 +%if 0%{?svnrelease} +Release: 2.svn%{svnrelease}%{?dist} +%else Release: 1%{?dist} +%endif Summary: Free IT asset management software Summary(fr): Gestion Libre de Parc Informatique Group: Applications/Internet License: GPLv2+ URL: http://www.glpi-project.org/ +%if 0%{?svnrelease} +# svn export -r 11035 https://forge.indepnet.net/svn/glpi/branches/0.72-bugfixes glpi +# rm -rf glpi/tools +# mv glpi/install/mysql/glpi-0.72.3-empty.sql . +# rm glpi/install/mysql/*.sql +# mv glpi-0.72.3-empty.sql glpi/install/mysql/ +# tar czf glpi-0.72.4-11035.tar.gz glpi +Source0: glpi-0.72.4-11035.tar.gz +%else Source0: https://forge.indepnet.net/attachments/download/597/glpi-0.72.4.tar.gz +%endif Source1: glpi-httpd.conf Source2: glpi-config_path.php @@ -69,7 +84,6 @@ mv lib/tiny_mce/license.txt LICENSE.tiny_mce mv lib/extjs/license.txt LICENSE.extjs rm lib/extjs/{CHANGES.html,INCLUDE_ORDER.txt} mv lib/icalcreator/lgpl.txt LICENSE.icalcreator -mv lib/phpcas/COPYRIGHT LICENSE.phpcas mv lib/phpcas/README README.phpcas rm scripts/glpi_cron_*.sh @@ -218,6 +232,9 @@ fi %changelog +* Mon Mar 22 2010 Remi Collet - 0.72.4-2.svn11035 +- update embedded phpCAS to 1.1.0RC7 (security fix - #575906) + * Tue Mar 2 2010 Remi Collet - 0.72.4-1 - update to 0.72.4 diff --git a/sources b/sources index 2899a77..759f3fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a17bfe68ddabbf1f6b7f06fd7f378f5 glpi-0.72.4.tar.gz +778a2deafa249235ca105922f5fb6470 glpi-0.72.4-11035.tar.gz