FreshPorts -- The Place For Ports Tue, 9 Feb 2010 6:24 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
net-snmp 5.4.2.1_6 net-mgmt on this many watch lists=258 search for ports that depend on this port An older version of this port was marked as vulnerable.
An extendable SNMP implementation
Maintained by: pgollucci@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Feb 2004 04:43:25
Also Listed In: ipv6


This is Net-SNMP (previously known as "ucd-snmp").

Various tools relating to the Simple Network Management Protocol including: 

    An extensible agent 
    An SNMP library 
    tools to request or set information from SNMP agents 
    tools to generate and handle SNMP traps 
    a version of the unix 'netstat' command using SNMP 
    a graphical Perl/Tk/SNMP based mib browser

WWW: http://net-snmp.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8

To install the port: cd /usr/ports/net-mgmt/net-snmp/ && make install clean
To add the package: pkg_add -r net-snmp


Configuration Options
===> The following configuration options are available for net-snmp-5.4.2.1_6:
     IPV6=on (default) "Build with IPv6 support"
     MFD_REWRITES=off (default) "Build with 64-bit Interface Counters"
     PERL=on (default) "Install additional perl modules"
     PERL_EMBEDDED=on (default) "Build embedded perl"
     TKMIB=off (default) "Install graphical MIB browser"
     DUMMY=on (default) "Enable dummy values as placeholders"
     DMALLOC=off (default) "Enable dmalloc debug memory allocator"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://sunet.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://iweb.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://switch.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://surfnet.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://kent.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://freefr.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://voxel.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://jaist.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://osdn.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://nchc.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://transact.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://softlayer.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://internode.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://biznetnetworks.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
http://upfr.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2006-09-23
    Affects: users of net-mgmt/net-snmp
    Author: nork@FreeBSD.org
    Reason: 
      rcNG script was updated to support snmpd_pidfile and snmpd_conffile.
      So, if you set snmpd_flags like "-c /usr/local/etc/snmpd.conf ...",
      please change your /etc/rc.conf like following setting:
    
      from (before update)
        snmpd_flags="-a -c /usr/local/etc/snmpd.conf -p /var/run/snmpd.pid"
    
      to (after update)
        snmpd_flags="-a"
        snmpd_pidfile="/var/run/snmpd.pid"
        snmpd_conffile="/usr/local/etc/snmpd.conf"
    
    
Port Moves
  • port moved here from net/net-snmp on 2004-02-22
    REASON: new category

Number of commits found: 97

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
17 Sep 2009 12:47:32
Original commit files touched by this commit  5.4.2.1_6
flz search for other commits by this committer
Fix packing list after deischen's commit adding support for freebsd9.

Hat:            portmgr
Feature safe:   yes
11 Sep 2009 15:07:53
Original commit files touched by this commit  5.4.2.1_5
deischen search for other commits by this committer
Unbreak the build for 9-current.
30 Aug 2009 11:33:23
Original commit files touched by this commit  5.4.2.1_5
linimon search for other commits by this committer
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.

Hat:            portmgr
22 Aug 2009 01:32:25
Original commit files touched by this commit  5.4.2.1_5
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
15 Jul 2009 17:56:10
Original commit files touched by this commit  5.4.2.1_5
dougb search for other commits by this committer
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.
18 May 2009 22:44:06
Original commit files touched by this commit  5.4.2.1_5
pgollucci search for other commits by this committer
- more removing of old maintainer
15 May 2009 00:00:42
Original commit files touched by this commit  5.4.2.1_5
pgollucci search for other commits by this committer
- Adopt

Approved by: previous maintainer (kuriyama)
14 May 2009 23:44:00
Original commit files touched by this commit  5.4.2.1_5
kuriyama search for other commits by this committer
- Add note about "call for maintainer" after $MAINTAINER line.
14 May 2009 20:47:04
Original commit files touched by this commit  5.4.2.1_5
glarkin search for other commits by this committer
- 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
13 May 2009 13:25:09
Original commit files touched by this commit  5.4.2.1_5
sem search for other commits by this committer
- add an option to disable embedded perl, but build perl modules

Submitted by:   Boris Lytochkin <lytboris@yandex-team.ru>
Approved by:    maintainer timeout
10 May 2009 00:16:15
Original commit files touched by this commit  5.4.2.1_4
glarkin search for other commits by this committer
- 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>
28 Apr 2009 22:36:08
Original commit files touched by this commit  5.4.2.1_3
pgollucci search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE=    yes

