Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.2.1_5 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
5.4.2.1_5 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
5.4.2.1_5 18 May 2009 21:44:06 |
pgollucci |
- more removing of old maintainer |
5.4.2.1_5 14 May 2009 23:00:42 |
pgollucci |
- Adopt
Approved by: previous maintainer (kuriyama) |
5.4.2.1_5 14 May 2009 22:44:00 |
kuriyama |
- Add note about "call for maintainer" after $MAINTAINER line. |
5.4.2.1_5 14 May 2009 19:47:04 |
glarkin |
- Force commit to add maintainer timeout note missing from commit
on 10/May/2009.
PR: ports/133093
Submitted by: Steve Polyack <spolyack at collaborativefusion dot com>
Requested by: portmgr (linimon)
Approved by: maintainer timeout |
5.4.2.1_5 13 May 2009 12:25:09 |
sem |
- add an option to disable embedded perl, but build perl modules
Submitted by: Boris Lytochkin <lytboris@yandex-team.ru>
Approved by: maintainer timeout |
5.4.2.1_4 09 May 2009 23:16:15 |
glarkin |
- Promoted various WITH_* variables to the OPTIONS block [1]
- Rearranged ".if defined()" blocks to satisfy portlint
- Fixed variable names: *_DEPEND => *_DEPENDS
- Removed messages about WITH_* variables that are now in OPTIONS
- Changed ".if !defined(WITHOUT_*)" to ".if defined(WITH_*)"
- Bumped PORTREVISION
PR: ports/133093
Submitted by: Steve Polyack <spolyack at collaborativefusion dot com> |
5.4.2.1_3 28 Apr 2009 21:36:08 |
pgollucci |
- Mark MAKE_JOBS_UNSAFE= yes
Approved by: pav (via irc on #bsdports)
Tested on: RideCharge TB, and P6 TB |
5.4.2.1_3 09 Apr 2009 11:10:52 |
miwi |
- Fix build on CURRENT
PR: 133152
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Approved by: maintainer timeout |
5.4.2.1_3 07 Mar 2009 15:51:25 |
kuriyama |
Try to reduce errors/warnings within sctp area. |
5.4.2.1_2 21 Feb 2009 11:18:41 |
kuriyama |
Fix counter breakage on 64bit arch.
Reported by: sem
Obtained from:
http://sourceforge.net/tracker/index.php?func=detail&aid=2435793&group_id=12694&atid=312694 |
5.4.2.1_1 26 Jan 2009 06:07:06 |
kuriyama |
Fix breakage on 6.x system. |
5.4.2.1_1 25 Jan 2009 14:19:17 |
kuriyama |
Introduce SCTP-MIB patch for FreeBSD.
This patch was already submitted to upstream.
Submitted by: rrs |
5.4.2.1 25 Jan 2009 14:17:09 |
kuriyama |
Fix typo from upstream svn. |
5.4.2.1 25 Jan 2009 14:16:29 |
kuriyama |
Reduce build warnings. |
5.4.2.1 25 Jan 2009 14:15:41 |
kuriyama |
Cleanup system specific header file modifications.
I misunderstood freebsd7.h should define "freebsd6", not "freebsd7" etc. |
5.4.2.1 25 Dec 2008 02:00:50 |
kuriyama |
Unbreak on HEAD after r186119 (L2/L3 table split). |
5.4.2.1 15 Nov 2008 00:56:29 |
kuriyama |
Upgrade to 5.4.2.1 (includes fix for CVE-2008-4309). |
5.4.1.2_2 24 Aug 2008 15:14:03 |
kuriyama |
o squelch registration warnings on startup [1].
o Treat inactive memory as cache like same behavior as before [2].
Submitted by: bms [1], mwlucas [2]
PR: ports/126694 [2] |
5.4.1.2_1 10 Aug 2008 14:48:06 |
kuriyama |
o Make dir /var/agentx for AgnetX sockets [1].
o Include zfs mount points for disk reports.
Reported by: bms [1] |
5.4.1.2 03 Jul 2008 13:35:20 |
kuriyama |
- Upgrade to 5.4.1.2.
- Fix hrMemorySize.0 MIB value [1].
Submitted by: Helmut Schneider <jumper99@gmx.de> [1]
PR: ports/123276 [1] |
5.4.1_5 27 May 2008 02:08:01 |
kuriyama |
o Resurrect UCD-SNMP-MIB::memBuffer MIB [1].
o Add WITH_MFD_REWRITES knob [2]
PR: ports/123073 [1]
Submitted by: valerio.daelli@gmail.com [1],
"Chris" <chris@chrysalisnet.org> via email [2] |
5.4.1_4 14 May 2008 08:37:38 |
sobomax |
Improve upon previous patch (fix to use sysctls instead of KVM to
retrieve CPU stats). Use the newer BSD sysctl code already available in
the 5.4.x instead of re-enabling the obsolete code from the previous
release. |
5.4.1_3 28 Apr 2008 22:33:53 |
sobomax |
o Fix regression in 5.4.1 - the custom FreeBSD vmstat code is not compiled
in making number of popular OIDs unavailable.
o Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problem
is that the cp_time symbol is no longer avaliable in the nevest kernels.
Use kern.cp_time sysctl which has been around for 8 years or so, so that
it should be present virtually in every FreeBSD version that is able
to use modern ports tree (4.x and upper). Sysctl is also better from the
security standpoint, as you don't need elevated privileges to get the data.
One should probably look at converting few others uses of KVM here, but
ENOTIME from me. The patch has been submitted to the vendor.
Sponsored by: Sippy Software, Inc., http://www.sippysoft.com
Approved by: MAINTAINER |
5.4.1_2 10 Apr 2008 11:56:28 |
pav |
- Remove empty files |
5.4.1_2 30 Mar 2008 08:13:41 |
kuriyama |
- Remove unused dependency.
- Remove unused message about WITH_INETADDRESS_HACK knob.
- Count inactive memory as cache [1].
PR: ports/116437 [1]
Submitted by: rafan [1] |
5.4.1_1 29 Mar 2008 13:44:01 |
kuriyama |
- Fix $CONFLICTS entry for ucd-snmp-4.* packages [1].
- Fix breakage with WITHOUT_PERL knob (needs -lm) [2].
PR: ports/118875 [1]
Submitted by: Volker Werth <volker@vwsoft.com> [1],
Oliver Lehmann <lehmann@ans-netz.de> [2] |
5.4.1 27 Mar 2008 10:56:14 |
kuriyama |
- Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].
PR: ports/110969 [1]
Submitted by: valerio.daelli@gmail.com [1]
This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.
If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know. And you can choose net-mgmt/net-snmp53
port for old 5.3.x version. |
5.4.1 27 Mar 2008 10:55:45 |
kuriyama |
- Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].
PR: ports/110969 [1]
Submitted by: valerio.daelli@gmail.com [1]
This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.
If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know. And you can choose net-mgmt/net-snmp53
port for old 5.3.x version. |
5.3.2_1 11 Jan 2008 23:17:33 |
kuriyama |
- Fix IPv6 handling for libwrap (1).
- Show IPv4 port number as unsigned instead of signed in /var/log/snmpd.log.
- Treat physmem as u_long, not int. This fixes hrMmemorySize over 4GB.
Submitted by: ume (1)
Pointy hat to: kuriyama (1) |
5.3.2 09 Jan 2008 13:27:05 |
kuriyama |
Upgrade to 5.3.2. |
5.3.1_7 14 Nov 2007 05:45:24 |
kuriyama |
o Add a patch for CVE-2007-5846, and add an entry for vuxml.
Approved by: portmgr (marcus) |
5.3.1_6 27 Oct 2007 07:20:34 |
kuriyama |
- Support multiple files in ${snmp_conffile} variable (1).
- Update pkg-message to reflect recent rc.conf variable usage.
PR: ports/112766 (1)
Submitted by: Royce Williams<royce@alaska.net> (1) |
5.3.1_5 24 Oct 2007 00:48:04 |
kuriyama |
- Install freebsd8.h header (unbreak on 8-current).
Probbed by: nork |
5.3.1_4 03 Oct 2007 23:53:10 |
edwin |
Remove support for OSVERSION < 5 |
5.3.1_4 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
5.3.1_3 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
5.3.1_3 25 Mar 2007 12:35:46 |
kuriyama |
- Remove "sig_stop=KILL" in snmpd.sh.in. This was introduced when
PR ports/63759 was committed (3 years ago). Try to use normal TERM
signal for graceful termination [1].
- Increase /bin/ps cache size from 16KB to 120KB. This should fix
process counter (ex prCount.1) on the server which has large number
of processes [2].
PR: ports/103811 [1], ports/110498 [2]
Reported by: Yuri Arabadji <yuri@deepunix.net> [1],
Mike Andrews <mandrews@bit0.com> [2] |
5.3.1_2 05 Mar 2007 14:42:00 |
mux |
Add a patch taken from net-snmp's SVN repository to fix embedded Perl
agents on 64bits architectures, and bump PORTREVISION.
Reviewed by: kuriyama (maintainer) |
5.3.1_1 03 Mar 2007 13:00:16 |
kuriyama |
- Fix wrong syscall for Total Memory.
PR: ports/108126
Submitted by: brd |
5.3.1 28 Feb 2007 01:17:16 |
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] |
5.2.3_4 15 Feb 2007 12:29:34 |
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 |
5.2.3_3 23 Sep 2006 15:03:36 |
nork |
Fix -z bug.
Pointed out by: ume
Approved by: kuriyama (implicitly) |
5.2.3_2 23 Sep 2006 11:31:09 |
nork |
Add support snmpd_pidfile and snmpd_conffile on rcNG script.
Requested by: nyan, TAKANO Yuji <takachan@running-dog.net>
Approved by: kuriyama |
5.2.3_1 04 Aug 2006 12:34:50 |
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 |
5.2.3_1 26 Jul 2006 01:21:25 |
sobomax |
Add support for 7-CURRENT. |
5.2.3 20 Jul 2006 01:43:49 |
kuriyama |
- Upgrade to 5.2.3. |
5.2.2_2 19 Jul 2006 16:18:41 |
dougb |
Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default. |
5.2.2_2 08 May 2006 05:00:27 |
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 |
5.2.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
5.2.2 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
5.2.2 22 Jan 2006 06:28:59 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
5.2.2 22 Jan 2006 02:47:22 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
5.2.2 30 Nov 2005 05:22:40 |
kuriyama |
- Upgrade to 5.2.2.
- Return more appropriate values for hrSWRunType (1)
PR: ports/86572 (1)
Submitted by: wollman (1) |
5.2.1.2 15 Nov 2005 06:52:12 |
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. |
5.2.1.2 18 Jul 2005 10:23:56 |
kuriyama |
Remove already-merged-patch.
PR: ports/83643
Submitted by: leeym
Noticed by: rehula@yahoo-inc.com |
5.2.1.2 17 Jul 2005 15:12:14 |
kuriyama |
- Unbreak on 7-current.
Prodded by: jhb |
5.2.1.2 13 Jul 2005 02:37:24 |
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] |
5.2.1_2 28 May 2005 08:30:49 |
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) |
5.2.1_2 07 Apr 2005 03:04:17 |
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. |
5.2.1_1 22 Mar 2005 08:32:48 |
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) |
5.2.1 05 Feb 2005 13:49:03 |
kuriyama |
- Remove 0 sized patchfile.
Reported by: sem |
5.2.1 25 Jan 2005 23:49:31 |
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). |
5.2_1 09 Dec 2004 02:53:31 |
kuriyama |
Update maintainer's note to record ports which should be bumped after
shlib version bump. |
5.2_1 08 Dec 2004 11:11:27 |
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 |
5.2 06 Dec 2004 10:56:12 |
krion |
Remove empty patches. |
5.2 29 Nov 2004 04:08:29 |
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) |
5.1.2_1 05 Sep 2004 09:38:05 |
kuriyama |
Fix build on 6-current.
Submitted by: lofi
Approved by: portmgr (marcus) |
5.1.2 31 Aug 2004 15:52:18 |
kuriyama |
Unbreak on 6-current. |
5.1.2 31 Aug 2004 02:06:15 |
kuriyama |
Remove NO_LATEST_LINK.
Suggested by: obrien |
5.1.2 11 Aug 2004 11:52:53 |
kuriyama |
Add a hack to unbreak on releng4. |
5.1.2 11 Aug 2004 02:31:33 |
kuriyama |
- Upgrade to 5.1.2.
Numerous patches are integrated into this release. |
5.1.1_6 27 Jul 2004 00:08:07 |
kuriyama |
Update to follow new rc.d/localpkg order.
Obtained from: mtm |
5.1.1_5 24 Jun 2004 06:50:25 |
kuriyama |
Add patch_depends on libttol.
Reported by: "Grover Lines" <grover@ceribus.net> |
5.1.1_5 23 Jun 2004 08:44:41 |
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) |
5.1.1_4 14 Jun 2004 07:40:57 |
kuriyama |
INSTALL[<space><tab>] fix.
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> |
5.1.1_4 13 May 2004 22:58:09 |
kuriyama |
Unbreak on 5.0.
My mbuf statistics code works only after 5.1-REL. |
5.1.1_4 12 May 2004 02:53:49 |
kuriyama |
Prevent error in snmpconf script with recent perl.
Reported by: daver@vicor.com (Pomegranate) |
5.1.1_3 05 May 2004 08:18:24 |
kuriyama |
Add mbuf cluster statistics. |
5.1.1_2 04 May 2004 08:18:11 |
kuriyama |
Restore mbuf statistics support on recent 5.x.
To retrieve these values, check hrStorageUsed or hrStorageSize. |
5.1.1_1 19 Apr 2004 08:28:07 |
kris |
Don't remove a directory we didn't install |
5.1.1_1 14 Apr 2004 00:57:42 |
kuriyama |
Fix tcp.tcpCurrEstab.0 counting.
PR: ports/65487
Submitted by: Ken Stailey <kstailey@yahoo.com> |
5.1.1 05 Apr 2004 02:43:47 |
kuriyama |
Fix incorrect message about WITHOUT_IPV6.
Reported by: many |
5.1.1 03 Apr 2004 13:49:22 |
kuriyama |
Upgrade to 5.1.1. |
5.1_4 20 Mar 2004 07:02:45 |
kuriyama |
Remove empty file.
PR: ports/64478
Submitted by: ceri |
5.1_4 18 Mar 2004 00:48:53 |
kuriyama |
SIZEify.
Submitted by: trevor |
5.1_4 14 Mar 2004 06:17:56 |
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. |
5.1_4 11 Mar 2004 23:22:36 |
kuriyama |
o More $REINPLACE_CMD'ify.
o Bump $PORTREVISION to force to clean up recent changes.
Submitted by: Cyrille Lefevre |
5.1_3 11 Mar 2004 14:52:21 |
kuriyama |
o Fix on 4.x.
o Use $REINPLACE_CMD.
Submitted by: lofi@ |
5.1_3 11 Mar 2004 00:26:39 |
kuriyama |
Mark broken for 4.x for the time being.
Perl modules are installed into wrong location for 4.x. |
5.1_3 10 Mar 2004 13:40:41 |
kuriyama |
Various fixes / improvements.
See PR for details.
PR: ports/63759
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> |
5.1_2 29 Feb 2004 12:26:59 |
kuriyama |
Avoid "kvm_read: Bad address" error.
PR: ports/63026
Submitted by: Antoine Jacoutot <ajacoutot@lphp.org> |
5.1_1 23 Feb 2004 04:42:13 |
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 |