[ocsinventory-agent/f12/master] update to 1.1.2.1 (security fix)

Remi Collet remi at fedoraproject.org
Wed Oct 13 15:47:59 UTC 2010


commit 8dcaf4a79f459f42902eceaa87fa2ad66249b840
Author: remi <fedora at famillecollet.com>
Date:   Wed Oct 13 17:47:48 2010 +0200

    update to 1.1.2.1 (security fix)

 .gitignore              |    3 ++-
 ocsinventory-agent.spec |   20 +++++++++++++++-----
 sources                 |    2 +-
 3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21346d3..79890c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-Ocsinventory-Agent-1.0.1.tar.gz
+Ocsinventory-Agent-1.1.2.tar.gz
+/Ocsinventory-Agent-1.1.2.1.tar.gz
diff --git a/ocsinventory-agent.spec b/ocsinventory-agent.spec
index e8c01e0..273653b 100644
--- a/ocsinventory-agent.spec
+++ b/ocsinventory-agent.spec
@@ -5,10 +5,10 @@
 Name:      ocsinventory-agent
 Summary:   Open Computer and Software Inventory Next Generation client
 
-Version:   1.1.2
+Version:   1.1.2.1
 Release:   1%{?dist}%{?ocstag:.%{ocstag}}
 
-Source0:   http://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz
+Source0:   http://launchpad.net/ocsinventory-unix-agent/stable-1.1.2/ocsinventory-unix-agent-1.1.2.1/+download/Ocsinventory-Agent-1.1.2.1.tar.gz
 
 Source1:   %{name}.logrotate
 Source2:   %{name}.cron
@@ -26,7 +26,7 @@ BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?rhel} != 3
-BuildRequires: perl(Module::Install) perl(XML::SAX)
+BuildRequires: perl(Module::Install)
 %endif
 BuildRequires: perl(XML::Simple) perl(LWP) perl(Net::IP)
 BuildRequires: perl(Digest::MD5) perl(File::Temp)
@@ -40,7 +40,7 @@ Requires:  nmap monitor-edid which
 %if 0%{?rhel} == 3
 Requires:  perl(XML::Parser)
 %else
-Requires:  perl(XML::SAX) perl(Proc::Daemon)
+Requires:  perl(Proc::Daemon)
 %endif
 %if 0%{?rhel}%{?fedora} <= 4
 Requires:  kernel-utils
@@ -211,13 +211,23 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 13 2010 Remi Collet <Fedora at famillecollet.com> 1.1.2.1-1
+- security update for CVE-2009-0667
+  http://bugs.debian.org/590879
+  http://www.debian.org/security/2009/dsa-1828
+- remove perl-XML-SAX optional dep, which is broken on EL5
+  and cause overload when installed on the OCS server
+
 * Sun Jan 03 2010 Remi Collet <Fedora at famillecollet.com> 1.1.2-1
 - update to 1.1.2
-- missing perl(Net::IP) requires
+- missing perl(Net::IP) requires (+ some EL3 stuff: yes, I know)
 
 * Tue Dec 22 2009 Remi Collet <Fedora at famillecollet.com> 1.1.1-1
 - update to 1.1.1
 
+* Sat Nov 28 2009 Remi Collet <Fedora at famillecollet.com> 1.1-2
+- add Requires: which
+
 * Sat Nov 07 2009 Remi Collet <Fedora at famillecollet.com> 1.1-1
 - update to 1.1
 - add missing modules.conf
diff --git a/sources b/sources
index d886125..1cfd88c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1e8e863d234e7f034a15636a38bfd96  Ocsinventory-Agent-1.1.2.tar.gz
+79485838881e69d1e4a7e986b52b4d16  Ocsinventory-Agent-1.1.2.1.tar.gz


More information about the scm-commits mailing list