Approved by:    pav (via irc on #bsdports)
Tested on:      RideCharge TB, and P6 TB
09 Apr 2009 12:10:52
Original commit files touched by this commit  5.4.2.1_3
miwi search for other commits by this committer
- Fix build on CURRENT

PR:             133152
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
Approved by:    maintainer timeout
07 Mar 2009 15:51:25
Original commit files touched by this commit  5.4.2.1_3
kuriyama search for other commits by this committer
Try to reduce errors/warnings within sctp area.
21 Feb 2009 11:18:41
Original commit files touched by this commit  5.4.2.1_2
kuriyama search for other commits by this committer
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
26 Jan 2009 06:07:06
Original commit files touched by this commit  5.4.2.1_1
kuriyama search for other commits by this committer
Fix breakage on 6.x system.
25 Jan 2009 14:19:17
Original commit files touched by this commit  5.4.2.1_1
kuriyama search for other commits by this committer
Introduce SCTP-MIB patch for FreeBSD.

This patch was already submitted to upstream.

Submitted by:   rrs
25 Jan 2009 14:17:09
Original commit files touched by this commit  5.4.2.1
kuriyama search for other commits by this committer
Fix typo from upstream svn.
25 Jan 2009 14:16:29
Original commit files touched by this commit  5.4.2.1
kuriyama search for other commits by this committer
Reduce build warnings.
25 Jan 2009 14:15:41
Original commit files touched by this commit  5.4.2.1
kuriyama search for other commits by this committer
Cleanup system specific header file modifications.
I misunderstood freebsd7.h should define "freebsd6", not "freebsd7" etc.
25 Dec 2008 02:00:50
Original commit files touched by this commit  5.4.2.1
kuriyama search for other commits by this committer
Unbreak on HEAD after r186119 (L2/L3 table split).
15 Nov 2008 00:56:29
Original commit files touched by this commit  5.4.2.1
kuriyama search for other commits by this committer
Upgrade to 5.4.2.1 (includes fix for CVE-2008-4309).
24 Aug 2008 16:14:03
Original commit files touched by this commit  5.4.1.2_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
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]
10 Aug 2008 15:48:06
Original commit files touched by this commit  5.4.1.2_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
o Make dir /var/agentx for AgnetX sockets [1].
o Include zfs mount points for disk reports.

Reported by:    bms [1]
03 Jul 2008 14:35:20
Original commit files touched by this commit  5.4.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Upgrade to 5.4.1.2.
- Fix hrMemorySize.0 MIB value [1].

Submitted by:   Helmut Schneider <jumper99@gmx.de> [1]
PR:             ports/123276 [1]
27 May 2008 03:08:01
Original commit files touched by this commit  5.4.1_5
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
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]
14 May 2008 09:37:38
Original commit files touched by this commit  5.4.1_4
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
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.
28 Apr 2008 23:33:53
Original commit files touched by this commit  5.4.1_3
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
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
10 Apr 2008 12:56:28
Original commit files touched by this commit  5.4.1_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove empty files
30 Mar 2008 09:13:41
Original commit files touched by this commit  5.4.1_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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]
29 Mar 2008 13:44:01
Original commit files touched by this commit  5.4.1_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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]
27 Mar 2008 10:56:14
Original commit files touched by this commit  5.4.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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.
27 Mar 2008 10:55:45
Original commit files touched by this commit  5.4.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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.
11 Jan 2008 23:17:33
Original commit files touched by this commit  5.3.2_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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)
09 Jan 2008 13:27:05
Original commit files touched by this commit  5.3.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Upgrade to 5.3.2.
14 Nov 2007 05:45:24
Original commit files touched by this commit  5.3.1_7
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
o Add a patch for CVE-2007-5846, and add an entry for vuxml.

Approved by:  portmgr (marcus)
27 Oct 2007 08:20:34
Original commit files touched by this commit  5.3.1_6
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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)
24 Oct 2007 01:48:04
Original commit files touched by this commit  5.3.1_5
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Install freebsd8.h header (unbreak on 8-current).

