Changelog for
perl-SNMP-5.4-10.1.x86_64.rpm :
Mon Nov 13 13:00:00 2006 mrueckertAATTsuse.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
- 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
- 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 14:00:00 2006 mrueckertAATTsuse.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 14:00:00 2006 mrueckertAATTsuse.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 14:00:00 2006 mrueckertAATTsuse.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 14:00:00 2006 mrueckertAATTsuse.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:00:00 2006 mrueckertAATTsuse.de
- logrotate does not like if the postrotate script returns with
a non zero returncode.
- add missing \"-e\" in echo line
Mon Apr 3 14:00:00 2006 mrueckertAATTsuse.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:00:00 2006 mrueckertAATTsuse.de
- run logrotate on startup if the logfile is too large. (#131072)
Tue Mar 28 14:00:00 2006 mrueckertAATTsuse.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 14:00:00 2006 mrueckertAATTsuse.de
- updated and reenabled the audit patch
Fri Mar 17 13:00:00 2006 mrueckertAATTsuse.de
- ported sysconfig options from sles9
SNMPD_LOGLEVEL -> SPECIFY the log level for the snmpd
SNMPD_USE_SMUX -> disable SMUX socket
Fri Mar 10 13:00:00 2006 mrueckertAATTsuse.de
- disable embedded perl for now.
Wed Mar 8 13:00:00 2006 mrueckertAATTsuse.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 13:00:00 2006 mrueckertAATTsuse.de
- we move the configs into /etc/snmp [#77935]
- removed debugging packages from the build requires.
Thu Feb 16 13:00:00 2006 mrueckertAATTsuse.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 13:00:00 2006 mrueckertAATTsuse.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 13:00:00 2006 mrueckertAATTsuse.de
- removed net-snmp-5.2.1-cmdline.diff
better solution from upstream
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Mon Jan 23 13:00:00 2006 mrueckertAATTsuse.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 13:00:00 2005 uliAATTsuse.de
- no point in running the test suite in QEMU
Wed Sep 7 14:00:00 2005 mrueckertAATTsuse.de
- Added rpm-devel to the requires of the -devel package
Fri Jun 17 14:00:00 2005 mrueckertAATTsuse.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 14:00:00 2005 mrueckertAATTsuse.de
- Fixed test suite for boxes with empty arp tables.
Tue May 17 14:00:00 2005 hvogelAATTsuse.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 13:00:00 2005 meissnerAATTsuse.de
- moved tkmib and mib2c
* to perl subpackage, since
they require it. #63992
Wed Feb 16 13:00:00 2005 meissnerAATTsuse.de
- Multiple non Intel CPU detection added.
Sun Feb 6 13:00:00 2005 meissnerAATTsuse.de
- Upgraded to 5.1.2 release. (lots of bugfixes as usual)
Wed Feb 2 13:00:00 2005 meissnerAATTsuse.de
- overflow counter32 and gauge32 on 64bit systems correctly. #50384
Fri Nov 26 13:00:00 2004 meissnerAATTsuse.de
- close all non standard filedescriptors on start.
Thu Nov 25 13:00:00 2004 meissnerAATTsuse.de
- Upgraded to 5.2 final.
Mon Oct 25 14:00:00 2004 meissnerAATTsuse.de
- Upgraded to 5.2.1rc2. Dropped merged patches, rediffed
old ones.
Tue Aug 17 14:00:00 2004 cooloAATTsuse.de
- fixing pre-requires
Thu Aug 12 14:00:00 2004 meissnerAATTsuse.de
- Upgrade to 5.1.2 final.
Thu Jul 29 14:00:00 2004 meissnerAATTsuse.de
- Upgraded to upstream 5.1.2.rc2.
Fri Jul 23 14:00:00 2004 meissnerAATTsuse.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:00:00 2004 meissnerAATTsuse.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 14:00:00 2004 meissnerAATTsuse.de
- replaced undefined C construct (x[n] = y[n++]) which caused the
testsuite to fail on i386.
Mon Jul 5 14:00:00 2004 uliAATTsuse.de
- sleep .3 s before starting agents (bug #42588)
Wed Jun 30 14:00:00 2004 meissnerAATTsuse.de
- Fixed 2 places of file descriptor leakage which lead to segfaults
during readdir/fgets. #33958
Fri Mar 19 13:00:00 2004 meissnerAATTsuse.de
- remove the #define PACKAGE_ from the included autoconf
generated config.h file. #36355
Fri Mar 19 13:00:00 2004 roAATTsuse.de
- use stop_on_removal and restart_on_update macros (#36306)
- package /var/log/net-snmp as %ghost (#36435)
Tue Mar 16 13:00:00 2004 roAATTsuse.de
- use mktemp in fixproc (#36103)
Mon Mar 15 13:00:00 2004 roAATTsuse.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 13:00:00 2004 roAATTsuse.de
- previous 64-bit fix went just one bit too far, fixed
Wed Feb 11 13:00:00 2004 roAATTsuse.de
- added smux mib (for quagga)
Mon Feb 9 13:00:00 2004 roAATTsuse.de
- fix dlopen detection in configure
Wed Feb 4 13:00:00 2004 roAATTsuse.de
- added requires for perl-TermReadKey
Tue Jan 20 13:00:00 2004 roAATTsuse.de
- try to fix at least some 64bit issues (eg. #33958)
Thu Jan 15 13:00:00 2004 roAATTsuse.de
- update arguments in rc-script
Fri Jan 9 13:00:00 2004 kukukAATTsuse.de
- Fix some 64bit critical compiler warnings
Fri Dec 12 13:00:00 2003 hareAATTsuse.de
- Fixed includes for build with evlog.
Fri Nov 14 13:00:00 2003 roAATTsuse.de
- update to 5.1
Fri Nov 14 13:00:00 2003 roAATTsuse.de
- build perl module as perl-SNMP
Fri Nov 14 13:00:00 2003 roAATTsuse.de
- enable ucd-snmp compatibility
Thu Oct 23 14:00:00 2003 roAATTsuse.de
- update to 5.1.pre2
Thu Oct 23 14:00:00 2003 roAATTsuse.de
- revised audit patch
- branched devel subpackage
- added rpm support
Wed Oct 22 14:00:00 2003 roAATTsuse.de
- created package and ported patches from ucd-snmp