non port: net-mgmt/net-snmp/Makefile |
Number of commits found: 240 (showing only 40 on this page) |
Wednesday, 28 Feb 2007
|
01:17 kuriyama
- Upgrade to 5.3.1 [1].
- Add $snmpd_flush_cache knob [2].
- Add conflict with net-snmp-4.* [3].
PR: ports/97673 [1] (but mostly rewritten), ports/106036 [2],
ports/103462 [3]
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> [1],
"Brian A. Seklecki"<bseklecki@collaborativefusion.com> [2],
Mykola Dzham <freebsd@levsha.org.ua> [3]
|
Thursday, 15 Feb 2007
|
12:29 mux
Add a patch taken from CVS to fix huge memory leaks in the code for
embedded Perl agents, and bump PORTREVISION.
Reviewed by: pav
Approved by: maintainer timeout
|
Saturday, 23 Sep 2006
|
15:03 nork
Fix -z bug.
Pointed out by: ume
Approved by: kuriyama (implicitly)
|
11:31 nork
Add support snmpd_pidfile and snmpd_conffile on rcNG script.
Requested by: nyan, TAKANO Yuji <takachan@running-dog.net>
Approved by: kuriyama
|
Friday, 4 Aug 2006
|
12:34 erwin
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
|
Wednesday, 26 Jul 2006
|
01:21 sobomax
Add support for 7-CURRENT.
|
Thursday, 20 Jul 2006
|
01:43 kuriyama
- Upgrade to 5.2.3.
|
Monday, 8 May 2006
|
05:00 clsung
- USE_RC_SUBR= filename instead of "yes", this simplies Makefile
(bump PORTREVISION)
- remove USE_REINPLACE
- rename files/*.sh.sample to files/*.sh.in
PR: ports/95851
Submitted by: Rong-En Fan
|
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Wednesday, 30 Nov 2005
|
05:22 kuriyama
- Upgrade to 5.2.2.
- Return more appropriate values for hrSWRunType (1)
PR: ports/86572 (1)
Submitted by: wollman (1)
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Monday, 18 Jul 2005
|
10:23 kuriyama
Remove already-merged-patch.
PR: ports/83643
Submitted by: leeym
Noticed by: rehula@yahoo-inc.com
|
Wednesday, 13 Jul 2005
|
02:37 kuriyama
- 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]
|
Saturday, 28 May 2005
|
08:30 oliver
don't install perl stuff when WITHOUT_PERL is set - even when perl is installed
PR: ports/80675
Approved by: maintainer timeout (23 days)
|
Thursday, 7 Apr 2005
|
03:04 kuriyama
Fix the problem which cannot get ifPhysAddress value.
It seems agent/mibgroups/mibII/interfaces.c switched to use new
USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress.
This patch uses old get_phys_address() function from new code.
|
Tuesday, 22 Mar 2005
|
08:32 kuriyama
(1) Fix memory leak by connections from <UNKNOWN>.
(2) Take care of large counters on 64bit platforms.
PR: ports/78807 (1)
Submitted by: Andriy Gapon <avg@icyb.net.ua> (1),
Peter Losher <Peter_Losher@isc.org> (2)
Approved by: portmgr (marcus)
|
Tuesday, 25 Jan 2005
|
23:49 kuriyama
- 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).
|
Thursday, 9 Dec 2004
|
02:53 kuriyama
Update maintainer's note to record ports which should be bumped after
shlib version bump.
|
Wednesday, 8 Dec 2004
|
11:11 kuriyama
- Add missing patch files in previos commit
(patch-interface_ioctl.c, patch-ucd_snmp.h).
- Add missing backward compatibility simbols for
usmAES{192,256}PrivProtocol (patch-snmpusm.c, patch-transform_oids.h).
PR: ports/74810
|
Monday, 29 Nov 2004
|
04:08 kuriyama
- 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)
|
Sunday, 5 Sep 2004
|
09:38 kuriyama
Fix build on 6-current.
Submitted by: lofi
Approved by: portmgr (marcus)
|
Tuesday, 31 Aug 2004
|
02:06 kuriyama
Remove NO_LATEST_LINK.
Suggested by: obrien
|
Wednesday, 11 Aug 2004
|
02:31 kuriyama
- Upgrade to 5.1.2.
Numerous patches are integrated into this release.
|
Tuesday, 27 Jul 2004
|
00:08 kuriyama
Update to follow new rc.d/localpkg order.
Obtained from: mtm
|
Thursday, 24 Jun 2004
|
06:50 kuriyama
Add patch_depends on libttol.
Reported by: "Grover Lines" <grover@ceribus.net>
|
Wednesday, 23 Jun 2004
|
08:44 kuriyama
o Try to use modern autotools.
o Fix typo about WITHOUT_PERL knob. (1)
o Unbreak on -current after mbuf allocator changes. (2)
Submitted by: ceri (1)
Complained from: many people (2)
|
Monday, 14 Jun 2004
|
07:40 kuriyama
INSTALL[<space><tab>] fix.
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
Wednesday, 12 May 2004
|
02:53 kuriyama
Prevent error in snmpconf script with recent perl.
Reported by: daver@vicor.com (Pomegranate)
|
Wednesday, 5 May 2004
|
08:18 kuriyama
Add mbuf cluster statistics.
|
Tuesday, 4 May 2004
|
08:18 kuriyama
Restore mbuf statistics support on recent 5.x.
To retrieve these values, check hrStorageUsed or hrStorageSize.
|
Wednesday, 14 Apr 2004
|
00:57 kuriyama
Fix tcp.tcpCurrEstab.0 counting.
PR: ports/65487
Submitted by: Ken Stailey <kstailey@yahoo.com>
|
Monday, 5 Apr 2004
|
02:43 kuriyama
Fix incorrect message about WITHOUT_IPV6.
Reported by: many
|
Saturday, 3 Apr 2004
|
13:49 kuriyama
Upgrade to 5.1.1.
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Thursday, 11 Mar 2004
|
23:22 kuriyama
o More $REINPLACE_CMD'ify.
o Bump $PORTREVISION to force to clean up recent changes.
Submitted by: Cyrille Lefevre
|
14:52 kuriyama
o Fix on 4.x.
o Use $REINPLACE_CMD.
Submitted by: lofi@
|
00:26 kuriyama
Mark broken for 4.x for the time being.
Perl modules are installed into wrong location for 4.x.
|
Wednesday, 10 Mar 2004
|
13:40 kuriyama
Various fixes / improvements.
See PR for details.
PR: ports/63759
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
Sunday, 29 Feb 2004
|
12:26 kuriyama
Avoid "kvm_read: Bad address" error.
PR: ports/63026
Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
|
Monday, 23 Feb 2004
|
04:42 wollman
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
Number of commits found: 240 (showing only 40 on this page) |