rpms/net-snmp/devel .cvsignore, 1.24, 1.25 net-snmp.spec, 1.162, 1.163 sources, 1.24, 1.25

Jan Šafránek jsafrane at fedoraproject.org
Mon Nov 3 09:02:29 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17197

Modified Files:
	.cvsignore net-snmp.spec sources 
Log Message:
explicitly require the right version and release of net-snmp and net-snmp-libs
Related: #451225
update to net-snmp-5.4.2.1 to fix CVE-2008-4309
Resolves: CVE-2008-4309


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	17 Sep 2008 14:32:06 -0000	1.24
+++ .cvsignore	3 Nov 2008 09:01:59 -0000	1.25
@@ -1 +1 @@
-net-snmp-5.4.2.tar.gz
+net-snmp-5.4.2.1.tar.gz


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- net-snmp.spec	26 Sep 2008 13:40:02 -0000	1.162
+++ net-snmp.spec	3 Nov 2008 09:01:59 -0000	1.163
@@ -3,12 +3,12 @@
 
 # Arches on which we need to prevent arch conflicts on net-snmp-config.h
 %define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 sparc sparcv9 sparc64
-%define major_ver 5.4.2
+%define major_ver 5.4.2.1
 
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 3%{?dist}
+Release: 1%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -44,6 +44,7 @@
 Requires(preun): initscripts
 # for /bin/rm
 Requires(preun): coreutils
+Requires: %{name}-libs = %{epoch}:%{version}-%{release}
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, bzip2-devel, elfutils-devel
@@ -79,7 +80,7 @@
 %package utils
 Group: Applications/System
 Summary: Network management utilities using SNMP, from the NET-SNMP project
-Requires: %{name}-libs = %{epoch}:%{version}
+Requires: %{name}-libs = %{epoch}:%{version}-%{release}
 
 %description utils
 The net-snmp-utils package contains various utilities for use with the
@@ -92,7 +93,7 @@
 %package devel
 Group: Development/Libraries
 Summary: The development environment for the NET-SNMP project
-Requires: %{name}-libs = %{epoch}:%{version}
+Requires: %{name}-libs = %{epoch}:%{version}-%{release}
 Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel, openssl-devel
 %if %{tcp_wrappers}
 Requires: tcp_wrappers-devel
@@ -114,7 +115,7 @@
 %package perl
 Group: Development/Libraries
 Summary: The perl NET-SNMP module and the mib2c tool
-Requires: %{name}-libs = %{epoch}:%{version}, perl >= 5
+Requires: %{name}-libs = %{epoch}:%{version}-%{release}, perl >= 5
 BuildRequires: perl >= 5
 
 %description perl
@@ -127,7 +128,7 @@
 %package gui
 Group: Applications/System
 Summary: An interactive graphical MIB browser for SNMP
-Requires: perl-Tk, net-snmp-perl
+Requires: perl-Tk, net-snmp-perl = %{epoch}:%{version}-%{release}
 
 %description gui
 The net-snmp-gui package contains tkmib utility, which is a graphical user 
@@ -148,7 +149,7 @@
 %package python
 Group: Development/Libraries
 Summary: The Python 'netsnmp' module for the NET-SNMP
-Requires: %{name} = %{epoch}:%{version}
+Requires: %{name}-libs = %{epoch}:%{version}-%{release}
 
 %description python
 The 'netsnmp' module provides a full featured, tri-lingual SNMP (SNMPv3, 
@@ -413,6 +414,11 @@
 %{_datadir}/snmp/mibs
 
 %changelog
+* Mon Nov  3 2008 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-1
+- explicitly require the right version and release of net-snmp and
+  net-snmp-libs
+- update to net-snmp-5.4.2.1 to fix CVE-2008-4309
+
 * Fri Sep 26 2008 Jan Safranek <jsafranek at redhat.com> 5.4.2-3
 - further tune up the distribution of files among subpackages
   and dependencies


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	17 Sep 2008 14:32:07 -0000	1.24
+++ sources	3 Nov 2008 09:01:59 -0000	1.25
@@ -1 +1 @@
-2c97d0d99e1ec89d64f6713c069079ad  net-snmp-5.4.2.tar.gz
+984932520143f0c8bf7b7ce1fc9e1da1  net-snmp-5.4.2.1.tar.gz




More information about the fedora-extras-commits mailing list