The NetBSD Project

CVS log for pkgsrc/net/net-snmp/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / net-snmp

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Mar 6 09:37:00 2024 UTC (9 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -2 lines
net-snmp: Support long fds_bits.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Feb 21 10:21:00 2024 UTC (9 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +9 -16 lines
*net-snmp: update to 5.9.4

*5.9.4*:

    IMPORTANT: SNMP over TLS and/or DTLS are not functioning properly
    in this release with various versions of OpenSSL and will be fixed
    in a future release.

    libsnmp:
      - Remove the SNMP_SWIPE_MEM() macro Remove this macro since it is not
	used in the Net-SNMP code base.
      - DISPLAY-HINT fixes
      - Miscellanious improvements to the transports
      - Handle multiple oldEngineID configuration lines
      - fixes for DNS names longer than 63 characters

    agent:
      - Added a ignoremount configuration option for the HOST-MIB
      - disallow SETs with a NULL varbind
      - fix the --enable-minimalist build

    apps:
      - snmpset: allow SET with NULL varbind for testing
      - snmptrapd: improved MySQL logging code

    general:
      - configure: Remove -Wno-deprecated as it is no longer needed
      - miscellanious ther bug fixes, build fixes and cleanups

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Jan 14 21:11:35 2023 UTC (22 months, 3 weeks ago) by mrg
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -3 lines
handle merged inpcb code since 9.99.104:
  http://mail-index.netbsd.org/source-changes/2022/10/28/msg141800.html

this is part 2 of fixes for net-snmp, and should work now (though i'm not
sure how to test properly, but it builds on both pre-/post- merge.)

Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri Jan 13 23:14:31 2023 UTC (22 months, 3 weeks ago) by gutteridge
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1 lines
net-snmp: NetBSD >= 9.99.104 build fixes (part one)

Address fallout from struct inpcb changes in NetBSD 9.99.104, as
impacts ipv6.c, specifically. Note this is compile-tested only (on
9.99.108 and 9.3_STABLE), I don't use this package (nor any of its
dependants) and haven't tested the functionality.

(At least tcpTable.c and udpTable.c also need adjustments. I don't have
the time or patience to deal with them at the moment, I'm so checking
in what I've adjusted so far.)

(The upstream code in ipv6.c uses two inconsistent approaches to handle
differences in NetBSD versions. I opted for the more explicit code
blocks everywhere, to avoid confusion. I didn't bother using the new
macros added in 9.99.104 to fetch specific struct members, as they
don't cover much of what's needed here anyway, and would arguably just
make things look even more ugly.)

Revision 1.100: download - view: text, markup, annotated - select for diffs
Tue Oct 18 12:01:52 2022 UTC (2 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +24 -27 lines
net-snmp py-netsnmp: updated to 5.9.3

*5.9.3*:
    security:
      - These two CVEs can be exploited by a user with read-only credentials:
          - CVE-2022-24805 A buffer overflow in the handling of the INDEX of
            NET-SNMP-VACM-MIB can cause an out-of-bounds memory access.
          - CVE-2022-24809 A malformed OID in a GET-NEXT to the nsVacmAccessTable
            can cause a NULL pointer dereference.
      - These CVEs can be exploited by a user with read-write credentials:
          - CVE-2022-24806 Improper Input Validation when SETing malformed
            OIDs in master agent and subagent simultaneously
          - CVE-2022-24807 A malformed OID in a SET request to
            SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable can cause an
            out-of-bounds memory access.
          - CVE-2022-24808 A malformed OID in a SET request to
            NET-SNMP-AGENT-MIB::nsLogTable can cause a NULL pointer dereference
          - CVE-2022-24810 A malformed OID in a SET to the nsVacmAccessTable
            can cause a NULL pointer dereference.
      - To avoid these flaws, use strong SNMPv3 credentials and do not share them.
        If you must use SNMPv1 or SNMPv2c, use a complex community string
        and enhance the protection by restricting access to a given IP address range.
      - Thanks are due to Yu Zhang of VARAS@IIE and Nanyu Zhong of VARAS@IIE for
        reporting the following CVEs that have been fixed in this release, and
        to Arista Networks for providing fixes.

    misc:
      - Snmp-create-v3-user: Fix the snmpd.conf path   @datadir@ is
        expanded in ${datarootdir} so datarootdir must be set before
        @datadir@ is used.

    general: Many bug fixes

*5.9.2*:
    skipped due to a last minute library versioning found bug -- use 5.9.3 instead

*5.9.1*:
    General: Many bug fixes

*5.9*
    snmplib:
      - Add IPv6 support to DTLSUDP transport CHANGES: snmplib: use new
        netsnmp_sockaddr_storage in netsnmp_addr_pair CHANGES: snmplib: add
        base_transport ptr for tunneled transports

    snmpd:
      - Security vulnerabilty in the ping MIB reported by Christopher Ertl
        from Microsoft fixed
      - Changing to a different uid/gid can only be done once
      - The extend mib is now read-only by default

    snmptrap:
      - BUG: 2899: Patch from Drew Roedersheimer to set library
        engineboots/time values before sending

    unspecified:
      - Add pkg-config support for building applications and sub-agents Use
        the netsnmp package when building Net-SNMP applications. Use the
        netsnmp-agent package when building Net-SNMP subagents.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Aug 5 10:55:01 2022 UTC (2 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2 lines
net-snmp: do not store configure options; remove Perl module entries from PLIST

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:06:06 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:41:57 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -2 lines
net: Remove SHA1 hashes for distfiles

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Jun 12 02:22:07 2020 UTC (4 years, 5 months ago) by sevan
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +8 -35 lines
Update to net-snmp 5.8

*5.8*
    snmplib:
      - TLS/DTLS fixes
      - fix usm keychanges for new algorithms and longer keylengths
      - IP address formatting fixes
      - BUG: 2592: from Stuart Kendrick - increase MAXTC to 16384
      - add new sha2 auth protocols
      - Restore AES-192 and AES-256 privacy protocols - from
        draft-blumenthal-aes-usm-04 (precursor to RFC 3826)
        - Use OIDs from http://www.snmp.com/eso/esoConsortiumMIB.txt
        - Some code borrowed from PATCH 1346, thanks to
          Alexander Ivanov and Vladimir Sukhorukov.
      - BUG: 2622: Fix excessive indents in log file
      - new config tokens:
        - sendMessageMaxSize
        - disableSNMPv1 / disableSNMPv2c
      - new api for dynamic debug log level (netsnmp_set_debug_log_level)

    snmpd:
      - SNMP-TARGET-MIB: Fix snmpTargetAddrTAddress
      - Com2sec and com2sec6 SOURCE values may deny sources as well as
        permit.
      - allow trap sinks to set Target-MIB characteristics (name, tag, profile)
      - add source addr/port option to trapsink/trap2sink/informsink
      - packet filtering by source ip (enableSourceFiltering/filtersource)
      - several getbulk handling improvements
      - several new APIs introduced for run-time configuration of agent:
        - netsnmp_vacm_simple_usm_add/del
        - usm_create_usmUser_*
        - netsnmp_udp_com2SecEntry_create/netsnmp_udp_com2SecList_remove
        - netsnmp_agent_listen_on to open agent port

    Win32:
      - Add support for the DTLS-UDP and TLS-TCP transports

    scripts:
      - A new 'checkbandwidth' script to check host min/max bandwidth

    snmptranslate:
      - Introduce bulk translation mode The special argument "-" causes
        snmptranslate to enter bulk translation mode, in which it expects
        one OID per line.  Whitespace is treated as the end of the OID, and
        only that portion of the line is replaced, meaning that this can be
        used to translate, e.g., "snmpwalk" output without the proper MIBs
        loaded: snmptranslate -m all -OX < numeric.txt > symbolic.txt

    building:
      - Add Travis and Appveyor CI support
      - IPv6 support is now compiled by default.  If you need an IPv4-only
        agent, use --disable-ipv6.
      - Fixed/improved support for several non-Linux platforms
      - Many fixes found by Coverity anf Fortify scans

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Aug 21 09:30:12 2019 UTC (5 years, 3 months ago) by otis
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
net-snmp: Fix compilation on Solaris 11 and SmartOS.

Revision 1.93.12.1: download - view: text, markup, annotated - select for diffs
Tue Jul 2 09:40:31 2019 UTC (5 years, 5 months ago) by bsiegert
Branches: pkgsrc-2019Q2
Diff to: previous 1.93: preferred, colored; next MAIN 1.94: preferred, colored
Changes since revision 1.93: +2 -2 lines
Pullup ticket #5983 - requested by kamil
net/net-snmp: build fix for PR pkg/54333

Revisions pulled up:
- net/net-snmp/distinfo                                         1.94
- net/net-snmp/patches/patch-agent_mibgroup_host_data__access_swrun__kinfo.c 1.4

---
   Module Name:    pkgsrc
   Committed By:   kamil
   Date:           Sun Jun 30 21:43:25 UTC 2019

   Modified Files:
           pkgsrc/net/net-snmp: distinfo
           pkgsrc/net/net-snmp/patches:
               patch-agent_mibgroup_host_data__access_swrun__kinfo.c

   Log Message:
   net-snmp: Fix build on NetBSD 8.99.49

   Make usage of LSDEAD conditional.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Sun Jun 30 21:43:25 2019 UTC (5 years, 5 months ago) by kamil
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
net-snmp: Fix build on NetBSD 8.99.49

Make usage of LSDEAD conditional.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Feb 28 01:52:02 2018 UTC (6 years, 9 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Branch point for: pkgsrc-2019Q2
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -1 lines
net-snmp: PR kern/52945: snmpd does not work under current 8.0_BETA

it seems that configure cannot detect IP_PKTINFO correctly
because of using SOL_IP. SOL_IP is not defined on *BSD.
And on netbsd, struct ip_pktinfo has no ipi_spec_dst.

From Ryo Shimizu.

PKGREVISION++

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Feb 25 18:35:29 2018 UTC (6 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +5 -1 lines
net-snmp: fix build with openssl-1.1.

Bump PKGREVISION.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Oct 6 02:39:38 2017 UTC (7 years, 2 months ago) by gavan
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
net-snmp: Prevent crash on NetBSD/i386

A compiler bug causes incorrect compilation of the NetBSD-specific
code in cpu_sysctl.c. This results in a crash shortly after startup if
the machine has 2 or more CPUs.

Disable optimisation in netsnmp_cpu_arch_load() only.
This works around the problem reported in PR pkg/50939.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Feb 9 09:33:57 2017 UTC (7 years, 9 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -1 lines
Fix compilation on Solaris 11.2.

Patch by Joern Clausen in PR pkg/49984, also committed upstream:
https://sourceforge.net/p/net-snmp/code/ci/e2ce8bb37819c9ae24d482ac4108772f7b2c9b8c/

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Jun 6 14:11:35 2016 UTC (8 years, 6 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +18 -5 lines
Adopt FreeBSD's patches to make this build with perl 5.24, ref.

https://svnweb.freebsd.org/ports/head/net-mgmt/net-snmp/files/patch-perl5.23?view=co
https://rt.perl.org/Public/Bug/Display.html?id=125907#txn-1363270
https://bugs.gentoo.org/show_bug.cgi?id=582368

Bump PKGREVISION.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Apr 29 19:47:21 2016 UTC (8 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +4 -1 lines
Fix for systems with RTF_LLDATA in place of RTF_LLINFO.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Nov 4 00:35:15 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -1 lines
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Aug 20 13:51:03 2015 UTC (9 years, 3 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +3 -1 lines
Support Crossbow VNICs.  Patch by Ben Rockwood, previously of Joyent.

Bump PKGREVISION.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Jun 8 20:08:57 2015 UTC (9 years, 6 months ago) by spz
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -1 lines
patch from
http://sourceforge.net/p/net-snmp/code/ci/f23bcd3ac6ddee5d0a48f9703007ccc738914791/
 taking care of (among others) the vulnerability described in
http://www.openwall.com/lists/oss-security/2015/04/13/1

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Dec 31 10:06:57 2014 UTC (9 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +8 -9 lines
Changes 5.7.3:
Many many bug fixes and minor improvements

snmpd, snmptrapd and apps:
  - Patch 2525: from Ryan Steinmetz: Fix argument length parsing of the
    host resources mib
  - Make ENV_SEPARATOR_CHAR configurable
  - SECURITY: a denial of service attack vector was discovered on
    the linux implementation of the ICMP-MIB.  This release fixes
    this bug and all users are encouraged to update their SNMP
    agent if they make use of the ICMP-MIB table objects.

perl:
  - BUG: 2402: Add support for SNMPv3 traps

Windows:
  - Port batch build infrastructure to Visual Studio 2010 and later
    From Visual Studio 2010 on it is no longer possible to specify
    include or library directories globally - these have to be
    specified per project. Hence two additional menu entries in
    build.bat that allow to specify these directories.
  - Patch from Bart Van Assche to improve cygwin building

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Nov 26 15:45:03 2014 UTC (10 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -1 lines
Fixed building on OS X 10.10; fixed CVE-2014-3565

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Aug 22 16:27:18 2014 UTC (10 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
Fix building on OS X 10.9 Mavericks

Revision 1.80.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 14 13:59:34 2014 UTC (10 years, 7 months ago) by tron
Branches: pkgsrc-2014Q1
Diff to: previous 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80: +4 -4 lines
Pullup ticket #4371 - requested by taca
net/net-snmp: security update

Revisions pulled up:
- net/net-snmp/Makefile                                         1.103
- net/net-snmp/distinfo                                         1.81

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Apr  8 14:10:25 UTC 2014

   Modified Files:
   	pkgsrc/net/net-snmp: Makefile distinfo

   Log Message:
   Upgrade net-snmp to version 5.7.2.1.

   Upstream changes:
      * 5.{5,6,7}.2.1 *
          snmpd:
            - SECURITY: a denial of service attack vector was discovered on
              the linux implementation of the ICMP-MIB.  This release fixes
              this bug and all users are encouraged to update their SNMP
              agent if they make use of the ICMP-MIB table objects.

   Fixes CVE-2014-2284.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Apr 8 14:10:25 2014 UTC (10 years, 8 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +4 -4 lines
Upgrade net-snmp to version 5.7.2.1.

Upstream changes:
   * 5.{5,6,7}.2.1 *
       snmpd:
         - SECURITY: a denial of service attack vector was discovered on
           the linux implementation of the ICMP-MIB.  This release fixes
           this bug and all users are encouraged to update their SNMP
           agent if they make use of the ICMP-MIB table objects.

Fixes CVE-2014-2284.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Jan 26 21:33:06 2014 UTC (10 years, 10 months ago) by spz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base
Branch point for: pkgsrc-2014Q1
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +5 -1 lines
patch (in 4 parts) for CVE-2012-6151 from
http://sourceforge.net/p/net-snmp/patches/_discuss/thread/36675011/e98b/attachment/alt-cancel-next-walk-v2.patch

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Nov 29 12:59:51 2013 UTC (11 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -1 lines
Fix build on -current, functionality is untested.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Nov 5 17:40:30 2013 UTC (11 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -1 lines
Link agent.so correctly against libperl.so.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Apr 14 19:45:30 2013 UTC (11 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Always return a value from a non-void function (hi christos!).

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Apr 5 18:20:08 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
welcome to pl2.
- support for multi-cpu state reporting
- fix bug with storage calculation (use frsize instead bsize)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Apr 5 07:59:20 2013 UTC (11 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Correct filename in new patch file to fix the build.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Apr 5 01:03:05 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
update for multi-cpu load.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Apr 4 20:00:35 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -4 lines
bump patchlevel

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Mar 23 12:23:24 2013 UTC (11 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -1 lines
Include uvm/uvm_extern.h if it exists. Required for NetBSD/current.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Mar 17 00:17:34 2013 UTC (11 years, 8 months ago) by gdt
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Fix nit in patch; ride previous bump

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Mar 17 00:15:28 2013 UTC (11 years, 8 months ago) by gdt
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +24 -55 lines
Update to 5.7.2.

This is a major update in terms of pkgsrc patches, of which there are
far far too many.  Analysis of patches was done by Karen Sirois of
BBN, and I have remvoed patches that have been applied upstream.

This builds fine and passes tests on NetBSD 6 i386.  If you look after
some other platform (Dragonfly, Darwin, FreeBSD, etc.), please make
sure any problems are filed as upstream tickets; pkgsrc is not
appropriate to carry patches long-term that should be fixed upstream,
and this package has gotten out of hand.

(OK by adam@ to do the update, but he has not reviewed the changes, so
errors are my fault.  It's quite likely there are issues on other
platforms.)

Upstream NEWS:

*5.7.2*
    snmp:
      - BUG: 3526549: CVE-2012-2141 Array index error leading to crash

    snmpd:
      - BUG: 3532090: Fix high ifIndex values crashing hrDeviceDescr

    building:
      - PATCH: 2091156: correctly declare dependencies in Makefile. 'make
        -j <N>' should work now. Backport this to V5-4 as it is needed for
        correct operation in the single threaded case of make miblib as
        well.

    Many other miscellaneous minor bug fixes

*5.7.1*

  libnetsnmp:
      - Fixed the mib-parsing-bug introduced shortly before 5.7

  agent:
      - fixed rounding errors for disk percentage calculations

  openbsd:
      - better support for recent openbsd releases

  features:
      - bug fixes with minimalist support after additional user feedback

  Many other miscellaneous minor bug fixes

*5.7*

  snmpd:
      - Delivery of data via regularily scheduled notifications.
        (see "Data Delivery via Notfications" in snmpd.conf)
      - Many time-based config options can take (m)ins, (h)ours, ... arguments
        (see the snmpd.conf manual page)
      - The PING and TRACEROUTE MIBs now compile and work-ish on linux
        http://www.net-snmp.org/wiki/index.php/DISMAN
      - Mib handlers can now implement a data_clone function for
        cloning the myvoid structure variable to avoid dangling pointers
      - Fixed persistent storage of VACM MIB configuration
      - Multi-homed agents send UDP responses from the proper IP address
      - The hrStorageTable implementation now supports large filesystems better
      - optimizations for large route tables
      - Added a deliveryByNotify config token for regular data delivery
        (see the snmpd.conf manual page and the NET-SNMP-PERIODIC-NOTIFY-MIB)
      - [PATCH 3141462]: fix agentx subagent issues with multiple-object requests
      - [PATCH 3057093]: linux uses libpci for creating useful ifDescr strings
      - [PATCH 3131397]: huge speedups of the TCP/UDP Tables

  libnetsnmp:
      - Removed the older CMU compatibility support
      - The SSH transport is now configurable

  TLS/DTLS support:
      - The SNMP over DTLS transport now properly supports IPv6
      - Introduced new configuration tokens: localCert/peerCert
        (deprecating serverCert, clientCert, defX509ServerPub, defX509ClientPub)
      - Various fixes for the TLS/DTLS transports

  apps:
      - Added a per-variable timed output support to snmpwalk using -CT
      - snmpinform now correctly uses the local engineID for informs
      - A number of mib2c bug fixes
      - New snmp.conf tokens for timeouts and retries

  building:
      - New flags to reduce the amount of compiled code to bare minimums.
        This is provided by a new generic feature marking/selection mechanism.
        http://www.net-snmp.org/wiki/index.php/Feature_Marking_and_Selection
      - It's now possible to build without SNMPv3/USM
        (e.g., if you only want TLS/DTLS with SNMPv3/TSM)
      - It's possible to build the suite with no SET support
        configure using --enable-read-only
      - It's possible to build the agent as a notify-only agent
        configure using --enable-notify-only
      - Added a script to test memory usage with various config options
        (see the local/minimalist/sizetests script)
      - Net-SNMP can now be built to perform local DNSSEC validation
        (install DNSSEC-Tools' libval and use --with-local-dnssec-validation)

  testing:
      - a number of new API unit-tests have been added to the suite
        (to run the tests: cd testing && ./RUNFULLTESTS -g unit-tests)
      - The unit tests can be more easily run under valgrind
        (See http://bit.ly/jsgRnv for details)

  openbsd:
      - Support for updating the routing table via SNMP

  win32:
      - The testing suite works better under win32 environments
      - Many building fixes for the win32 environment(s)

  solaris:
      - Net-SNMP now supports the SCTP-MIB

  DragonFlyBSD, FreeBSD8:
      - Net-SNMP should now work on DragonFlyBSD and FreeBSD8

  And of course:
      - Many other bug fixes.  See the CHANGES and ChangeLog for details.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Mar 12 17:14:48 2013 UTC (11 years, 8 months ago) by kim
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -3 lines
Make this compile on historical NetBSD.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Mar 12 14:56:13 2013 UTC (11 years, 8 months ago) by garbled
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -2 lines
Forgot to regenerate distinfo. Sorry!

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Jan 11 13:34:46 2013 UTC (11 years, 10 months ago) by joerg
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -2 lines
Requires _KMEMUSER and uvm/uvm_extern.h on NetBSD/current.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu May 17 14:37:07 2012 UTC (12 years, 6 months ago) by marino
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
net/net-snmp: Fix IPv6 option on DragonFly

Another victim of _KERNEL STRUCTURES...

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu May 17 12:56:17 2012 UTC (12 years, 6 months ago) by spz
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
add a patch by Jan Safranek <jsafranek@users.sourceforge.net> for CVE-2012-2141
from https://bugzilla.redhat.com/attachment.cgi?id=580443 :

Check out-of-index conditions in ExtendOutput2Table.

Revision 1.62.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 18 21:37:42 2011 UTC (13 years, 1 month ago) by sbd
Branches: pkgsrc-2011Q3
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +2 -2 lines
Pullup ticket #3565 - requested by obache
net/net-snmp build fix

Revisions pulled up:
- net/net-snmp/distinfo                                         1.63
- net/net-snmp/patches/patch-ao                                 1.3

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Sun Oct 16 09:30:40 UTC 2011

   Modified Files:
   	pkgsrc/net/net-snmp: distinfo
   	pkgsrc/net/net-snmp/patches: patch-ao

   Log Message:
   Fixes build on DragonFly BSD (missing IFM_TOKEN).
   Based on PR pkg/45474 by Samuel J. Greear.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Oct 17 19:40:26 2011 UTC (13 years, 1 month ago) by shattered
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
PR/44479 -- disable use of nlist() if we're using sysctl() to get IP stats.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Oct 16 09:30:39 2011 UTC (13 years, 1 month ago) by obache
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Fixes build on DragonFly BSD (missing IFM_TOKEN).
Based on PR pkg/45474 by Samuel J. Greear.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue May 31 10:52:30 2011 UTC (13 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Branch point for: pkgsrc-2011Q3
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
patch-aq has been evil; exorcism performed

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon May 30 08:58:33 2011 UTC (13 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Fix building on NetBSD-i386

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri May 27 10:55:24 2011 UTC (13 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +39 -43 lines
Changes 5.6.1.1:
* OID Typedef Bug Fix: The oid typedef was changed in 5.6.1 to an u_int32 from
  a u_long.  This broke binary compatibility and likely 3rd-party code. 5.6.1.1
  reverts this change and fixes an underlying OID printing problem in two agent
  modules that caused someone to change the typedef in the first place.

Changes 5.6.1:
* General:
  - The DTLS and TLS transports and the TSM security model are no
    longer "beta" (they've undergone rigorous interoperability testing).
  - Many Bug Fixes (see the CHANGES and ChangeLog files for full details)
* snmpd:
  - 0 Patch 3141462: from fenner: fix agentx subagent issues with
    multiple-object requests
  - Patch from Niels to fix VACM persistant storage.

Changes 5.6:
* all:
  - Implemented the SNMP over TLS and SNMP over DTLS protocols [RFC-to-be]
  - Implemented the "Transport Security Model" [RFC5591]
  - Generic host-specific configuration .conf files are now read.
  - Include statements can now be used in .conf files.
* snmpd:
  - Fix handling of multiple matching VACM entries. (Use the "best"
    match, rather than the first one). Reported by Adam Lewis. Note
    that this could potentially affect the behaviour of existing access
    control configurations.
  - Agent will no longer call table handlers if a set request for the
    handler has invalid indexes
  - table_data/tdata next handler will not be called during get
    processing if no valid rows are found for the handler
  - [PATCH 2952708]: Added Perl implementation of BRIDGE-MIB
  - moved all functions defined in libnetsnmphelpers to
    libnetsnmpagent. libnetsnmphelpers is now an empty library.
  - Implemented the TSM-MIB and the TLSTM-MIB
  - new API for indicating that persistent store needs to be saved
    after the current request finishes processing
  - [PATCH 2931446]: make the load averages writable.
* apps:
  - A new tool 'net-snmp-cert' that easily creates and manages
    X.509 certificates for use with the SNMP over (D)TLS protocols.
  - Added an 'agentxtrap' command to send notifications via AgentX
  - -T command line flag can be used to pass configuration
    directly to transports that can accept configuration tokens
  - A new 'snmptls' command for manipulating the agent's TLS configuration
* snmplib:
  - A more modular transport subsystem that allows third party
    extensions and dependencies for code reuse.
  - New transport functions: f_config, f_open, f_copy and f_setup_session
  - Transports can now specify session defaults
  - [PATCH 2942940]: Add a new function, netsnmp_parse_args, that is
    like snmp_parse_args but takes an additional bitmask, flags, to
    affect the behaviour. Also remove the magic handling of some
    application names.
  - A new X.509 certificate API for indexing and reading certificates
  - new experimental row creation API which uses a state machine
    to try really hard to create a row from a given varbind list
  - netsnmp_container enhancements:
    - added a free_item function
    - added a CONTAINER_FREE_ALL macro/function
    - added an interface for duplicating a container (CONTAINER_DUP)
    - added a remove function to container_iterators
    - added an ability to set options on binary_array containers
  - new snmp token logOption allows specifying log destinations
    via configuration conf files
  - A very significant reduction in compiler warning output
  - new experimental simple state machine handling API

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Dec 26 09:23:49 2010 UTC (13 years, 11 months ago) by sekiya
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -2 lines
Pull memory statistics properly, and fix an overflow in the CPU statistics.

("netbsdelf3", indeed ... )

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Dec 22 08:13:30 2010 UTC (13 years, 11 months ago) by sekiya
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
Fix divide-by-zero error in CPU performance statistics.

Inspired by Red Hat Bugzilla Bug #501210.

Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 28 14:04:37 2010 UTC (14 years ago) by tron
Branches: pkgsrc-2010Q3
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +9 -9 lines
Pullup ticket #3284 - requested by taca
net/net-snmp: build fix

Revisions pulled up:
- net/net-snmp/distinfo				1.57
- net/net-snmp/patches/patch-et			1.5
- net/net-snmp/patches/patch-eu			1.2
- net/net-snmp/patches/patch-ev			1.2
- net/net-snmp/patches/patch-ew			1.2
- net/net-snmp/patches/patch-ex			1.2
- net/net-snmp/patches/patch-ey			1.3
- net/net-snmp/patches/patch-ez			1.2
- net/net-snmp/patches/patch-fa			1.2
---
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Nov 17 00:59:07 UTC 2010

Modified Files:
	pkgsrc/net/net-snmp: distinfo
	pkgsrc/net/net-snmp/patches: patch-et patch-eu patch-ev patch-ew
	    patch-ex patch-ey patch-ez patch-fa

Log Message:
Fix build problem on NetBSD 4.

Previous patch for NetBSD wasn't really for netbsd4 but 4.99.58 and later.
So, I changed "#ifdef netbsd4" to "#ifdef NETBSD_STATS_VIA_SYSCTL" and
clean up patches.  Should be fix PR pkg/43288.

It is fix of build problem only, so no PKG_REVISION bump.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Nov 17 00:59:06 2010 UTC (14 years ago) by taca
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +9 -9 lines
Fix build problem on NetBSD 4.

Previous patch for NetBSD wasn't really for netbsd4 but 4.99.58 and later.
So, I changed "#ifdef netbsd4" to "#ifdef NETBSD_STATS_VIA_SYSCTL" and
clean up patches.  Should be fix PR pkg/43288.

It is fix of build problem only, so no PKG_REVISION bump.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Jul 20 08:33:44 2010 UTC (14 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base
Branch point for: pkgsrc-2010Q3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +14 -14 lines
Changes 5.4.3:
snmpd:
  - Change default AgentX target from 0.0.0.0:705 to localhost:705
  - Fix CVE-2008-4309 (GETBULK issue reported by Oscar Mira-Sanchez)
  - Fix handling of multiple matching VACM entries
    (Use the "best" match, rather than the first one).
        Note that this could potentially affect the behaviour of
        existing access control configurations.
  - Latch large-disk statistics at 2Tb (rather than wrapping)

Linux:
  - Fix build on modern distributions (using rpm-4.6)

Windows:
  - Fix various builds (recent MSVC, MinGW, IPv6, winExtDLL)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue May 11 04:39:54 2010 UTC (14 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +10 -1 lines
Added patches, courtesy of Mike Bowie:
* Address changes in sysctl() storage, which has yielded values such as
  IP-MIB::ipForwarding.0 invalid.
* RAM reporting on 64-bit systems.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Mar 10 18:36:33 2009 UTC (15 years, 9 months ago) by apb
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
regen distinfo after editing comments in a patch file

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Mar 10 18:30:44 2009 UTC (15 years, 9 months ago) by apb
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -4 lines
Some systems define ifnet.if_lastchange as struct timespec (with
a tv_nsec field measured in nanoseconds), while other systems
define it as struct timeval (with a tv_usec field measured in
microseconds).  Add a configure test and conditional code in
agent/mibgroup/mibII/interfaces.c.orig.  This should fix PR 40990.
Bump PKGREVISION to 2.

Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 16 05:24:29 2009 UTC (15 years, 9 months ago) by rtr
Branches: pkgsrc-2008Q4
Diff to: previous 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51: +2 -1 lines
pullup ticket #2700 - requested by tron
net-snmp: security fix

revisions pulled up:
pkgsrc/net/net-snmp/Makefile		1.76
pkgsrc/net/net-snmp/distinfo		1.52
pkgsrc/net/net-snmp/patches/patch-ad	1.7

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sun Feb 15 11:31:51 UTC 2009

   Modified Files:
           pkgsrc/net/net-snmp: Makefile distinfo
   Added Files:
           pkgsrc/net/net-snmp/patches: patch-ad

   Log Message:
   Add a patch from the "net-snmp" repository to close the vulnerability
   reported in SA33884/CVE-2008-6123.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Feb 15 11:31:51 2009 UTC (15 years, 9 months ago) by tron
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1 lines
Add a patch from the "net-snmp" repository to close the vulnerability
reported in SA33884/CVE-2008-6123.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Nov 2 08:30:07 2008 UTC (16 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -4 lines
Changes 5.4.2.1:
snmpd:
- SECURITY ISSUE: A bug in the getbulk handling code could let
  anyone with even minimal access crash the agent.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Sep 18 13:40:10 2008 UTC (16 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
Fix build on DragonFly. From PR 39566.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Sep 8 12:58:09 2008 UTC (16 years, 3 months ago) by adam
Branches: MAIN
CVS tags: cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +13 -18 lines
Changes 5.4.2:
snmplib:
- [PATCH 1921861]: Avoid endless loop after truncating 64bit int
- Better handling of CONTAINER_INSERT failures with multiple indices

snmpd:
- [PATCH 2023633]: add SCTP-MIB implementation (Linux only)
- suppress annoying "registration != duplicate" warning for root oids

build:
- [BUG 2023803]: Compilation problems on HP-UX 11.31
- Update to libtool 1.5.26

AIX:
- Add support for AIX 6.x.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Jul 15 09:14:01 2008 UTC (16 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +7 -7 lines
Changes 5.4.1.2:
* An increment only in the version number that was failing to be
  reported properly by the tools.

Changes 5.4.1.1:
* SECURITY BUG: A portion of SNMPv3 code had significantly weakened
  authentication cryptography and unauthenticated access to a system
  is a possibility.
* It is critical that all users update their installations bases
  IMMEDIATELY.
* If you were only using SNMPv1 or SNMPv2c you were already insecure
  beyond a level that this vulnerability affects.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Jun 28 16:07:08 2008 UTC (16 years, 5 months ago) by christos
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
bump version for new tcp stats

Revision 1.42.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 16 08:51:43 2008 UTC (16 years, 5 months ago) by ghen
Branches: pkgsrc-2008Q1
Diff to: previous 1.42.2.1: preferred, colored; branchpoint 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42.2.1: +7 -5 lines
Pullup ticket 2424 - requested by tron
security patch + build fixes for net-snmp

- pkgsrc/net/net-snmp/Makefile				1.69-1.70
- pkgsrc/net/net-snmp/distinfo				1.44-1.46
- pkgsrc/net/net-snmp/files/cpu_dragonfly.c		1.3
- pkgsrc/net/net-snmp/patches/patch-ai			1.4-1.5
- pkgsrc/net/net-snmp/patches/patch-aj			1.5
- pkgsrc/net/net-snmp/patches/patch-ak			1.4
- pkgsrc/net/net-snmp/patches/patch-am			1.7
- pkgsrc/net/net-snmp/patches/patch-de			1.5
- pkgsrc/net/net-snmp/patches/patch-dk			removed
- pkgsrc/net/net-snmp/patches/patch-ep			1.3

   Module Name:		pkgsrc
   Committed By:	christos
   Date:		Thu Jun  5 19:09:41 UTC 2008

   Modified Files:
	   pkgsrc/net/net-snmp: Makefile distinfo
	   pkgsrc/net/net-snmp/files: cpu_dragonfly.c
	   pkgsrc/net/net-snmp/patches: patch-am patch-de
   Added Files:
	   pkgsrc/net/net-snmp/patches: patch-ai patch-aj patch-ak

   Log Message:
   PR/36978: Hasso Tepper: Make net-snmp work on dragonfly.
   While I am here make it run again on NetBSD (hi clown boy)
---
   Module Name:		pkgsrc
   Committed By:	tron
   Date:		Fri Jun  6 16:18:04 UTC 2008

   Modified Files:
	   pkgsrc/net/net-snmp: distinfo
	   pkgsrc/net/net-snmp/patches: patch-ai
   Removed Files:
	   pkgsrc/net/net-snmp/patches: patch-dk

   Log Message:
   Combine the to patches for "agent/mibgroup/mibII/ip.c" to make this
   actually build.
---
   Module Name:		pkgsrc
   Committed By:	tron
   Date:		Thu Jun 12 13:32:24 UTC 2008

   Modified Files:
	   pkgsrc/net/net-snmp: Makefile distinfo
	   pkgsrc/net/net-snmp/patches: patch-ep

   Log Message:
   Add patch for CVE-2008-0960 from the Net-SNMP project page on Sourceforge.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jun 12 13:32:24 2008 UTC (16 years, 5 months ago) by tron
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Add patch for CVE-2008-0960 from the Net-SNMP project page on Sourceforge.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jun 6 16:18:03 2008 UTC (16 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -3 lines
Combine the to patches for "agent/mibgroup/mibII/ip.c" to make this
actually build.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jun 5 19:09:41 2008 UTC (16 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -3 lines
PR/36978: Hasso Tepper: Make net-snmp work on dragonfly.
While I am here make it run again on NetBSD (hi clown boy)

Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 15:12:05 2008 UTC (16 years, 6 months ago) by spz
Branches: pkgsrc-2008Q1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Pullup ticket 2387 - requested by tron
security update for net-snmp

Revisions pulled up:
- pkgsrc/net/net-snmp/Makefile			1.68
- pkgsrc/net/net-snmp/distinfo			1.43
- pkgsrc/net/net-snmp/patches/patch-ad		1.5

   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sun May 18 11:59:54 UTC 2008

   Modified Files:
           pkgsrc/net/net-snmp: Makefile distinfo
   Added Files:
           pkgsrc/net/net-snmp/patches: patch-ad

   Log Message:
   Add patch from the Net-SNMP SVN repository to fix a buffer overflow in
   the Perl SNMP module reported in SA30187.


   To generate a diff of this commit:
   cvs rdiff -r1.67 -r1.68 pkgsrc/net/net-snmp/Makefile
   cvs rdiff -r1.42 -r1.43 pkgsrc/net/net-snmp/distinfo
   cvs rdiff -r0 -r1.5 pkgsrc/net/net-snmp/patches/patch-ad

   Please note that diffs are not public domain; they are subject to the
   copyright notices on the relevant files.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun May 18 11:59:54 2008 UTC (16 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
Add patch from the Net-SNMP SVN repository to fix a buffer overflow in
the Perl SNMP module reported in SA30187.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jan 3 19:10:09 2008 UTC (16 years, 11 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base
Branch point for: pkgsrc-2008Q1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -1 lines
Fix floating point exception on NetBSD/sparc64 by applying the same
fix (and error checking) on
agent/mibgroup/hardware/memory/memory_netbsd.c:netsnmp_mem_arch_load()
via new patch file patch-ah as the one applied on
agent/mibgroup/ucd-snmp/memory_netbsd1.c:var_extensible_mem() by
patch file patch-es. Sorry I missed this in november 2006...

Bump PKGREVISION to 1.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Aug 12 13:36:37 2007 UTC (17 years, 4 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Remove dragonfly.h, it is included upstream now.
Restore patch-dt (MIB_SYSTEM_LIBS), still needed for DragonFly.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 11 11:05:56 2007 UTC (17 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +10 -13 lines
Chagesn 5.4.1:
snmplib:
  - [BUG 1619827]: link libraries against needed external libraries
  - [PATCH 1616912]: fix memory leak in UDP transport code
  - [PATCH 1592706]: fix memory leak when cloning varbinds
  - Change snmp_sess_add_ex to consistently close and delete the
    transport argument on failure, earlier the liveness of the
    transport argument was undecided.
snmpd:
  - [BUG 1558823]: fix ipAddressTable memory leak
  - [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable
  - [BUG 1611524]: fix tcp connection table file descriptor leak
  - handle row deletion issues in dataset tables
  - [BUG 1712988]: default and configurable maximum number of
    varbinds returnable to a GETBULK request.
  - [PATCH 1666737]: include ipv6 counts in
    udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams
  - [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree
  - [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the
    second walk of the table.
perl:
  - link Perl modules against the exact set of libraries needed
  - [BUG 1619827]: properly link against libperl when configured with --enable-as-needed
  - [PATCH 1725049]: fix bulkwalk in cases of non-repeater
python:
  - [PATCH 1716114]: Let python build in the Net-SNMP source tree
MacOSX:
  - [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL)
    implementation for mach/darwin
  - IF-MIB rewrite now enabled by default
Win32:
  - fix AES support
  - [PATCH 1706344]: fix compilation with cygwin
IRIX:
  - [PATCH 1709748]: Optimized IRIX cpu stats
AIX:
  - Fix default shared library building instead of forcing static use
FreeBSD:
  - [BUG 1633483]: Support CPU HAL on FreeBSD4.x

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Aug 10 23:37:02 2007 UTC (17 years, 4 months ago) by seb
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macro
is still there.

Bump PKGREVISION to 2.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun May 20 13:55:28 2007 UTC (17 years, 6 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -2 lines
Fix build on recent NetBSD current:
net/route.h needs to be included before netinet6/in6_pcb.h.h and
net/if.h needs to be included before netinet6/in6_var.h.

While here add a patch file on the source of the configure script
which IMHO should have been added earlier.

Bump PKGREVISION to 1.

Note: I supposed the libdes related hunk in patches/patch-af had
been generated by an older than 2.59 autoconf script and carried
over from one net-snmp version update to the next.  This would
explain the slight differences about this hunk between the revision
I'm committing and the previous one.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 5 19:18:37 2007 UTC (17 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -2 lines
Fix DragonFly build changes. I have no clue to add an optional file
into the build system, so override cpu_nlist on DragonFly.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Feb 5 12:06:16 2007 UTC (17 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +23 -34 lines
Changes 5.4:
- The default configuration now enables embedded Perl and the Perl
  modules by default when possible unless explicitly disabled. You
  may use the --disable-embedded-perl and --without-perl-modules
  configure options, respectively, to revert to the former default
  configuration.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Oct 18 22:37:46 2006 UTC (18 years, 1 month ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Apply patch from net-snmp CVS repository to fix Perl module SNMP's bulkwalk
function.

- patch from
http://net-snmp.cvs.sourceforge.net/net-snmp/net-snmp/perl/SNMP/SNMP.xs?r1=5.50.2.6&r2=5.50.2.7&view=patch&pathrev=V5-3-patches
- revision log
http://net-snmp.cvs.sourceforge.net/net-snmp/net-snmp/perl/SNMP/SNMP.xs?view=log&pathrev=V5-3-patches#rev5.50.2.7
- bug reference
http://sourceforge.net/tracker/?func=detail&atid=112694&aid=1533078&group_id=12694

Bump PKGREVISION to 2

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 11 19:22:02 2006 UTC (18 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Removed an RCS Id.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Oct 11 19:15:19 2006 UTC (18 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Fixed "test ==".

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Oct 2 00:09:55 2006 UTC (18 years, 2 months ago) by seb
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Fix a NetBSD/sparc64 bug: give sysctl() a pointer on a size_t not on an int!
While here check for sysctl() return value.
Now snmpd on NetBSD/sparc64 should report more meaningful values
for OIDs like UCD-SNMP-MIB::memAvailReal.0.

Bump PKGREVISION.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Oct 1 20:08:29 2006 UTC (18 years, 2 months ago) by seb
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +19 -2 lines
Split LP64 related patch file (patch-ea) from christos@ so that there is
one patched file per patch file.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Sep 24 15:04:35 2006 UTC (18 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Don't use bmake feature in Makefile, use MAKE_ENV instead.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 15 20:13:53 2006 UTC (18 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
Fix a crapload of 64 bit inconsistencies (int <-> ptr, int * <-> size_t *)
This now has a chance to work on sparc64.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Aug 22 14:06:32 2006 UTC (18 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Revive patch-dt for the sake of DragonFly.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Aug 11 20:40:36 2006 UTC (18 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
DiskIO fix, courtesy of Jan Andres

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jul 30 06:38:10 2006 UTC (18 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fix building on Darwin (and some other platforms?)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jul 29 16:48:27 2006 UTC (18 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -11 lines
Changes 5.3.1:
 snmpd:
   - fix trap processing from SMUX peers
   - fix disman/event monitoring crashes
   - fix bug 1399369: ifNumber broken
   - fix re-init of daemons after SIGHUP
 snmptrapd:
   - fix bug 1420758/1458815: snmptrapd aborts/loops in select()
   - fix re-init of daemons after SIGHUP
 snmplib:
   - fix OID lookups for fully qualified object names (eg .iso.org)
 snmpusm:
   - performance improvement when changing localized keys
 perl:
   - The perl modules now check to make sure they're building
     against the proper Net-SNMP version.
 misc:
   - Coverity fixes

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 19 13:46:36 2006 UTC (18 years, 5 months ago) by christos
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
regen

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jun 17 17:20:56 2006 UTC (18 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -1 lines
- don't use getfsstat, use getvfsstat.
- add code to do disk i/o statistics for NetBSD and enable it.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 19 22:03:29 2006 UTC (18 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +24 -4 lines
Add DragonFly support. Bump revision due to PLIST changes.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Mar 11 16:59:54 2006 UTC (18 years, 9 months ago) by rillig
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Removed the unconditional dependency to bash. Also removed the bashisms
from the mib2c-update program. Bumped PKGREVISION.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 8 02:47:13 2006 UTC (18 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Remove a duplicate case value on Darwin 8.x.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 24 22:16:55 2006 UTC (18 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -16 lines
Changes 5.3.0.1:
*** Security Fix ***

Changes 5.3:
*** Important Notes ***

    Several very significant changes have been made in Net-SNMP for this
    release that warrant special attention.

    - shared library version number no longer matches the release number. We
      now follow the versioning scheme recommended by libtool. For the 5.3
      release this means that the libraries now have a SONAME ending with
      ".so.10", e.g. libnetsnmp.so.10.

    - snmpd has not been truncating log files at startup, as documented in
      the man pages, for a while now. This default behaviour has been restored.
      Please use the '-A' flag if you want to continue appending to your log
      files at startup.

    - snmptrapd will no longer accept all traps by default. It must be
      configured with authorized SNMPv1/v2c community strings and/or SNMPv3
      users. Non-authorized traps/informs will be dropped.

    - Due to a copyright statement that didn't allow modifications,
      snmpnetstat has been completely rewritten.  The new version now
      accepts the same command-line options as the other tools, which
      has introduced a number of incompatible changes.  However, it
      does now finally support SNMPv3.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 18 04:48:51 2005 UTC (19 years, 1 month ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
fix a couple of broken #ifdefs, making this build on Solaris.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jul 31 02:30:18 2005 UTC (19 years, 4 months ago) by rtr
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -2 lines
make net-snmp build on darwin 8.2.0.
these patches shouldn't break netbsd.

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 14 22:20:33 2005 UTC (19 years, 4 months ago) by snj
Branches: pkgsrc-2005Q2
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +4 -4 lines
Pullup ticket 604 - requested by Adrian Portelli
security update for net-snmp

Revisions pulled up:
- pkgsrc/net/net-snmp/Makefile		1.31
- pkgsrc/net/net-snmp/distinfo		1.16
- pkgsrc/net/net-snmp/buildlink3.mk	1.6

    Module Name:    pkgsrc
    Committed By:   adam
    Date:           Fri Jul  8 07:49:27 UTC 2005

    Modified Files:
            pkgsrc/net/net-snmp: Makefile distinfo

    Log Message:
    Changes 5.2.1.2:
    * Security fix: denial of serivce when stream sockets are used
----
    Module Name:    pkgsrc
    Committed By:   adrianp
    Date:           Thu Jul 14 20:49:49 UTC 2005

    Modified Files:
            pkgsrc/net/net-snmp: buildlink3.mk

    Log Message:
    Bump BUILDLINK_RECOMMENDED to 5.2.1.2 for recent security issue.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jul 8 07:49:27 2005 UTC (19 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Changes 5.2.1.2:
* Security fix: denial of serivce when stream sockets are used

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Fri May 27 14:02:23 2005 UTC (19 years, 6 months ago) by salo
Branches: pkgsrc-2005Q1
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +2 -1 lines
Pullup ticket 513 - requested by Matthias Scheler
security fix for net-snmp

Revisions pulled up:
- pkgsrc/net/net-snmp/Makefile		patched by hand
- pkgsrc/net/net-snmp/buildlink3.mk	patched by hand
- pkgsrc/net/net-snmp/distinfo		patched by hand
- pkgsrc/net/net-snmp/patches/patch-ab	1.5

   Module Name:		pkgsrc
   Committed By:	tron
   Date:		Wed May 25 13:49:10 UTC 2005

   Modified Files:
   	pkgsrc/net/net-snmp: Makefile distinfo
   Added Files:
   	pkgsrc/net/net-snmp/patches: patch-ab

   Log Message:
   Replace "fixproc" script with version from "net-snmp" CVS respository.
   This fixes the security problem documented in SA15471. Bump package
   revision because of this change.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed May 25 13:49:10 2005 UTC (19 years, 6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Replace "fixproc" script with version from "net-snmp" CVS respository.
This fixes the security problem documented in SA15471. Bump package
revision because of this change.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 30 12:10:58 2005 UTC (19 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -8 lines
Changes 5.2.1:
Fixes:
  Building:
    - configure --disable-snmpv2c now works
    - fix make test tests for rfc1213
    - bug 1049607: net-snmp-config --compile-subagent broken

  library:
    - bug 1084413: Can't disable file logging
    - bug 1072406: invalid operator precedence in opendir()

  agent library:
    - disconnected AgentX subagents now reconnect with correct context
    - fix table_array row insert/delete during set processing

  agent:
    - don't override clientAddr setting for local trapsinks
    - bug 1088765: Agent fails to send traps to remote target
    - bug 1034008: memory leak using SET for table_dataset
    - patch 1052460: fix agent deadlock on exec
    - bug 1055781: get-next fails to step into interfaces group correctly
    - bug 1056760: agent ignores ifspeed, type settings in snmpd.conf
    - bug 1062986: pass and pass_persist fail and crash snmpd
    - fix snmpd.conf table token to handle augments tables

  snmptrapd:
    - bug 1085981: snmptrapd complains about logging and access control
    - bug 1040711: snmptrapd: SIGHUP duplicates traphandlers (repeatedly)

  MFD:
    - Misc updates to MFD templates
    - add auto-handling of cache update for row insert/delete

Ports:
  - Win32
     - fixes for compiling without the Microsoft PSDK installed
     - fix Win32 getenv crash
  - Mac OS X compile error fix
  - HP-UX configure now detects and won't use unavailable function
  - Linux
     - patch 1055036: if-mib init order fix
     - patch 1057057: ipSystemStatsTable index fix, add ipv6
     - patch 1073897: fix if-mib data access 64bit counter wrap detection

MIBs:
  - update IP-FORWARD-MIB from an ID set to become an RFC

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 24 12:13:54 2005 UTC (19 years, 9 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Add RMD160 digests.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Aug 13 11:28:49 2004 UTC (20 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -9 lines
Changes 5.1.2:
* Minor improvements to snmpdelta
* Minor improvements to snmpnetstat (IPv6 output)
* Fixes

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 10 17:59:17 2004 UTC (20 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; the
former is provided by system or private header files, and the latter may
not be.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri May 14 13:30:34 2004 UTC (20 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -10 lines
Changes 5.1.1:
New:
  - test suite supports testing over other transports (tcp, udp6, unix, ...)
    (see the -P switch to the testing/RUNTESTS script)
  - Solaris supports the use of it's PKCS#11 library for supporting
    cryptographic functions (OpenSSL isn't required if PKCS#11 is available)
    (see configure's --with-pkcs flag)
Fixes:
  - Improvements on 64 bit architectures.
  - A few minor memory leaks fixed.
  - An extremely large number of minor bug fixes.
  - Many perl module specific bug fixes.
  - snmpd will safely handle more signals.
Ports:
  - Many many significant Windows improvements.
    - A win32 build script in win32/build.pl
    - Support for the MinGW compiler
    - (see the README.win32 file for details on new ports)
    - Various helpful win32/*.bat files for installation, etc.
  - Some linux 2.6 support improvements

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 26 17:39:00 2004 UTC (20 years, 7 months ago) by tron
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
Make this build under NetBSD 2.0D and above with statvfs(2).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 22 16:50:02 2004 UTC (20 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Fix configure to look for des_cbc_encrypt in -ldes.
I did not commit all 7K lines of diff that autoconf produced because
of the changed line numbers, just the relevant ones.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 14 21:48:49 2004 UTC (20 years, 7 months ago) by danw
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Make this build on Darwin. pkg/23325

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 25 21:50:40 2004 UTC (20 years, 9 months ago) by christos
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Argh! Who tested this? vm and memory stats did not work.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 30 19:30:48 2003 UTC (20 years, 11 months ago) by kim
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Include <sys/param.h> to get __NetBSD_Version__ defined.
Also undefine TOTAL_MEMORY_SYMBOL, since we don't have it
(or at least there is no "total" or "_total").

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 30 05:29:45 2003 UTC (20 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
- account for in_ifaddr -> in_ifaddrbase in 1.6ZD (I think).
- XXX: whoever ported this needs to revisit it and fix issues such as utmp
  support etc.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 14 11:57:03 2003 UTC (21 years, 2 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Fix build problem under NetBSD-1.6Y and newer. This patch was contributed
by Jun-ichiro itojun Hagino.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 12 12:07:18 2003 UTC (21 years, 3 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update to 5.0.9.  PR19939 by Greg A. Woods.

Changes from NEWS file:
--------8<--------8<--------8<--------8<--------8<--------8<--------8<
*5.0.9*

 SECURITY:
    - An existing user/community could get access to data in MIB
      objects that were explicitly excluded from their view.

 Fixes:
    - Perl build environment should better under Windows
    - Misc kerberos support fixes.
    - Improvements on various manual pages.
    - A annoying bug with SETs being passed to pass scripts was fixed.
    - The often talked about VACM optimization improvement was fixed again.
    - mib2c handles augmentation tables better now.
    - Various 64 bit issues have been addressed.

*5.0.8*
 New:
    - No new features will be added to the 5.0.x line.

 Ports:
    - Update libtool to version 1.4.3, for the benefit of Darwin
    - diskio support for Darwin
    - Updates for OpenBSD 3.
    - Updates to solaris README

 Fixes:
    - find libwrap w/nsl on RedHat
    - fix for openssl 0.9.7
    - Fix some AgentX memory leaks
    - use macro for inline function prototypes
    - Attempt to find unused port before running tests
    - Use SNMP_SLEEP environment variable when running tests
    - calculate a proper ifSpeed under linux when possible
    - better daemonization of snmpd
    - close and reopen snmptrapd log files on HUP
    - support for 16 bit reuqest ids
    - Recognize new 't' code in display hints
    - misc other fixes

*5.0.7*
 New:
    - VACM (access control) optimizations which will greatly benefit
      people who wish to exclude large portions of the MIB tree from
      some people.  Previously this was a large resource drain.
    - Add command line option to snmpd to set syslog facility
    - Reverse DISPLAY-HINT processing, i.e. it allows you to input data
      formatted like a DISPLAY-HINT prescribes
    - Support setting of sysDescr and sysObjectID via snmpd.conf
      configuration directives
    - New output option to force display of strings as hex
    - Persistent directory can be specified at runtime
    - Add support for Linux virtual interfaces in the ipAddressTable.
    - implemented the mteEventTable and the mteEventNotificationTable
      form the DISMAN-EVENT-MIB.

 Fixes:
    - AgentX no longer flagged as experimental
    - A few memory leak fixes for the table_iterator agent API.
    - Processed flag cleared before each pass of a set request
    - Remove snmpd pid file on exit
    - Restore default behaviour of building shared libraries
    - misc other fixes
--------8<--------8<--------8<--------8<--------8<--------8<--------8<

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Oct 24 08:29:33 2002 UTC (22 years, 1 month ago) by jlam
Branches: TNF
CVS tags: pkgsrc-base, netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of net-snmp-5.0.6 as net/net-snmp.  This package is based
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be
considered as an update to ucd-snmp.  Changes since ucd-snmp include:

	* complete rewrite of the agent internals
	* new agent module API
	* SNMPv3
	* improved AgentX subagent handling
	* many, many bugfixes in plugged memory leaks
	* prevent DoS attacks from authenticated users

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 24 08:29:33 2002 UTC (22 years, 1 month ago) by jlam
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>