Probbed by:     nork
04 Oct 2007 00:53:10
Original commit files touched by this commit  5.3.1_4
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove support for OSVERSION < 5
30 Sep 2007 05:47:37
Original commit files touched by this commit  5.3.1_4
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
04 Aug 2007 12:41:31
Original commit files touched by this commit  5.3.1_3
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- 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)
25 Mar 2007 13:35:46
Original commit files touched by this commit  5.3.1_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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]
05 Mar 2007 14:42:00
Original commit files touched by this commit  5.3.1_2
 This port version is marked as vulnerable.
mux search for other commits by this committer
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)
03 Mar 2007 13:00:16
Original commit files touched by this commit  5.3.1_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Fix wrong syscall for Total Memory.

PR:             ports/108126
Submitted by:   brd
28 Feb 2007 01:17:16
Original commit files touched by this commit  5.3.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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]
15 Feb 2007 12:29:34
Original commit files touched by this commit  5.2.3_4
 This port version is marked as vulnerable.
mux search for other commits by this committer
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
23 Sep 2006 16:03:36
Original commit files touched by this commit  5.2.3_3
 This port version is marked as vulnerable.
nork search for other commits by this committer
Fix -z bug.

Pointed out by: ume
Approved by:    kuriyama (implicitly)
23 Sep 2006 12:31:09
Original commit files touched by this commit  5.2.3_2
 This port version is marked as vulnerable.
nork search for other commits by this committer
Add support snmpd_pidfile and snmpd_conffile on rcNG script.

Requested by:   nyan, TAKANO Yuji <takachan@running-dog.net>
Approved by:    kuriyama
04 Aug 2006 13:34:50
Original commit files touched by this commit  5.2.3_1
 This port version is marked as vulnerable.
erwin search for other commits by this committer
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
26 Jul 2006 02:21:25
Original commit files touched by this commit  5.2.3_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Add support for 7-CURRENT.
20 Jul 2006 02:43:49
Original commit files touched by this commit  5.2.3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Upgrade to 5.2.3.
19 Jul 2006 17:18:41
Original commit files touched by this commit  5.2.2_2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
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.
08 May 2006 06:00:27
Original commit files touched by this commit  5.2.2_2
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- 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
23 Feb 2006 10:40:45
Original commit files touched by this commit  5.2.2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
20 Feb 2006 20:47:50
Original commit files touched by this commit  5.2.2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
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.
22 Jan 2006 06:28:59
Original commit files touched by this commit  5.2.2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
22 Jan 2006 02:47:22
Original commit files touched by this commit  5.2.2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
30 Nov 2005 05:22:40
Original commit files touched by this commit  5.2.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Upgrade to 5.2.2.
- Return more appropriate values for hrSWRunType (1)

PR:             ports/86572 (1)
Submitted by:   wollman (1)
15 Nov 2005 06:52:12
Original commit files touched by this commit  5.2.1.2
 This port version is marked as vulnerable.
ade search for other commits by this committer
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.
18 Jul 2005 11:23:56
Original commit files touched by this commit  5.2.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Remove already-merged-patch.

PR:             ports/83643
Submitted by:   leeym
Noticed by:     rehula@yahoo-inc.com
17 Jul 2005 16:12:14
Original commit files touched by this commit  5.2.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Unbreak on 7-current.

Prodded by:     jhb
13 Jul 2005 03:37:24
Original commit files touched by this commit  5.2.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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]
28 May 2005 09:30:49
Original commit files touched by this commit  5.2.1_2
 This port version is marked as vulnerable.
oliver search for other commits by this committer
don't install perl stuff when WITHOUT_PERL is set - even when perl is installed

PR:             ports/80675
Approved by:    maintainer timeout (23 days)
07 Apr 2005 04:04:17
Original commit files touched by this commit  5.2.1_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
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.
22 Mar 2005 08:32:48
Original commit files touched by this commit  5.2.1_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
(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)
05 Feb 2005 13:49:03
Original commit files touched by this commit  5.2.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Remove 0 sized patchfile.

Reported by:    sem
25 Jan 2005 23:49:31
Original commit files touched by this commit  5.2.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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).
09 Dec 2004 02:53:31
Original commit files touched by this commit  5.2_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Update maintainer's note to record ports which should be bumped after
shlib version bump.
08 Dec 2004 11:11:27
Original commit files touched by this commit  5.2_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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
06 Dec 2004 10:56:12
Original commit files touched by this commit  5.2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Remove empty patches.
29 Nov 2004 04:08:29
Original commit files touched by this commit  5.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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)
05 Sep 2004 10:38:05
Original commit files touched by this commit  5.1.2_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Fix build on 6-current.

