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

Remi Collet remi at fedoraproject.org
Wed Oct 13 15:35:25 UTC 2010


commit a937434a4d51dd834707d504e1783bd129aa6b52
Author: remi <fedora at famillecollet.com>
Date:   Wed Oct 13 17:35:14 2010 +0200

    update to 1.1.2.1 (security fix)

 .gitignore              |    1 +
 ocsinventory-agent.spec |   17 ++++++++++++-----
 sources                 |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f99152c..79890c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 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 8c79810..a4f369f 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
-Release:   2%{?dist}%{?ocstag:.%{ocstag}}
+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,6 +211,13 @@ 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
+
 * Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.1.2-2
 - Mass rebuild with perl-5.12.0
 
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