net-snmp-vl.spec 30 KB

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