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