net-snmp-vl.spec 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948
  1. # Arches on which we need to prevent arch conflicts on net-snmp-config.h
  2. %define multilib_arches %{ix86} ia64 ppc ppc64 x86_64
  3. Summary: A collection of SNMP protocol tools and libraries.
  4. Summary(ja): SNMP プロトコルツールとライブラリのコレクション
  5. Name: net-snmp
  6. Version: 5.8
  7. Release: 1%{?_dist_release}
  8. License: BSDish
  9. Group: System Environment/Daemons
  10. URL: http://net-snmp.sourceforge.net/
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Source0: http://dl.sourceforge.net/net-snmp/net-snmp-%{version}.tar.gz
  14. Source1: net-snmp.redhat.conf
  15. Source2: net-snmpd.init
  16. Source3: net-snmptrapd.init
  17. Source4: net-snmp-config.h
  18. Source5: net-snmp-config
  19. Source6: net-snmp-trapd.redhat.conf
  20. Source7: net-snmpd.sysconfig
  21. Source8: net-snmptrapd.sysconfig
  22. Source9: net-snmp-tmpfs.conf
  23. Source10: net-snmpd.logrotate
  24. Patch1: net-snmp-5.7.2-pie.patch
  25. Patch2: net-snmp-5.8-dir-fix.patch
  26. Patch3: net-snmp-5.8-multilib.patch
  27. Patch4: net-snmp-5.8-test-debug.patch
  28. Patch5: net-snmp-5.7.2-autoreconf.patch
  29. Patch6: net-snmp-5.8-agentx-disconnect-crash.patch
  30. Patch7: net-snmp-5.7.2-cert-path.patch
  31. Patch8: net-snmp-5.8-cflags.patch
  32. Patch9: net-snmp-5.8-Remove-U64-typedef.patch
  33. Patch10: net-snmp-5.8-libnetsnmptrapd-against-MYSQL_LIBS.patch
  34. Patch11: net-snmp-5.7.3-iterator-fix.patch
  35. Patch12: net-snmp-5.8-autofs-skip.patch
  36. # Modern RPM API means at least EL6
  37. Patch101: net-snmp-5.8-modern-rpm-api.patch
  38. #disable this patch due compatibility issues
  39. Patch102: net-snmp-5.8-python3.patch
  40. Requires(pre): /sbin/chkconfig
  41. Obsoletes: cmu-snmp ucd-snmp
  42. BuildRoot: %{_tmppath}/%{name}-root
  43. BuildRequires: tcp_wrappers, openssl-devel, bzip2-devel, elfutils-libelf-devel
  44. BuildRequires: perl, grep, sed, findutils
  45. BuildRequires: rpm-devel >= 4.0.4
  46. %{expand: %%define _includedir %{_includedir}/%{name}}
  47. %description
  48. SNMP (Simple Network Management Protocol) is a protocol used for
  49. network management. The NET-SNMP project includes various SNMP tools:
  50. an extensible agent, an SNMP library, tools for requesting or setting
  51. information from SNMP agents, tools for generating and handling SNMP
  52. traps, a version of the netstat command which uses SNMP, and a Tk/Perl
  53. mib browser. This package contains the snmpd and snmptrapd daemons,
  54. documentation, etc.
  55. You will probably also want to install the ucd-snmp-utils package,
  56. which contains NET-SNMP utilities.
  57. %description -l ja
  58. SNMP (Simple Network Management Protocol) はネットワーク管理に用いる
  59. プロトコルです. NET-SNMP プロジェクトは以下のような様々な SNMP ツールを
  60. 含んでいます : 拡張性のあるエージェント, SNMP ライブラリ, SNMP
  61. エージェントからの情報の要求や設定を行うツール, SNMP 割り込みの生成や
  62. ハンドリングを行うツール, SNMP を用いる netstat コマンド, および TK/Perl
  63. mib ブラウザ. このパッケージは snmpd, snmptrapd デーモンやドキュメント
  64. なども含んでいます.
  65. おそらく, NET-SNMP ユーティリティを含んだ net-snmp-utils パッケージも
  66. インストールした方が良いでしょう。
  67. %package utils
  68. Group: Applications/System
  69. Summary: Network management utilities using SNMP, from the NET-SNMP project.
  70. Summary(ja): SNMP を用いたネットワーク管理ユーティリティ
  71. Requires: net-snmp = %{version}
  72. Obsoletes: cmu-snmp-utils ucd-snmp-utils
  73. %description utils
  74. The net-snmp-utils package contains various utilities for use with the
  75. NET-SNMP network management project.
  76. Install this package if you need utilities for managing your network
  77. using the SNMP protocol. You will also need to install the net-snmp
  78. package.
  79. %description utils -l ja
  80. net-snmp-utils パッケージは NET-SNMP ネットワーク管理プロジェクトにて
  81. 用いられる様々なユーティリティを含んでいます. net-snmp パッケージも
  82. インストールする必要があります.
  83. %package devel
  84. Group: Development/Libraries
  85. Summary: The development environment for the NET-SNMP project.
  86. Summary(ja): NET-SNMP 用の開発環境
  87. Requires: net-snmp = %{version}
  88. Requires: elfutils-libelf-devel
  89. Requires: openssl-devel
  90. Obsoletes: cmu-snmp-devel ucd-snmp-devel
  91. %description devel
  92. The net-snmp-devel package contains the development libraries and
  93. header files for use with the NET-SNMP project's network management
  94. tools.
  95. Install the net-snmp-devel package if you would like to develop
  96. applications for use with the NET-SNMP project's network management
  97. tools. You'll also need to have the net-snmp and net-snmp-utils
  98. packages installed.
  99. #'
  100. %description devel -l ja
  101. net-snmp-devel パッケージには NET-SNMP プロジェクトのネットワーク管理
  102. ツールの開発に用いる開発ライブラリおよびヘッダが含まれています.
  103. NET-SNMP プロジェクトのネットワーク管理ツールを用いるアプリケーションを
  104. 開発したいならば, net-snmp-devel パッケージをインストールしてください.
  105. おそらく net-snmp, net-snmp-utils パッケージもインストールする必要が
  106. あるでしょう.
  107. %package perl
  108. Group: Development/Libraries
  109. Summary: The perl NET-SNMP module and the mib2c tool.
  110. Summary(ja): perl NET-SNMP モジュールおよび mib2c ツール
  111. Requires: net-snmp = %{version}, perl-XML-Simple
  112. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  113. BuildRequires: perl >= 5
  114. %description perl
  115. The net-snmp-perl package contains the perl files to use SNMP from within
  116. Perl.
  117. Install the net-snmp-perl package, if you want to use mib2c or SNMP with perl.
  118. %description perl -l ja
  119. net-snmp-perl パッケージには Perl から SNMP を使用するための perl
  120. ファイルが含まれています.
  121. perl から mib2c や SNMP を使用したいならば, net-snmp-perl パッケージを
  122. インストールしてください.
  123. %prep
  124. %setup -q
  125. %ifnarch ia64
  126. %patch1 -p1 -b .pie
  127. %endif
  128. %patch2 -p1 -b .dir-fix
  129. %patch3 -p1 -b .multilib
  130. %patch4 -p1
  131. %patch5 -p1 -b .autoreconf
  132. %patch6 -p1 -b .agentx-disconnect-crash
  133. %patch7 -p1 -b .cert-path
  134. %patch8 -p1 -b .cflags
  135. %patch9 -p1 -b .u64-remove
  136. %patch10 -p1 -b .perlfix
  137. %patch11 -p1 -b .iterator-fix
  138. %patch12 -p1 -b .autofs-skip
  139. %patch101 -p1 -b .modern-rpm-api
  140. %patch102 -p1
  141. perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
  142. %build
  143. #perl -pi -e 's/changequote/dnl changequote/' ./configure.in
  144. #autoreconf -i
  145. #touch configure
  146. # First build the static library
  147. # XXX remove privacy support?
  148. MIBS="host agentx smux \
  149. ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
  150. ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \
  151. ip-mib/ipAddressPrefixTable/ipAddressPrefixTable \
  152. ip-mib/ipDefaultRouterTable/ipDefaultRouterTable \
  153. ip-mib/ipv6ScopeZoneIndexTable ip-mib/ipIfStatsTable \
  154. sctp-mib rmon-mib etherlike-mib"
  155. %configure \
  156. --enable-static --enable-shared \
  157. --with-cflags="$RPM_OPT_FLAGS -D_RPM_4_4_COMPAT" \
  158. --with-sys-location="Unknown" \
  159. --with-logfile="/var/log/snmpd.log" \
  160. --with-persistent-directory="/var/net-snmp" \
  161. --with-mib-modules="$MIBS" \
  162. --with-libwrap=%{_libdir} \
  163. --sysconfdir=%{_sysconfdir} \
  164. --enable-ipv6 \
  165. --enable-ucd-snmp-compatibility \
  166. --with-pic \
  167. --enable-embedded-perl \
  168. --with-openssl \
  169. --with-mnttab="/etc/mtab" \
  170. --with-sys-contact="root@localhost" <<EOF
  171. EOF
  172. make
  173. pushd perl
  174. # Use just built libs for perl module building, not the system libs.
  175. #perl Makefile.PL -NET-SNMP-IN-SOURCE=true PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor
  176. export NETSNMP_DONT_CHECK_VERSION=1
  177. perl Makefile.PL PREFIX=${RPM_BUILD_ROOT}/%{_prefix} INSTALLDIRS=vendor -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
  178. make
  179. popd
  180. %install
  181. rm -rf ${RPM_BUILD_ROOT}
  182. %makeinstall ucdincludedir=${RPM_BUILD_ROOT}%{_includedir}/ucd-snmp
  183. # Determine which arch opensslconf.h is going to try to #include.
  184. basearch=%{_arch}
  185. %ifarch %{ix86}
  186. basearch=i386
  187. %endif
  188. mv ${RPM_BUILD_ROOT}/%{_bindir}/net-snmp-config ${RPM_BUILD_ROOT}/%{_bindir}/net-snmp-config-${basearch}
  189. install -m 755 %SOURCE5 ${RPM_BUILD_ROOT}/%{_bindir}/net-snmp-config
  190. %ifarch %{multilib_arches}
  191. # Do an net-snmp-config.h switcheroo to avoid file conflicts on systems where you
  192. # can have both a 32- and 64-bit version of the library, and they each need
  193. # their own correct-but-different versions of net-snmp-config.h to be usable.
  194. mv ${RPM_BUILD_ROOT}/%{_includedir}/net-snmp-config.h ${RPM_BUILD_ROOT}/%{_includedir}/net-snmp-config-${basearch}.h
  195. install -m644 %SOURCE4 ${RPM_BUILD_ROOT}/%{_includedir}/net-snmp-config.h
  196. %endif
  197. # remove .la files
  198. rm ${RPM_BUILD_ROOT}%{_libdir}/*.la
  199. install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp
  200. install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp/snmpd.conf
  201. install -m 644 %SOURCE6 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp/snmptrapd.conf
  202. install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/rc.d/init.d
  203. install -m 755 %SOURCE2 ${RPM_BUILD_ROOT}%{_sysconfdir}/rc.d/init.d/snmpd
  204. install -m 755 %SOURCE3 ${RPM_BUILD_ROOT}%{_sysconfdir}/rc.d/init.d/snmptrapd
  205. install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
  206. install -m 644 %SOURCE7 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/snmpd
  207. install -m 644 %SOURCE8 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/snmptrapd
  208. install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d
  209. install -m 644 %{SOURCE10} ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/snmpd
  210. # prepare /var/lib/net-snmp
  211. install -d ${RPM_BUILD_ROOT}%{_localstatedir}/lib/net-snmp
  212. install -d ${RPM_BUILD_ROOT}%{_localstatedir}/run/net-snmp
  213. rm -f ${RPM_BUILD_ROOT}%{_bindir}/snmpinform
  214. rm -f ${RPM_BUILD_ROOT}%{_bindir}/tkmib
  215. rm -f ${RPM_BUILD_ROOT}%{_bindir}/snmpcheck
  216. rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/snmpconf.1*
  217. rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/tkmib.1*
  218. ln -s snmptrap ${RPM_BUILD_ROOT}/usr/bin/snmpinform
  219. # copy missing mib2c.conf files
  220. cp local/mib2c.*.conf ${RPM_BUILD_ROOT}%{_datadir}/snmp
  221. pushd perl
  222. make PREFIX=${RPM_BUILD_ROOT}/%{_prefix} install_vendor
  223. eval $(perl '-V:installvendorarch')
  224. find $RPM_BUILD_ROOT%{_libdir} -name Makefile.subs.pl | xargs rm -f
  225. find $RPM_BUILD_ROOT%{_libdir} -name perllocal.pod | xargs rm -f
  226. find $RPM_BUILD_ROOT%{_libdir} -name .packlist | xargs rm -f
  227. find $RPM_BUILD_ROOT/$installvendorarch -type f -print \
  228. -o -type d -a \
  229. -name NetSNMP -printf '%%%%dir %%p\n' \
  230. -o -name SNMP -printf '%%%%dir %%p\n' | \
  231. sed "s@$RPM_BUILD_ROOT@@g" > ../perl.lst
  232. popd
  233. find $RPM_BUILD_ROOT -name '*.so' | xargs chmod 0755
  234. # remove executable bit from documentation samples
  235. chmod 644 local/passtest local/ipf-mod.pl
  236. # dirty hack for #603243, until it's fixed properly upstream
  237. install -m 755 -d $RPM_BUILD_ROOT/usr/include/net-snmp/agent/util_funcs
  238. install -m 644 agent/mibgroup/util_funcs/*.h $RPM_BUILD_ROOT/usr/include/net-snmp/agent/util_funcs
  239. mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/tmpfiles.d/
  240. install -m 644 %SOURCE9 $RPM_BUILD_ROOT/%{_sysconfdir}/tmpfiles.d/net-snmp.conf
  241. %post
  242. /sbin/ldconfig
  243. /sbin/chkconfig --add snmpd
  244. /sbin/chkconfig --add snmptrapd
  245. %preun
  246. if [ $1 = 0 ]; then
  247. service snmpd stop >/dev/null 2>&1
  248. /sbin/chkconfig --del snmpd
  249. service snmptrapd stop >/dev/null 2>&1
  250. /sbin/chkconfig --del snmptrapd
  251. # remove stale autogenerated file
  252. rm -f %{_datadir}/snmp/mibs/.index
  253. fi
  254. %postun
  255. /sbin/ldconfig
  256. if [ "$1" -ge "1" ]; then
  257. service snmpd condrestart >/dev/null 2>&1 || :
  258. service snmptrapd condrestart >/dev/null 2>&1 || :
  259. fi
  260. %clean
  261. rm -rf ${RPM_BUILD_ROOT}
  262. %files
  263. %defattr(-,root,root,-)
  264. %doc AGENT.txt COPYING ChangeLog EXAMPLE.conf FAQ NEWS PORTING README* TODO
  265. %doc local/passtest local/README.mib2c local/ipf-mod.pl
  266. %dir %{_sysconfdir}/snmp
  267. %config(noreplace,missingok) %{_sysconfdir}/sysconfig/snmpd
  268. %config(noreplace,missingok) %{_sysconfdir}/sysconfig/snmptrapd
  269. %config(noreplace,missingok) %{_sysconfdir}/snmp/snmpd.conf
  270. %config(noreplace,missingok) %{_sysconfdir}/snmp/snmptrapd.conf
  271. %config(noreplace) %{_sysconfdir}/rc.d/init.d/snmpd
  272. %config(noreplace) %{_sysconfdir}/rc.d/init.d/snmptrapd
  273. %config(noreplace) %{_sysconfdir}/logrotate.d/snmpd
  274. %config(noreplace) %{_sysconfdir}/tmpfiles.d/net-snmp.conf
  275. %{_datadir}/snmp
  276. %{_libdir}/lib*.so.*
  277. %{_sbindir}/*
  278. %attr(0644,root,root) %{_mandir}/man[58]/*
  279. %files utils
  280. %defattr(-,root,root,-)
  281. %{_bindir}/agentxtrap
  282. %{_bindir}/fixproc
  283. %{_bindir}/ipf-mod.pl
  284. %{_bindir}/encode_keychange
  285. %{_bindir}/net-snmp-create-v3-user
  286. %{_bindir}/snmp*
  287. %{_bindir}/traptoemail
  288. %attr(0644,root,root) %{_mandir}/man1/snmp*.1*
  289. %attr(0644,root,root) %{_mandir}/man1/traptoemail*.1*
  290. %attr(0644,root,root) %{_mandir}/man1/encode_keychange*.1*
  291. %attr(0644,root,root) %{_mandir}/man1/fixproc*.1*
  292. %attr(0644,root,root) %{_mandir}/man1/agentxtrap*.1*
  293. %attr(0644,root,root) %{_mandir}/man1/net-snmp-create-v3-user*.1*
  294. %files devel
  295. %defattr(0644,root,root,0755)
  296. %{_libdir}/lib*.so
  297. %{_libdir}/lib*.a
  298. %{_includedir}/*
  299. #/usr/include/ucd-snmp
  300. %attr(0644,root,root) %{_mandir}/man3/*.3.*
  301. %attr(0755,root,root) %{_bindir}/net-snmp-config*
  302. %attr(0644,root,root) %{_mandir}/man1/net-snmp-config*.1.*
  303. %files perl -f perl.lst
  304. %defattr(-,root,root)
  305. %{_bindir}/mib2c
  306. %{_bindir}/mib2c-update
  307. %{_bindir}/net-snmp-cert
  308. %{_bindir}/checkbandwidth
  309. %attr(0644,root,root) %{_mandir}/man1/mib2c-update*.1*
  310. %attr(0644,root,root) %{_mandir}/man1/mib2c.1*
  311. %attr(0644,root,root) %{_mandir}/man3/*.3pm.*
  312. %changelog
  313. * Wed Nov 07 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.8-1
  314. - new upstream release.
  315. - updated Patch2-3.
  316. - dropped Patch5-7.
  317. - imported Patch4-12, 101 and 102 from rawhide.
  318. * Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.7.3-2
  319. - rebuilt with openssl-1.0.2g.
  320. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.3-1
  321. - new upstream release
  322. - update Patch3 (net-snmp-5.7.3-multilib.patch)
  323. - update Patch5 (net-snmp-5.7.3-apsl-copying.patch)
  324. * Thu Feb 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.7.2.1-2
  325. - added R: openssl-devel to devel subpackage
  326. * Thu Jul 3 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.7.2.1-1
  327. - new upstream release.
  328. * Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.2-1
  329. - new upstream release
  330. - update Patch1 (net-snmp-5.7.2-pie.patch)
  331. - remove Patch4 (net-snmp-5.5-include-struct.patch)
  332. * Wed Sep 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 5.7.1-3
  333. - use installvendorarch instead of installvendorlib
  334. to pick perl modules
  335. * Mon Sep 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 5.7.1-2
  336. - rebuild with rpm-4.10.0
  337. * Sun Mar 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.7.1-1
  338. - new upstream release
  339. - update Patch6 (net-snmp-5.7.1-perl-linking.patch)
  340. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.6.1.1-2
  341. - rebuild with rpm-4.9.1.2
  342. * Sat Jun 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1.1-1
  343. - new upstream release
  344. * Sat May 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-5
  345. - change configure option (--with-mnttab=/etc/mtab)
  346. * Tue Apr 12 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.1-4
  347. - rebuilt with perl-5.12.3.
  348. * Sun Mar 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-3
  349. - change configure option (--with-mib-modules)
  350. * Tue Jan 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-2
  351. - merge spec, patch, source from FC package
  352. * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.6.1-1
  353. - new upstream release
  354. - add configure option: --with-mnttab="/etc/mnttab"
  355. - update Patch1,4,9,11 for net-snmp-5.6.1
  356. - drop Patch6,8,13,16,17
  357. - fix %%files
  358. * Sun Aug 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.4.3-1
  359. - new upstream release
  360. - update Patch1 for net-snmp-5.4.3
  361. - update Patch13 for net-snmp-5.4.3
  362. - fix %install
  363. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.2.1-4
  364. - rebuild with rpm-4.8.0
  365. * Fri Mar 20 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.4.2.1-3
  366. - modify Source7 (use 'uname -m' instead of 'arch') ([bts:0675]
  367. * Sat Nov 29 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 5.4.2.1-2
  368. - rebuilt
  369. * Wed Nov 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 5.4.2.1-1
  370. - new upstream release with security fix
  371. - drop old patches
  372. - update patch13 (from FC10)
  373. * Tue Jun 24 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.4.1.2-1
  374. - new upstream release
  375. - applied new versioning policy
  376. - built with perl-5.10.0-3
  377. * Wed Jan 2 2008 Satoshi MACHINO <machino@vinelinux.org> 5.4.1-0vl1
  378. - new upstream release
  379. - fixed spec file
  380. -- imported patches from FC9
  381. * Sat May 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.1.2-0vl5
  382. - rebuilt with openssl 0.9.8e
  383. * Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1.2-0vl4
  384. - rebuild with new environment/toolchain
  385. * Thu Dec 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.1.2-0vl3
  386. - rebuilt with new rpm
  387. - added mib2c-update to perl package
  388. * Mon Oct 24 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2.1.2-0vl2
  389. - rebuilt for VineSeed
  390. * Mon Oct 24 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2.1.2-0vl1
  391. - new upstream version (net-snmp-5.2.1.2)
  392. - dropped enable-reentrant in configure (VinePlus:02769)
  393. * Sat Jan 29 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2.1-0vl1
  394. - new upstream version (net-snmp-5.2.1)
  395. - dropped patch12
  396. * Mon Jan 03 2005 Satoshi MACHINO <machino@vinelinux.org> 5.2-0vl1
  397. - new upstream version (net-snmp-5.2)
  398. - changed to net-snmp-vl.spec
  399. - cleaned up patches
  400. * Thu Apr 29 2004 Satoshi MACHINO <machino@vinelinux.org> 5.1.1-0vl1
  401. - New upstream version (net-snmp-5.1.1)
  402. - dropped patch10
  403. - added some patches from fedoracore (patch16-18)
  404. - fixed patches (patch13,14)
  405. - enabled openssl in configure
  406. * Mon Feb 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1-9vl1
  407. - based on Fedora development 5.1-9
  408. * Tue Feb 03 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-9
  409. - Reverted removal of _includir redefiniton due to php-snmp dependancy.
  410. - Remove SO_BSDCOMPAT setsockopt() call, deprecated.
  411. * Thu Jan 22 2004 Thomas Woerner <twoerner@redhat.com> 5.1-7
  412. - enabled pie (snmpd, snmptrapd) - postponed for ia64
  413. - added --with-pic to configure call
  414. * Thu Jan 15 2004 Phil Knirsch <pknirsch@redhat.com> 5.1-6
  415. - Fixed 64bit build problems when 32bit popt lib is installed.
  416. - added Requires: libelf-devel to net-snmp-devel package
  417. * Fri Dec 26 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1-3vl1
  418. - based on Fedora development 5.1-3 and don't apply patch9
  419. * Wed Dec 10 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-3
  420. - Removed snmpcheck again, needs perl(Tk) which we don't ship (#111194).
  421. - Fixed getopt definition in include file (#111209).
  422. - Included Kaj J. Niemi's patch for broken perl module (#111319).
  423. - Included Kaj J. Niemi's patch for broken async getnext perl call (#111479).
  424. - Included Kaj J. Niemi's patch for broken hr_storage (#111502).
  425. * Wed Nov 26 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-2
  426. - Included BuildPrereq on lm_sensors-devel on x86 archs (#110616).
  427. - Fixed deprecated initscript options (#110618).
  428. * Wed Nov 19 2003 Phil Knirsch <pknirsch@redhat.com> 5.1-1
  429. - Updated to latest net-snmp-5.1 upstream version.
  430. - Tons of specfile and patch cleanup.
  431. - Cleaned up perl stuff (mib2c etc, see #107707).
  432. - Added lm_sensors support patch for x86 archs from Kaj J. Niemi (#107618).
  433. - Added support for custom mib paths and mibs to snmptrapd initscript (#102762)
  434. - rebuild with new toolchains
  435. * Tue Nov 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.0.9-2vl1
  436. - based on Fedora development 5.0.9-2
  437. - merged ucd-snmp-vine.spec
  438. * Wed Nov 20 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 4.2.5-7vl2
  439. - added Patch100 (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=67610)
  440. (Thanks M. Matsubara-san for pointing this out)
  441. * Wed Nov 20 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 4.2.5-7vl1
  442. - based on 4.2.4-7.73.0 from RHL7.3/updates and built for Vine Linux
  443. (previous Vine version was 4.2.3-1vl1, which was based on 4.2.1-7
  444. and applied security fix CA-2002-03)
  445. - added BuildPreReq: rpm-devel >= 4.0.4
  446. * Mon Oct 13 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-2
  447. - Due to rpm-devel we need elfutils-devel, too (#103982).
  448. * Mon Sep 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.9-1
  449. - Updated to latest upstream version net-snmp-5.0.9
  450. - Added patch to fix net-snmp-perl problems (#105842).
  451. * Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
  452. - allow compiling without tcp_wrappers
  453. * Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11.1
  454. - rebuilt
  455. * Wed Sep 17 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-11
  456. - Fixed permission for net-snmp-config in net-snmp-devel
  457. * Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10.1
  458. - rebuilt
  459. * Mon Sep 08 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-10
  460. - Moved net-snmp-config into devel package (#103927)
  461. * Fri Aug 22 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9.1
  462. - rebuilt
  463. * Thu Aug 21 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-9
  464. - Added sample config to make net-snmp RFC 1213 compliant.
  465. * Fri Aug 15 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-8
  466. - Fixed problem with perl option (#102420).
  467. - Added patch for libwrap fix (#77926).
  468. * Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7.1
  469. - rebuilt
  470. * Tue Aug 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-7
  471. - Fixed build problems on ppc64
  472. - Fixed double packaged manpages (#102075).
  473. * Thu Aug 07 2003 Phil Knirsch <pknirsch@redhat.com>
  474. - Fixed problem with new proc output (#98619, #89960).
  475. * Wed Aug 06 2003 Phil Knirsch <pknirsch@redhat.com>
  476. - Fixed ro/rw problem with v2 and v3 request (#89612)
  477. * Tue Aug 05 2003 Phil Knirsch <pknirsch@redhat.com>
  478. - Fixed permission problem for debuginfo (#101456)
  479. * Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6.1
  480. - Fixed file list for latest build.
  481. * Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-6
  482. - Fixed build problems for net-snmp-perl.
  483. * Sun Jul 27 2003 Florian La Roche <Florian.LaRoche@redhat.de> 5.0.8-5
  484. - actually apply ipv6 patch
  485. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  486. - rebuilt
  487. * Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-3
  488. - bumped release and rebuilt.
  489. * Tue Apr 29 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-2
  490. - Hack to make it build on 64bit platforms with /usr/lib64 correctly.
  491. - Fixed bug #85071 (leak of open descriptors for ipv6).
  492. * Fri Mar 28 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.8-1
  493. - Updated to latest upstream version 5.0.8 (bug #88580)
  494. * Thu Feb 13 2003 Phil Knirsch <pknirsch@redhat.com>
  495. - Included generation of perl stuff. Thanks to Harald Hoyer.
  496. * Wed Feb 12 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.7-1
  497. - Updated to net-snmp-5.0.7. Fixed especially the performance problem with
  498. limited trees.
  499. * Tue Feb 11 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-17
  500. - Fixed ucd-snmp.redhat.conf (#78391).
  501. - Fixed snmpwalk examples in config file.
  502. * Mon Feb 10 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-15
  503. - Fixed invalid SMUX packet (#83487).
  504. * Thu Feb 06 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-14
  505. - Fixed the libdir problem.
  506. * Wed Feb 05 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-13
  507. - Updated the old libtool rpath patch.
  508. * Wed Jan 22 2003 Tim Powers <timp@redhat.com> 5.0.6-12
  509. - rebuilt
  510. * Tue Jan 14 2003 Phil Knirsch <pknirsch@redhat.com> 5.0.6-11
  511. - Updated nolibelf patch and activated it again.
  512. * Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 5.0.6-10
  513. - Rebuild
  514. * Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-9
  515. - Added bzip2-devel to BuildPreReq (#76086, #70199).
  516. * Thu Nov 28 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-8
  517. - Added patch to increase SMUXMAXSTRLEN.
  518. * Thu Nov 7 2002 Tim Powers <timp@redhat.com> 5.0.6-6
  519. - rebuilt to fix broken deps
  520. - remove files from the buildroot that we don't want to ship
  521. * Thu Nov 7 2002 Joe Orton <jorton@redhat.com> 5.0.6-5
  522. - add fix for -DUCD_COMPATIBLE (#77405)
  523. * Thu Nov 07 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-4
  524. - Another bump required. Some more specfile changes.
  525. * Wed Nov 06 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-3
  526. - Bumped release and rebuilt.
  527. - Removed all dbFOO cruft again.
  528. * Wed Oct 09 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-2
  529. - Updated to latest released version.
  530. * Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  531. - do not link against -lelf
  532. * Thu Jun 27 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.1-5
  533. - Added --enable-ucd-snmp-compatibility for compatibility with older version
  534. and fixed installation thereof.
  535. - Got rid of the perl(Tk) dependancy by removing snmpcheck.
  536. - Include /usr/include/ucd-snmp in the filelist.
  537. - Fixed a problem with the ucd-snmp/version.h file.
  538. * Wed Jun 26 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.1-1
  539. - Updated to 5.0.1
  540. - Dropped --enable-reentrant as it's currently broken
  541. * Tue Apr 23 2002 Phil Knirsch <pknirsch@redhat.com> 5.0-1
  542. - Switch to latest stable version, 5.0
  543. - Renamed the packate to net-snmp and obsoleted ucd-snmp.
  544. * Wed Apr 17 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4-3
  545. - Fixed problem with reload in initscript (#63526).
  546. * Mon Apr 15 2002 Tim Powers <timp@redhat.com> 4.2.4-2
  547. - rebuilt in new environment
  548. * Mon Apr 15 2002 Tim Powers <timp@redhat.com> 4.2.4-1
  549. - update to 4.2.4 final
  550. * Sat Apr 13 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-5
  551. - Added some missing files to the %files section.
  552. * Tue Apr 09 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-4
  553. - Hardcoded the ETC_MNTTAB to point to "/etc/mtab".
  554. * Mon Apr 08 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-3
  555. - Removed the check for dbFOO as we don't want to add another requirement.
  556. * Fri Apr 05 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-2
  557. - Added missing BuildPrereq to openssl-devel (#61525)
  558. * Thu Apr 04 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre3-1
  559. - Added ucd5820stat to the files section.
  560. - Updated to latest version (4.2.4.pre3)
  561. * Mon Mar 18 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.4.pre2-1
  562. - Updated to latest version (4.2.4.pre2)
  563. * Tue Jan 29 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.3-4
  564. - Added the snmptrapd init script as per request (#49205)
  565. - Fixed the again broken rpm query stuff (#57444)
  566. - Removed all old and none-used db related stuff (libs and header checks/files)
  567. * Mon Jan 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.2.3-2
  568. - Included the Axioma Security Research fix for snmpnetstat from bugtraq.
  569. * Mon Dec 03 2001 Phil Knirsch <phil@redhat.de> 4.2.3-1
  570. - Update to 4.2.3 final.
  571. - Fixed libtool/rpath buildroot pollution problem.
  572. - Fixed library naming problem.
  573. * Fri Oct 5 2001 Philipp Knirsch <pknirsch@redhat.de>
  574. - Fixed a server segfault for snmpset operation (#53640). Thanks to Josh Giles
  575. and Wes Hardaker for the patch.
  576. * Mon Sep 10 2001 Philipp Knirsch <pknirsch@redhat.de>
  577. - Fixed problem with RUNTESTS script.
  578. * Tue Sep 4 2001 Preston Brown <pbrown@redhat.com>
  579. - fixed patch related to bug #35016 (Dell)
  580. * Fri Aug 24 2001 Philipp Knirsch <pknirsch@redhat.de> 4.2.1-6
  581. - Fixed snmpd description (#52366)
  582. * Wed Aug 22 2001 Philipp Knirsch <pknirsch@redhat.de>
  583. - Final bcm5820 fix. Last one was broken.
  584. - Fixed bugzilla bug (#51960) where the binaries contained rpath references.
  585. * Wed Aug 15 2001 Philipp Knirsch <pknirsch@redhat.de>
  586. - Fixed a couple of security issues:
  587. o /tmp race and setgroups() privilege problem
  588. o Various buffer overflow and format string issues.
  589. o One signedness problem in ASN handling.
  590. - Fixed an important RFE to support bcm5820 cards. (#51125)
  591. * Fri Jul 20 2001 Philipp Knirsch <pknirsch@redhat.de>
  592. - Removed tkmib from the package once again as we don't ship the Tk.pm CPAN
  593. perl module required to run it (#49363)
  594. - Added missing Provides for the .so.0 libraries as rpm doesn't seem to find
  595. those during the build anymore (it used to) (#46388)
  596. * Thu Jul 19 2001 Philipp Knirsch <pknirsch@redhat.de>
  597. - Enabled IPv6 support (RFE #47764)
  598. - Hopefully final fix of snmpwalk problem (#42153). Thanks to Douglas Warzecha
  599. for the patch and Matt Domsch for reporting the problem.
  600. * Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
  601. - Fixed smux compilation problems (#41452)
  602. - Fixed wrong paths displayed in manpages (#43053)
  603. * Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
  604. - Updated to 4.2.1. Removed 2 obsolete patches (fromcvs and #18153)
  605. - Include /usr/share/snmp/snmpconf in %files
  606. * Wed Jun 13 2001 Than Ngo <than@redhat.com>
  607. - fix to use libwrap in distro
  608. - add buildprereq: tcp_wrappers
  609. * Fri Jun 1 2001 Bill Nottingham <notting@redhat.com>
  610. - add a *new* patch for IP address return sizes
  611. * Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
  612. - add patch so that only four bytes are returned for IP addresses on ia64 (#32244)
  613. * Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
  614. - rebuild (missing alpha packages)
  615. * Fri Apr 6 2001 Matt Wilson <msw@redhat.com>
  616. - added ucd-snmp-4.2-null.patch to correcly handle a NULL value (#35016)
  617. * Tue Apr 3 2001 Preston Brown <pbrown@redhat.com>
  618. - clean up deinstallation (#34168)
  619. * Tue Mar 27 2001 Matt Wilson <msw@redhat.com>
  620. - return a usable RETVAL when running "service snmpd status" (#33571)
  621. * Tue Mar 13 2001 Matt Wilson <msw@redhat.com>
  622. - configure with --enable-reentrant and added "smux" and "agentx" to
  623. --with-mib-modules= argument (#29626)
  624. * Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
  625. - rebuild in new environment
  626. * Mon Feb 26 2001 Tim Powers <timp@redhat.com>
  627. - fixed initscript, for reload and restart it was start then stop,
  628. fixed. (#28477)
  629. * Fri Feb 2 2001 Trond Eivind Glomsrod <teg@redhat.com>
  630. - i18nize initscript
  631. * Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
  632. - don't depend on /etc/init.d so that package will work with 6.2.
  633. - perl path fiddles no longer needed.
  634. - rely on brp-compress frpm rpm to compress man pages.
  635. - patch from ucd-snmp CVS (Wes Hardaker).
  636. - configure.in needs to check for rpm libraries correctly (#23033).
  637. - add simple logrotate script (#21399).
  638. - add options to create pidfile and log with syslog with addresses (#23476).
  639. * Sat Dec 30 2000 Jeff Johnson <jbj@redhat.com>
  640. - package for Red Hat 7.1.
  641. * Thu Dec 07 2000 Wes Hardaker <hardaker@users.sourceforge.net>
  642. - update for 4.2
  643. * Thu Oct 12 2000 Jeff Johnson <jbj@redhat.com>
  644. - add explicit format for syslog call (#18153).
  645. * Thu Jul 20 2000 Bill Nottingham <notting@redhat.com>
  646. - move initscript back
  647. * Thu Jul 20 2000 Jeff Johnson <jbj@redhat.com>
  648. - rebuild per Trond's request.
  649. * Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
  650. - fix syntax error that crept in with condrestart
  651. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  652. - automatic rebuild
  653. * Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
  654. - move initscript and add condrestart magic
  655. * Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
  656. - fix %%attr on man pages
  657. * Mon Jun 12 2000 Jeff Johnson <jbj@redhat.com>
  658. - tkmib doco had #!/usr/bin/perl55
  659. - include snmpcheck and tkmib again (still needs some CPAN module, however).
  660. * Tue Jun 6 2000 Jeff Johnson <jbj@redhat.com>
  661. - update to 4.1.2.
  662. - FHS packaging.
  663. - patch for rpm 4.0.
  664. * Thu May 18 2000 Trond Eivind Glomsrod <teg@redhat.com>
  665. - add version to buildroot
  666. - rebuilt with new libraries
  667. * Sun Feb 27 2000 Jeff Johnson <jbj@redhat.com>
  668. - default config was broken (from Wes Hardaker) (#9752)
  669. * Sun Feb 13 2000 Jeff Johnson <jbj@redhat.com>
  670. - compressed man pages.
  671. * Fri Feb 11 2000 Wes Hardaker <wjhardaker@ucdavis.edu>
  672. - update to 4.1.1
  673. * Sat Feb 5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  674. - change %postun to %preun
  675. * Thu Feb 3 2000 Elliot Lee <sopwith@redhat.com>
  676. - Don't ship tkmib, since we don't ship the perl modules needed to run it.
  677. (Bug #4881)
  678. * Tue Aug 31 1999 Jeff Johnson <jbj@redhat.com>
  679. - default config permits RO access to system group only (Wed Hardaker).
  680. * Sun Aug 29 1999 Jeff Johnson <jbj@redhat.com>
  681. - implement suggestions from Wes Hardaker.
  682. * Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com>
  683. - stateless access to rpm database.
  684. * Wed Aug 25 1999 Jeff Johnson <jbj@redhat.com>
  685. - update to 4.0.1.
  686. * Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
  687. - initscript munging
  688. * Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
  689. - update to 3.6.2 (#3219,#3259).
  690. - add missing man pages (#3057).
  691. * Thu Apr 8 1999 Wes Hardaker <wjhardaker@ucdavis.edu>
  692. - fix Source0 location.
  693. - fix the snmpd.conf file to use real community names.
  694. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  695. - auto rebuild in the new build environment (release 3)
  696. * Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
  697. - upgrade to 3.6.1, fix configuration file stuff.
  698. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  699. - Injected new description and group.
  700. * Tue Feb 2 1999 Jeff Johnson <jbj@redhat.com>
  701. - restore host resources mib
  702. - simplified config file
  703. - rebuild for 6.0.
  704. * Tue Dec 22 1998 Bill Nottingham <notting@redhat.com>
  705. - remove backup file to fix perl dependencies
  706. * Tue Dec 8 1998 Jeff Johnson <jbj@redhat.com>
  707. - add all relevant rpm scalars to host resources mib.
  708. * Sun Dec 6 1998 Jeff Johnson <jbj@redhat.com>
  709. - enable libwrap (#253)
  710. - enable host module (rpm queries over SNMP!).
  711. * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
  712. - strip binaries
  713. * Fri Oct 2 1998 Jeff Johnson <jbj@redhat.com>
  714. - update to 3.5.3.
  715. - don't include snmpcheck until perl-SNMP is packaged.
  716. * Thu Aug 13 1998 Jeff Johnson <jbj@redhat.com>
  717. - ucd-snmpd.init: start daemon w/o -f.
  718. * Tue Aug 4 1998 Jeff Johnson <jbj@redhat.com>
  719. - don't start snmpd unless requested
  720. - start snmpd after pcmcia.
  721. * Sun Jun 21 1998 Jeff Johnson <jbj@redhat.com>
  722. - all but config (especially SNMPv2p) ready for prime time
  723. * Sat Jun 20 1998 Jeff Johnson <jbj@redhat.com>
  724. - update to 3.5.
  725. * Tue Dec 30 1997 Otto Hammersmith <otto@redhat.com>
  726. - created the package... possibly replace cmu-snmp with this.