23ac29
# use nestnmp_check 0 to speed up packaging by disabling 'make test'
23ac29
%{!?netsnmp_check: %global netsnmp_check 1}
23ac29
23ac29
# Arches on which we need to prevent arch conflicts on net-snmp-config.h
23ac29
%global multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 sparc sparcv9 sparc64 aarch64
23ac29
23ac29
# actual soname version
23ac29
%global soname  35
23ac29
23ac29
Summary:    A collection of SNMP protocol tools and libraries
23ac29
Name:       net-snmp
23ac29
Version:    5.8
872173
Release:    27%{?dist}
23ac29
Epoch:      1
23ac29
23ac29
License:    BSD
23ac29
URL:        http://net-snmp.sourceforge.net/
23ac29
Source0:    https://downloads.sourceforge.net/project/net-snmp/net-snmp/%{version}/net-snmp-%{version}.tar.gz
23ac29
Source1:    net-snmp.redhat.conf
23ac29
Source2:    net-snmp-config.h
23ac29
Source3:    net-snmp-config
23ac29
Source4:    net-snmp-trapd.redhat.conf
23ac29
Source5:    net-snmpd.sysconfig
23ac29
Source6:    net-snmptrapd.sysconfig
23ac29
Source7:    net-snmp-tmpfs.conf
23ac29
Source8:    snmpd.service
23ac29
Source9:    snmptrapd.service
23ac29
Source10:   IETF-MIB-LICENSE.txt
23ac29
Patch1:     net-snmp-5.7.2-pie.patch
23ac29
Patch2:     net-snmp-5.8-dir-fix.patch
23ac29
Patch3:     net-snmp-5.8-multilib.patch
23ac29
Patch4:     net-snmp-5.8-test-debug.patch
23ac29
Patch5:     net-snmp-5.7.2-autoreconf.patch
23ac29
Patch6:     net-snmp-5.8-agentx-disconnect-crash.patch
23ac29
Patch7:     net-snmp-5.7.2-cert-path.patch
23ac29
Patch8:     net-snmp-5.8-cflags.patch
23ac29
Patch9:     net-snmp-5.8-Remove-U64-typedef.patch
23ac29
Patch10:    net-snmp-5.8-libnetsnmptrapd-against-MYSQL_LIBS.patch
23ac29
Patch11:    net-snmp-5.7.3-iterator-fix.patch
23ac29
Patch12:    net-snmp-5.8-autofs-skip.patch
23ac29
Patch13:    net-snmp-5.8-usage-exit.patch
23ac29
Patch14:    net-snmp-5.8-coverity.patch
23ac29
Patch15:    net-snmp-5.8-ipv6-clientaddr.patch
23ac29
Patch16:    net-snmp-5.8-agent-of-death.patch
23ac29
Patch17:    net-snmp-5.8-trapsink.patch
23ac29
Patch18:    net-snmp-5.8-flood-messages.patch
23ac29
Patch19:    net-snmp-5.8-v3-forward.patch
23ac29
Patch20:    net-snmp-5.8-sec-counter.patch
17a0ab
Patch21:    net-snmp-5.8-proxy-getnext.patch
17a0ab
Patch22:    net-snmp-5.8-dskTable-dynamic.patch
17a0ab
Patch23:    net-snmp-5.8-expand-SNMPCONFPATH.patch
cd5c0a
Patch24:    net-snmp-5.8-duplicate-ipAddress.patch
cd5c0a
Patch25:    net-snmp-5.8-memory-reporting.patch
cd5c0a
Patch26:    net-snmp-5.8-man-page.patch
cd5c0a
Patch27:    net-snmp-5.8-ipAddress-faster-load.patch
cd5c0a
Patch28:    net-snmp-5.8-rpm-memory-leak.patch
cd5c0a
Patch29:    net-snmp-5.8-sec-memory-leak.patch
cd5c0a
Patch30:    net-snmp-5.8-aes-config.patch
8b097a
Patch31:    net-snmp-5.7.2-CVE-2020-15862.patch
8b097a
Patch32:    net-snmp-5.8-bulk.patch
8b097a
Patch33:    net-snmp-5.8-clientaddr-error-message.patch
8b097a
Patch34:    net-snmp-5.8-ipv6-disabled.patch
8b097a
Patch35:    net-snmp-5.8-empty-passphrase.patch
abc426
Patch36:    net-snmp-5.8-asn-parse-nlength.patch
db9c9a
Patch37:    net-snmp-5.8-double-IP-parsing.patch
db9c9a
Patch38:    net-snmp-5.8-digest-from-ECC.patch
db9c9a
Patch39:    net-snmp-5.8-broken-errmsg.patch
db9c9a
Patch40:    net-snmp-5.8-intermediate-certs.patch
db9c9a
Patch41:    net-snmp-5.8-fix-cert-crash.patch
e194dd
Patch42:    net-snmp-5.8-engine-id.patch
23f148
Patch43:    net-snmp-5.8-certs.patch
95811f
Patch44:    net-snmp-5.8-util-fix.patch
fac030
Patch45:    net-snmp-5.8-deleted-iface.patch
318569
Patch46:    net-snmp-5.8-memleak-backport.patch
872173
Patch47:    net-snmp-5.8-dev-mem-leak.patch
872173
Patch48:    net-snmp-5.8-CVE-2022-44792-44793.patch
872173
Patch49:    net-snmp-5.8-ipv6-disable-leak.patch
872173
Patch50:    net-snmp-5.8-proxy-time-out.patch
23ac29
23ac29
# Modern RPM API means at least EL6
23ac29
Patch101:   net-snmp-5.8-modern-rpm-api.patch
23ac29
23ac29
Requires:        %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
Requires:        %{name}-agent-libs%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
BuildRequires:   gcc
23ac29
# This is actually needed for the %%triggerun script but Requires(triggerun)
23ac29
# is not valid.  We can use %%post because this particular %%triggerun script
23ac29
# should fire just after this package is installed.
23ac29
%{?systemd_requires}
23ac29
BuildRequires: systemd
23ac29
23ac29
BuildRequires:   openssl-devel, bzip2-devel, elfutils-devel
23ac29
BuildRequires:   libselinux-devel, elfutils-libelf-devel, rpm-devel
23ac29
BuildRequires:   perl-devel, perl(ExtUtils::Embed), procps
23ac29
BuildRequires:   python3-devel, python3-setuptools
23ac29
BuildRequires:   chrpath
23ac29
BuildRequires:   mariadb-connector-c-devel
23ac29
# for netstat, needed by 'make test'
23ac29
BuildRequires:   net-tools
23ac29
# for make test
23ac29
BuildRequires:   perl(TAP::Harness)
23ac29
%ifnarch s390 s390x ppc64le
23ac29
BuildRequires:   lm_sensors-devel >= 3
23ac29
%endif
23ac29
BuildRequires:   autoconf, automake
23ac29
23ac29
%description
23ac29
SNMP (Simple Network Management Protocol) is a protocol used for
23ac29
network management. The NET-SNMP project includes various SNMP tools:
23ac29
an extensible agent, an SNMP library, tools for requesting or setting
23ac29
information from SNMP agents, tools for generating and handling SNMP
23ac29
traps, a version of the netstat command which uses SNMP, and a Tk/Perl
23ac29
mib browser. This package contains the snmpd and snmptrapd daemons,
23ac29
documentation, etc.
23ac29
23ac29
You will probably also want to install the net-snmp-utils package,
23ac29
which contains NET-SNMP utilities.
23ac29
23ac29
%package utils
23ac29
Summary:  Network management utilities using SNMP, from the NET-SNMP project
23ac29
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
BuildRequires: gcc
23ac29
23ac29
%description utils
23ac29
The net-snmp-utils package contains various utilities for use with the
23ac29
NET-SNMP network management project.
23ac29
23ac29
Install this package if you need utilities for managing your network
23ac29
using the SNMP protocol. You will also need to install the net-snmp
23ac29
package.
23ac29
23ac29
%package devel
23ac29
Summary:  The development environment for the NET-SNMP project
23ac29
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
Requires: %{name}-agent-libs%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel, openssl-devel
23ac29
%ifnarch s390 s390x ppc64le
23ac29
Requires: lm_sensors-devel
23ac29
%endif
23ac29
# pull perl development libraries, net-snmp agent libraries may link to them
23ac29
Requires: perl-devel%{?_isa}, gcc
23ac29
23ac29
%description devel
23ac29
The net-snmp-devel package contains the development libraries and
23ac29
header files for use with the NET-SNMP project's network management
23ac29
tools.
23ac29
23ac29
Install the net-snmp-devel package if you would like to develop
23ac29
applications for use with the NET-SNMP project's network management
23ac29
tools. You'll also need to have the net-snmp and net-snmp-utils
23ac29
packages installed.
23ac29
23ac29
%package perl
23ac29
Summary:       The perl NET-SNMP module and the mib2c tool
23ac29
Requires:      %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}, perl-interpreter
23ac29
Requires:      %{name}-agent-libs%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
BuildRequires: perl-interpreter
23ac29
BuildRequires: perl-generators
23ac29
23ac29
%description perl
23ac29
The net-snmp-perl package contains the perl files to use SNMP from within
23ac29
Perl.
23ac29
23ac29
Install the net-snmp-perl package, if you want to use mib2c or SNMP 
23ac29
with perl.
23ac29
23ac29
%package gui
23ac29
Summary:  An interactive graphical MIB browser for SNMP
23ac29
Requires: perl-Tk, net-snmp-perl%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
23ac29
%description gui
23ac29
The net-snmp-gui package contains tkmib utility, which is a graphical user 
23ac29
interface for browsing the Message Information Bases (MIBs). It is also 
23ac29
capable of sending or retrieving the SNMP management information to/from 
23ac29
the remote agents interactively.
23ac29
23ac29
Install the net-snmp-gui package, if you want to use this interactive utility.
23ac29
23ac29
%package libs
23ac29
Summary: The NET-SNMP runtime client libraries
23ac29
23ac29
%description libs
23ac29
The net-snmp-libs package contains the runtime client libraries for shared
23ac29
binaries and applications.
23ac29
23ac29
%package agent-libs
23ac29
Summary:   The NET-SNMP runtime agent libraries
23ac29
# the libs link against libperl.so:
23ac29
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
23ac29
Requires:  %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
23ac29
23ac29
%description agent-libs
23ac29
The net-snmp-agent-libs package contains the runtime agent libraries for shared
23ac29
binaries and applications.
23ac29
23ac29
%prep
23ac29
%setup -q
23ac29
cp %{SOURCE10} .
23ac29
rm -r python
23ac29
23ac29
%ifnarch ia64
23ac29
%patch1 -p1 -b .pie
23ac29
%endif
23ac29
23ac29
%patch2 -p1 -b .dir-fix
23ac29
%patch3 -p1 -b .multilib
23ac29
%patch4 -p1
23ac29
%patch5 -p1 -b .autoreconf
23ac29
%patch6 -p1 -b .agentx-disconnect-crash
23ac29
%patch7 -p1 -b .cert-path
23ac29
%patch8 -p1 -b .cflags
23ac29
%patch9 -p1 -b .u64-remove
23ac29
%patch10 -p1 -b .perlfix
23ac29
%patch11 -p1 -b .iterator-fix
23ac29
%patch12 -p1 -b .autofs-skip
23ac29
%patch13 -p1 -b .usage-fix
23ac29
%patch14 -p1 -b .coverity
23ac29
%patch15 -p1 -b .ipv6-clientaddr
23ac29
%patch16 -p1 -b .agent-of-death
23ac29
%patch17 -p1 -b .trapsink
23ac29
%patch18 -p1 -b .flood-messages
23ac29
%patch19 -p1 -b .v3-forward
23ac29
%patch20 -p1 -b .sec-counter
17a0ab
%patch21 -p1 -b .proxy-getnext
17a0ab
%patch22 -p1 -b .dskTable-dynamic
17a0ab
%patch23 -p1 -b .expand-SNMPCONFPATH
cd5c0a
%patch24 -p1 -b .duplicate-ipAddress
cd5c0a
%patch25 -p1 -b .memory-reporting
cd5c0a
%patch26 -p1 -b .man-page
cd5c0a
%patch27 -p1 -b .ipAddress-faster-load
cd5c0a
%patch28 -p1 -b .rpm-memory-leak
cd5c0a
%patch29 -p1 -b .sec-memory-leak
cd5c0a
%patch30 -p1 -b .aes-config
8b097a
%patch31 -p1 -b .CVE-2020-15862
8b097a
%patch32 -p1 -b .bulk
8b097a
%patch33 -p1 -b .clientaddr-error-message
8b097a
%patch34 -p1 -b .ipv6-disabled
8b097a
%patch35 -p1 -b .empty-passphrase
abc426
%patch36 -p1 -b .asn-parse-nlength
db9c9a
%patch37 -p1 -b .double-IP-parsing
db9c9a
%patch38 -p1 -b .digest-from-ECC
db9c9a
%patch39 -p1 -b .broken-errmsg
db9c9a
%patch40 -p1 -b .intermediate-certs
db9c9a
%patch41 -p1 -b .fix-cert-crash
e194dd
%patch42 -p1 -b .engine-id
23f148
%patch43 -p1 -b .certs
95811f
%patch44 -p1 -b .utils
fac030
%patch45 -p1 -b .ifaces
318569
%patch46 -p1 -b .memleak-backport
872173
%patch47 -p1 -b .dev-mem-leak
872173
%patch48 -p1 
872173
%patch49 -p1 -b .ipv6-disable-leak
872173
%patch50 -p1 -b .proxy-time-out
23ac29
23ac29
%patch101 -p1 -b .modern-rpm-api
23ac29
23ac29
%ifarch sparc64 s390 s390x
23ac29
# disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=680697
23ac29
rm testing/fulltests/default/T200*
23ac29
%endif
23ac29
23ac29
%build
23ac29
23ac29
# Autoreconf to get autoconf 2.69 for ARM (#926223)
23ac29
autoreconf
23ac29
23ac29
MIBS="host agentx smux \
23ac29
     ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
