net-snmp/net-snmp.changes

462 lines
16 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 25 11:53:31 CEST 2008 - prusnak@suse.cz
- fixed wrong SELinux context (selinux.patch) [Fate#303662]
-------------------------------------------------------------------
Fri Aug 22 16:19:33 CEST 2008 - mrueckert@suse.de
- fix init scripts
- use %fillup_only as we dont launch the daemon per default
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
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
- libsensors is in a separate package now.
-------------------------------------------------------------------
Thu Aug 2 00:46:50 CEST 2007 - mrueckert@suse.de
- update to 5.4.1
many small fixes. the highlights:
- link only needed libraries
- memleaks fixed
- python bindings (not yet packaged)
- rediffed net-snmp-5.4.rc1-autoconf.diff
new name net-snmp-5.4.1-autoconf.diff
- no longer build against lm_sensors on s390
- split out new packages:
libsnmp15, snmp-mibs
-------------------------------------------------------------------
Mon Nov 13 16:04:58 CET 2006 - mrueckert@suse.de
- update to 5.4.rc2:
tons of bugfixes, and new features. just to name a few:
- enabled embedded perl
- new MIB table to manage net-snmp access control extensions
- hal to abstract os specific aspects of the systems
- tree matching support for snmptrapd
- reworked transport creation in snmplib
- using the incoming ip for outgoing packets if possible.
- ipv6 aware tcp/udp mibs
- removed patches:
(all of them are either upstream or obsolete)
net-snmp-5.2.1-acinclude.diff
net-snmp-5.2.1-acquotation.patch
net-snmp-5.2.1-compat.patch
net-snmp-5.2.1-localperl.diff
net-snmp-5.2.1-perl.diff
net-snmp-5.3.0.1-64bit.diff
net-snmp-5.3.0.1_agentx_socket_path_doc.patch
net-snmp-5.3.0.1_deprecated_sysctl_retrans_time.patch
net-snmp-5.3.0.1_disman_mib_crash.patch
net-snmp-5.3.0.1_ethtool.patch
net-snmp-5.3.0.1_linux_types_header.patch
net-snmp-5.3.0.1_missing_ifNumber.patch
net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch
net-snmp-5.3.0.1_perl_ld_run_path.patch
net-snmp-5.3.0.1_sighup_vacm.patch
net-snmp-5.3.0.1-smux-trap.diff
net-snmp-5.3.0.1.tar.bz2
net-snmp-5.3.0.1_tcpwrapper_log_severity.patch
net-snmp-5.3.0.1_testsuite_no_smux.patch
net-snmp-5.3.0.1_tunnel_compilation.patch
net-snmp-5.3_perl_agent.xs-pointersize.patch
net-snmp-5.3_perl-printf.patch
net-snmp-5.4_default_store_return_value.patch
oid-names2_5.3.patch
- added net-snmp-5.4_net-snmp-config_headercheck.patch:
warn if net-snmp-config is used but development files are missing.
- updated net-snmp-5.2.1-autoconf.diff to apply cleanly against 5.4
new name: net-snmp-5.4.rc1-autoconf.diff
- updated net-snmp-5.2.1-versinfo.diff to apply cleanly against 5.4
new name: net-snmp-5.4.rc2-versinfo.diff
- 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
suite.
-------------------------------------------------------------------
Thu Oct 19 17:25:58 CEST 2006 - mrueckert@suse.de
- 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.
the patch removes/disables dead code.
-------------------------------------------------------------------
Fri Aug 4 02:34:14 CEST 2006 - mrueckert@suse.de
- added net-snmp-5.3.0.1_perl_ld_run_path.patch:
the old perl replacement line broke linking of the SNMP libraries
into the perl modules. the patch sets the LD_RUN_PATH for the
build process to LIBDIR. (#180888)
-------------------------------------------------------------------
Thu May 4 17:05:26 CEST 2006 - mrueckert@suse.de
- added net-snmp-5.3.0.1_sighup_vacm.patch:
The snmp agent was broken on SIGHUP. It lost all its MIB
informations. (upstream bug: #1473289)
- added net-snmp-5.3.0.1_deprecated_sysctl_retrans_time.patch:
The snmpd used a deprecated sysctl to get the retransmit time
from the kernel. We didnt use this module but the mib library
triggered the sysctl. The patch uses retrans_time_ms when
available and corrects the correction factor for the old sysctl.
(bug: #170140, upstream: #1437287)
- reenabled the lmsensors support. was disabled for testing and
never reenabled.
-------------------------------------------------------------------
Thu Apr 20 16:47:31 CEST 2006 - mrueckert@suse.de
- net-snmp-5.3.0.1_missing_ifNumber.patch:
The 5.3 agent on Linux systems did not implement the 'ifNumber'
MIB object. (#159501)
-------------------------------------------------------------------
Wed Apr 19 14:33:10 CEST 2006 - mrueckert@suse.de
- logrotate does not like if the postrotate script returns with
a non zero returncode.
- add missing "-e" in echo line
-------------------------------------------------------------------
Mon Apr 3 17:51:21 CEST 2006 - mrueckert@suse.de
- dont call "/etc/init.d/snmpd restart". this could start the
daemon unconditionally (too large log file).
switched to "/etc/init.d/snmpd try-restart"
-------------------------------------------------------------------
Mon Apr 3 14:51:39 CEST 2006 - mrueckert@suse.de
- run logrotate on startup if the logfile is too large. (#131072)
-------------------------------------------------------------------
Tue Mar 28 14:16:34 CEST 2006 - mrueckert@suse.de
- fix compilation with ethtool support. (#155709)
- added option to ignore accepted connections (#86634)
net-snmp-5.3.0.1_tcpwrapper_log_severity.patch
new sysconfig option: SNMPD_LOG_SUCCESSFUL_CONNECTIONS
- pass the correct path to configure to set the desired log file
- make smux listen to localhost by default. (#116742)
- remove confpath patch. (#147808,#159768)
-------------------------------------------------------------------
Mon Mar 27 15:30:26 CEST 2006 - mrueckert@suse.de
- updated and reenabled the audit patch
-------------------------------------------------------------------
Fri Mar 17 20:02:35 CET 2006 - mrueckert@suse.de
- ported sysconfig options from sles9
SNMPD_LOGLEVEL -> SPECIFY the log level for the snmpd
SNMPD_USE_SMUX -> disable SMUX socket
-------------------------------------------------------------------
Fri Mar 10 00:20:11 CET 2006 - mrueckert@suse.de
- disable embedded perl for now.
-------------------------------------------------------------------
Wed Mar 8 05:17:49 CET 2006 - mrueckert@suse.de
- added net-snmp-5.3.0.1_agentx_socket_path_doc.patch:
fixes: net-snmp snmpd.conf(5) manpage gives wrong default
for AgentXSocket (#129437)
- ported fix for bug #129923 from sles9
- suppress the error message in the ucd-snmp upgrade script
-------------------------------------------------------------------
Wed Feb 22 18:45:23 CET 2006 - mrueckert@suse.de
- we move the configs into /etc/snmp [#77935]
- removed debugging packages from the build requires.
-------------------------------------------------------------------
Thu Feb 16 16:03:38 CET 2006 - mrueckert@suse.de
- added net-snmp-5.3.0.1-smux-trap.diff
dont loose the value of string variables via smux traps [#150091]
-------------------------------------------------------------------
Fri Feb 3 16:39:21 CET 2006 - mrueckert@suse.de
- added net-snmp-5.3.0.1_disman_mib_crash.patch
o fixes a crash in the disman mib loading
- net-snmp-5.3.0.1_netsnmp_register_mib_crash.patch
o dont crash while registering mibs
- net-snmp-5.3_perl_agent.xs-pointersize.patch
o dont use int if you mean intptr_t(IV)
- net-snmp-5.3_perl-printf.patch
o unused format specifier in printf
- net-snmp-5.3_vendorperl.patch
o do make install_vendor
-------------------------------------------------------------------
Wed Jan 25 21:43:27 CET 2006 - mrueckert@suse.de
- removed net-snmp-5.2.1-cmdline.diff
better solution from upstream
-------------------------------------------------------------------
Wed Jan 25 21:38:36 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Jan 23 00:50:55 CET 2006 - mrueckert@suse.de
- update to version 5.3.0.1
- removed patches that got applied upstream or superseeded by
upstream fixes:
net-snmp-5.2.1-uptime.diff
net-snmp-5.2.1-typeclash.diff
net-snmp-5.2.1-gcc.diff
net-snmp-5.2.1-dlopen-conf.diff
net-snmp-5.2.1-enomedium.diff
net-snmp-5.2.1-mktemp.diff
net-snmp-5.2.1-close-all-fds.diff
net-snmp-5.2.1-more-cpus.diff
net-snmp-5.2.1-nowraplibs.patch
net-snmp-5.2.1.set-var-value.patch
- added 4 new patches:
net-snmp-5.3_perl_agent.xs-pointersize.patch
- fixes some casts of pointers to ints -> segfaults in the test
suite
net-snmp-5.3_perl-printf.patch
- fixes a printf warning
net-snmp-5.3_vendorperl.patch
- call perl modules install with install_vendor
net-snmp-5.1.1-pie.patch
- build snmpd and snmptrapd with pie
-------------------------------------------------------------------
Tue Nov 15 17:12:53 CET 2005 - uli@suse.de
- no point in running the test suite in QEMU
-------------------------------------------------------------------
Wed Sep 7 13:53:40 CEST 2005 - mrueckert@suse.de
- Added rpm-devel to the requires of the -devel package
-------------------------------------------------------------------
Fri Jun 17 17:46:41 CEST 2005 - mrueckert@suse.de
- added disman/event-mib to the mib list (Bug #91039)
- replaced patch25 (asn1 handling fix) with patch from the upstream.
(Bug #73804)
- build snmpd and snmptrap with with -fpie/-pie
-------------------------------------------------------------------
Fri Jun 10 11:43:48 CEST 2005 - mrueckert@suse.de
- Fixed test suite for boxes with empty arp tables.
-------------------------------------------------------------------
Tue May 17 12:52:00 CEST 2005 - hvogel@suse.de
- Include the right header for compat mode (Bug #64074)
- Fix length for type ASN_UNSIGNED (Bug #73804)
- Get rid of WRAPLIBS in net-snmp-config (Bug #75879)
- Fix ac quotation
-------------------------------------------------------------------
Tue Feb 22 14:28:17 CET 2005 - meissner@suse.de
- moved tkmib and mib2c* to perl subpackage, since
they require it. #63992
-------------------------------------------------------------------
Wed Feb 16 18:28:44 CET 2005 - meissner@suse.de
- Multiple non Intel CPU detection added.
-------------------------------------------------------------------
Sun Feb 6 18:50:48 CET 2005 - meissner@suse.de
- Upgraded to 5.1.2 release. (lots of bugfixes as usual)
-------------------------------------------------------------------
Wed Feb 2 22:06:33 CET 2005 - meissner@suse.de
- overflow counter32 and gauge32 on 64bit systems correctly. #50384
-------------------------------------------------------------------
Fri Nov 26 11:23:58 CET 2004 - meissner@suse.de
- close all non standard filedescriptors on start.
-------------------------------------------------------------------
Thu Nov 25 12:01:56 CET 2004 - meissner@suse.de
- Upgraded to 5.2 final.
-------------------------------------------------------------------
Mon Oct 25 17:16:58 CEST 2004 - meissner@suse.de
- Upgraded to 5.2.1rc2. Dropped merged patches, rediffed
old ones.
-------------------------------------------------------------------
Tue Aug 17 14:28:42 CEST 2004 - coolo@suse.de
- fixing pre-requires
-------------------------------------------------------------------
Thu Aug 12 17:40:53 CEST 2004 - meissner@suse.de
- Upgrade to 5.1.2 final.
-------------------------------------------------------------------
Thu Jul 29 15:29:32 CEST 2004 - meissner@suse.de
- Upgraded to upstream 5.1.2.rc2.
-------------------------------------------------------------------
Fri Jul 23 13:03:17 CEST 2004 - meissner@suse.de
- Upgraded to 5.1.2.rc1.
- Dropped some old patches / parts of old patches.
- Fixed problem on little endian 64bit machines.
-------------------------------------------------------------------
Thu Jul 15 14:45:08 CEST 2004 - meissner@suse.de
- removed double free on failure in netsnmp_register_old_api().
(bug #42580)
- do not specify -c /etc/snmpd.conf (since it is already built in).
(bug #41706)
- require openssl-devel in -devel package.
-------------------------------------------------------------------
Tue Jul 6 16:15:23 CEST 2004 - meissner@suse.de
- replaced undefined C construct (x[n] = y[n++]) which caused the
testsuite to fail on i386.
-------------------------------------------------------------------
Mon Jul 5 11:45:35 CEST 2004 - uli@suse.de
- sleep .3 s before starting agents (bug #42588)
-------------------------------------------------------------------
Wed Jun 30 09:42:51 CEST 2004 - meissner@suse.de
- Fixed 2 places of file descriptor leakage which lead to segfaults
during readdir/fgets. #33958
-------------------------------------------------------------------
Fri Mar 19 16:22:35 CET 2004 - meissner@suse.de
- remove the #define PACKAGE_ from the included autoconf
generated config.h file. #36355
-------------------------------------------------------------------
Fri Mar 19 00:56:32 CET 2004 - ro@suse.de
- use stop_on_removal and restart_on_update macros (#36306)
- package /var/log/net-snmp as %ghost (#36435)
-------------------------------------------------------------------
Tue Mar 16 23:20:36 CET 2004 - ro@suse.de
- use mktemp in fixproc (#36103)
-------------------------------------------------------------------
Mon Mar 15 16:56:15 CET 2004 - ro@suse.de
- avoid segfault in version-info (limit to 300 bytes)
- open devices with NONBLOCK, don't wait for cdrom
- avoid segfault in proc-cmdline output
-------------------------------------------------------------------
Mon Feb 16 14:26:25 CET 2004 - ro@suse.de
- previous 64-bit fix went just one bit too far, fixed
-------------------------------------------------------------------
Wed Feb 11 17:22:14 CET 2004 - ro@suse.de
- added smux mib (for quagga)
-------------------------------------------------------------------
Mon Feb 9 15:28:16 CET 2004 - ro@suse.de
- fix dlopen detection in configure
-------------------------------------------------------------------
Wed Feb 4 11:57:54 CET 2004 - ro@suse.de
- added requires for perl-TermReadKey
-------------------------------------------------------------------
Tue Jan 20 17:03:52 CET 2004 - ro@suse.de
- try to fix at least some 64bit issues (eg. #33958)
-------------------------------------------------------------------
Thu Jan 15 17:35:03 CET 2004 - ro@suse.de
- update arguments in rc-script
-------------------------------------------------------------------
Fri Jan 9 12:24:10 CET 2004 - kukuk@suse.de
- Fix some 64bit critical compiler warnings
-------------------------------------------------------------------
Fri Dec 12 12:09:03 CET 2003 - hare@suse.de
- Fixed includes for build with evlog.
-------------------------------------------------------------------
Fri Nov 14 12:55:17 CET 2003 - ro@suse.de
- update to 5.1
-------------------------------------------------------------------
Fri Nov 14 12:54:47 CET 2003 - ro@suse.de
- build perl module as perl-SNMP
-------------------------------------------------------------------
Fri Nov 14 12:54:41 CET 2003 - ro@suse.de
- enable ucd-snmp compatibility
-------------------------------------------------------------------
Thu Oct 23 16:41:21 CEST 2003 - ro@suse.de
- update to 5.1.pre2
-------------------------------------------------------------------
Thu Oct 23 15:55:33 CEST 2003 - ro@suse.de
- revised audit patch
- branched devel subpackage
- added rpm support
-------------------------------------------------------------------
Wed Oct 22 17:29:22 CEST 2003 - ro@suse.de
- created package and ported patches from ucd-snmp