net-snmp-vl.spec 33 KB

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