source: projects/specs/trunk/n/net-snmp/net-snmp-vl.spec @ 12545

Revision 12545, 37.9 KB checked in by tomop, 3 years ago (diff)

rpm-4.16.1.2-1 and requirements

Line 
1%bcond_with systemd
2%bcond_without python3
3%bcond_without gui
4
5# Arches on which we need to prevent arch conflicts on net-snmp-config.h
6%define multilib_arches %{ix86} ia64 ppc ppc64 x86_64
7
8Summary: A collection of SNMP protocol tools and libraries.
9Summary(ja): SNMP プロトコルツールとライブラリのコレクション
10Name: net-snmp
11Version: 5.9
12Release: 2%{?_dist_release}%{?with_systemd:.systemd}
13Group: servers,admin-tools
14Vendor: Project Vine
15Distribution: Vine Linux
16
17License: BSD
18URL: http://www.net-snmp.org/
19Source0: https://downloads.sourceforge.net/project/net-snmp/net-snmp/5.9/net-snmp-%{version}.tar.gz
20Source1: net-snmp.redhat.conf
21Source2: net-snmpd.init
22Source3: net-snmptrapd.init
23Source4: net-snmp-config.h
24Source5: net-snmp-config
25Source6: net-snmp-trapd.redhat.conf
26Source7: net-snmpd.sysconfig
27Source8: net-snmptrapd.sysconfig
28Source9: net-snmp-tmpfs.conf
29Source10:  net-snmpd.logrotate
30Source11:  snmpd.service
31Source12:  snmptrapd.service
32Source13:  IETF-MIB-LICENSE.txt
33
34Patch1:     net-snmp-5.9-pie.patch
35Patch2:     net-snmp-5.9-dir-fix.patch
36Patch3:     net-snmp-5.9-multilib.patch
37Patch4:     net-snmp-5.9-test-debug.patch
38Patch5:     net-snmp-5.7.2-cert-path.patch
39Patch6:     net-snmp-5.9-cflags.patch
40Patch7:     net-snmp-5.8-Remove-U64-typedef.patch
41Patch8:     net-snmp-5.9-libnetsnmptrapd-against-MYSQL_LIBS.patch
42Patch9:     net-snmp-5.7.3-iterator-fix.patch
43Patch10:    net-snmp-5.9-autofs-skip.patch
44Patch11:    net-snmp-5.9-python-ld-flags.patch
45Patch12:    net-snmp-5.9-usage-exit.patch
46Patch13:    net-snmp-5.9-coverity.patch
47Patch14:    net-snmp-5.9-proxy-getnext.patch
48Patch15:    net-snmp-5.9-dskTable-dynamic.patch
49Patch16:    net-snmp-5.8-expand-SNMPCONFPATH.patch
50Patch17:    net-snmp-5.8-duplicate-ipAddress.patch
51Patch18:    net-snmp-5.9-memory-reporting.patch
52Patch19:    net-snmp-5.8-man-page.patch
53Patch20:    net-snmp-5.8-ipAddress-faster-load.patch
54Patch21:    net-snmp-5.8-rpm-memory-leak.patch
55Patch22:    net-snmp-5.9-aes-config.patch
56Patch23:    net-snmp-5.9-available-memory.patch
57
58# Modern RPM API means at least EL6
59Patch101:   net-snmp-5.8-modern-rpm-api.patch
60
61#disable this patch due compatibility issues
62Patch102:   net-snmp-5.9-python3.patch
63
64# Vine
65
66BuildRoot: %{_tmppath}/%{name}-root
67BuildRequires: openssl-devel, bzip2-devel, elfutils-devel
68BuildRequires: elfutils-libelf-devel, rpm-devel
69BuildRequires: perl, perl(ExtUtils::Embed), procps
70%if %{with python3}
71BuildRequires: python3-devel, python3-setuptools, python3-rpm-macros
72%endif
73BuildRequires: chrpath
74BuildRequires: libmariadb-devel
75# for netstat, needed by 'make test'
76BuildRequires: net-tools
77BuildRequires: lm-sensors-devel
78%if %{with systemd}
79BuildRequires: systemd
80%{?systemd_requires}
81%else
82Requires(pre): /sbin/chkconfig
83Requires(post): /sbin/chkconfig
84Requires(post): /sbin/service
85Requires(preun): /sbin/chkconfig
86Requires(preun): /sbin/service
87Requires(postun): /sbin/service
88%endif
89Requires: net-snmp-libs = %{version}-%{release}
90Obsoletes: cmu-snmp ucd-snmp
91
92%description
93SNMP (Simple Network Management Protocol) is a protocol used for
94network management. The NET-SNMP project includes various SNMP tools:
95an extensible agent, an SNMP library, tools for requesting or setting
96information from SNMP agents, tools for generating and handling SNMP
97traps, a version of the netstat command which uses SNMP, and a Tk/Perl
98mib browser. This package contains the snmpd and snmptrapd daemons,
99documentation, etc.
100
101You will probably also want to install the ucd-snmp-utils package,
102which contains NET-SNMP utilities.
103
104%description -l ja
105SNMP (Simple Network Management Protocol) はネットワーク管理に用いる
106プロトコルです. NET-SNMP プロジェクトは以下のような様々な SNMP ツールを
107含んでいます : 拡張性のあるエージェント, SNMP ライブラリ, SNMP
108エージェントからの情報の要求や設定を行うツール, SNMP 割り込みの生成や
109ハンドリングを行うツール, SNMP を用いる netstat コマンド, および TK/Perl
110mib ブラウザ. このパッケージは snmpd, snmptrapd デーモンやドキュメント
111なども含んでいます.
112
113おそらく, NET-SNMP ユーティリティを含んだ net-snmp-utils パッケージも
114インストールした方が良いでしょう。
115
116
117%package libs
118Summary: The NET-SNMP runtime client libraries
119Group: system
120
121%description libs
122The net-snmp-libs package contains the runtime client libraries for shared
123binaries and applications.
124
125
126%package utils
127Summary: Network management utilities using SNMP, from the NET-SNMP project.
128Summary(ja): SNMP を用いたネットワーク管理ユーティリティ
129Group: admin-tools
130Requires: net-snmp = %{version}
131Obsoletes: cmu-snmp-utils ucd-snmp-utils
132
133%description utils
134The net-snmp-utils package contains various utilities for use with the
135NET-SNMP network management project.
136
137Install this package if you need utilities for managing your network
138using the SNMP protocol. You will also need to install the net-snmp
139package.
140
141%description utils -l ja
142net-snmp-utils パッケージは NET-SNMP ネットワーク管理プロジェクトにて
143用いられる様々なユーティリティを含んでいます. net-snmp パッケージも
144インストールする必要があります.
145
146
147%package devel
148Summary: The development environment for the NET-SNMP project.
149Summary(ja): NET-SNMP 用の開発環境
150Group: programming
151Requires: net-snmp-libs = %{version}-%{release}
152Requires: elfutils-libelf-devel
153Requires: openssl-devel
154Obsoletes: cmu-snmp-devel ucd-snmp-devel
155
156%description devel
157The net-snmp-devel package contains the development libraries and
158header files for use with the NET-SNMP project's network management
159tools.
160
161Install the net-snmp-devel package if you would like to develop
162applications for use with the NET-SNMP project's network management
163tools. You'll also need to have the net-snmp and net-snmp-utils
164packages installed.
165
166#'
167%description devel -l ja
168net-snmp-devel パッケージには NET-SNMP プロジェクトのネットワーク管理
169ツールの開発に用いる開発ライブラリおよびヘッダが含まれています.
170
171NET-SNMP プロジェクトのネットワーク管理ツールを用いるアプリケーションを
172開発したいならば, net-snmp-devel パッケージをインストールしてください.
173おそらく net-snmp, net-snmp-utils パッケージもインストールする必要が
174あるでしょう.
175
176
177%package perl
178Summary: The perl NET-SNMP module and the mib2c tool.
179Summary(ja): perl NET-SNMP モジュールおよび mib2c ツール
180Group: programming
181Requires: net-snmp = %{version}, perl-XML-Simple
182Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
183BuildRequires: perl >= 5
184
185%description perl
186The net-snmp-perl package contains the perl files to use SNMP from within
187Perl.
188
189Install the net-snmp-perl package, if you want to use mib2c or SNMP with perl.
190
191%description perl -l ja
192net-snmp-perl パッケージには Perl から SNMP を使用するための perl
193ファイルが含まれています.
194
195perl から mib2c や SNMP を使用したいならば, net-snmp-perl パッケージを
196インストールしてください.
197
198
199%if %{with python3}
200%package -n python3-net-snmp
201Summary:   The Python 'netsnmp' module for the Net-SNMP
202Summary(ja): Python用 'netsnmp' モジュール
203Group: programming
204%{?python_provide:%python_provide python3-net-snmp}
205Requires:  %{name}-libs%{?_isa} = %{version}-%{release}
206
207%description -n python3-net-snmp
208The 'netsnmp' module provides a full featured, tri-lingual SNMP (SNMPv3,
209SNMPv2c, SNMPv1) client API. The 'netsnmp' module internals rely on the
210Net-SNMP toolkit library.
211%endif
212
213
214%if %{with gui}
215%package gui
216Summary:  An interactive graphical MIB browser for SNMP
217Summary(ja): 対話型グラフィカルSNMP MIBブラウザー
218Group: admin-tools
219Requires: perl-Tk, net-snmp-perl%{?_isa} = %{version}-%{release}
220
221%description gui
222The net-snmp-gui package contains tkmib utility, which is a graphical user
223interface for browsing the Message Information Bases (MIBs). It is also
224capable of sending or retrieving the SNMP management information to/from
225the remote agents interactively.
226
227Install the net-snmp-gui package, if you want to use this interactive utility.
228%endif
229
230
231%debug_package
232
233
234%prep
235%setup -q
236cp %{SOURCE13} .
237
238%ifnarch ia64
239%patch1 -p1 -b .pie
240%endif
241
242%patch2 -p1 -b .dir-fix
243%patch3 -p1 -b .multilib
244%patch4 -p1
245%patch5 -p1 -b .cert-path
246%patch6 -p1 -b .cflags
247%patch7 -p1 -b .u64-remove
248%patch8 -p1 -b .perlfix
249%patch9 -p1 -b .iterator-fix
250%patch10 -p1 -b .autofs-skip
251%patch11 -p1 -b .python-ld-flags
252%patch12 -p1 -b .usage-fix
253%patch13 -p1 -b .coverity
254%patch14 -p1 -b .proxy-getnext
255%patch15 -p1 -b .dskTable-dynamic
256%patch16 -p1 -b .expand-SNMPCONFPATH
257%patch17 -p1 -b .duplicate-ipAddress
258%patch18 -p1 -b .memory-reporting
259%patch19 -p1 -b .man-page
260%patch20 -p1 -b .ipAddress-faster-load
261%patch21 -p1 -b .rpm-memory-leak
262%patch22 -p1 -b .aes-config
263%patch23 -p1 -b .available-memory
264
265%patch101 -p1 -b .modern-rpm-api
266%patch102 -p1
267
268# disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=680697
269rm testing/fulltests/default/T200*
270
271
272%build
273autoreconf -vif
274
275MIBS="host agentx smux \
276     ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
277     ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \
278     ip-mib/ipAddressPrefixTable/ipAddressPrefixTable \
279     ip-mib/ipDefaultRouterTable/ipDefaultRouterTable \
280     ip-mib/ipv6ScopeZoneIndexTable ip-mib/ipIfStatsTable \
281     sctp-mib rmon-mib etherlike-mib ucd-snmp/lmsensorsMib"
282
283%configure \
284    --disable-static --enable-shared \
285    --enable-as-needed \
286    --enable-blumenthal-aes \
287    --enable-embedded-perl \
288    --enable-ipv6 \
289    --enable-local-smux \
290    --enable-mfd-rewrites \
291    --enable-ucd-snmp-compatibility \
292    --sysconfdir=%{_sysconfdir} \
293    --with-cflags="$RPM_OPT_FLAGS -fPIE" \
294    --with-ldflags="$RPM_LD_FLAGS -lm" \
295    --with-logfile="/var/log/snmpd.log" \
296    --with-mib-modules="$MIBS" \
297    --with-mysql \
298    --with-openssl \
299    --with-persistent-directory="/var/lib/net-snmp" \
300    --with-perl-modules="INSTALLDIRS=vendor" \
301    --with-pic \
302    --with-security-modules=tsm  \
303    --with-sys-location="Unknown" \
304%if %{with systemd}
305    --with-systemd \
306%endif
307    --with-temp-file-pattern=/run/net-snmp/snmp-tmp-XXXXXX \
308    --with-transports="DTLSUDP TLSTCP" \
309    --with-sys-contact="root@localhost" \
310    --without-pcre <<EOF
311EOF
312
313# store original libtool file, we will need it later
314cp libtool libtool.orig
315# remove rpath from libtool
316sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
317sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
318
319# the package is not %%_smp_mflags safe
320make
321
322%if %{with python3}
323# compile python module
324pushd python
325%{__python3} setup.py --basedir="../" build
326popd
327%endif
328
329
330%install
331rm -rf %{buildroot}
332make install DESTDIR=%{buildroot}
333
334# Determine which arch opensslconf.h is going to try to #include.
335basearch=%{_arch}
336%ifarch %{ix86}
337basearch=i386
338%endif
339
340%ifarch %{multilib_arches}
341# Do an net-snmp-config.h switcheroo to avoid file conflicts on systems where you
342# can have both a 32- and 64-bit version of the library, and they each need
343# their own correct-but-different versions of net-snmp-config.h to be usable.
344mv %{buildroot}/%{_bindir}/net-snmp-config %{buildroot}/%{_bindir}/net-snmp-config-${basearch}
345install -m 755 %SOURCE5 %{buildroot}/%{_bindir}/net-snmp-config
346mv %{buildroot}/%{_includedir}/net-snmp/net-snmp-config.h %{buildroot}/%{_includedir}/net-snmp/net-snmp-config-${basearch}.h
347install -m644 %SOURCE4 %{buildroot}/%{_includedir}/net-snmp/net-snmp-config.h
348%endif
349
350install -d %{buildroot}%{_sysconfdir}/snmp
351install -m 644 %SOURCE1 %{buildroot}%{_sysconfdir}/snmp/snmpd.conf
352install -m 644 %SOURCE6 %{buildroot}%{_sysconfdir}/snmp/snmptrapd.conf
353
354install -d %{buildroot}%{_sysconfdir}/sysconfig
355install -m 644 %SOURCE7 %{buildroot}%{_sysconfdir}/sysconfig/snmpd
356install -m 644 %SOURCE8 %{buildroot}%{_sysconfdir}/sysconfig/snmptrapd
357
358install -d %{buildroot}%{_sysconfdir}/logrotate.d
359install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/logrotate.d/snmpd
360
361# prepare /var/lib/net-snmp
362install -d %{buildroot}%{_localstatedir}/lib/net-snmp
363install -d %{buildroot}%{_localstatedir}/lib/net-snmp/mib_indexes
364install -d %{buildroot}%{_localstatedir}/lib/net-snmp/cert_indexes
365install -d %{buildroot}%{_localstatedir}/run/net-snmp
366
367# remove things we don't want to distribute
368rm -f %{buildroot}%{_bindir}/snmpinform
369ln -s snmptrap %{buildroot}/usr/bin/snmpinform
370rm -f %{buildroot}%{_bindir}/snmpcheck
371rm -f %{buildroot}/%{_bindir}/fixproc
372rm -f %{buildroot}/%{_mandir}/man1/fixproc*
373rm -f %{buildroot}/%{_bindir}/ipf-mod.pl
374rm -f %{buildroot}/%{_libdir}/*.la
375rm -f %{buildroot}/%{_libdir}/libsnmp*
376
377# remove special perl files
378find %{buildroot} -name perllocal.pod \
379    -o -name .packlist \
380    -o -name "*.bs" \
381    -o -name Makefile.subs.pl \
382    | xargs -ri rm -f {}
383# remove docs that do not apply to Linux
384rm -f README.aix README.hpux11 README.osX README.Panasonic_AM3X.txt README.solaris README.win32
385
386# copy missing mib2c.conf files
387install -m 644 local/mib2c.*.conf %{buildroot}%{_datadir}/snmp
388
389%if %{with python3}
390# install python module
391pushd python
392%{__python3} setup.py --basedir=.. install -O1 --skip-build --root %{buildroot}
393popd
394%endif
395
396find %{buildroot} -name '*.so' | xargs chmod 0755
397
398# trim down massive ChangeLog
399dd bs=1024 count=250 if=ChangeLog of=ChangeLog.trimmed
400
401# convert files to UTF-8
402for file in README COPYING; do
403    iconv -f 8859_1 -t UTF-8 <$file >$file.utf8
404    mv $file.utf8 $file
405done
406
407# remove executable bit from documentation samples
408chmod 644 local/passtest local/ipf-mod.pl
409
410%if %{with systemd}
411# systemd stuff
412install -m 755 -d %{buildroot}/%{_tmpfilesdir}
413install -m 644 %SOURCE9 %{buildroot}/%{_tmpfilesdir}/net-snmp.conf
414install -m 755 -d %{buildroot}/%{_unitdir}
415install -m 644 %SOURCE11 %SOURCE12 %{buildroot}/%{_unitdir}/
416%else
417install -d %{buildroot}%{_sysconfdir}/rc.d/init.d
418install -m 755 %SOURCE2 %{buildroot}%{_sysconfdir}/rc.d/init.d/snmpd
419install -m 755 %SOURCE3 %{buildroot}%{_sysconfdir}/rc.d/init.d/snmptrapd
420%endif
421
422%if !%{with gui}
423rm -f %{buildroot}%{_bindir}/tkmib %{buildroot}%{_mandir}/man1/tkmib.1*
424%endif
425
426
427%post
428%if %{with systemd}
429%systemd_post snmpd.service snmptrapd.service
430%else
431/sbin/chkconfig --add snmpd
432/sbin/chkconfig --add snmptrapd
433%endif
434
435%preun
436%if %{with systemd}
437%systemd_preun snmpd.service snmptrapd.service
438%else
439if [ $1 = 0 -o /bin/systemctl ]; then
440   service snmpd stop >/dev/null 2>&1
441   /sbin/chkconfig --del snmpd
442   service snmptrapd stop >/dev/null 2>&1
443   /sbin/chkconfig --del snmptrapd
444   # remove stale autogenerated file
445   rm -f %{_datadir}/snmp/mibs/.index
446fi
447%endif
448
449%postun
450%if %{with systemd}
451%systemd_postun_with_restart snmpd.service snmptrapd.service
452%else
453if [ "$1" -ge "1" ]; then
454    service snmpd condrestart >/dev/null 2>&1 || :
455    service snmptrapd condrestart >/dev/null 2>&1 || :
456fi
457%endif
458
459%post libs -p /sbin/ldconfig
460%postun libs -p /sbin/ldconfig
461
462
463%clean
464rm -rf ${RPM_BUILD_ROOT}
465
466
467%files
468%defattr(-,root,root,-)
469%license COPYING
470%doc ChangeLog.trimmed EXAMPLE.conf FAQ NEWS TODO
471%doc README README.agent-mibs README.agentx README.krb5 README.snmpv3
472%doc local/passtest local/ipf-mod.pl
473%doc README.thread AGENT.txt PORTING local/README.mib2c
474%doc IETF-MIB-LICENSE.txt
475%dir %{_sysconfdir}/snmp
476%config(noreplace,missingok) %{_sysconfdir}/sysconfig/snmpd
477%config(noreplace,missingok) %{_sysconfdir}/sysconfig/snmptrapd
478%config(noreplace,missingok) %{_sysconfdir}/snmp/snmpd.conf
479%config(noreplace,missingok) %{_sysconfdir}/snmp/snmptrapd.conf
480%if %{with systemd}
481%{_unitdir}/snmp*
482%config(noreplace) %{_tmpfilesdir}/net-snmp.conf
483%else
484%config(noreplace) %{_sysconfdir}/rc.d/init.d/snmpd
485%config(noreplace) %{_sysconfdir}/rc.d/init.d/snmptrapd
486%endif
487%config(noreplace) %{_sysconfdir}/logrotate.d/snmpd
488%dir %{_datadir}/snmp
489%{_datadir}/snmp/snmpconf-data
490%dir %{_localstatedir}/run/net-snmp
491%{_bindir}/agentxtrap
492%{_bindir}/net-snmp-create-v3-user
493%{_bindir}/snmpconf
494%{_sbindir}/*
495%attr(0644,root,root) %{_mandir}/man1/agentxtrap.1*
496%attr(0644,root,root) %{_mandir}/man[58]/snmp*d*
497%attr(0644,root,root) %{_mandir}/man5/snmp_config.5.gz
498%attr(0644,root,root) %{_mandir}/man5/variables*
499%attr(0644,root,root) %{_mandir}/man1/net-snmp-create-v3-user*
500%attr(0644,root,root) %{_mandir}/man1/snmpconf.1.gz
501
502%files libs
503%defattr(-,root,root,-)
504%{_libdir}/lib*.so.*
505%dir %{_datadir}/snmp
506%dir %{_datadir}/snmp/mibs
507%{_datadir}/snmp/mibs/*
508%dir %{_localstatedir}/lib/net-snmp
509%dir %{_localstatedir}/lib/net-snmp/mib_indexes
510%dir %{_localstatedir}/lib/net-snmp/cert_indexes
511
512%files utils
513%defattr(-,root,root,-)
514%{_bindir}/encode_keychange
515%{_bindir}/snmp[^c-]*
516%attr(0644,root,root) %{_mandir}/man1/snmp[^-]*.1*
517%attr(0644,root,root) %{_mandir}/man1/encode_keychange*.1*
518%attr(0644,root,root) %{_mandir}/man5/snmp.conf.5.gz
519%attr(0644,root,root) %{_mandir}/man5/variables.5.gz
520
521%files devel
522%defattr(0644,root,root,0755)
523%{_libdir}/lib*.so
524%{_libdir}/pkgconfig/*
525%{_includedir}/*
526%attr(0644,root,root)   %{_mandir}/man3/*.3.*
527%attr(0755,root,root)   %{_bindir}/net-snmp-config*
528%attr(0644,root,root)   %{_mandir}/man1/net-snmp-config*.1.*
529
530%files perl
531%defattr(-,root,root)
532%{_bindir}/mib2c-update
533%{_bindir}/mib2c
534%{_bindir}/snmp-bridge-mib
535%{_bindir}/net-snmp-cert
536%{_bindir}/checkbandwidth
537%dir %{_datadir}/snmp
538%{_datadir}/snmp/mib2c*
539%{_datadir}/snmp/*.pl
540%{_bindir}/traptoemail
541%attr(0644,root,root) %{_mandir}/man[15]/mib2c*
542%attr(0644,root,root) %{_mandir}/man3/*.3pm.*
543%attr(0644,root,root) %{_mandir}/man1/traptoemail*.1*
544%attr(0644,root,root) %{_mandir}/man1/snmp-bridge-mib.1*
545%{perl_vendorarch}/*SNMP*
546%{perl_vendorarch}/auto/*SNMP*
547%{perl_vendorarch}/auto/Bundle/*SNMP*
548%{perl_vendorarch}/Bundle/MakefileSubs.pm
549
550%if %{with python3}
551%files -n python3-net-snmp
552%doc README
553%{python3_sitearch}/*
554%endif
555
556%if %{with gui}
557%files gui
558%{_bindir}/tkmib
559%attr(0644,root,root) %{_mandir}/man1/tkmib.1*
560%endif
561
562
563%changelog
564* Mon Feb 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.9-2
565- rebuilt with rpm-4.16.
566
567* Tue Sep 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.9-1
568- new upstream release.
569- re-imported all patches from rawhide.
570- added systemd support (disabled as default).
571
572* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.8-2
573- rebuilt with perl-5.26.
574- added BR:libxcrypt-devel,libnsl2-devel.
575
576* Wed Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.8-1
577- new upstream release.
578- updated Patch2-3.
579- dropped Patch5-7.
580- imported Patch4-12, 101 and 102 from rawhide.
581
582* Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.7.3-2
583- rebuilt with openssl-1.0.2g.
584
585* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.3-1
586- new upstream release
587- update Patch3 (net-snmp-5.7.3-multilib.patch)
588- update Patch5 (net-snmp-5.7.3-apsl-copying.patch)
589
590* Thu Feb 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.7.2.1-2
591- added R: openssl-devel to devel subpackage
592
593* Thu Jul  3 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.7.2.1-1
594- new upstream release.
595
596* Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.2-1
597- new upstream release
598- update Patch1 (net-snmp-5.7.2-pie.patch)
599- remove Patch4 (net-snmp-5.5-include-struct.patch)
600
601* Wed Sep 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 5.7.1-3
602- use installvendorarch instead of installvendorlib
603  to pick perl modules
604
605* Mon Sep 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 5.7.1-2
606- rebuild with rpm-4.10.0
607
608* Sun Mar 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.1-1
609- new upstream release
610- update Patch6 (net-snmp-5.7.1-perl-linking.patch)
611
612* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.6.1.1-2
613- rebuild with rpm-4.9.1.2
614
615* Sat Jun 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1.1-1
616- new upstream release
617
618* Sat May 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-5
619- change configure option (--with-mnttab=/etc/mtab)
620
621* Tue Apr 12 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.1-4
622- rebuilt with perl-5.12.3.
623
624* Sun Mar 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-3
625- change configure option (--with-mib-modules)
626
627* Tue Jan 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-2
628- merge spec, patch, source from FC package
629
630* Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-1
631- new upstream release
632- add configure option: --with-mnttab="/etc/mnttab"
633- update Patch1,4,9,11 for net-snmp-5.6.1
634- drop Patch6,8,13,16,17
635- fix %%files
636
637* Sun Aug 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.4.3-1
638- new upstream release
639- update Patch1 for net-snmp-5.4.3
640- update Patch13 for net-snmp-5.4.3
641- fix %install
642
643* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.2.1-4
644- rebuild with rpm-4.8.0
645
646* Fri Mar 20 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.4.2.1-3
647- modify Source7 (use 'uname -m' instead of 'arch') ([bts:0675]
648
649* Sat Nov 29 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 5.4.2.1-2
650- rebuilt
651
652* Wed Nov 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 5.4.2.1-1
653- new upstream release with security fix
654- drop old patches
655- update patch13 (from FC10)
656
657* Tue Jun 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.4.1.2-1
658- new upstream release
659- applied new versioning policy
660- built with perl-5.10.0-3
661
662* Wed Jan 2 2008 Satoshi MACHINO <machino@vinelinux.org> 5.4.1-0vl1
663- new upstream release
664- fixed spec file
665    -- imported patches from FC9
666
667* Sat May 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.1.2-0vl5
668- rebuilt with openssl 0.9.8e
669
670* Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1.2-0vl4
671- rebuild with new environment/toolchain
672
673* Thu Dec 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.1.2-0vl3
674- rebuilt with new rpm
675- added mib2c-update to perl package
676
677* Mon Oct 24 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2.1.2-0vl2
678- rebuilt for VineSeed
679
680* Mon Oct 24 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2.1.2-0vl1
681- new upstream version (net-snmp-5.2.1.2)
682- dropped enable-reentrant in configure (VinePlus:02769)
683
684* Sat Jan 29 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2.1-0vl1
685- new upstream version (net-snmp-5.2.1)
686- dropped patch12
687
688* Mon Jan 03 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2-0vl1
689- new upstream version (net-snmp-5.2)
690- changed to net-snmp-vl.spec
691- cleaned up patches
692
693* Thu Apr 29 2004 Satoshi MACHINO <machino@vinelinux.org> 5.1.1-0vl1
694- New upstream version (net-snmp-5.1.1)
695- dropped patch10
696- added some patches from fedoracore (patch16-18)
697- fixed patches (patch13,14)
698- enabled openssl in configure
699
700* Mon Feb 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1-9vl1
701- based on Fedora development 5.1-9
702  * Tue Feb 03 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-9
703  - Reverted removal of _includir redefiniton due to php-snmp dependancy.
704  - Remove SO_BSDCOMPAT setsockopt() call, deprecated.
705  * Thu Jan 22 2004 Thomas Woerner <twoerner@redhat.com> 5.1-7
706  - enabled pie (snmpd, snmptrapd) - postponed for ia64
707  - added --with-pic to configure call
708  * Thu Jan 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-6
709  - Fixed 64bit build problems when 32bit popt lib is installed.
710- added Requires: libelf-devel to net-snmp-devel package
711
712* Fri Dec 26 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1-3vl1
713- based on Fedora development 5.1-3 and don't apply patch9
714  * Wed Dec 10 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-3
715  - Removed snmpcheck again, needs perl(Tk) which we don't ship (#111194).
716  - Fixed getopt definition in include file (#111209).
717  - Included Kaj J. Niemi's patch for broken perl module (#111319).
718  - Included Kaj J. Niemi's patch for broken async getnext perl call (#111479).
719  - Included Kaj J. Niemi's patch for broken hr_storage (#111502).
720  * Wed Nov 26 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-2
721  - Included BuildPrereq on lm_sensors-devel on x86 archs (#110616).
722  - Fixed deprecated initscript options (#110618).
723  * Wed Nov 19 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-1
724  - Updated to latest net-snmp-5.1 upstream version.
725  - Tons of specfile and patch cleanup.
726  - Cleaned up perl stuff (mib2c etc, see #107707).
727  - Added lm_sensors support patch for x86 archs from Kaj J. Niemi (#107618).
728  - Added support for custom mib paths and mibs to snmptrapd initscript (#102762)
729- rebuild with new toolchains
730
731* Tue Nov 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.0.9-2vl1
732- based on Fedora development 5.0.9-2
733- merged ucd-snmp-vine.spec
734  * Wed Nov 20 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 4.2.5-7vl2
735  - added Patch100 (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=67610)
736    (Thanks M. Matsubara-san for pointing this out)
737  * Wed Nov 20 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 4.2.5-7vl1
738  - based on 4.2.4-7.73.0 from RHL7.3/updates and built for Vine Linux
739    (previous Vine version was 4.2.3-1vl1, which was based on 4.2.1-7
740     and applied security fix CA-2002-03)
741  - added BuildPreReq: rpm-devel >= 4.0.4
742
743* Mon Oct 13 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-2
744- Due to rpm-devel we need elfutils-devel, too (#103982).
745
746* Mon Sep 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-1
747- Updated to latest upstream version net-snmp-5.0.9
748- Added patch to fix net-snmp-perl problems (#105842).
749
750* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
751- allow compiling without tcp_wrappers
752
753* Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11.1
754- rebuilt
755
756* Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11
757- Fixed permission for net-snmp-config in net-snmp-devel
758
759* Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10.1
760- rebuilt
761
762* Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10
763- Moved net-snmp-config into devel package (#103927)
764
765* Fri Aug 22 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9.1
766- rebuilt
767
768* Thu Aug 21 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9
769- Added sample config to make net-snmp RFC 1213 compliant.
770
771* Fri Aug 15 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-8
772- Fixed problem with perl option (#102420).
773- Added patch for libwrap fix (#77926).
774
775* Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7.1
776- rebuilt
777
778* Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7
779- Fixed build problems on ppc64
780- Fixed double packaged manpages (#102075).
781
782* Thu Aug 07 2003 Phil Knirsch <pknirsch@redhat.com>
783- Fixed problem with new proc output (#98619, #89960).
784
785* Wed Aug 06 2003 Phil Knirsch <pknirsch@redhat.com>
786- Fixed ro/rw problem with v2 and v3 request (#89612)
787
788* Tue Aug 05 2003 Phil Knirsch <pknirsch@redhat.com>
789- Fixed permission problem for debuginfo (#101456)
790
791* Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6.1
792- Fixed file list for latest build.
793
794* Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6
795- Fixed build problems for net-snmp-perl.
796
797* Sun Jul 27 2003 Florian La Roche <Florian.LaRoche@redhat.de> 5.0.8-5
798- actually apply ipv6 patch
799
800* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
801- rebuilt
802
803* Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-3
804- bumped release and rebuilt.
805
806* Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-2
807- Hack to make it build on 64bit platforms with /usr/lib64 correctly.
808- Fixed bug #85071 (leak of open descriptors for ipv6).
809
810* Fri Mar 28 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-1
811- Updated to latest upstream version 5.0.8 (bug #88580)
812
813* Thu Feb 13 2003 Phil Knirsch <pknirsch@redhat.com>
814- Included generation of perl stuff. Thanks to Harald Hoyer.
815
816* Wed Feb 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.7-1
817- Updated to net-snmp-5.0.7. Fixed especially the performance problem with
818  limited trees.
819
820* Tue Feb 11 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-17
821- Fixed ucd-snmp.redhat.conf (#78391).
822- Fixed snmpwalk examples in config file.
823
824* Mon Feb 10 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-15
825- Fixed invalid SMUX packet (#83487).
826
827* Thu Feb 06 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-14
828- Fixed the libdir problem.
829
830* Wed Feb 05 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-13
831- Updated the old libtool rpath patch.
832
833* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 5.0.6-12
834- rebuilt
835
836* Tue Jan 14 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-11
837- Updated nolibelf patch and activated it again.
838
839* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 5.0.6-10
840- Rebuild
841
842* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-9
843- Added bzip2-devel to BuildPreReq (#76086, #70199).
844
845* Thu Nov 28 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-8
846- Added patch to increase SMUXMAXSTRLEN.
847
848* Thu Nov  7 2002 Tim Powers <timp@redhat.com> 5.0.6-6
849- rebuilt to fix broken deps
850- remove files from the buildroot that we don't want to ship
851
852* Thu Nov  7 2002 Joe Orton <jorton@redhat.com> 5.0.6-5
853- add fix for -DUCD_COMPATIBLE (#77405)
854
855* Thu Nov 07 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-4
856- Another bump required. Some more specfile changes.
857
858* Wed Nov 06 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-3
859- Bumped release and rebuilt.
860- Removed all dbFOO cruft again.
861
862* Wed Oct 09 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-2
863- Updated to latest released version.
864
865* Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
866- do not link against -lelf
867
868* Thu Jun 27 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.1-5
869- Added --enable-ucd-snmp-compatibility for compatibility with older version
870  and fixed installation thereof.
871- Got rid of the perl(Tk) dependancy by removing snmpcheck.
872- Include /usr/include/ucd-snmp in the filelist.
873- Fixed a problem with the ucd-snmp/version.h file.
874
875* Wed Jun 26 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.1-1
876- Updated to 5.0.1
877- Dropped --enable-reentrant as it's currently broken
878
879* Tue Apr 23 2002 Phil Knirsch <pknirsch@redhat.com> 5.0-1
880- Switch to latest stable version, 5.0
881- Renamed the packate to net-snmp and obsoleted ucd-snmp.
882
883* Wed Apr 17 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4-3
884- Fixed problem with reload in initscript (#63526).
885
886* Mon Apr 15 2002 Tim Powers <timp@redhat.com> 4.2.4-2
887- rebuilt in new environment
888
889* Mon Apr 15 2002 Tim Powers <timp@redhat.com> 4.2.4-1
890- update to 4.2.4 final
891
892* Sat Apr 13 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-5
893- Added some missing files to the %files section.
894
895* Tue Apr 09 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-4
896- Hardcoded the ETC_MNTTAB to point to "/etc/mtab".
897
898* Mon Apr 08 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-3
899- Removed the check for dbFOO as we don't want to add another requirement.
900
901* Fri Apr 05 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-2
902- Added missing BuildPrereq to openssl-devel (#61525)
903
904* Thu Apr 04 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-1
905- Added ucd5820stat to the files section.
906- Updated to latest version (4.2.4.pre3)
907
908* Mon Mar 18 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre2-1
909- Updated to latest version (4.2.4.pre2)
910
911* Tue Jan 29 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.3-4
912- Added the snmptrapd init script as per request (#49205)
913- Fixed the again broken rpm query stuff (#57444)
914- Removed all old and none-used db related stuff (libs and header checks/files)
915
916* Mon Jan 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.3-2
917- Included the Axioma Security Research fix for snmpnetstat from bugtraq.
918
919* Mon Dec 03 2001 Phil Knirsch <phil@redhat.de> 4.2.3-1
920- Update to 4.2.3 final.
921- Fixed libtool/rpath buildroot pollution problem.
922- Fixed library naming problem.
923
924* Fri Oct  5 2001 Philipp Knirsch <pknirsch@redhat.de>
925- Fixed a server segfault for snmpset operation (#53640). Thanks to Josh Giles
926  and Wes Hardaker for the patch.
927
928* Mon Sep 10 2001 Philipp Knirsch <pknirsch@redhat.de>
929- Fixed problem with RUNTESTS script.
930
931* Tue Sep  4 2001 Preston Brown <pbrown@redhat.com>
932- fixed patch related to bug #35016 (Dell)
933
934* Fri Aug 24 2001 Philipp Knirsch <pknirsch@redhat.de> 4.2.1-6
935- Fixed snmpd description (#52366)
936
937* Wed Aug 22 2001 Philipp Knirsch <pknirsch@redhat.de>
938- Final bcm5820 fix. Last one was broken.
939- Fixed bugzilla bug (#51960) where the binaries contained rpath references.
940
941* Wed Aug 15 2001 Philipp Knirsch <pknirsch@redhat.de>
942- Fixed a couple of security issues:
943  o /tmp race and setgroups() privilege problem
944  o Various buffer overflow and format string issues.
945  o One signedness problem in ASN handling.
946- Fixed an important RFE to support bcm5820 cards. (#51125)
947
948* Fri Jul 20 2001 Philipp Knirsch <pknirsch@redhat.de>
949- Removed tkmib from the package once again as we don't ship the Tk.pm CPAN
950  perl module required to run it (#49363)
951- Added missing Provides for the .so.0 libraries as rpm doesn't seem to find
952  those during the build anymore (it used to) (#46388)
953
954* Thu Jul 19 2001 Philipp Knirsch <pknirsch@redhat.de>
955- Enabled IPv6 support (RFE #47764)
956- Hopefully final fix of snmpwalk problem (#42153). Thanks to Douglas Warzecha
957  for the patch and Matt Domsch for reporting the problem.
958
959* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
960- Fixed smux compilation problems (#41452)
961- Fixed wrong paths displayed in manpages (#43053)
962
963* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
964- Updated to 4.2.1. Removed 2 obsolete patches (fromcvs and #18153)
965- Include /usr/share/snmp/snmpconf in %files
966
967* Wed Jun 13 2001 Than Ngo <than@redhat.com>
968- fix to use libwrap in distro
969- add buildprereq: tcp_wrappers
970
971* Fri Jun  1 2001 Bill Nottingham <notting@redhat.com>
972- add a *new* patch for IP address return sizes
973
974* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
975- add patch so that only four bytes are returned for IP addresses on ia64 (#32244)
976
977* Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
978- rebuild (missing alpha packages)
979
980* Fri Apr  6 2001 Matt Wilson <msw@redhat.com>
981- added ucd-snmp-4.2-null.patch to correcly handle a NULL value (#35016)
982
983* Tue Apr  3 2001 Preston Brown <pbrown@redhat.com>
984- clean up deinstallation (#34168)
985
986* Tue Mar 27 2001 Matt Wilson <msw@redhat.com>
987- return a usable RETVAL when running "service snmpd status" (#33571)
988
989* Tue Mar 13 2001 Matt Wilson <msw@redhat.com>
990- configure with --enable-reentrant and added "smux" and "agentx" to
991  --with-mib-modules= argument (#29626)
992
993* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
994- rebuild in new environment
995
996* Mon Feb 26 2001 Tim Powers <timp@redhat.com>
997- fixed initscript, for reload and restart it was start then stop,
998  fixed. (#28477)
999
1000* Fri Feb  2 2001 Trond Eivind Glomsrod <teg@redhat.com>
1001- i18nize initscript
1002
1003* Sat Jan  6 2001 Jeff Johnson <jbj@redhat.com>
1004- don't depend on /etc/init.d so that package will work with 6.2.
1005- perl path fiddles no longer needed.
1006- rely on brp-compress frpm rpm to compress man pages.
1007- patch from ucd-snmp CVS (Wes Hardaker).
1008- configure.in needs to check for rpm libraries correctly (#23033).
1009- add simple logrotate script (#21399).
1010- add options to create pidfile and log with syslog with addresses (#23476).
1011
1012* Sat Dec 30 2000 Jeff Johnson <jbj@redhat.com>
1013- package for Red Hat 7.1.
1014
1015* Thu Dec 07 2000 Wes Hardaker <hardaker@users.sourceforge.net>
1016- update for 4.2
1017
1018* Thu Oct 12 2000 Jeff Johnson <jbj@redhat.com>
1019- add explicit format for syslog call (#18153).
1020
1021* Thu Jul 20 2000 Bill Nottingham <notting@redhat.com>
1022- move initscript back
1023
1024* Thu Jul 20 2000 Jeff Johnson <jbj@redhat.com>
1025- rebuild per Trond's request.
1026
1027* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
1028- fix syntax error that crept in with condrestart
1029
1030* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1031- automatic rebuild
1032
1033* Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
1034- move initscript and add condrestart magic
1035
1036* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
1037- fix %%attr on man pages
1038
1039* Mon Jun 12 2000 Jeff Johnson <jbj@redhat.com>
1040- tkmib doco had #!/usr/bin/perl55
1041- include snmpcheck and tkmib again (still needs some CPAN module, however).
1042
1043* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
1044- update to 4.1.2.
1045- FHS packaging.
1046- patch for rpm 4.0.
1047
1048* Thu May 18 2000 Trond Eivind Glomsrod <teg@redhat.com>
1049- add version to buildroot
1050- rebuilt with new libraries
1051
1052* Sun Feb 27 2000 Jeff Johnson <jbj@redhat.com>
1053- default config was broken (from Wes Hardaker) (#9752)
1054
1055* Sun Feb 13 2000 Jeff Johnson <jbj@redhat.com>
1056- compressed man pages.
1057
1058* Fri Feb 11 2000 Wes Hardaker <wjhardaker@ucdavis.edu>
1059- update to 4.1.1
1060
1061* Sat Feb  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1062- change %postun to %preun
1063
1064* Thu Feb 3 2000 Elliot Lee <sopwith@redhat.com>
1065- Don't ship tkmib, since we don't ship the perl modules needed to run it.
1066(Bug #4881)
1067
1068* Tue Aug 31 1999 Jeff Johnson <jbj@redhat.com>
1069- default config permits RO access to system group only (Wed Hardaker).
1070
1071* Sun Aug 29 1999 Jeff Johnson <jbj@redhat.com>
1072- implement suggestions from Wes Hardaker.
1073
1074* Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
1075- stateless access to rpm database.
1076
1077* Wed Aug 25 1999 Jeff Johnson <jbj@redhat.com>
1078- update to 4.0.1.
1079
1080* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
1081- initscript munging
1082
1083* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
1084- update to 3.6.2 (#3219,#3259).
1085- add missing man pages (#3057).
1086
1087* Thu Apr  8 1999 Wes Hardaker <wjhardaker@ucdavis.edu>
1088- fix Source0 location.
1089- fix the snmpd.conf file to use real community names.
1090
1091* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
1092- auto rebuild in the new build environment (release 3)
1093
1094* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
1095- upgrade to 3.6.1, fix configuration file stuff.
1096
1097* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
1098- Injected new description and group.
1099
1100* Tue Feb  2 1999 Jeff Johnson <jbj@redhat.com>
1101- restore host resources mib
1102- simplified config file
1103- rebuild for 6.0.
1104
1105* Tue Dec 22 1998 Bill Nottingham <notting@redhat.com>
1106- remove backup file to fix perl dependencies
1107
1108* Tue Dec  8 1998 Jeff Johnson <jbj@redhat.com>
1109- add all relevant rpm scalars to host resources mib.
1110
1111* Sun Dec  6 1998 Jeff Johnson <jbj@redhat.com>
1112- enable libwrap (#253)
1113- enable host module (rpm queries over SNMP!).
1114
1115* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
1116- strip binaries
1117
1118* Fri Oct  2 1998 Jeff Johnson <jbj@redhat.com>
1119- update to 3.5.3.
1120- don't include snmpcheck until perl-SNMP is packaged.
1121
1122* Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
1123- ucd-snmpd.init: start daemon w/o -f.
1124
1125* Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
1126- don't start snmpd unless requested
1127- start snmpd after pcmcia.
1128
1129* Sun Jun 21 1998 Jeff Johnson <jbj@redhat.com>
1130- all but config (especially SNMPv2p) ready for prime time
1131
1132* Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com>
1133- update to 3.5.
1134
1135* Tue Dec 30 1997 Otto Hammersmith <otto@redhat.com>
1136- created the package... possibly replace cmu-snmp with this.
Note: See TracBrowser for help on using the repository browser.