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

Remi Collet remi at fedoraproject.org
Wed Oct 13 15:57:08 UTC 2010


commit 7ba3ecc5b5a5f78aa330273816de43b67c9ad9b5
Author: remi <fedora at famillecollet.com>
Date:   Wed Oct 13 17:56:58 2010 +0200

    update to 1.1.2.1 (security fix)

 .gitignore              |    2 ++
 ocsinventory-agent.spec |   28 +++++++++++++++++++++++-----
 sources                 |    2 +-
 3 files changed, 26 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..79890c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +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 5231ca5..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,12 +211,21 @@ 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
@@ -225,6 +234,15 @@ rm -rf %{buildroot}
 - new Requires perl(Net::SSLeay), perl(Crypt::SSLeay), smartmontools
 - download URL to launchpad
 
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu May 14 2009 Remi Collet <Fedora at famillecollet.com> 1.0.1-4
+- fix typo
+
+* Thu May 14 2009 Remi Collet <Fedora at famillecollet.com> 1.0.1-3
+- define PATH in config (workaround for #500594 + tool path if needed)
+ 
 * Fri Apr 24 2009 Remi Collet <Fedora at famillecollet.com> 1.0.1-2
 - update the README.RPM (new configuration file)
 - change from URL to only servername in config comment
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