OBS User unknown 2008-03-26 15:25:20 +00:00 committed by Git OBS Bridge
parent d3133b8efa
commit a94a378086
2 changed files with 71 additions and 62 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 25 00:40:00 CET 2008 - ro@suse.de
- added lzma-alpha-devel to buildreq
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 2 15:07:41 CET 2007 - jdelvare@suse.de Fri Nov 2 15:07:41 CET 2007 - jdelvare@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package net-snmp (Version 5.4.1) # spec file for package net-snmp (Version 5.4.1)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,9 +10,10 @@
# norootforbuild # norootforbuild
Name: net-snmp Name: net-snmp
Version: 5.4.1 Version: 5.4.1
Release: 31 Release: 58
# #
License: BSD 3-Clause; X11/MIT License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
@ -26,7 +27,7 @@ Group: Productivity/Networking/Other
%define netsnmp_agentx_socket_dir_rfc /var/agentx %define netsnmp_agentx_socket_dir_rfc /var/agentx
# #
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: openssl-devel rpm-devel tcpd-devel BuildRequires: lzma-alpha-devel openssl-devel rpm-devel tcpd-devel
%if 0%{?with_sensors} %if 0%{?with_sensors}
BuildRequires: libsensors3-devel BuildRequires: libsensors3-devel
%endif %endif
@ -358,10 +359,13 @@ fi
%{_bindir}/tkmib %{_bindir}/tkmib
%{_bindir}/mib2c %{_bindir}/mib2c
%{_bindir}/mib2c-update %{_bindir}/mib2c-update
%changelog %changelog
* Fri Nov 02 2007 - jdelvare@suse.de * Tue Mar 25 2008 ro@suse.de
- added lzma-alpha-devel to buildreq
* Fri Nov 02 2007 jdelvare@suse.de
- libsensors is in a separate package now. - libsensors is in a separate package now.
* Thu Aug 02 2007 - mrueckert@suse.de * Thu Aug 02 2007 mrueckert@suse.de
- update to 5.4.1 - update to 5.4.1
many small fixes. the highlights: many small fixes. the highlights:
- link only needed libraries - link only needed libraries
@ -372,7 +376,7 @@ fi
- no longer build against lm_sensors on s390 - no longer build against lm_sensors on s390
- split out new packages: - split out new packages:
libsnmp15, snmp-mibs libsnmp15, snmp-mibs
* Mon Nov 13 2006 - mrueckert@suse.de * Mon Nov 13 2006 mrueckert@suse.de
- update to 5.4.rc2: - update to 5.4.rc2:
tons of bugfixes, and new features. just to name a few: tons of bugfixes, and new features. just to name a few:
- enabled embedded perl - enabled embedded perl
@ -417,16 +421,16 @@ fi
- added net-snmp-5.4.rc2_perl_SNMP_size_t.patch: - added net-snmp-5.4.rc2_perl_SNMP_size_t.patch:
dont use int if you want size_t. fixes failures in the perl test dont use int if you want size_t. fixes failures in the perl test
suite. suite.
* Thu Oct 19 2006 - mrueckert@suse.de * Thu Oct 19 2006 mrueckert@suse.de
- added net-snmp-5.4_default_store_return_value.patch: - added net-snmp-5.4_default_store_return_value.patch:
backport my patch from 5.4 so we can get rid of the build errors. backport my patch from 5.4 so we can get rid of the build errors.
the patch removes/disables dead code. the patch removes/disables dead code.
* Fri Aug 04 2006 - mrueckert@suse.de * Fri Aug 04 2006 mrueckert@suse.de
- added net-snmp-5.3.0.1_perl_ld_run_path.patch: - added net-snmp-5.3.0.1_perl_ld_run_path.patch:
the old perl replacement line broke linking of the SNMP libraries the old perl replacement line broke linking of the SNMP libraries
into the perl modules. the patch sets the LD_RUN_PATH for the into the perl modules. the patch sets the LD_RUN_PATH for the
build process to LIBDIR. (#180888) build process to LIBDIR. (#180888)
* Thu May 04 2006 - mrueckert@suse.de * Thu May 04 2006 mrueckert@suse.de
- added net-snmp-5.3.0.1_sighup_vacm.patch: - added net-snmp-5.3.0.1_sighup_vacm.patch:
The snmp agent was broken on SIGHUP. It lost all its MIB The snmp agent was broken on SIGHUP. It lost all its MIB
informations. (upstream bug: #1473289) informations. (upstream bug: #1473289)
@ -438,21 +442,21 @@ fi
(bug: #170140, upstream: #1437287) (bug: #170140, upstream: #1437287)
- reenabled the lmsensors support. was disabled for testing and - reenabled the lmsensors support. was disabled for testing and
never reenabled. never reenabled.
* Thu Apr 20 2006 - mrueckert@suse.de * Thu Apr 20 2006 mrueckert@suse.de
- net-snmp-5.3.0.1_missing_ifNumber.patch: - net-snmp-5.3.0.1_missing_ifNumber.patch:
The 5.3 agent on Linux systems did not implement the 'ifNumber' The 5.3 agent on Linux systems did not implement the 'ifNumber'
MIB object. (#159501) MIB object. (#159501)
* Wed Apr 19 2006 - mrueckert@suse.de * Wed Apr 19 2006 mrueckert@suse.de
- logrotate does not like if the postrotate script returns with - logrotate does not like if the postrotate script returns with
a non zero returncode. a non zero returncode.
- add missing "-e" in echo line - add missing "-e" in echo line
* Mon Apr 03 2006 - mrueckert@suse.de * Mon Apr 03 2006 mrueckert@suse.de
- dont call "/etc/init.d/snmpd restart". this could start the - dont call "/etc/init.d/snmpd restart". this could start the
daemon unconditionally (too large log file). daemon unconditionally (too large log file).
switched to "/etc/init.d/snmpd try-restart" switched to "/etc/init.d/snmpd try-restart"
* Mon Apr 03 2006 - mrueckert@suse.de * Mon Apr 03 2006 mrueckert@suse.de
- run logrotate on startup if the logfile is too large. (#131072) - run logrotate on startup if the logfile is too large. (#131072)
* Tue Mar 28 2006 - mrueckert@suse.de * Tue Mar 28 2006 mrueckert@suse.de
- fix compilation with ethtool support. (#155709) - fix compilation with ethtool support. (#155709)
- added option to ignore accepted connections (#86634) - added option to ignore accepted connections (#86634)
net-snmp-5.3.0.1_tcpwrapper_log_severity.patch net-snmp-5.3.0.1_tcpwrapper_log_severity.patch
@ -460,27 +464,27 @@ fi
- pass the correct path to configure to set the desired log file - pass the correct path to configure to set the desired log file
- make smux listen to localhost by default. (#116742) - make smux listen to localhost by default. (#116742)
- remove confpath patch. (#147808,#159768) - remove confpath patch. (#147808,#159768)
* Mon Mar 27 2006 - mrueckert@suse.de * Mon Mar 27 2006 mrueckert@suse.de
- updated and reenabled the audit patch - updated and reenabled the audit patch
* Fri Mar 17 2006 - mrueckert@suse.de * Fri Mar 17 2006 mrueckert@suse.de
- ported sysconfig options from sles9 - ported sysconfig options from sles9
SNMPD_LOGLEVEL -> SPECIFY the log level for the snmpd SNMPD_LOGLEVEL -> SPECIFY the log level for the snmpd
SNMPD_USE_SMUX -> disable SMUX socket SNMPD_USE_SMUX -> disable SMUX socket
* Fri Mar 10 2006 - mrueckert@suse.de * Fri Mar 10 2006 mrueckert@suse.de
- disable embedded perl for now. - disable embedded perl for now.
* Wed Mar 08 2006 - mrueckert@suse.de * Wed Mar 08 2006 mrueckert@suse.de
- added net-snmp-5.3.0.1_agentx_socket_path_doc.patch: - added net-snmp-5.3.0.1_agentx_socket_path_doc.patch:
fixes: net-snmp snmpd.conf(5) manpage gives wrong default fixes: net-snmp snmpd.conf(5) manpage gives wrong default
for AgentXSocket (#129437) for AgentXSocket (#129437)
- ported fix for bug #129923 from sles9 - ported fix for bug #129923 from sles9
- suppress the error message in the ucd-snmp upgrade script - suppress the error message in the ucd-snmp upgrade script
* Wed Feb 22 2006 - mrueckert@suse.de * Wed Feb 22 2006 mrueckert@suse.de
- we move the configs into /etc/snmp [#77935] - we move the configs into /etc/snmp [#77935]
- removed debugging packages from the build requires. - removed debugging packages from the build requires.
* Thu Feb 16 2006 - mrueckert@suse.de * Thu Feb 16 2006 mrueckert@suse.de
- added net-snmp-5.3.0.1-smux-trap.diff - added net-snmp-5.3.0.1-smux-trap.diff
dont loose the value of string variables via smux traps [#150091] dont loose the value of string variables via smux traps [#150091]
* Fri Feb 03 2006 - mrueckert@suse.de * Fri Feb 03 2006 mrueckert@suse.de
- added net-snmp-5.3.0.1_disman_mib_crash.patch - added net-snmp-5.3.0.1_disman_mib_crash.patch
o fixes a crash in the disman mib loading o fixes a crash in the disman mib loading
- net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch - net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch
@ -491,12 +495,12 @@ fi
o unused format specifier in printf o unused format specifier in printf
- net-snmp-5.3_vendorperl.patch - net-snmp-5.3_vendorperl.patch
o do make install_vendor o do make install_vendor
* Wed Jan 25 2006 - mrueckert@suse.de * Wed Jan 25 2006 mrueckert@suse.de
- removed net-snmp-5.2.1-cmdline.diff - removed net-snmp-5.2.1-cmdline.diff
better solution from upstream better solution from upstream
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - mrueckert@suse.de * Mon Jan 23 2006 mrueckert@suse.de
- update to version 5.3.0.1 - update to version 5.3.0.1
- removed patches that got applied upstream or superseeded by - removed patches that got applied upstream or superseeded by
upstream fixes: upstream fixes:
@ -520,101 +524,101 @@ fi
- call perl modules install with install_vendor - call perl modules install with install_vendor
net-snmp-5.1.1-pie.patch net-snmp-5.1.1-pie.patch
- build snmpd and snmptrapd with pie - build snmpd and snmptrapd with pie
* Tue Nov 15 2005 - uli@suse.de * Tue Nov 15 2005 uli@suse.de
- no point in running the test suite in QEMU - no point in running the test suite in QEMU
* Wed Sep 07 2005 - mrueckert@suse.de * Wed Sep 07 2005 mrueckert@suse.de
- Added rpm-devel to the requires of the -devel package - Added rpm-devel to the requires of the -devel package
* Fri Jun 17 2005 - mrueckert@suse.de * Fri Jun 17 2005 mrueckert@suse.de
- added disman/event-mib to the mib list (Bug #91039) - added disman/event-mib to the mib list (Bug #91039)
- replaced patch25 (asn1 handling fix) with patch from the upstream. - replaced patch25 (asn1 handling fix) with patch from the upstream.
(Bug #73804) (Bug #73804)
- build snmpd and snmptrap with with -fpie/-pie - build snmpd and snmptrap with with -fpie/-pie
* Fri Jun 10 2005 - mrueckert@suse.de * Fri Jun 10 2005 mrueckert@suse.de
- Fixed test suite for boxes with empty arp tables. - Fixed test suite for boxes with empty arp tables.
* Tue May 17 2005 - hvogel@suse.de * Tue May 17 2005 hvogel@suse.de
- Include the right header for compat mode (Bug #64074) - Include the right header for compat mode (Bug #64074)
- Fix length for type ASN_UNSIGNED (Bug #73804) - Fix length for type ASN_UNSIGNED (Bug #73804)
- Get rid of WRAPLIBS in net-snmp-config (Bug #75879) - Get rid of WRAPLIBS in net-snmp-config (Bug #75879)
- Fix ac quotation - Fix ac quotation
* Tue Feb 22 2005 - meissner@suse.de * Tue Feb 22 2005 meissner@suse.de
- moved tkmib and mib2c* to perl subpackage, since - moved tkmib and mib2c* to perl subpackage, since
they require it. #63992 they require it. #63992
* Wed Feb 16 2005 - meissner@suse.de * Wed Feb 16 2005 meissner@suse.de
- Multiple non Intel CPU detection added. - Multiple non Intel CPU detection added.
* Sun Feb 06 2005 - meissner@suse.de * Sun Feb 06 2005 meissner@suse.de
- Upgraded to 5.1.2 release. (lots of bugfixes as usual) - Upgraded to 5.1.2 release. (lots of bugfixes as usual)
* Wed Feb 02 2005 - meissner@suse.de * Wed Feb 02 2005 meissner@suse.de
- overflow counter32 and gauge32 on 64bit systems correctly. #50384 - overflow counter32 and gauge32 on 64bit systems correctly. #50384
* Fri Nov 26 2004 - meissner@suse.de * Fri Nov 26 2004 meissner@suse.de
- close all non standard filedescriptors on start. - close all non standard filedescriptors on start.
* Thu Nov 25 2004 - meissner@suse.de * Thu Nov 25 2004 meissner@suse.de
- Upgraded to 5.2 final. - Upgraded to 5.2 final.
* Mon Oct 25 2004 - meissner@suse.de * Mon Oct 25 2004 meissner@suse.de
- Upgraded to 5.2.1rc2. Dropped merged patches, rediffed - Upgraded to 5.2.1rc2. Dropped merged patches, rediffed
old ones. old ones.
* Tue Aug 17 2004 - coolo@suse.de * Tue Aug 17 2004 coolo@suse.de
- fixing pre-requires - fixing pre-requires
* Thu Aug 12 2004 - meissner@suse.de * Thu Aug 12 2004 meissner@suse.de
- Upgrade to 5.1.2 final. - Upgrade to 5.1.2 final.
* Thu Jul 29 2004 - meissner@suse.de * Thu Jul 29 2004 meissner@suse.de
- Upgraded to upstream 5.1.2.rc2. - Upgraded to upstream 5.1.2.rc2.
* Fri Jul 23 2004 - meissner@suse.de * Fri Jul 23 2004 meissner@suse.de
- Upgraded to 5.1.2.rc1. - Upgraded to 5.1.2.rc1.
- Dropped some old patches / parts of old patches. - Dropped some old patches / parts of old patches.
- Fixed problem on little endian 64bit machines. - Fixed problem on little endian 64bit machines.
* Thu Jul 15 2004 - meissner@suse.de * Thu Jul 15 2004 meissner@suse.de
- removed double free on failure in netsnmp_register_old_api(). - removed double free on failure in netsnmp_register_old_api().
(bug #42580) (bug #42580)
- do not specify -c /etc/snmpd.conf (since it is already built in). - do not specify -c /etc/snmpd.conf (since it is already built in).
(bug #41706) (bug #41706)
- require openssl-devel in -devel package. - require openssl-devel in -devel package.
* Tue Jul 06 2004 - meissner@suse.de * Tue Jul 06 2004 meissner@suse.de
- replaced undefined C construct (x[n] = y[n++]) which caused the - replaced undefined C construct (x[n] = y[n++]) which caused the
testsuite to fail on i386. testsuite to fail on i386.
* Mon Jul 05 2004 - uli@suse.de * Mon Jul 05 2004 uli@suse.de
- sleep .3 s before starting agents (bug #42588) - sleep .3 s before starting agents (bug #42588)
* Wed Jun 30 2004 - meissner@suse.de * Wed Jun 30 2004 meissner@suse.de
- Fixed 2 places of file descriptor leakage which lead to segfaults - Fixed 2 places of file descriptor leakage which lead to segfaults
during readdir/fgets. #33958 during readdir/fgets. #33958
* Fri Mar 19 2004 - meissner@suse.de * Fri Mar 19 2004 meissner@suse.de
- remove the #define PACKAGE_ from the included autoconf - remove the #define PACKAGE_ from the included autoconf
generated config.h file. #36355 generated config.h file. #36355
* Fri Mar 19 2004 - ro@suse.de * Fri Mar 19 2004 ro@suse.de
- use stop_on_removal and restart_on_update macros (#36306) - use stop_on_removal and restart_on_update macros (#36306)
- package /var/log/net-snmp as %%ghost (#36435) - package /var/log/net-snmp as %%ghost (#36435)
* Tue Mar 16 2004 - ro@suse.de * Wed Mar 17 2004 ro@suse.de
- use mktemp in fixproc (#36103) - use mktemp in fixproc (#36103)
* Mon Mar 15 2004 - ro@suse.de * Mon Mar 15 2004 ro@suse.de
- avoid segfault in version-info (limit to 300 bytes) - avoid segfault in version-info (limit to 300 bytes)
- open devices with NONBLOCK, don't wait for cdrom - open devices with NONBLOCK, don't wait for cdrom
- avoid segfault in proc-cmdline output - avoid segfault in proc-cmdline output
* Mon Feb 16 2004 - ro@suse.de * Mon Feb 16 2004 ro@suse.de
- previous 64-bit fix went just one bit too far, fixed - previous 64-bit fix went just one bit too far, fixed
* Wed Feb 11 2004 - ro@suse.de * Wed Feb 11 2004 ro@suse.de
- added smux mib (for quagga) - added smux mib (for quagga)
* Mon Feb 09 2004 - ro@suse.de * Mon Feb 09 2004 ro@suse.de
- fix dlopen detection in configure - fix dlopen detection in configure
* Wed Feb 04 2004 - ro@suse.de * Wed Feb 04 2004 ro@suse.de
- added requires for perl-TermReadKey - added requires for perl-TermReadKey
* Tue Jan 20 2004 - ro@suse.de * Tue Jan 20 2004 ro@suse.de
- try to fix at least some 64bit issues (eg. #33958) - try to fix at least some 64bit issues (eg. #33958)
* Thu Jan 15 2004 - ro@suse.de * Thu Jan 15 2004 ro@suse.de
- update arguments in rc-script - update arguments in rc-script
* Fri Jan 09 2004 - kukuk@suse.de * Fri Jan 09 2004 kukuk@suse.de
- Fix some 64bit critical compiler warnings - Fix some 64bit critical compiler warnings
* Fri Dec 12 2003 - hare@suse.de * Fri Dec 12 2003 hare@suse.de
- Fixed includes for build with evlog. - Fixed includes for build with evlog.
* Fri Nov 14 2003 - ro@suse.de * Fri Nov 14 2003 ro@suse.de
- update to 5.1 - update to 5.1
* Fri Nov 14 2003 - ro@suse.de * Fri Nov 14 2003 ro@suse.de
- build perl module as perl-SNMP - build perl module as perl-SNMP
* Fri Nov 14 2003 - ro@suse.de * Fri Nov 14 2003 ro@suse.de
- enable ucd-snmp compatibility - enable ucd-snmp compatibility
* Thu Oct 23 2003 - ro@suse.de * Thu Oct 23 2003 ro@suse.de
- update to 5.1.pre2 - update to 5.1.pre2
* Thu Oct 23 2003 - ro@suse.de * Thu Oct 23 2003 ro@suse.de
- revised audit patch - revised audit patch
- branched devel subpackage - branched devel subpackage
- added rpm support - added rpm support
* Wed Oct 22 2003 - ro@suse.de * Wed Oct 22 2003 ro@suse.de
- created package and ported patches from ucd-snmp - created package and ported patches from ucd-snmp