23ac29
     ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \
23ac29
     ip-mib/ipAddressPrefixTable/ipAddressPrefixTable \
23ac29
     ip-mib/ipDefaultRouterTable/ipDefaultRouterTable \
23ac29
     ip-mib/ipv6ScopeZoneIndexTable ip-mib/ipIfStatsTable \
23ac29
     sctp-mib rmon-mib etherlike-mib"
23ac29
23ac29
%ifnarch s390 s390x ppc64le
23ac29
# there are no lm_sensors on s390
23ac29
MIBS="$MIBS ucd-snmp/lmsensorsMib"
23ac29
%endif
23ac29
23ac29
%configure \
23ac29
    --disable-static --enable-shared \
23ac29
    --enable-as-needed \
17a0ab
    --enable-blumenthal-aes \
23ac29
    --enable-embedded-perl \
23ac29
    --enable-ipv6 \
23ac29
    --enable-local-smux \
23ac29
    --enable-mfd-rewrites \
23ac29
    --enable-ucd-snmp-compatibility \
23ac29
    --sysconfdir=%{_sysconfdir} \
23ac29
    --with-cflags="$RPM_OPT_FLAGS" \
4334a4
    --with-ldflags="-Wl,-z,relro -Wl,-z,now -lm" \
23ac29
    --with-logfile="/var/log/snmpd.log" \
23ac29
    --with-mib-modules="$MIBS" \
23ac29
    --with-mysql \
23ac29
    --with-openssl \
23ac29
    --with-persistent-directory="/var/lib/net-snmp" \
23ac29
    --with-perl-modules="INSTALLDIRS=vendor" \
23ac29
    --with-pic \
23ac29
    --with-security-modules=tsm  \
23ac29
    --with-sys-location="Unknown" \
23ac29
    --with-systemd \
23ac29
    --with-temp-file-pattern=/run/net-snmp/snmp-tmp-XXXXXX \
23ac29
    --with-transports="DTLSUDP TLSTCP" \
23ac29
    --with-sys-contact="root@localhost" <
