1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
Jun Kuriyama
d21f4b4c41 - Fix negative integers on 64bit platforms [1].
- Upgrade to 5.2.1.2 and portlint fixes [2].
- Fix security problem in local/fixproc script [3].

PR:		ports/82148 [1], ports/83058 [2]
Submitted by:	Deomid Ryabkov <myself@rojer.pp.ru> [1],
		Renato Botelho <freebsd@galle.com.br> [2],
		remko [3]
References:	http://vuxml.freebsd.org/3e0072d4-d05b-11d9-9aed-000e0c2e438a.html [3]
Obtained from:	http://cvs.sourceforge.net/viewcvs.py/net-snmp/net-snmp/local/fixproc?r1=5.0&r2=5.0.6.1&diff_format=u [3]
2005-07-13 02:37:24 +00:00
Jun Kuriyama
a7f5634511 - Update to 5.2.1.
- Add a patch to fix memory leak (SF bugs #1103644).
- Add WITH_DMALLOC knob (with a lot of patches to fix #include order).
2005-01-25 23:49:30 +00:00
Jun Kuriyama
073e7bc6aa - Upgrade to 5.2.
- Fix build problem on current (1)
- Fix module availability problem on current (2)
- Disable perl completely with WITHOUT_PERL knob (3)
- Install sample file and improve pkg-message and pkg-plist (4)

PR:	ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4)
Submitted by:	Matthew Thyer <thyerm@powerband.net.au> (1),
	Dominic Mitchell <dom@happygiraffe.net> (2),
	oliver (3),
	Fumihiko Kimura <jfkimura@yahoo.co.jp> (4)
2004-11-29 04:08:29 +00:00
Jun Kuriyama
fb3bf34548 - Upgrade to 5.1.2.
Numerous patches are integrated into this release.
2004-08-11 02:31:33 +00:00
Jun Kuriyama
ee9dbc3704 Upgrade to 5.1.1. 2004-04-03 13:49:22 +00:00
Jun Kuriyama
1b7bb85f82 SIZEify.
Submitted by:	trevor
2004-03-18 00:48:53 +00:00
Jun Kuriyama
bb25fde924 o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).
o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio"
  by default.
o Remove unused variables.
o Update various local patches around {tcp,udp}Table and
  hr_{storage,system}.
2003-11-18 03:18:02 +00:00
Jun Kuriyama
529f9db8eb Upgrade to 5.0.9.
Convert to use rc.subr script.

Heads up!
  Variable name in /etc/rc.conf is changed to $snmpd_enable and
  $snmpd_flags.  Old variables are imported for transition.
2003-09-06 12:21:05 +00:00
Jun Kuriyama
9f6533dbef Upgrade to 5.0.8.
Partially submitted by:	demon
2003-03-29 14:34:30 +00:00
Jun Kuriyama
a7352efa09 Upgrade to 5.0.6. 2002-10-06 09:35:21 +00:00
Jun Kuriyama
d8cf058f66 Upgrade to 5.0.3. 2002-08-03 08:01:37 +00:00
Jun Kuriyama
a05aa88645 Upgrade to 5.0.2.
Remove statvfs hack.
2002-07-22 05:57:58 +00:00
Jun Kuriyama
1b62f4b5fa Upgrade to 5.0.1.
Maintainer note:
  I have not yet checked this major version bump enough.
  Please use net/net-snmp4 port for stable environment.
  And please report any problem with this version.
2002-05-15 06:41:00 +00:00
Jun Kuriyama
2f073aafb3 Upgrade to 4.2.5. 2002-05-07 01:18:27 +00:00
Jun Kuriyama
af620e968c Upgrade to 4.2.4.
Some of our patches are integrated into original distribution.
Enable diskio mib-module by default.
2002-04-09 00:31:17 +00:00
Jacques Vidrine
41cbe7f8a7 Update 4.2.1 -> 4.2.3 2002-01-21 16:54:51 +00:00
Jun Kuriyama
1709ca6d1a Upgrade to 4.2.1. 2001-05-10 05:46:49 +00:00
Bill Fumerola
22667fa925 Upgrade to version 4.2
Some of the shared library magic is very hackish, however the net-snmp
library building make-fu is hackish as well, so I don't feel bad about it.

This commit also (re-)enables the host module for much more information.
It also fixes a long standing bug where 'snmpwalk localhost public' would
hang.
2001-01-18 09:58:30 +00:00
Bill Fumerola
1b34274e25 o Upgrade to 4.1.2
o Correct PLIST
o Correct MANx

PR:		18548
Submitted by:	Amakawa Shuhei <sa264@cam.ac.uk>

o Finally fix shared libraries

Submitted by:	billf, will(sorta)
2000-05-17 01:11:51 +00:00
Bill Fumerola
370c339925 First crack at updating to 4.1.1, more features to come, but at least
the newest version is here.
2000-05-12 20:21:27 +00:00
Bill Fumerola
db60f873fb o Bump SHLIB_VERSION to 4 and make this port build it that way.
o Look for perl in the right place (patch-ah)
o Add a typedef that ucd-snmp wants (patch-ag)
o Install headers files with the right permissions

Submitted by:	<jack@germanium.xtalwind.net>
PR:		ports/13539
----------------------------------------------------------------------

o Remove extraneous HAS_CONFIGURE introduced by nectar in rev1.19
o Use the PATCH_* framework and grab 012.patch from the authors.
1999-09-04 23:30:47 +00:00
Bill Fumerola
3273fba704 Upgrade SNMP to 4.0.1, which is a last minute bugfix.
Upgrade p5-SNMP to 1.8.1 and mark it broken as it is incompatible
with the ucd-snmp changes. If this is a huge problem, then a
repo copy of ucd-snmp can be made and we can have the hassle of
keeping two copies in our tree.
1999-08-27 20:18:47 +00:00
Chris Piazza
5432bc0f69 Update to version 4.0
Submitted by:	billf
1999-08-27 03:38:42 +00:00
Jun Kuriyama
5e751949ff Upgrade to v3.6.1 and apply some patches. But this version still has
kvm_read() problem on some RELENG_3 system.

No response from:	maintainer
PR:			ports/7330, ports/8908, ports/8909
1999-04-07 16:07:41 +00:00
Jacques Vidrine
1ba8503392 * Upgrade to 3.5.3.
* Patch for ELF.
* Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
1998-10-19 22:43:09 +00:00
Jacques Vidrine
1672e1e388 * Update ucd-snmp to version 3.5.
* Incidently fixes problem building on 3.0-CURRENT.
PR:				7198
1998-07-10 21:06:23 +00:00
Andreas Klemm
5135386bac Update to newest version 3.3.1 for -stable,
-current needs some fine tuning, later this evening or week ...
1998-04-02 18:04:56 +00:00
Bill Fenner
6e7adb7599 Upgrade to ucd-snmp 3.2, and make it work on -current. 1997-07-03 04:59:05 +00:00
Gary Palmer
76bd4dfdd7 Try to bring this port up to date. Upgrade to 3.1.3, and untangle the
patches a bit (author incorporated a fair number of them, and made
even more cross-platfrm portability improvements). I'll deal with
any packaging changes tomorrow.
1997-03-07 11:33:51 +00:00
Gary Palmer
d3cb3cb927 The SNMP package from University of California at Davis
Ok'ed by:	 asami
1996-07-06 08:14:49 +00:00