[glpi/f15] fix CVE-2012-1037

Remi Collet remi at fedoraproject.org
Fri Feb 10 16:29:16 UTC 2012


commit b05281b9e1d1e86b20a7e10c4e594bee3811dab4
Author: remi <fedora at famillecollet.com>
Date:   Fri Feb 10 17:28:36 2012 +0100

    fix CVE-2012-1037

 .gitignore |    1 +
 glpi.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73e8ba7..980d10a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 glpi-0.72.4-11497.tar.gz
 /glpi-0.78.5.tar.gz
 /glpi-0.78-14966.tar.gz
+/glpi-0.78-17464.tar.gz
diff --git a/glpi.spec b/glpi.spec
index 27a0899..ff7e9c7 100644
--- a/glpi.spec
+++ b/glpi.spec
@@ -4,12 +4,12 @@
 %global useselinux 0
 %endif
 
-%global svnrelease 14966
+%global svnrelease 17464
 
 Name:           glpi
 Version:        0.78.5
 %if 0%{?svnrelease}
-Release:        2.svn%{svnrelease}%{?dist}
+Release:        3.svn%{svnrelease}%{?dist}
 %else
 Release:        1%{?dist}
 %endif
@@ -245,6 +245,9 @@ fi
 
 
 %changelog
+* Fri Feb 10 2012 Remi Collet <remi at fedoraproject.org> - 0.78.5-3.svn17464
+- bug and security fix from SVN (CVE-2012-1037)
+
 * Fri Jul 22 2011 Remi Collet <Fedora at FamilleCollet.com> - 0.78.5-2.svn14966
 - bug and security fix from SVN.
 
diff --git a/sources b/sources
index e3f4e2a..7845191 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9706b8a4e7f03bf0c5023a19bfb3bf1d  glpi-0.78-14966.tar.gz
+6a767a3bd47642c544b5ccc29e137ccd  glpi-0.78-17464.tar.gz


More information about the scm-commits mailing list