net-snmp-vl.spec 32 KB

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