Submitted by:   lofi
Approved by:    portmgr (marcus)
31 Aug 2004 16:52:18
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Unbreak on 6-current.
31 Aug 2004 03:06:15
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Remove NO_LATEST_LINK.

Suggested by:   obrien
11 Aug 2004 12:52:53
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Add a hack to unbreak on releng4.
11 Aug 2004 03:31:33
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Upgrade to 5.1.2.

Numerous patches are integrated into this release.
27 Jul 2004 01:08:07
Original commit files touched by this commit  5.1.1_6
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Update to follow new rc.d/localpkg order.

Obtained from:  mtm
24 Jun 2004 07:50:25
Original commit files touched by this commit  5.1.1_5
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Add patch_depends on libttol.

Reported by:    "Grover Lines" <grover@ceribus.net>
23 Jun 2004 09:44:41
Original commit files touched by this commit  5.1.1_5
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
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)
14 Jun 2004 08:40:57
Original commit files touched by this commit  5.1.1_4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
INSTALL[<space><tab>] fix.

Submitted by:   Cyrille Lefevre <cyrille.lefevre@laposte.net>
13 May 2004 23:58:09
Original commit files touched by this commit  5.1.1_4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Unbreak on 5.0.

My mbuf statistics code works only after 5.1-REL.
12 May 2004 03:53:49
Original commit files touched by this commit  5.1.1_4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Prevent error in snmpconf script with recent perl.

Reported by:    daver@vicor.com (Pomegranate)
05 May 2004 09:18:24
Original commit files touched by this commit  5.1.1_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Add mbuf cluster statistics.
04 May 2004 09:18:11
Original commit files touched by this commit  5.1.1_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Restore mbuf statistics support on recent 5.x.

To retrieve these values, check hrStorageUsed or hrStorageSize.
19 Apr 2004 09:28:07
Original commit files touched by this commit  5.1.1_1
 This port version is marked as vulnerable.
kris search for other commits by this committer
Don't remove a directory we didn't install
14 Apr 2004 01:57:42
Original commit files touched by this commit  5.1.1_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Fix tcp.tcpCurrEstab.0 counting.

PR:             ports/65487
Submitted by:   Ken Stailey <kstailey@yahoo.com>
05 Apr 2004 03:43:47
Original commit files touched by this commit  5.1.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Fix incorrect message about WITHOUT_IPV6.

Reported by:    many
03 Apr 2004 14:49:22
Original commit files touched by this commit  5.1.1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Upgrade to 5.1.1.
20 Mar 2004 07:02:45
Original commit files touched by this commit  5.1_4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Remove empty file.

PR:             ports/64478
Submitted by:   ceri
18 Mar 2004 00:48:53
Original commit files touched by this commit  5.1_4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
SIZEify.

Submitted by:   trevor
14 Mar 2004 06:17:56
Original commit files touched by this commit  5.1_4
 This port version is marked as vulnerable.
ade search for other commits by this committer
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.
11 Mar 2004 23:22:36
Original commit files touched by this commit  5.1_4
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
o More $REINPLACE_CMD'ify.
o Bump $PORTREVISION to force to clean up recent changes.

Submitted by:   Cyrille Lefevre
11 Mar 2004 14:52:21
Original commit files touched by this commit  5.1_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
o Fix on 4.x.
o Use $REINPLACE_CMD.

Submitted by:   lofi@
11 Mar 2004 00:26:39
Original commit files touched by this commit  5.1_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Mark broken for 4.x for the time being.

Perl modules are installed into wrong location for 4.x.
10 Mar 2004 13:40:41
Original commit files touched by this commit  5.1_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Various fixes / improvements.
See PR for details.

PR:             ports/63759
Submitted by:   Cyrille Lefevre <cyrille.lefevre@laposte.net>
29 Feb 2004 12:26:59
Original commit files touched by this commit  5.1_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Avoid "kvm_read: Bad address" error.

PR:             ports/63026
Submitted by:   Antoine Jacoutot <ajacoutot@lphp.org>
23 Feb 2004 04:42:13
Original commit files touched by this commit  5.1_1
 This port version is marked as vulnerable.
wollman search for other commits by this committer
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: 97

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.335 seconds.