23ac29
EOF
23ac29
23ac29
# store original libtool file, we will need it later
23ac29
cp libtool libtool.orig
23ac29
# remove rpath from libtool
23ac29
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
23ac29
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
23ac29
23ac29
# the package is not %%_smp_mflags safe
23ac29
make
23ac29
23ac29
# remove rpath from compiled perl libs
23ac29
find perl/blib -type f -name "*.so" -print -exec chrpath --delete {} \;
23ac29
23ac29
%install
23ac29
make install DESTDIR=%{buildroot}
23ac29
23ac29
# Determine which arch net-snmp-config.h is going to try to #include.
23ac29
basearch=%{_arch}
23ac29
%ifarch %{ix86}
23ac29
basearch=i386
23ac29
%endif
23ac29
23ac29
%ifarch %{multilib_arches}
23ac29
# Do an net-snmp-config.h switcheroo to avoid file conflicts on systems where you
23ac29
# can have both a 32- and 64-bit version of the library, as they each need
23ac29
# their own correct-but-different versions of net-snmp-config.h to be usable.
23ac29
mv %{buildroot}/%{_bindir}/net-snmp-config %{buildroot}/%{_bindir}/net-snmp-config-${basearch}
23ac29
install -m 755 %SOURCE3 %{buildroot}/%{_bindir}/net-snmp-config
23ac29
mv %{buildroot}/%{_includedir}/net-snmp/net-snmp-config.h %{buildroot}/%{_includedir}/net-snmp/net-snmp-config-${basearch}.h
23ac29
install -m644 %SOURCE2 %{buildroot}/%{_includedir}/net-snmp/net-snmp-config.h
23ac29
%endif
23ac29
23ac29
install -d %{buildroot}%{_sysconfdir}/snmp
23ac29
install -m 644 %SOURCE1 %{buildroot}%{_sysconfdir}/snmp/snmpd.conf
23ac29
install -m 644 %SOURCE4 %{buildroot}%{_sysconfdir}/snmp/snmptrapd.conf
23ac29
23ac29
install -d %{buildroot}%{_sysconfdir}/sysconfig
23ac29
install -m 644 %SOURCE5 %{buildroot}%{_sysconfdir}/sysconfig/snmpd
23ac29
install -m 644 %SOURCE6 %{buildroot}%{_sysconfdir}/sysconfig/snmptrapd
23ac29
23ac29
# prepare /var/lib/net-snmp
23ac29
install -d %{buildroot}%{_localstatedir}/lib/net-snmp
23ac29
install -d %{buildroot}%{_localstatedir}/lib/net-snmp/mib_indexes
23ac29
install -d %{buildroot}%{_localstatedir}/lib/net-snmp/cert_indexes
23ac29
install -d %{buildroot}%{_localstatedir}/run/net-snmp
23ac29
23ac29
# remove things we don't want to distribute
23ac29
rm -f %{buildroot}%{_bindir}/snmpinform
23ac29
ln -s snmptrap %{buildroot}/usr/bin/snmpinform
23ac29
rm -f %{buildroot}%{_bindir}/snmpcheck
23ac29
rm -f %{buildroot}/%{_bindir}/fixproc
23ac29
rm -f %{buildroot}/%{_mandir}/man1/fixproc*
23ac29
rm -f %{buildroot}/%{_bindir}/ipf-mod.pl
23ac29
rm -f %{buildroot}/%{_libdir}/*.la
23ac29
rm -f %{buildroot}/%{_libdir}/libsnmp*
23ac29
23ac29
# remove special perl files
23ac29
find %{buildroot} -name perllocal.pod \
23ac29
    -o -name .packlist \
23ac29
    -o -name "*.bs" \
23ac29
    -o -name Makefile.subs.pl \
23ac29
    | xargs -ri rm -f {}
23ac29
# remove docs that do not apply to Linux
23ac29
rm -f README.aix README.hpux11 README.osX README.Panasonic_AM3X.txt README.solaris README.win32
23ac29
23ac29
# copy missing mib2c.conf files
23ac29
install -m 644 local/mib2c.*.conf %{buildroot}%{_datadir}/snmp
23ac29
23ac29
find %{buildroot} -name '*.so' | xargs chmod 0755
23ac29
23ac29
# trim down massive ChangeLog
23ac29
dd bs=1024 count=250 if=ChangeLog of=ChangeLog.trimmed
23ac29
23ac29
# convert files to UTF-8
23ac29
for file in README COPYING; do
23ac29
    iconv -f 8859_1 -t UTF-8 <$file >$file.utf8
23ac29
    mv $file.utf8 $file
23ac29
done
23ac29
23ac29
# remove executable bit from documentation samples
23ac29
chmod 644 local/passtest local/ipf-mod.pl
23ac29
23ac29
# dirty hack for #603243, until it's fixed properly upstream
23ac29
install -m 755 -d %{buildroot}/usr/include/net-snmp/agent/util_funcs
23ac29
install -m 644  agent/mibgroup/util_funcs/*.h %{buildroot}/usr/include/net-snmp/agent/util_funcs
23ac29
23ac29
# systemd stuff
23ac29
install -m 755 -d %{buildroot}/%{_tmpfilesdir}
23ac29
install -m 644 %SOURCE7 %{buildroot}/%{_tmpfilesdir}/net-snmp.conf
23ac29
install -m 755 -d %{buildroot}/%{_unitdir}
23ac29
install -m 644 %SOURCE8 %SOURCE9 %{buildroot}/%{_unitdir}/
23ac29
23ac29
%check
23ac29
%if %{netsnmp_check}
23ac29
%ifarch ppc ppc64
23ac29
rm -vf testing/fulltests/default/T200snmpv2cwalkall_simple
23ac29
%endif
23ac29
# restore libtool, for unknown reason it does not work with the one without rpath
23ac29
cp -f libtool.orig libtool
23ac29
# temporary workaround to make test "extending agent functionality with pass" working
23ac29
chmod 755 local/passtest
23ac29
23ac29
LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
23ac29
%endif
23ac29
23ac29
23ac29
%post
23ac29
%systemd_post snmpd.service snmptrapd.service
23ac29
23ac29
%preun
23ac29
%systemd_preun snmpd.service snmptrapd.service
23ac29
23ac29
23ac29
%postun
23ac29
%systemd_postun_with_restart snmpd.service snmptrapd.service
23ac29
23ac29
%ldconfig_scriptlets libs
23ac29
%ldconfig_scriptlets agent-libs
23ac29
23ac29
%files
23ac29
%doc COPYING ChangeLog.trimmed EXAMPLE.conf FAQ NEWS TODO
23ac29
%doc README README.agent-mibs README.agentx README.krb5 README.snmpv3
23ac29
%doc local/passtest local/ipf-mod.pl
23ac29
%doc README.thread AGENT.txt PORTING local/README.mib2c
23ac29
%doc IETF-MIB-LICENSE.txt
23ac29
%dir %{_sysconfdir}/snmp
8b097a
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/snmp/snmpd.conf
8b097a
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/snmp/snmptrapd.conf
23ac29
%{_bindir}/snmpconf
23ac29
%{_bindir}/net-snmp-create-v3-user
23ac29
%{_sbindir}/*
23ac29
%attr(0644,root,root) %{_mandir}/man[58]/snmp*d*
23ac29
%attr(0644,root,root) %{_mandir}/man5/snmp_config.5.gz
23ac29
%attr(0644,root,root) %{_mandir}/man5/variables*
23ac29
%attr(0644,root,root) %{_mandir}/man1/net-snmp-create-v3-user*
23ac29
%attr(0644,root,root) %{_mandir}/man1/snmpconf.1.gz
23ac29
%dir %{_datadir}/snmp
23ac29
%{_datadir}/snmp/snmpconf-data
23ac29
%dir %{_localstatedir}/run/net-snmp
23ac29
%{_tmpfilesdir}/net-snmp.conf
23ac29
%{_unitdir}/snmp*
23ac29
%config(noreplace) %{_sysconfdir}/sysconfig/snmpd
23ac29
%config(noreplace) %{_sysconfdir}/sysconfig/snmptrapd
23ac29
%{_bindir}/agentxtrap
23ac29
%attr(0644,root,root) %{_mandir}/man1/agentxtrap.1*
23ac29
23ac29
%files utils
23ac29
%{_bindir}/encode_keychange
23ac29
%{_bindir}/snmp[^c-]*
23ac29
%attr(0644,root,root) %{_mandir}/man1/snmp[^-]*.1*
23ac29
%attr(0644,root,root) %{_mandir}/man1/encode_keychange*.1*
23ac29
%attr(0644,root,root) %{_mandir}/man5/snmp.conf.5.gz
23ac29
%attr(0644,root,root) %{_mandir}/man5/variables.5.gz
23ac29
23ac29
%files devel
23ac29
%{_libdir}/lib*.so
23ac29
/usr/include/*
23ac29
%attr(0644,root,root) %{_mandir}/man3/*.3.*
23ac29
%attr(0755,root,root) %{_bindir}/net-snmp-config*
23ac29
%attr(0644,root,root) %{_mandir}/man1/net-snmp-config*.1.*
23ac29
23ac29
%files perl
23ac29
%{_bindir}/mib2c-update
23ac29
%{_bindir}/mib2c
23ac29
%{_bindir}/snmp-bridge-mib
23ac29
%{_bindir}/net-snmp-cert
23ac29
%{_bindir}/checkbandwidth
23ac29
%dir %{_datadir}/snmp
23ac29
%{_datadir}/snmp/mib2c*
23ac29
%{_datadir}/snmp/*.pl
23ac29
%{_bindir}/traptoemail
23ac29
%attr(0644,root,root) %{_mandir}/man[15]/mib2c*
23ac29
%attr(0644,root,root) %{_mandir}/man3/*.3pm.*
23ac29
%attr(0644,root,root) %{_mandir}/man1/traptoemail*.1*
23ac29
%attr(0644,root,root) %{_mandir}/man1/snmp-bridge-mib.1*
23ac29
%{perl_vendorarch}/*SNMP*
23ac29
%{perl_vendorarch}/auto/*SNMP*
23ac29
%{perl_vendorarch}/auto/Bundle/*SNMP*
23ac29
%{perl_vendorarch}/Bundle/MakefileSubs.pm
23ac29
23ac29
%files gui
23ac29
%{_bindir}/tkmib
23ac29
%attr(0644,root,root) %{_mandir}/man1/tkmib.1*
23ac29
23ac29
%files libs
23ac29
%doc COPYING README ChangeLog.trimmed FAQ NEWS TODO
23ac29
%doc IETF-MIB-LICENSE.txt
23ac29
%{_libdir}/libnetsnmp.so.%{soname}*
23ac29
%dir %{_datadir}/snmp
23ac29
%dir %{_datadir}/snmp/mibs
23ac29
%{_datadir}/snmp/mibs/*
23ac29
%dir %{_localstatedir}/lib/net-snmp
23ac29
%dir %{_localstatedir}/lib/net-snmp/mib_indexes
23ac29
%dir %{_localstatedir}/lib/net-snmp/cert_indexes
23ac29
23ac29
%files agent-libs
23ac29
%{_libdir}/libnetsnmpagent*.so.%{soname}*
23ac29
%{_libdir}/libnetsnmphelpers*.so.%{soname}*
23ac29
%{_libdir}/libnetsnmpmibs*.so.%{soname}*
23ac29
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
23ac29
23ac29
%changelog
872173
* Tue Jan 31 2023 Josef Ridky <jridky@redhat.com> - 1:5.8-27
872173
- fix memory leak due of proc file creating (#2105957)
872173
- fix CVE-2022-44792 and CVE-2022-44793 (#2141901) and (#2141905)
872173
- fix memory leak when ipv6 disable set to 1 (#2151537)
872173
- fix proxy timeout issue (#2160723)
872173
318569
* Mon Oct 17 2022 Josef Ridky <jridky@redhat.com> - 1:5.8-26
318569
- backport two memory leaks from upstream (#2134635)
318569
fac030
* Mon Feb 21 2022 Josef Ridky <jridky@redhat.com> - 1:5.8-25
fac030
- fix segfault with error on subcontainer (#2051370)
fac030
95811f
* Thu Dec 09 2021 Josef Ridky <jridky@redhat.com> - 1:5.8-24
95811f
- fix dereferencing null pointer (#2021403)
95811f
23f148
* Mon Oct 11 2021 Josef Ridky <jridky@redhat.com> - 1:5.8-23
23f148
- net-snmp-cert gencert create SHA512 (#1908331)
23f148
e194dd
* Mon Jun 28 2021 Josef Ridky <jridky@redhat.com> - 1:5.8-22
e194dd
- update engineTime when sending traps (#1973252)
e194dd
db9c9a
* Wed Jun 09 2021 Josef Ridky <jridky@redhat.com> - 1:5.8-21
db9c9a
- prevent parsing IP address twice (#1768908)
db9c9a
- add support for digests detected from ECC certs (#1919714)
db9c9a
- fix broken ErrorMsg at ucd-snmp (#1933150)
db9c9a
- add support for intermediate certs (#1914656)
db9c9a
- fix crash of certs with longer extension (#1908718)
db9c9a
abc426
* Tue Jan 05 2021 Josef Ridky <jridky@redhat.com> - 1:5.8-20
abc426
- fix issue with parsing of long traps (#1912242)
abc426
- modify fix for #1877375
abc426
8b097a
* Tue Dec 01 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-19
8b097a
- revert permission of config files to 600 (#1601060)
8b097a
- fix error message when the address specified by clientaddr option
8b097a
  is wrong or cannot be bound (#1877375)
8b097a
- log error with /proc/net/if_inet6 only when IPv6 is enabled (#1824367)
8b097a
- fix issue with quoting empty passphrase (#1817225)
8b097a
8b097a
* Wed Nov 11 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-18
8b097a
- fix CVE-2020-15862 (#1875497)
8b097a
- fix bulk responses for invalid PID (#1817190)
8b097a
4334a4
* Tue Aug 11 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-17
4334a4
- add math library in LDFLAGS (#1846252)
4334a4
cd5c0a
* Thu Jul 16 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-16
cd5c0a
- remove file due licensing issues (#1690936)
cd5c0a
17a0ab
* Wed Jun 10 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-15
17a0ab
- proxied OIDs unspecified in proxy statement in snmpd.conf (#1658134)
17a0ab
- UCD-SNMP-MIB::dskTable doesn't update dynamically (#1658185)
17a0ab
- expand SNMPCONFPATH variable (#1660146)
17a0ab
- remove file with Apple license (#1690936)
17a0ab
- log meningful message on duplicate IP address (#1692286)
17a0ab
- memory reporting adjustment (#1695497 and #1766521)
17a0ab
- fix typos in man page (#1700262)
17a0ab
- speedup ipAddressTable loading(#1700391)
17a0ab
- fix memory leak when shut down librpm (#1763008)
17a0ab
- services starts after network-online.target (#1775304)
17a0ab
- add missing part of memory leak patch (#1829860)
17a0ab
- add support for AES192 and AES256 (#1846252)
17a0ab
23ac29
* Mon Mar 16 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-14
23ac29
- fix double free or corruption error when freeing security context (#1809077)
23ac29
- remove deprecated CFLAG
23ac29
23ac29
* Mon Feb 17 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-13
23ac29
- fix double free or corruption error (#1726373)
23ac29
23ac29
* Wed Nov 06 2019 Josef Ridky <jridky@redhat.com> - 1:5.8-12
23ac29
- fix tmpfiles path (#1710784)
23ac29
23ac29
* Tue Oct 15 2019 Jiri Kucera <jkucera@redhat.com> - 1:5.8-11
23ac29
- fix issue with flood messages (#1719350)
23ac29
23ac29
* Thu Jun 27 2019 Josef Ridky <jridky@redhat.com> - 1:5.8-10
23ac29
- fix trapsink port issue (#1677192)
23ac29
23ac29
* Fri May 24 2019 Josef Ridky <jridky@redhat.com> - 1:5.8-9
23ac29
- rebuild for autoconf
23ac29
23ac29
* Tue May 07 2019 Josef Ridky <jridky@redhat.com> - 1:5.8-8
23ac29
- fix daemon crash on resend request (#1694047)
23ac29
23ac29
* Thu Feb 07 2019 Josef Ridky <jridky@redhat.com> - 1:5.8-7
23ac29
- fix address assigning for IPv6 clientaddr option (#1672668)
23ac29
23ac29
* Wed Dec 05 2018 Josef Ridky <jridky@redhat.com> - 1:5.8-6
23ac29
- fix discovered issues from coverity scan (#1602630)
23ac29
23ac29
* Thu Oct 04 2018 Josef Ridky <jridky@redhat.com> - 1:5.8-5
23ac29
- exit snmpd after snmpd -h command (#1634811)
23ac29
23ac29
* Tue Sep 25 2018 Josef Ridky <jridky@redhat.com> - 1:5.8-4
23ac29
- fix annocheck distro flag failures (#1624151)
23ac29
23ac29
* Tue Sep 04 2018 Josh Boyer <jwboyer@redhat.com> - 1:5.8-3
23ac29
- Change gcc Requires to BuildRequires (#1625189)
23ac29
23ac29
* Mon Aug 13 2018 Josef Ridky <jridky@redhat.com> - 1:5.8-2
23ac29
- fix default configuration file (#1589480 and #1594147)
8b097a
- modify permissions for config files (#1601060)
23ac29
23ac29
* Thu Aug 09 2018 Josef Ridky <jridky@redhat.com> - 1:5.8-1
23ac29
- remove python package and update to the last upstream version (#1584510)
23ac29
23ac29
* Thu Mar 08 2018 Josef Ridky <jridky@redhat.com> - 1:5.7.3-36
23ac29
- CVE-2018-1000116 Heap corruption in snmp_pdu_parse (#1552844)
23ac29
23ac29
* Tue Feb 27 2018 Josef Ridky <jridky@redhat.com> - 1:5.7.3-35
23ac29
- compile against Python3
23ac29
- add gcc requirement
23ac29
- remove rm buildroot
23ac29
23ac29
* Fri Feb 16 2018 Josef Ridky <jridky@redhat.com> - 1:5.7.3-34
23ac29
- fix wrong systemd patch (#1545946)
23ac29
23ac29
* Thu Feb 08 2018 Josef Ridky <jridky@redhat.com> - 1:5.7.3-33
23ac29
- Fix strstr() crash when looking for RPM Group tag
23ac29
- Fix wrong usage of structure iterator
23ac29
- Fix issue with statistics from autofs
23ac29
23ac29
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.3-32
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
23ac29
23ac29
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:5.7.3-31
23ac29
- Switch to %%ldconfig_scriptlets
23ac29
23ac29
* Wed Jan 31 2018 Josef Ridky <jridky@redhat.com> - 1:5.7.3-30
23ac29
- remove Group tag
23ac29
- remove sysvinit package and init files (no longer needed)
23ac29
- fix python2 references and dependencies in spec file
23ac29
23ac29
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1:5.7.3-29
23ac29
- Rebuilt for switch to libxcrypt
23ac29
23ac29
* Wed Dec 13 2017 Josef Ridky <jridky@redhat.com> - 1:5.7.3-28
23ac29
- remove tcp_wrapper (#1518768)
23ac29
- use mariadb-connector instead of mysql-devel (#1339272)
23ac29
23ac29
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:5.7.3-27
23ac29
- Add Provides for the old name without %%_isa
23ac29
23ac29
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:5.7.3-26
23ac29
- Python 2 binary package renamed to python2-net-snmp
23ac29
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
23ac29
23ac29
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:5.7.3-25
23ac29
- Rebuilt after RPM update (â„– 3)
23ac29
23ac29
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:5.7.3-24
23ac29
- Rebuilt for RPM soname bump
23ac29
23ac29
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:5.7.3-23
23ac29
- Rebuilt for RPM soname bump
23ac29
23ac29
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.3-22
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
23ac29
23ac29
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.3-21
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
23ac29
23ac29
* Thu Jul 20 2017 Adam Williamson <awilliam@redhat.com> -1:5.7.3-20
23ac29
- Edit fix of issue with undefined symbol my_progname when try to load
23ac29
  NetSNMP::TrapReceiver in perl script (#1470004)
23ac29
23ac29
* Thu Jul 20 2017 Josef Ridky <jridky@redhat.com> - 1:5.7.3-19
23ac29
- Fix issue with undefined symbol my_progname when try to load NetSNMP::TrapReceiver in perl script. (#1470004)
23ac29
23ac29
* Wed Jul 19 2017 Adam Williamson <awilliam@redhat.com> - 1:5.7.3-18
23ac29
- Fix build with MariaDB 10.2
23ac29
23ac29
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1:5.7.3-17
23ac29
- perl dependency renamed to perl-interpreter
23ac29
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
23ac29
23ac29
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.7.3-16
23ac29
- Perl 5.26 rebuild
23ac29
23ac29
* Wed Feb 15 2017 Josef Ridky <jridky@redhat.com> - 1:5.7.3-15
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
23ac29
- Add support for new version of OpenSSL library (#1423984)
23ac29
23ac29
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.3-14
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
23ac29
23ac29
* Fri Aug 12 2016 Josef Ridky <jridky@redhat.com> - 1:5.7.3-13
23ac29
- net-snmp.redhat.conf: update default configuration to conform to the best practices (#1359123)
23ac29
- nmp_transport.c: use strtok_r for strtok to avoid a race condition (#1366282)
23ac29
23ac29
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.3-12
23ac29
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
23ac29
23ac29
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.7.3-11
23ac29
- Perl 5.24 rebuild
23ac29
23ac29
* Mon May 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.7.3-10
23ac29
- Updated net-snmp to build against Perl 5.24
23ac29
23ac29
* Wed Feb 24 2016 Jan Safranek <jsafrane@redhat.com> - 1:5.7.3-9
23ac29
- Trim net-snmp-config --cflags output (#1309080)
23ac29
23ac29
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.7.3-8
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
23ac29
23ac29
* Mon Jul 27 2015 Richard W.M. Jones <rjones@redhat.com> - 1:5.7.3-7
23ac29
- Bump version to rebuild against new RPM in Rawhide.
23ac29
23ac29
* Tue Jul 14 2015 Jan Safranek <jsafrane@redhat.com> - 1:5.7.3-6
23ac29
- Recompile with -Wformat (#1242766)
23ac29
23ac29
* Fri Jun 26 2015 Jan Safranek <jsafrane@redhat.com> - 1:5.7.3-5
23ac29
- Fixed snmpstatus crashing when receiving invalid response (#1233738)
23ac29
23ac29
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.3-4
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
23ac29
23ac29
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.7.3-3
23ac29
- Perl 5.22 rebuild
23ac29
23ac29
* Thu Mar 05 2015 Adam Jackson <ajax@redhat.com> 1:5.7.3-2
23ac29
- Disable sysvinit subpackage on F23+
23ac29
23ac29
* Tue Feb 17 2015 Jan Safranek <jsafrane@redhat.com> - 1:5.7.3-1
23ac29
- Update to 5.7.3
23ac29
23ac29
* Fri Sep 05 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.7.2-24
23ac29
- Perl 5.20 rebuild
23ac29
23ac29
* Mon Sep  1 2014 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-23
23ac29
- Fixed CVE-2014-3565
23ac29
- Fixed net-snmp-cert tool, now it does not depend on net-snmp-devel (#1134475)
23ac29
23ac29
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.7.2-22
23ac29
- Perl 5.20 rebuild
23ac29
23ac29
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.2-21
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
23ac29
23ac29
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.2-20
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
23ac29
23ac29
* Tue Mar  4 2014 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-19
23ac29
- Fixed buffer overflow in ICMP-MIB (#1071753)
23ac29
23ac29
* Wed Jan 15 2014 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-18
23ac29
- Added support for ppc64le architecture (#1052431)
23ac29
23ac29
* Thu Jan  9 2014 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-17
23ac29
- Moved tmpfiles.d config file to /usr/lib
23ac29
23ac29
* Thu Dec  5 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-16
23ac29
- Fixed snmpd crashing when AgentX subagent disconnects in the middle of
23ac29
  request processing (#1038011)
23ac29
23ac29
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.2-15
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
23ac29
23ac29
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1:5.7.2-14
23ac29
- Perl 5.18 rebuild
23ac29
23ac29
* Thu Jun 27 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-13
23ac29
- set permissions of snmpd.conf and snmptrapd conf to 0600 to prevent
23ac29
  users from reading passwords and community strings.
23ac29
23ac29
* Tue May 21 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-12
23ac29
- added btrfs support to hrFSTable (#965348)
23ac29
23ac29
* Mon May  6 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-11
23ac29
- added aarch64 to multilib architectures.
23ac29
23ac29
* Mon Apr 22 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-10
23ac29
- moved agentxtrap utility to net-snmp subpackage,
23ac29
  it needs libraries provided by net-snmp-agent-libs.
23ac29
  
23ac29
* Thu Apr 18 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-9
23ac29
- moved agentxtrap utility to net-snmp-utils subpackage,
23ac29
  it's an utility, not a daemon.
23ac29
23ac29
* Mon Mar 25 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-8
23ac29
- added autoreconf to be able to build on aarch64 (#926223)
23ac29
23ac29
* Thu Feb 14 2013 Tom Callaway <spot@fedoraproject.org> 1:5.7.2-7
23ac29
- add missing IETF MIB license text (BSD)
23ac29
23ac29
* Thu Feb  7 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-6
23ac29
- fixed net-snmp-create-v3-user to have the same content on all architectures
23ac29
- /var/lib/net-snmp/mib_indexes and cert_indexes added to net-snmp-libs
23ac29
  (#906761)
23ac29
23ac29
* Thu Jan 17 2013 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-5
23ac29
- Python: fixed IPADDRESS size on 64-bit systems (#895357)
23ac29
23ac29
* Mon Nov 12 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-4
23ac29
- Fixed systemd support (#875632).
23ac29
23ac29
* Mon Oct 29 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-3
23ac29
- Added direct dependency on perl-devel with architectute in
23ac29
  net-snmp-devel package to pull proper dependencies.
23ac29
23ac29
* Wed Oct 24 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-2
23ac29
- Fixed net-snmp dependency on net-snmp-agent-libs.
23ac29
23ac29
* Thu Oct 18 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-1
23ac29
- Updated to 5.7.2
23ac29
23ac29
* Mon Aug 27 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.1-10
23ac29
- Updated RPM scriplets with latest systemd-rpm macros (#850403).
23ac29
- Fixed fedora-review tool complaints.
23ac29
23ac29
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.1-9
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
23ac29
23ac29
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1:5.7.1-8
23ac29
- Perl 5.16 rebuild
23ac29
23ac29
* Fri May 18 2012 Jan Safranek <jsafrane@redhat.com> 5.7.1-7
23ac29
- Move /var/lib/net-snmp from net-snmp to net-snmp-libs (#822508)
23ac29
23ac29
* Mon Apr 23 2012 Karsten Hopp <karsten@redhat.com> 5.7.1-6
23ac29
- Temporarily disable T200snmpv2cwalkall_simple test on ppc(64) until
23ac29
  bug 814829 is fixed
23ac29
23ac29
* Fri Mar 30 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.1-5
23ac29
- Rebuilt for new rpm
23ac29
23ac29
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.7.1-4
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
23ac29
23ac29
* Mon Nov 28 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7.1-3
23ac29
- re-introduced /etc/sysconfig files (#752821)
23ac29
23ac29
* Wed Oct  5 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7.1-2
23ac29
- fixed perl linking (#742678)
23ac29
23ac29
* Tue Oct  4 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7.1-1
23ac29
- updated to 5.7.1:
23ac29
  - Fixed the mib-parsing-bug introduced shortly before 5.7
23ac29
  - fixed rounding errors for disk percentage calculations
23ac29
  - Many other miscellaneous minor bug fixes
23ac29
23ac29
* Tue Sep 06 2011 Dan Horák <dan[at]danny.cz> - 1:5.7-7
23ac29
- disable failing test on s390(x) (#680697)
23ac29
23ac29
* Thu Aug 11 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7-6
23ac29
- added new net-snmp-agent-libs subpackage with agent libraries
23ac29
  -> net-snmp-libs do not need perl and lm_sensors libs
23ac29
- removed libsnmp.so, it's not used in Fedora (#729811)
23ac29
- added README.systemd
23ac29
- added new net-snmp-sysvinit subpackage with legacy init scripts
23ac29
  (#718183)
23ac29
23ac29
* Tue Aug  9 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7-5
23ac29
- integrated with systemd (#718183)
23ac29
23ac29
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1:5.7-4
23ac29
- Perl mass rebuild
23ac29
23ac29
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1:5.7-3
23ac29
- Perl mass rebuild
23ac29
23ac29
* Fri Jul  8 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7-2
23ac29
- restored rpath in net-snmp-config output - SNMP subagent won't link
23ac29
  with libsnmpagent.so without it, linker needs to know location
23ac29
  of libperl.so
23ac29
- fixed check section to make tests pass on machine without DNS
23ac29
23ac29
* Thu Jul  7 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7-1
23ac29
- updated to net-snmp-5.7
23ac29
23ac29
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:5.6.1-9
23ac29
- Perl mass rebuild
23ac29
23ac29
* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:5.6.1-8
23ac29
- Perl 5.14 mass rebuild
23ac29
23ac29
* Wed Mar 23 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.6.1-7
23ac29
- Rebuild against newer mysql
23ac29
23ac29
* Sat Feb 26 2011 Dennis Gilmore <dennis@ausil.us> - 1:5.6.1-6
23ac29
- disable failing test on sparc64
23ac29
23ac29
* Tue Feb 15 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.6.1-5
23ac29
- enabled MySQL support in snmptrapd
23ac29
23ac29
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.6.1-4
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
23ac29
23ac29
* Wed Jan 19 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.6.1-3
23ac29
- Rebuild (again) against newer rpm, now with proper rpm-4.9 detection
23ac29
23ac29
* Wed Jan 19 2011 Matthias Clasen <mclasen@redhat.com> - 1:5.6.1-2
23ac29
- Rebuild against newer rpm
23ac29
23ac29
* Tue Jan  4 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.6.1-1
23ac29
- updated to net-snmp-5.6.1
23ac29
23ac29
* Mon Dec  6 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.6-5
23ac29
- re-create /var/run/net-snmp on boot using tmpfiles.d (#656637)
23ac29
- move snmp-bridge-mib and net-snmp-cert utilities to net-snmp-perl
23ac29
  subpackage, net-snmp-utils subpackage does not depend on Perl now
23ac29
23ac29
* Tue Nov 23 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.6-4
23ac29
- properly fix failing tests on ppc/s390 (#655731)
23ac29
23ac29
* Mon Nov 22 2010 Dan Horák <dan[at]danny.cz> - 1:5.6-3
23ac29
- temporarily disable a test failing on ppc/s390 arches
23ac29
23ac29
* Fri Nov  5 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.6-2
23ac29
- fixed c++ guards in net-snmp header files (#650219)
23ac29
23ac29
* Mon Oct 25 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.6-1
23ac29
- updated to net-snmp-5.6
23ac29
23ac29
* Mon Oct 11 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-21
23ac29
- fixed truncation of sysObjectID (#640848)
23ac29
23ac29
* Thu Aug 19 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-20
23ac29
- Remove rpath from net-snmp-config output (#554747)
23ac29
23ac29
* Wed Aug  4 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-19
23ac29
- Add APSL 2.0 license to COPYING file
23ac29
23ac29
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1:5.5-18
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
23ac29
23ac29
* Tue Jul 20 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-17
23ac29
- fixed temporary filename generation in snmptrapd (#616347)
23ac29
23ac29
* Mon Jun 28 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-16
23ac29
- rebuild for new perl
23ac29
23ac29
* Wed Jun 16 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-14
23ac29
- add missing struct.h header file (#603243)
23ac29
23ac29
* Wed Jun 16 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-13
23ac29
- add missing include files from util_funcs directory (#603243)
23ac29
23ac29
* Tue Jun 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:5.5-13
23ac29
- Mass rebuild with perl-5.12.0
23ac29
23ac29
* Tue Feb  2 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-12
23ac29
- store temporary files in /var/run/net-snmp instead of /tmp -
23ac29
  SELinux does not like it.
23ac29
23ac29
* Tue Jan 12 2010 Stepan Kasal <skasal@redhat.com> - 1:5.5-11
23ac29
- move the perl(:MODULE_COMPAT_5.10.x) require to net-snmp-libs
23ac29
23ac29
* Tue Jan 12 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-10
23ac29
- document various legacy options in this spec file
23ac29
23ac29
* Tue Jan 12 2010 Stepan Kasal <skasal@redhat.com> - 1:5.5-9
23ac29
- require perl(:MODULE_COMPAT_5.10.x) because the package links against
23ac29
  libperl.so
23ac29
23ac29
* Tue Jan  5 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-8
23ac29
- fix invalid access to memory in tcpListenerTable (#551030)
23ac29
23ac29
* Mon Dec 21 2009 Jan Safranek <jsafrane@redhat.com> - 1:5.5-7
23ac29
- fix crash with interfaces without broadcast addresses (like OpenVPN's tun0)
23ac29
  (#544849)
23ac29
23ac29
* Tue Dec  8 2009 Jan Safranek <jsafrane@redhat.com> - 1:5.5-6
23ac29
- fix compilation of the python module
23ac29
23ac29
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:5.5-5
23ac29
- rebuild against perl 5.10.1
23ac29
23ac29
* Wed Dec  2 2009 Jan Safranek <jsafrane@redhat.com> 1:5.5-4
23ac29
- fix udpTable indexes on big-endian systems (#543352)
23ac29
- fix snmptrapd init script to survive with empty /etc/sysconfig/snmptrapd
23ac29
- lower the default log level of snmpd to get rid of the debug messages
23ac29
23ac29
* Wed Nov 25 2009 Jan Safranek <jsafrane@redhat.com>  1:5.5-3
23ac29
- prepare the .spec file for review
23ac29
- run automatic regression suite after the compilation of the package
23ac29
  to check for obvious regressions
23ac29
- remove unnecessary package dependencies
23ac29
23ac29
* Tue Nov 24 2009 Jan Safranek <jsafrane@redhat.com>  1:5.5-2
23ac29
- introduce /etc/sysconfig/snmptrapd. Use it to specify snmptrapd command
23ac29
  line options.  /etc/snmp/snmptrapd.options is not used anymore (#540799)
23ac29
- build-in ipAddressPrefixTable, ipDefaultRouterTable, ipv6ScopeZoneIndexTable,
23ac29
  ipIfStatsTable, SCTP-MIB, RMON-MIB and Etherlike-MIBs
23ac29
- remove ucd5820stat helper script, it depends on get5820stats, which is not
23ac29
  available in Fedora
23ac29
- move sample services ipf-mod.pl to documentation
23ac29
- remove logrotate config, snmpd logs into syslog
23ac29
23ac29
* Tue Sep 29 2009 Jan Safranek Jan Safranek <jsafranek@redhat.com> 5.5-1
23ac29
- update to Net-SNMP 5.5
23ac29
- remove static libraries from -devel subpackage
23ac29
23ac29
* Mon Sep 14 2009 Jan Safranek <orion@cora.nwra.com> 1:5.4.2.1-17
23ac29
- implement force-reload command in initscripts (#523126)
23ac29
23ac29
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:5.4.2.1-16
23ac29
- rebuilt with new openssl
23ac29
23ac29
* Fri Aug 14 2009 Orion Poplawski <orion@cora.nwra.com> 1:5.4.2.1-15
23ac29
- Prevent post script failure on fresh installs
23ac29
23ac29
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.4.2.1-14
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
23ac29
23ac29
* Wed Jul  1 2009 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-13
23ac29
- package cleanup, remove unnecessary patches
23ac29
- move local state file from /var/net-snmp/ to /var/lib/net-snmp
23ac29
23ac29
* Wed Jul  1 2009 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-12
23ac29
- make the default configuration less noisy, i.e. do not print "Connection from
23ac29
  UDP:" and "Received SNMP packet(s) from UDP:" messages on each connection.
23ac29
  (#509055)
23ac29
23ac29
* Mon May 18 2009 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-11
23ac29
- fix divison-by-zero in cpu statistics (#501210)
23ac29
23ac29
* Fri Mar 06 2009 Jesse Keating <jkeating@redhat.com> - 5.4.2.1-10
23ac29
- Rebuild for new rpm
23ac29
23ac29
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.4.2.1-9
23ac29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
23ac29
23ac29
* Mon Feb 16 2009 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-8
23ac29
- fix tcp_wrappers integration (CVE-2008-6123)
23ac29
23ac29
* Fri Jan 30 2009 Karsten Hopp <karsten@redhat.com> 5.4.2.1-7
23ac29
- fix build on s390x which has no libsensors
23ac29
23ac29
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 5.4.2.1-7
23ac29
- rebuild with new openssl
23ac29
23ac29
* Wed Dec 17 2008 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-6
23ac29
- rebuilt for new python again...
23ac29
23ac29
* Mon Dec  1 2008 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-5
23ac29
- fix rpm ownership of all created directories (#473582)
23ac29
23ac29
* Mon Dec  1 2008 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-4
23ac29
- Rebuild for fixed rpm (#473420)
23ac29
23ac29
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:5.4.2.1-3
23ac29
- Rebuild for Python 2.6
23ac29
23ac29
* Mon Nov  3 2008 Jan Safranek <jsafranek@redhat.com> 5.4.2.1-1
23ac29
- explicitly require the right version and release of net-snmp and
23ac29
  net-snmp-libs
23ac29
- update to net-snmp-5.4.2.1 to fix CVE-2008-4309
23ac29
23ac29
* Fri Sep 26 2008 Jan Safranek <jsafranek@redhat.com> 5.4.2-3
23ac29
- further tune up the distribution of files among subpackages
23ac29
  and dependencies
23ac29
23ac29
* Fri Sep 26 2008 Jan Safranek <jsafranek@redhat.com> 5.4.2-2
23ac29
- redistribute the perl scripts to the net-snmp package,
23ac29
  net-snmp-utils doesn't depend on perl now (#462484)
23ac29
23ac29
* Wed Sep 17 2008 Jan Safranek <jsafranek@redhat.com> 5.4.2-1
23ac29
- update to net-snmp-5.4.2
23ac29
23ac29
* Wed Sep 10 2008 John A. Khvatov <ivaxer@fedoraproject.org> 5.4.1-22
23ac29
- add net-snmp-python
23ac29
23ac29
* Tue Jul 22 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-21
23ac29
- fix perl SNMP::Session::set (#452131)
23ac29
23ac29
* Fri Jul 11 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-20
23ac29
- prepare for new rpm version
23ac29
23ac29
* Tue Jun 10 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-19
23ac29
- fix various flaws (CVE-2008-2292 CVE-2008-0960)
23ac29
23ac29
* Sat May 31 2008 Dennis Gilmore <dennis@ausil.us> 5.4.1-18
23ac29
- fix sparc handling in /usr/bin/net-snmp-config
23ac29
23ac29
* Thu May 29 2008 Dennis Gilmore <dennis@ausil.us> 5.4.1-17
23ac29
- fix sparc handling in /usr/include/net-snmp/net-snmp-config-sparc.h
23ac29
23ac29
* Sun May 25 2008 Dennis Gilmore <dennis@ausil.us> 5.4.1-16
23ac29
-sparc multilib handling
23ac29
23ac29
* Mon Apr 21 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-15
23ac29
- explicitly require lm_sensor > 3 for build (#442718)
23ac29
- create multilib net-snmp-config on multilib architectures only
23ac29
23ac29
* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 5.4.1-14
23ac29
- add Requires for versioned perl (libperl.so)
23ac29
- get rid of silly file Requires
23ac29
23ac29
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 5.4.1-13
23ac29
- BR: perl(ExtUtils::Embed)
23ac29
23ac29
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 5.4.1-12
23ac29
- rebuild for new perl
23ac29
23ac29
* Thu Feb 21 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-11
23ac29
- add openssl-devel to the list of netsnmp-devel deps
23ac29
23ac29
* Thu Feb 14 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-10
23ac29
- fixing ipNetToMediaNetAddress to show IP address (#432780)
23ac29
23ac29
* Tue Feb 12 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-9
23ac29
- introduce /etc/sysconfig/snmpd. Use it to specify snmpd command line options.
23ac29
  /etc/snmp/snmpd.options is not used anymore (#431391)
23ac29
23ac29
* Mon Jan 28 2008 Jan Safranek <jsafranek@redhat.com> 5.4.1-8
23ac29
- init scripts made LSB compliant
23ac29
23ac29
* Wed Dec  5 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-7
23ac29
- rebuild for openssl soname bump
23ac29
23ac29
* Wed Nov 14 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-6
23ac29
- add support of lm_sensors v3
23ac29
- added procps to build dependencies (#380321)
23ac29
- removed beecrypt from dependencies
23ac29
- fixed crash on reading xen interfaces (#386611)
23ac29
23ac29
* Thu Oct 25 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-5
23ac29
- move mib2c-update from net-snmp-utils to net-snmp-perl, where
23ac29
  mib2c is located
23ac29
- add tkmib to net-snmp-gui package (#167933)
23ac29
23ac29
* Tue Oct 16 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-4
23ac29
- License: field fixed to "BSD and CMU"
23ac29
23ac29
* Thu Aug 23 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-3
23ac29
- include these tables: ip-mib/ipv4InterfaceTable
23ac29
  ip-mib/ipv6InterfaceTable, ip-mib/ipAddressPrefixTable
23ac29
- fix Requires of net-snmp-devel to include lmsensors-devel on supported
23ac29
  architectures
23ac29
23ac29
* Wed Aug 22 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-2
23ac29
- gawk added to build dependencies
23ac29
23ac29
* Tue Aug  7 2007 Jan Safranek <jsafranek@redhat.com> 5.4.1-1
23ac29
- License: field changed to MIT
23ac29
- 5.4.1 integrated
23ac29
23ac29
* Tue Jul 31 2007 Jan Safranek <jsafranek@redhat.com> 5.4-16
23ac29
- supported lm_sensors on ppc64 (#249255)
23ac29
- snmpconf generates config files with proper selinux context
23ac29
  (#247462)
23ac29
- fix leak  in udp transport (#247771)
23ac29
- add alpha to supported archs in net-snmp-config (#246825)
23ac29
- fix hrSWInst (#250237)
23ac29
23ac29
* Thu Jun 28 2007 Jan Safranek <jsafranek@redhat.com> 5.4-15
23ac29
- fix default snmptrapd.conf
23ac29
23ac29
* Thu May  3 2007 Jan Safranek <jsafranek@redhat.com> 5.4-14
23ac29
- fix snmptrapd hostname logging (#238587)
23ac29
- fix udpEndpointProcess remote IP address (#236551)
23ac29
- fix -M option of net-snmp-utils (#244784)
23ac29
- default snmptrapd.conf added (#243536)
23ac29
- fix crash when multiple exec statements have the same name
23ac29
  (#243536)
23ac29
- fix ugly error message when more interfaces share
23ac29
  one IP address (#209861)
23ac29
23ac29
* Mon Mar 12 2007 Radek Vokál <rvokal@redhat.com> - 1:5.4-13
23ac29
- fix overly verbose log message (#221911)
23ac29
- few minor tweaks for review - still not perfect
23ac29
- fix linking with lcrypto (#231805)
23ac29
23ac29
* Fri Mar  9 2007 Radek Vokál <rvokal@redhat.com> - 5.4-12
23ac29
- lm_sensors-devel only where avaliable
23ac29
23ac29
* Thu Mar  1 2007 Radek Vokál <rvokal@redhat.com> - 5.4-11
23ac29
- fix lm_sensors-devel Requires (#229109)
23ac29
23ac29
* Mon Feb 26 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 5.4-10
23ac29
- fix net-snmp-config strange values for --libs (#228588)
23ac29
23ac29
* Fri Feb 23 2007 Radek Vokál <rvokal@redhat.com> - 5.4-9
23ac29
- fix dependency on lm_sensors-devel (#229109)
23ac29
- spec file cleanups
23ac29
23ac29
* Tue Jan 23 2007 Radek Vokál <rvokal@redhat.com> - 5.4-8
23ac29
- fix occasional segfaults when snmpd starts
23ac29
23ac29
* Thu Jan 11 2007 Radek Vokál <rvokal@redhat.com> - 5.4-7
23ac29
- fix ethtool extension (#222268)
23ac29
23ac29
* Thu Jan 11 2007 Radek Vokál <rvokal@redhat.com> - 5.4-6
23ac29
- swith to new disman implementation
23ac29
23ac29
* Tue Dec 12 2006 Radek Vokál <rvokal@redhat.com> - 5.4-5
23ac29
- fix memleaks in ip-addr and tcpConn
23ac29
23ac29
* Thu Dec  7 2006 Radek Vokál <rvokal@redhat.com> - 5.4-4
23ac29
- fix rtnetlink.h/if_addr.h 
23ac29
23ac29
* Thu Dec  7 2006 Joe Orton <jorton@redhat.com> - 5.4-3
23ac29
- add Requires for tcp_wrappers-devel for -devel
23ac29
23ac29
* Mon Dec  4 2006 Radek Vokál <rvokal@redhat.com> - 5.4-2
23ac29
- rebuilt against tcp_wrappers-devel
23ac29
23ac29
* Mon Nov 27 2006 Radek Vokal <rvokal@redhat.com> - 5.4-1
23ac29
- upgrade to 5.4
23ac29
- patch cleanup
23ac29
- snmpd uses /var/run/snmpd.pid (#211264)
23ac29
23ac29
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 5.3.1-11
23ac29
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
23ac29
23ac29
* Mon Sep 25 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-10
23ac29
- add mibII/mta_sendmail (#207909)
23ac29
23ac29
* Fri Sep 22 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-9
23ac29
- fix deprecated syscall base_reachable_time (#207273)
23ac29
23ac29
* Wed Sep 13 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-8
23ac29
- enable smux to listen only on LOCAL by default (#181667)
23ac29
- use correct answer adrress 
23ac29
23ac29
* Tue Sep  5 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-7
23ac29
- better upstream patch for byteorder
23ac29
- add epoch to corespond with upstream versioning 
23ac29
23ac29
* Wed Aug 30 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-6
23ac29
- fix IPv4/IPv6 address presentation (#200255)
23ac29
23ac29
* Wed Aug 23 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-5
23ac29
- SMUX support is still needed .. will disappear later!
23ac29
- static libs should be in devel not libs (#203571)
23ac29
- fix lm_sensors issues
23ac29
23ac29
* Tue Aug 22 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-4
23ac29
- turn off SMUX support (#110931)
23ac29
- add dist tag
23ac29
23ac29
* Thu Aug 10 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-3
23ac29
- fix lib dirs in configure (#197684)
23ac29
23ac29
* Thu Aug  3 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-2
23ac29
- better patch for depreciated sysctl call
23ac29
23ac29
* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-1
23ac29
- update to 5.3.1 final version, fix version number
23ac29
23ac29
* Wed Jul 12 2006 Radek Vokál <rvokal@redhat.com> 5.3.1.rc4-2
23ac29
- fix init script, read .options files from /etc/snmp (#195702)
23ac29
23ac29
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.3.1.rc4-1.1
23ac29
- rebuild
23ac29
23ac29
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.rc4-1
23ac29
- update to release candidate 4
23ac29
- fix lib dependencies on 64bit archs
23ac29
- supress perl build
23ac29
23ac29
* Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.pre3-2
23ac29
- add tcp-mib (#194856)
23ac29
23ac29
* Fri Jun  2 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.pre3-1
23ac29
- update to another prerelease (fixes perl agents)
23ac29
23ac29
* Fri May 26 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.pre2-4
23ac29
- fix lib version 
23ac29
23ac29
* Thu May 25 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.pre2-3
23ac29
- another multilib fix. Fix also net-snmp-config script
23ac29
23ac29
* Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.pre2-2
23ac29
- another attempt to fix multilib issue. Generate dummy net-snmp-config.h file
23ac29
23ac29
* Tue May 23 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.pre2-1
23ac29
- update to 5.3.1.pre2
23ac29
- fix multilib issues (#192736)
23ac29
  On system with /usr/lib64 use net-snmp-config64 and net-snmp-config64.h
23ac29
23ac29
* Sat Apr 15 2006 Radek Vokál <rvokal@redhat.com> 5.3-8
23ac29
- fix missing IF-MIB::ifNumber.0 (#189007)
23ac29
23ac29
* Wed Apr 05 2006 Radek Vokál <rvokal@redhat.com> 5.3-7
23ac29
- fix parsing of /proc/diskstats
23ac29
- fix disman monitor crash
23ac29
- fix perl vendor name
23ac29
- fix OID lookup fail
23ac29
23ac29
* Sat Mar 25 2006 Radek Vokal <rvokal@redhat.com> 5.3-6
23ac29
- use net.ipv6.neigh.lo.retrans_time_ms (#186546)
23ac29
23ac29
* Mon Mar 20 2006 Radek Vokal <rvokal@redhat.com> 5.3-5
23ac29
- allow disman/event-mib
23ac29
23ac29
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.3-4.2
23ac29
- bump again for double-long bug on ppc(64)
23ac29
23ac29
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.3-4.1
23ac29
- rebuilt for new gcc4.1 snapshot and glibc changes
23ac29
23ac29
* Thu Feb  2 2006 Radek Vokál <rvokal@redhat.com> 5.3-4
23ac29
- fix crash on s390x and ppc64
23ac29
23ac29
* Mon Jan 30 2006 Radek Vokál <rvokal@redhat.com> 5.3-3
23ac29
- fix for lm_Senors, the max is no longer a fixed value
23ac29
- parsing fixed for /proc/net/if_inet6
23ac29
23ac29
* Wed Jan 18 2006 Radek Vokal <rvokal@redhat.com> 5.3-2
23ac29
-  Security fix. Bug granting write access to read-only users 
23ac29
   or communities which were configured  using the "rocommunity" 
23ac29
   or "rouser" snmpd.conf tokens fixed
23ac29
23ac29
* Fri Dec 30 2005 Radek Vokal <rvokal@redhat.com>
23ac29
- upgrade to 5.3 
23ac29
23ac29
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
23ac29
- rebuilt for new gcj
23ac29
23ac29
* Fri Dec 16 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-4
23ac29
- check for header files in configure
23ac29
- patch for SNMPv3 traps / session user creation (net-snmp bz#1374087)
23ac29
23ac29
* Fri Dec 09 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-3
23ac29
- fix ipaddr return type on 64bit machines 
23ac29
23ac29
* Wed Dec 07 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-2
23ac29
- fix read problem on stream sockets (net-snmp bz#1337534)
23ac29
23ac29
* Tue Nov 29 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-1
23ac29
- upgrade to 5.2.2 final
23ac29
23ac29
* Mon Nov 21 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc6.1
23ac29
- update to rc6, snmpnetstat changes due to license problems
23ac29
- persistent files in directory defined by snmp.conf persistentDir are 
23ac29
  loaded at startup
23ac29
23ac29
* Tue Nov 15 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc5.1
23ac29
- another release candidate 
23ac29
23ac29
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc4.2
23ac29
- Remove .la file from net-snmp-libs (#172618)
23ac29
- grab new openssl
23ac29
23ac29
* Mon Nov 07 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc4.1
23ac29
- update to release candidate 4
23ac29
23ac29
* Tue Nov 01 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc3.1
23ac29
- release candidate 3 of net-snmp-5.2.2
23ac29
23ac29
* Tue Oct 25 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2.rc2-1
23ac29
- rc2 prebuilt
23ac29
23ac29
* Tue Sep 20 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-3
23ac29
- fix endian issues for addresses
23ac29
23ac29
* Fri Aug 12 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-2
23ac29
- fix for s390x counter32 overflow (sachinp@in.ibm.com)
23ac29
23ac29
* Wed Jul 13 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1.2-1
23ac29
- CAN-2005-2177 new upstream version fixing DoS (#162908)
23ac29
23ac29
* Tue May 31 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-13
23ac29
- CAN-2005-1740 net-snmp insecure temporary file usage (#158770)
23ac29
- patch from suse.de
23ac29
23ac29
* Wed May 18 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-12
23ac29
- session free fixed, agentx modules build fine (#157851)
23ac29
- fixed dependency for net-snmp libs (#156932)
23ac29
23ac29
* Wed May 04 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-11
23ac29
- report gigabit Ethernet speeds using Ethtool (#152480)
23ac29
23ac29
* Tue Apr 19 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-10
23ac29
- fixed missing requires for devel package (#155221)
23ac29
23ac29
* Wed Apr 06 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-9
23ac29
- switching to a different 64bit patch, hopefully 64bit problems are gone for a while
23ac29
23ac29
* Mon Apr 04 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-8
23ac29
- net-snmp properly deals with large partitions (#153101) <jryska@redhat.com>
23ac29
23ac29
* Thu Mar 31 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-7
23ac29
- agentx double free error fix <jp.fujitsu>
23ac29
23ac29
* Thu Mar 24 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-6
23ac29
- fixed unexpected length for type ASN_UNSIGNED (#151892)
23ac29
- fixed uptime problems on ia64
23ac29
23ac29
* Wed Mar 09 2005 Radek Vokal <rvokal@redhat.com> - 5.2.1-5
23ac29
- 64bit needed some changes, was causing timeouts on 64bit archs!? 
23ac29
- affects bugs #125432 and #132058
23ac29
23ac29
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> - 5.2.1-4
23ac29
- rebuild with openssl-0.9.7e
23ac29
23ac29
* Wed Feb 23 2005 Radek Vokal <rvokal@redhat.com> - 5.1.2-3
23ac29
- patch from CVS - kill extra carriage return (#144917)
23ac29
- removed patch for interface indexing - doesn't show virtual interfaces
23ac29
23ac29
* Tue Feb  8 2005 Jeremy Katz <katzj@redhat.com> - 5.2.1-2
23ac29
- rebuild for new librpm
23ac29
23ac29
* Mon Jan 31 2005 Radek Vokal <rvokal@redhat.com> 5.2.1-1
23ac29
- new release, fixing several issues
23ac29
- pointer needs to be inicialized (#146417)
23ac29
23ac29
* Mon Dec 27 2004 Radek Vokal <rvokal@redhat.com> 5.2-2
23ac29
- patch adding ipv6 support to ip system stats
23ac29
23ac29
* Tue Nov 30 2004 Radek Vokal <rvokal@redhat.com> 5.2-1
23ac29
- net-snmp-5.2, patch clean-up
23ac29
23ac29
* Mon Nov 15 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-12
23ac29
- snmpd crash with 'interfaces' directives in snmpd.conf fixed #139010
23ac29
- rather dirty patch fixing conf directory for net-snmp-config
23ac29
23ac29
* Fri Oct 15 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-11
23ac29
- Logrotate support added (#125004)
23ac29
23ac29
* Thu Oct 14 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-10
23ac29
- Extended the libwrap and bsdcompat patches
23ac29
23ac29
* Mon Oct 11 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-9
23ac29
- Droped obsolete lm-sensors patch and enabled lmSensors module
23ac29
- Marked several patches to be removed for 5.1.3
23ac29
23ac29
* Wed Sep 29 2004 Warren Togami <wtogami@redhat.com> 5.1.2-8
23ac29
- remove README* that do not apply to Linux
23ac29
- trim massive ChangeLog
23ac29
23ac29
* Wed Sep 22 2004 Florian La Roche <Florian.LaRoche@redhat.de>
23ac29
- move ldconfig post/postun to libs subrpm
23ac29
23ac29
* Wed Sep 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-6
23ac29
- Split out libs package for multilib compatibility
23ac29
23ac29
* Wed Sep 08 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-4
23ac29
- New prereq for net-snmp-devel
23ac29
- lelf check removed from configure.in (#128748)
23ac29
- fixed snmpd coredump when sent SIGHUP (#127314)
23ac29
23ac29
* Tue Sep 07 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-3
23ac29
- Agentx failed to send trap, fixed (#130752, #122338)
23ac29
23ac29
* Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 5.1.2-2
23ac29
- Patch fixing uninitalized stack variable in smux_trap_process (#130179)
23ac29
23ac29
* Wed Aug 18 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.2-1
23ac29
- Update to 5.1.2
23ac29
- Removed net-snmp-5.0.1-initializer patch, included upstream
23ac29
23ac29
* Tue Jun 15 2004 Phil Knirsch <pknirsch@redhat.com>
23ac29
- Fixed small bug in snmptrapd initscript (#126000).
23ac29
23ac29
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
23ac29
- rebuilt
23ac29
23ac29
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.1-3
23ac29
- Reworked the perl filelist stuff (Thanks to marius feraru).
23ac29
23ac29
* Thu Apr 08 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.1-2
23ac29
- Added Kaj J. Niemi that fixes ipAdEntIfIndex problem (#119106)
23ac29
- Added Kaj J. Niemi to shut up memshared message for 2.6 kernel (#119203)
23ac29
23ac29
* Tue Mar 23 2004 Phil Knirsch <pknirsch@redhat.com> 5.1.1-1
23ac29
- Update to latest upstream version 5.1.1
23ac29
- Included updated patches from Kaj J. Niemi (#118580).
23ac29
23ac29
* Thu Mar 18 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-12
23ac29
- Hacked an ugly perl hack to get rid of perl RPATH problems.
23ac29
- Fixed 64bit patch and applied it. ;-)
23ac29
23ac29
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
23ac29
- rebuilt
23ac29
23ac29
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
23ac29
- rebuilt
23ac29
23ac29
* Wed Feb 04 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-10
23ac29
- Included 64bit fix from Mark Langsdorf (#114645).
23ac29
23ac29
* Tue Feb 03 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-9
23ac29
- Reverted removal of _includir redefiniton due to php-snmp dependancy.
23ac29
- Remove SO_BSDCOMPAT setsockopt() call, deprecated.
23ac29
23ac29
* Thu Jan 29 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-8
23ac29
- Quite a bit of specfile cleanup from Marius FERARU.
23ac29
23ac29
* Thu Jan 22 2004 Thomas Woerner <twoerner@redhat.com> 5.1-7
23ac29
- enabled pie (snmpd, snmptrapd) - postponed for ia64
23ac29
- added --with-pic to configure call
23ac29
23ac29
* Thu Jan 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-6
23ac29
- Fixed 64bit build problems when 32bit popt lib is installed.
23ac29
23ac29
* Tue Jan 13 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-5
23ac29
- rebuilt
23ac29
23ac29
* Sun Jan 11 2004 Florian La Roche <Florian.LaRoche@redhat.de> 5.1-4
23ac29
- rebuild for new rpm
23ac29
23ac29
* Wed Dec 10 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-3
23ac29
- Removed snmpcheck again, needs perl(Tk) which we don't ship (#111194).
23ac29
- Fixed getopt definition in include file (#111209).
23ac29
- Included Kaj J. Niemi's patch for broken perl module (#111319).
23ac29
- Included Kaj J. Niemi's patch for broken async getnext perl call (#111479).
23ac29
- Included Kaj J. Niemi's patch for broken hr_storage (#111502).
23ac29
23ac29
* Wed Nov 26 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-2
23ac29
- Included BuildPrereq on lm_sensors-devel on x86 archs (#110616).
23ac29
- Fixed deprecated initscript options (#110618).
23ac29
23ac29
* Wed Nov 19 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-1
23ac29
- Updated to latest net-snmp-5.1 upstream version.
23ac29
- Tons of specfile and patch cleanup.
23ac29
- Cleaned up perl stuff (mib2c etc, see #107707).
23ac29
- Added lm_sensors support patch for x86 archs from Kaj J. Niemi (#107618).
23ac29
- Added support for custom mib paths and mibs to snmptrapd initscript (#102762)
23ac29
23ac29
* Mon Oct 13 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-2
23ac29
- Due to rpm-devel we need elfutils-devel, too (#103982).
23ac29
23ac29
* Mon Sep 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-1
23ac29
- Updated to latest upstream version net-snmp-5.0.9
23ac29
- Added patch to fix net-snmp-perl problems (#105842).
23ac29
23ac29
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
23ac29
- allow compiling without tcp_wrappers
23ac29
23ac29
* Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11.1
23ac29
- rebuilt
23ac29
23ac29
* Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11
23ac29
- Fixed permission for net-snmp-config in net-snmp-devel
23ac29
23ac29
* Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10.1
23ac29
- rebuilt
23ac29
23ac29
* Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10
23ac29
- Moved net-snmp-config into devel package (#103927)
23ac29
23ac29
* Fri Aug 22 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9.1
23ac29
- rebuilt
23ac29
23ac29
* Thu Aug 21 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9
23ac29
- Added sample config to make net-snmp RFC 1213 compliant.
23ac29
23ac29
* Fri Aug 15 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-8
23ac29
- Fixed problem with perl option (#102420).
23ac29
- Added patch for libwrap fix (#77926).
23ac29
23ac29
* Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7.1
23ac29
- rebuilt
23ac29
23ac29
* Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7
23ac29
- Fixed build problems on ppc64
23ac29
- Fixed double packaged manpages (#102075).
23ac29
23ac29
* Thu Aug 07 2003 Phil Knirsch <pknirsch@redhat.com>
23ac29
- Fixed problem with new proc output (#98619, #89960).
23ac29
23ac29
* Wed Aug 06 2003 Phil Knirsch <pknirsch@redhat.com>
23ac29
- Fixed ro/rw problem with v2 and v3 request (#89612)
23ac29
23ac29
* Tue Aug 05 2003 Phil Knirsch <pknirsch@redhat.com>
23ac29
- Fixed permission problem for debuginfo (#101456)
23ac29
23ac29
* Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6.1
23ac29
- Fixed file list for latest build.
23ac29
23ac29
* Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6
23ac29
- Fixed build problems for net-snmp-perl.
23ac29
23ac29
* Sun Jul 27 2003 Florian La Roche <Florian.LaRoche@redhat.de> 5.0.8-5
23ac29
- actually apply ipv6 patch
23ac29
23ac29
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
23ac29
- rebuilt
23ac29
23ac29
* Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-3
23ac29
- bumped release and rebuilt.
23ac29
23ac29
* Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-2
23ac29
- Hack to make it build on 64bit platforms with /usr/lib64 correctly.
23ac29
- Fixed bug #85071 (leak of open descriptors for ipv6).
23ac29
23ac29
* Fri Mar 28 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-1
23ac29
- Updated to latest upstream version 5.0.8 (bug #88580)
23ac29
23ac29
* Thu Feb 13 2003 Phil Knirsch <pknirsch@redhat.com>
23ac29
- Included generation of perl stuff. Thanks to Harald Hoyer.
23ac29
23ac29
* Wed Feb 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.7-1
23ac29
- Updated to net-snmp-5.0.7. Fixed especially the performance problem with
23ac29
  limited trees.
23ac29
23ac29
* Tue Feb 11 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-17
23ac29
- Fixed ucd-snmp.redhat.conf (#78391).
23ac29
- Fixed snmpwalk examples in config file.
23ac29
23ac29
* Mon Feb 10 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-15
23ac29
- Fixed invalid SMUX packet (#83487).
23ac29
23ac29
* Thu Feb 06 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-14
23ac29
- Fixed the libdir problem.
23ac29
23ac29
* Wed Feb 05 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-13
23ac29
- Updated the old libtool rpath patch.
23ac29
23ac29
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 5.0.6-12
23ac29
- rebuilt
23ac29
23ac29
* Tue Jan 14 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-11
23ac29
- Updated nolibelf patch and activated it again.
23ac29
23ac29
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 5.0.6-10
23ac29
- Rebuild
23ac29
23ac29
* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-9
23ac29
- Added bzip2-devel to BuildPreReq (#76086, #70199).
23ac29
23ac29
* Thu Nov 28 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-8
23ac29
- Added patch to increase SMUXMAXSTRLEN. 
23ac29
23ac29
* Thu Nov  7 2002 Tim Powers <timp@redhat.com> 5.0.6-6
23ac29
- rebuilt to fix broken deps
23ac29
- remove files from the buildroot that we don't want to ship
23ac29
23ac29
* Thu Nov  7 2002 Joe Orton <jorton@redhat.com> 5.0.6-5
23ac29
- add fix for -DUCD_COMPATIBLE (#77405)
23ac29
23ac29
* Thu Nov 07 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-4
23ac29
- Another bump required. Some more specfile changes.
23ac29
23ac29
* Wed Nov 06 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-3
23ac29
- Bumped release and rebuilt.
23ac29
- Removed all dbFOO cruft again.
23ac29
23ac29
* Wed Oct 09 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-2
23ac29
- Updated to latest released version.
23ac29
23ac29
* Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
23ac29
- do not link against -lelf
23ac29
23ac29
* Thu Jun 27 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.1-5
23ac29
- Added --enable-ucd-snmp-compatibility for compatibility with older version
23ac29
  and fixed installation thereof.
23ac29
- Got rid of the perl(Tk) dependancy by removing snmpcheck.
23ac29
- Include /usr/include/ucd-snmp in the filelist.
23ac29
- Fixed a problem with the ucd-snmp/version.h file.
23ac29
23ac29
* Wed Jun 26 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.1-1
23ac29
- Updated to 5.0.1
23ac29
- Dropped --enable-reentrant as it's currently broken
23ac29
23ac29
* Tue Apr 23 2002 Phil Knirsch <pknirsch@redhat.com> 5.0-1
23ac29
- Switch to latest stable version, 5.0
23ac29
- Renamed the packate to net-snmp and obsoleted ucd-snmp.
23ac29
23ac29
* Wed Apr 17 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4-3
23ac29
- Fixed problem with reload in initscript (#63526).
23ac29
23ac29
* Mon Apr 15 2002 Tim Powers <timp@redhat.com> 4.2.4-2
23ac29
- rebuilt in new environment
23ac29
23ac29
* Mon Apr 15 2002 Tim Powers <timp@redhat.com> 4.2.4-1
23ac29
- update to 4.2.4 final
23ac29
23ac29
* Sat Apr 13 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-5
23ac29
- Added some missing files to the %%files section.
23ac29
23ac29
* Tue Apr 09 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-4
23ac29
- Hardcoded the ETC_MNTTAB to point to "/etc/mtab".
23ac29
23ac29
* Mon Apr 08 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-3
23ac29
- Removed the check for dbFOO as we don't want to add another requirement.
23ac29
23ac29
* Fri Apr 05 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-2
23ac29
- Added missing BuildPrereq to openssl-devel (#61525)
23ac29
23ac29
* Thu Apr 04 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-1
23ac29
- Added ucd5820stat to the files section.
23ac29
- Updated to latest version (4.2.4.pre3)
23ac29
23ac29
* Mon Mar 18 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre2-1
23ac29
- Updated to latest version (4.2.4.pre2)
23ac29
23ac29
* Tue Jan 29 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.3-4
23ac29
- Added the snmptrapd init script as per request (#49205)
23ac29
- Fixed the again broken rpm query stuff (#57444)
23ac29
- Removed all old and none-used db related stuff (libs and header checks/files)
23ac29
23ac29
* Mon Jan 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.3-2
23ac29
- Included the Axioma Security Research fix for snmpnetstat from bugtraq.
23ac29
23ac29
* Mon Dec 03 2001 Phil Knirsch <phil@redhat.de> 4.2.3-1
23ac29
- Update to 4.2.3 final.
23ac29
- Fixed libtool/rpath buildroot pollution problem.
23ac29
- Fixed library naming problem.
23ac29
23ac29
* Fri Oct  5 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Fixed a server segfault for snmpset operation (#53640). Thanks to Josh Giles
23ac29
  and Wes Hardaker for the patch.
23ac29
23ac29
* Mon Sep 10 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Fixed problem with RUNTESTS script.
23ac29
23ac29
* Tue Sep  4 2001 Preston Brown <pbrown@redhat.com>
23ac29
- fixed patch related to bug #35016 (Dell)
23ac29
23ac29
* Fri Aug 24 2001 Philipp Knirsch <pknirsch@redhat.de> 4.2.1-6
23ac29
- Fixed snmpd description (#52366)
23ac29
23ac29
* Wed Aug 22 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Final bcm5820 fix. Last one was broken.
23ac29
- Fixed bugzilla bug (#51960) where the binaries contained rpath references.
23ac29
23ac29
* Wed Aug 15 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Fixed a couple of security issues:
23ac29
  o /tmp race and setgroups() privilege problem
23ac29
  o Various buffer overflow and format string issues.
23ac29
  o One signedness problem in ASN handling.
23ac29
- Fixed an important RFE to support bcm5820 cards. (#51125)
23ac29
23ac29
* Fri Jul 20 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Removed tkmib from the package once again as we don't ship the Tk.pm CPAN
23ac29
  perl module required to run it (#49363)
23ac29
- Added missing Provides for the .so.0 libraries as rpm doesn't seem to find
23ac29
  those during the build anymore (it used to) (#46388)
23ac29
23ac29
* Thu Jul 19 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Enabled IPv6 support (RFE #47764)
23ac29
- Hopefully final fix of snmpwalk problem (#42153). Thanks to Douglas Warzecha
23ac29
  for the patch and Matt Domsch for reporting the problem.
23ac29
23ac29
* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Fixed smux compilation problems (#41452)
23ac29
- Fixed wrong paths displayed in manpages (#43053)
23ac29
23ac29
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
23ac29
- Updated to 4.2.1. Removed 2 obsolete patches (fromcvs and #18153)
23ac29
- Include /usr/share/snmp/snmpconf in %%files
23ac29
23ac29
* Wed Jun 13 2001 Than Ngo <than@redhat.com>
23ac29
- fix to use libwrap in distro
23ac29
- add buildprereq: tcp_wrappers
23ac29
23ac29
* Fri Jun  1 2001 Bill Nottingham <notting@redhat.com>
23ac29
- add a *new* patch for IP address return sizes
23ac29
23ac29
* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
23ac29
- add patch so that only four bytes are returned for IP addresses on ia64 (#32244)
23ac29
23ac29
* Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
23ac29
- rebuild (missing alpha packages)
23ac29
23ac29
* Fri Apr  6 2001 Matt Wilson <msw@redhat.com>
23ac29
- added ucd-snmp-4.2-null.patch to correcly handle a NULL value (#35016)
23ac29
23ac29
* Tue Apr  3 2001 Preston Brown <pbrown@redhat.com>
23ac29
- clean up deinstallation (#34168)
23ac29
23ac29
* Tue Mar 27 2001 Matt Wilson <msw@redhat.com>
23ac29
- return a usable RETVAL when running "service snmpd status" (#33571)
23ac29
23ac29
* Tue Mar 13 2001 Matt Wilson <msw@redhat.com>
23ac29
- configure with --enable-reentrant and added "smux" and "agentx" to
23ac29
  --with-mib-modules= argument (#29626)
23ac29
23ac29
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
23ac29
- rebuild in new environment
23ac29
23ac29
* Mon Feb 26 2001 Tim Powers <timp@redhat.com>
23ac29
- fixed initscript, for reload and restart it was start then stop,
23ac29
  fixed. (#28477)
23ac29
23ac29
* Fri Feb  2 2001 Trond Eivind Glomsrod <teg@redhat.com>
23ac29
- i18nize initscript
23ac29
23ac29
* Sat Jan  6 2001 Jeff Johnson <jbj@redhat.com>
23ac29
- don't depend on /etc/init.d so that package will work with 6.2.
23ac29
- perl path fiddles no longer needed.
23ac29
- rely on brp-compress frpm rpm to compress man pages.
23ac29
- patch from ucd-snmp CVS (Wes Hardaker).
23ac29
- configure.in needs to check for rpm libraries correctly (#23033).
23ac29
- add simple logrotate script (#21399).
23ac29
- add options to create pidfile and log with syslog with addresses (#23476).
23ac29
23ac29
* Sat Dec 30 2000 Jeff Johnson <jbj@redhat.com>
23ac29
- package for Red Hat 7.1.
23ac29
23ac29
* Thu Dec 07 2000 Wes Hardaker <hardaker@users.sourceforge.net>
23ac29
- update for 4.2
23ac29
23ac29
* Thu Oct 12 2000 Jeff Johnson <jbj@redhat.com>
23ac29
- add explicit format for syslog call (#18153).
23ac29
23ac29
* Thu Jul 20 2000 Bill Nottingham <notting@redhat.com>
23ac29
- move initscript back
23ac29
23ac29
* Thu Jul 20 2000 Jeff Johnson <jbj@redhat.com>
23ac29
- rebuild per Trond's request.
23ac29
23ac29
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
23ac29
- fix syntax error that crept in with condrestart
23ac29
23ac29
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
23ac29
- automatic rebuild
23ac29
23ac29
* Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
23ac29
- move initscript and add condrestart magic
23ac29
23ac29
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
23ac29
- fix %%attr on man pages
23ac29
23ac29
* Mon Jun 12 2000 Jeff Johnson <jbj@redhat.com>
23ac29
- tkmib doco had #!/usr/bin/perl55
23ac29
- include snmpcheck and tkmib again (still needs some CPAN module, however).
23ac29
23ac29
* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
23ac29
- update to 4.1.2.
23ac29
- FHS packaging.
23ac29
- patch for rpm 4.0.
23ac29
23ac29
* Thu May 18 2000 Trond Eivind Glomsrod <teg@redhat.com>
23ac29
- add version to buildroot
23ac29
- rebuilt with new libraries
23ac29
23ac29
* Sun Feb 27 2000 Jeff Johnson <jbj@redhat.com>
23ac29
- default config was broken (from Wes Hardaker) (#9752)
23ac29
23ac29
* Sun Feb 13 2000 Jeff Johnson <jbj@redhat.com>
23ac29
- compressed man pages.
23ac29
23ac29
* Fri Feb 11 2000 Wes Hardaker <wjhardaker@ucdavis.edu>
23ac29
- update to 4.1.1
23ac29
23ac29
* Sat Feb  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
23ac29
- change %%postun to %%preun
23ac29
23ac29
* Thu Feb 3 2000 Elliot Lee <sopwith@redhat.com>
23ac29
- Don't ship tkmib, since we don't ship the perl modules needed to run it.
23ac29
(Bug #4881)
23ac29
23ac29
* Tue Aug 31 1999 Jeff Johnson <jbj@redhat.com>
23ac29
- default config permits RO access to system group only (Wed Hardaker).
23ac29
23ac29
* Sun Aug 29 1999 Jeff Johnson <jbj@redhat.com>
23ac29
- implement suggestions from Wes Hardaker.
23ac29
23ac29
* Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
23ac29
- stateless access to rpm database.
23ac29
23ac29
* Wed Aug 25 1999 Jeff Johnson <jbj@redhat.com>
23ac29
- update to 4.0.1.
23ac29
23ac29
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
23ac29
- initscript munging
23ac29
23ac29
* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
23ac29
- update to 3.6.2 (#3219,#3259).
23ac29
- add missing man pages (#3057).
23ac29
23ac29
* Thu Apr  8 1999 Wes Hardaker <wjhardaker@ucdavis.edu>
23ac29
- fix Source0 location.
23ac29
- fix the snmpd.conf file to use real community names.
23ac29
23ac29
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
23ac29
- auto rebuild in the new build environment (release 3)
23ac29
23ac29
* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
23ac29
- upgrade to 3.6.1, fix configuration file stuff.
23ac29
23ac29
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
23ac29
- Injected new description and group.
23ac29
23ac29
* Tue Feb  2 1999 Jeff Johnson <jbj@redhat.com>
23ac29
- restore host resources mib
23ac29
- simplified config file
23ac29
- rebuild for 6.0.
23ac29
23ac29
* Tue Dec 22 1998 Bill Nottingham <notting@redhat.com>
23ac29
- remove backup file to fix perl dependencies
23ac29
23ac29
* Tue Dec  8 1998 Jeff Johnson <jbj@redhat.com>
23ac29
- add all relevant rpm scalars to host resources mib.
23ac29
23ac29
* Sun Dec  6 1998 Jeff Johnson <jbj@redhat.com>
23ac29
- enable libwrap (#253)
23ac29
- enable host module (rpm queries over SNMP!).
23ac29
23ac29
* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
23ac29
- strip binaries
23ac29
23ac29
* Fri Oct  2 1998 Jeff Johnson <jbj@redhat.com>
23ac29
- update to 3.5.3.
23ac29
- don't include snmpcheck until perl-SNMP is packaged.
23ac29
23ac29
* Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
23ac29
- ucd-snmpd.init: start daemon w/o -f.
23ac29
23ac29
* Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
23ac29
- don't start snmpd unless requested
23ac29
- start snmpd after pcmcia.
23ac29
23ac29
* Sun Jun 21 1998 Jeff Johnson <jbj@redhat.com>
23ac29
- all but config (especially SNMPv2p) ready for prime time
23ac29
23ac29
* Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com>
23ac29
- update to 3.5.
23ac29
23ac29
* Tue Dec 30 1997 Otto Hammersmith <otto@redhat.com>
23ac29
- created the package... possibly replace cmu-snmp with this.