The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.143 / (download) - annotate - [select for diffs], Wed Feb 21 10:21:00 2024 UTC (7 weeks, 6 days ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.142: +7 -11 lines
Diff to previous 1.142 (colored) to selected 1.50 (colored)

*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.142 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:26 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored) to selected 1.50 (colored)

*: bump for openssl 3

Revision 1.141 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:02 2023 UTC (9 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.140: +2 -1 lines
Diff to previous 1.140 (colored) to selected 1.50 (colored)

*: recursive bump for perl 5.38

Revision 1.140 / (download) - annotate - [select for diffs], Tue Oct 25 19:33:14 2022 UTC (17 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored) to selected 1.50 (colored)

net-snmp: Fix broken logic.

Revision 1.139 / (download) - annotate - [select for diffs], Tue Oct 18 12:01:52 2022 UTC (17 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.138: +4 -18 lines
Diff to previous 1.138 (colored) to selected 1.50 (colored)

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.138 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:04 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored) to selected 1.50 (colored)

*: recursive bump for perl 5.36

Revision 1.137 / (download) - annotate - [select for diffs], Wed Sep 22 10:35:57 2021 UTC (2 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.136: +5 -8 lines
Diff to previous 1.136 (colored) to selected 1.50 (colored)

net-snmp: allow build on newer Darwin; fix #55927

Revision 1.136 / (download) - annotate - [select for diffs], Mon May 24 19:53:21 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.135: +2 -2 lines
Diff to previous 1.135 (colored) to selected 1.50 (colored)

*: recursive bump for perl 5.34

Revision 1.135 / (download) - annotate - [select for diffs], Fri Nov 6 08:52:40 2020 UTC (3 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored) to selected 1.50 (colored)

net-snmp: bump PKGREVISION after adding pcre bl3.mk

Revision 1.134 / (download) - annotate - [select for diffs], Fri Nov 6 08:45:04 2020 UTC (3 years, 5 months ago) by otis
Branch: MAIN
Changes since 1.133: +2 -1 lines
Diff to previous 1.133 (colored) to selected 1.50 (colored)

net-snmp: Fix PCRE detection and unify logging on SmartOS

Revision 1.133 / (download) - annotate - [select for diffs], Wed Nov 4 15:51:31 2020 UTC (3 years, 5 months ago) by otis
Branch: MAIN
Changes since 1.132: +2 -1 lines
Diff to previous 1.132 (colored) to selected 1.50 (colored)

net-snmp: Add SMF instance for snmptrapd

Revision 1.132 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:37 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.131: +2 -1 lines
Diff to previous 1.131 (colored) to selected 1.50 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.131 / (download) - annotate - [select for diffs], Thu Jun 25 10:54:42 2020 UTC (3 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.130: +2 -1 lines
Diff to previous 1.130 (colored) to selected 1.50 (colored)

net-snmp: Requires curses for bin/snmpps.

Revision 1.130 / (download) - annotate - [select for diffs], Tue Jun 16 10:06:04 2020 UTC (3 years, 10 months ago) by otis
Branch: MAIN
Changes since 1.129: +4 -1 lines
Diff to previous 1.129 (colored) to selected 1.50 (colored)

net-snmp: Add missing dependency on libpcap and fix build on SmartOS

- Pull in libpcap on platforms without system-wide one
- Adjust LDFLAGS for SunOS

Revision 1.129 / (download) - annotate - [select for diffs], Fri Jun 12 02:22:07 2020 UTC (3 years, 10 months ago) by sevan
Branch: MAIN
Changes since 1.128: +1 -2 lines
Diff to previous 1.128 (colored) to selected 1.50 (colored)

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.128 / (download) - annotate - [select for diffs], Fri Apr 24 13:27:48 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.127: +7 -6 lines
Diff to previous 1.127 (colored) to selected 1.50 (colored)

net-snmp: fix for Darwin 19

Revision 1.127 / (download) - annotate - [select for diffs], Sat Jan 18 21:48:20 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.126: +2 -2 lines
Diff to previous 1.126 (colored) to selected 1.50 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.126 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:12 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored) to selected 1.50 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.125 / (download) - annotate - [select for diffs], Tue Jan 8 19:18:55 2019 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.124: +2 -1 lines
Diff to previous 1.124 (colored) to selected 1.50 (colored)

Fix building on macOS 10.14

Revision 1.124 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:55 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.123: +2 -2 lines
Diff to previous 1.123 (colored) to selected 1.50 (colored)

Recursive bump for perl5-5.28.0

Revision 1.123 / (download) - annotate - [select for diffs], Wed Feb 28 01:52:02 2018 UTC (6 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.122: +3 -2 lines
Diff to previous 1.122 (colored) to selected 1.50 (colored)

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.122 / (download) - annotate - [select for diffs], Sun Feb 25 18:35:29 2018 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.121: +2 -2 lines
Diff to previous 1.121 (colored) to selected 1.50 (colored)

net-snmp: fix build with openssl-1.1.

Bump PKGREVISION.

Revision 1.121 / (download) - annotate - [select for diffs], Fri Oct 6 02:39:38 2017 UTC (6 years, 6 months ago) by gavan
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored) to selected 1.50 (colored)

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.120 / (download) - annotate - [select for diffs], Sun Jul 23 17:43:33 2017 UTC (6 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.119: +2 -1 lines
Diff to previous 1.119 (colored) to selected 1.50 (colored)

Fix for macOS High Sierra

Revision 1.119 / (download) - annotate - [select for diffs], Mon Jun 5 14:24:16 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored) to selected 1.50 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.118 / (download) - annotate - [select for diffs], Fri Nov 25 16:05:07 2016 UTC (7 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.117: +3 -1 lines
Diff to previous 1.117 (colored) to selected 1.50 (colored)

Fix building on newer macOS

Revision 1.117 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:44 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.50 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.116 / (download) - annotate - [select for diffs], Wed Jun 8 19:24:08 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.50 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.115 / (download) - annotate - [select for diffs], Mon Jun 6 14:11:35 2016 UTC (7 years, 10 months ago) by he
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored) to selected 1.50 (colored)

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.114 / (download) - annotate - [select for diffs], Sat Mar 5 11:27:52 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored) to selected 1.50 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.113 / (download) - annotate - [select for diffs], Thu Feb 25 16:20:52 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.112: +7 -11 lines
Diff to previous 1.112 (colored) to selected 1.50 (colored)

Use OPSYSVARS.

Revision 1.112 / (download) - annotate - [select for diffs], Thu Aug 20 13:51:03 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.50 (colored)

Support Crossbow VNICs.  Patch by Ben Rockwood, previously of Joyent.

Bump PKGREVISION.

Revision 1.111 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:43 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.110: +2 -1 lines
Diff to previous 1.110 (colored) to selected 1.50 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.110 / (download) - annotate - [select for diffs], Wed Dec 31 10:06:57 2014 UTC (9 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.109: +3 -5 lines
Diff to previous 1.109 (colored) to selected 1.50 (colored)

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.109 / (download) - annotate - [select for diffs], Wed Nov 26 15:45:03 2014 UTC (9 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.108: +4 -3 lines
Diff to previous 1.108 (colored) to selected 1.50 (colored)

Fixed building on OS X 10.10; fixed CVE-2014-3565

Revision 1.108 / (download) - annotate - [select for diffs], Sun Oct 12 00:14:45 2014 UTC (9 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored) to selected 1.50 (colored)

Default ssl option to on.

Revision 1.107 / (download) - annotate - [select for diffs], Mon Aug 25 14:31:47 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.106: +9 -1 lines
Diff to previous 1.106 (colored) to selected 1.50 (colored)

Properly link agaist a bunch of frameworks on OS X

Revision 1.106 / (download) - annotate - [select for diffs], Fri Aug 22 16:27:18 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.105: +4 -1 lines
Diff to previous 1.105 (colored) to selected 1.50 (colored)

Fix building on OS X 10.9 Mavericks

Revision 1.105 / (download) - annotate - [select for diffs], Tue Aug 5 12:25:13 2014 UTC (9 years, 8 months ago) by he
Branch: MAIN
Changes since 1.104: +2 -5 lines
Diff to previous 1.104 (colored) to selected 1.50 (colored)

Factor out some common settings so they can be shared
with the newly added net/py-netsnmp package.

Revision 1.104 / (download) - annotate - [select for diffs], Thu May 29 23:37:05 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored) to selected 1.50 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.102.2.1 / (download) - annotate - [select for diffs], Mon Apr 14 13:59:34 2014 UTC (10 years ago) by tron
Branch: pkgsrc-2014Q1
Changes since 1.102: +2 -3 lines
Diff to previous 1.102 (colored) next main 1.103 (colored) to selected 1.50 (colored)

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.103 / (download) - annotate - [select for diffs], Tue Apr 8 14:10:25 2014 UTC (10 years ago) by he
Branch: MAIN
Changes since 1.102: +2 -3 lines
Diff to previous 1.102 (colored) to selected 1.50 (colored)

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.102 / (download) - annotate - [select for diffs], Tue Mar 11 14:34:39 2014 UTC (10 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base
Branch point for: pkgsrc-2014Q1
Changes since 1.101: +2 -1 lines
Diff to previous 1.101 (colored) to selected 1.50 (colored)

Import initial SMF support for individual packages.

Revision 1.101 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:23 2014 UTC (10 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.50 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.100 / (download) - annotate - [select for diffs], Sun Jan 26 21:33:06 2014 UTC (10 years, 2 months ago) by spz
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.50 (colored)

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.99 / (download) - annotate - [select for diffs], Tue Nov 5 17:40:30 2013 UTC (10 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.98: +2 -2 lines
Diff to previous 1.98 (colored) to selected 1.50 (colored)

Link agent.so correctly against libperl.so.

Revision 1.98 / (download) - annotate - [select for diffs], Fri May 31 12:41:35 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored) to selected 1.50 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.97 / (download) - annotate - [select for diffs], Fri Apr 5 18:20:08 2013 UTC (11 years ago) by christos
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.50 (colored)

welcome to pl2.
- support for multi-cpu state reporting
- fix bug with storage calculation (use frsize instead bsize)

Revision 1.96 / (download) - annotate - [select for diffs], Thu Apr 4 20:00:35 2013 UTC (11 years ago) by christos
Branch: MAIN
Changes since 1.95: +2 -1 lines
Diff to previous 1.95 (colored) to selected 1.50 (colored)

bump patchlevel

Revision 1.95 / (download) - annotate - [select for diffs], Sun Mar 17 00:15:28 2013 UTC (11 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.94: +2 -3 lines
Diff to previous 1.94 (colored) to selected 1.50 (colored)

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.94 / (download) - annotate - [select for diffs], Wed Feb 6 23:23:19 2013 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.50 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.93 / (download) - annotate - [select for diffs], Sat Dec 22 11:23:59 2012 UTC (11 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.92: +5 -2 lines
Diff to previous 1.92 (colored) to selected 1.50 (colored)

Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.

Revision 1.92 / (download) - annotate - [select for diffs], Tue Oct 23 17:18:40 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.91: +1 -3 lines
Diff to previous 1.91 (colored) to selected 1.50 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.91 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:57 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.50 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.90 / (download) - annotate - [select for diffs], Fri Jun 8 13:13:35 2012 UTC (11 years, 10 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.50 (colored)

Add support for the ucd-snmp/diskio module on SunOS

Revision 1.89 / (download) - annotate - [select for diffs], Thu May 17 12:56:17 2012 UTC (11 years, 11 months ago) by spz
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored) to selected 1.50 (colored)

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.88 / (download) - annotate - [select for diffs], Sat Oct 22 07:33:34 2011 UTC (12 years, 5 months ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.87: +1 -1 lines
Diff to previous 1.87 (colored) to selected 1.50 (colored)

PR/39320 -- Don't override user-supplied rc.d *_flags variable.

Revision 1.87 / (download) - annotate - [select for diffs], Sun Aug 14 14:14:40 2011 UTC (12 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.86: +2 -1 lines
Diff to previous 1.86 (colored) to selected 1.50 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.86 / (download) - annotate - [select for diffs], Mon May 30 10:21:43 2011 UTC (12 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored) to selected 1.50 (colored)

Mark this package as not job safe to fix the build under NetBSD/amd64
as suggested by Adam Ciarciski in private e-mail.

Revision 1.85 / (download) - annotate - [select for diffs], Fri May 27 10:55:24 2011 UTC (12 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.84: +4 -5 lines
Diff to previous 1.84 (colored) to selected 1.50 (colored)

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.84 / (download) - annotate - [select for diffs], Sun Dec 26 09:23:49 2010 UTC (13 years, 3 months ago) by sekiya
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.50 (colored)

Pull memory statistics properly, and fix an overflow in the CPU statistics.

("netbsdelf3", indeed ... )

Revision 1.83 / (download) - annotate - [select for diffs], Wed Dec 22 08:13:30 2010 UTC (13 years, 3 months ago) by sekiya
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored) to selected 1.50 (colored)

Fix divide-by-zero error in CPU performance statistics.

Inspired by Red Hat Bugzilla Bug #501210.

Revision 1.82 / (download) - annotate - [select for diffs], Sat Aug 21 16:35:20 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.81: +2 -1 lines
Diff to previous 1.81 (colored) to selected 1.50 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.81 / (download) - annotate - [select for diffs], Tue Jul 20 08:33:44 2010 UTC (13 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.80: +3 -5 lines
Diff to previous 1.80 (colored) to selected 1.50 (colored)

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.80 / (download) - annotate - [select for diffs], Tue May 11 04:39:54 2010 UTC (13 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored) to selected 1.50 (colored)

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.79 / (download) - annotate - [select for diffs], Tue Mar 9 22:52:56 2010 UTC (14 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.78: +4 -18 lines
Diff to previous 1.78 (colored) to selected 1.50 (colored)

Add perl as an option, defaulting to on
Bump revision

OK adam@

Revision 1.78 / (download) - annotate - [select for diffs], Sun Aug 30 02:21:58 2009 UTC (14 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.77: +6 -3 lines
Diff to previous 1.77 (colored) to selected 1.50 (colored)

Add user-destdir support.

Revision 1.77 / (download) - annotate - [select for diffs], Tue Mar 10 18:30:44 2009 UTC (15 years, 1 month ago) by apb
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.50 (colored)

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.75.2.1 / (download) - annotate - [select for diffs], Mon Feb 16 05:24:29 2009 UTC (15 years, 2 months ago) by rtr
Branch: pkgsrc-2008Q4
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored) next main 1.76 (colored) to selected 1.50 (colored)

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.76 / (download) - annotate - [select for diffs], Sun Feb 15 11:31:51 2009 UTC (15 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored) to selected 1.50 (colored)

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

Revision 1.75 / (download) - annotate - [select for diffs], Sun Nov 2 08:30:07 2008 UTC (15 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Changes since 1.74: +2 -3 lines
Diff to previous 1.74 (colored) to selected 1.50 (colored)

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.74 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:31 2008 UTC (15 years, 6 months ago) by he
Branch: MAIN
Changes since 1.73: +2 -1 lines
Diff to previous 1.73 (colored) to selected 1.50 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.73 / (download) - annotate - [select for diffs], Mon Sep 8 12:58:09 2008 UTC (15 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.50 (colored)

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.72 / (download) - annotate - [select for diffs], Tue Jul 15 09:14:01 2008 UTC (15 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.71: +5 -6 lines
Diff to previous 1.71 (colored) to selected 1.50 (colored)

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.71 / (download) - annotate - [select for diffs], Sat Jun 28 16:07:08 2008 UTC (15 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.50 (colored)

bump version for new tcp stats

Revision 1.67.2.2 / (download) - annotate - [select for diffs], Mon Jun 16 08:51:43 2008 UTC (15 years, 10 months ago) by ghen
Branch: pkgsrc-2008Q1
Changes since 1.67.2.1: +2 -2 lines
Diff to previous 1.67.2.1 (colored) to branchpoint 1.67 (colored) next main 1.68 (colored) to selected 1.50 (colored)

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.70 / (download) - annotate - [select for diffs], Thu Jun 12 13:32:23 2008 UTC (15 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.50 (colored)

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

Revision 1.69 / (download) - annotate - [select for diffs], Thu Jun 5 19:09:41 2008 UTC (15 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.50 (colored)

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.67.2.1 / (download) - annotate - [select for diffs], Sun May 18 15:12:05 2008 UTC (15 years, 11 months ago) by spz
Branch: pkgsrc-2008Q1
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.50 (colored)

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.68 / (download) - annotate - [select for diffs], Sun May 18 11:59:54 2008 UTC (15 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.50 (colored)

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

Revision 1.67 / (download) - annotate - [select for diffs], Thu Jan 3 19:10:09 2008 UTC (16 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base
Branch point for: pkgsrc-2008Q1
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored) to selected 1.50 (colored)

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.66 / (download) - annotate - [select for diffs], Fri Nov 23 21:29:17 2007 UTC (16 years, 4 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.65: +8 -1 lines
Diff to previous 1.65 (colored) to selected 1.50 (colored)

Fix builds on Darwin 9.*
Goes part way to address PR# 37405
See http://net-snmp.sourceforge.net/docs/README.osX.html for hints on this.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Nov 12 21:06:17 2007 UTC (16 years, 5 months ago) by adrianp
Branch: MAIN
Changes since 1.64: +3 -1 lines
Diff to previous 1.64 (colored) to selected 1.50 (colored)

Make sure snmp_perl.pl is installed

Revision 1.64 / (download) - annotate - [select for diffs], Sun Nov 11 23:59:23 2007 UTC (16 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.63: +2 -3 lines
Diff to previous 1.63 (colored) to selected 1.50 (colored)

Remove ftp.net-smnp.org from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37323.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Aug 12 13:36:36 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.62: +1 -2 lines
Diff to previous 1.62 (colored) to selected 1.50 (colored)

Remove dragonfly.h, it is included upstream now.
Restore patch-dt (MIB_SYSTEM_LIBS), still needed for DragonFly.

Revision 1.62 / (download) - annotate - [select for diffs], Sat Aug 11 11:05:56 2007 UTC (16 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.61: +2 -3 lines
Diff to previous 1.61 (colored) to selected 1.50 (colored)

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.61 / (download) - annotate - [select for diffs], Fri Aug 10 23:37:02 2007 UTC (16 years, 8 months ago) by seb
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.50 (colored)

Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macro
is still there.

Bump PKGREVISION to 2.

Revision 1.60 / (download) - annotate - [select for diffs], Thu Jun 7 23:53:55 2007 UTC (16 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.59: +3 -1 lines
Diff to previous 1.59 (colored) to selected 1.50 (colored)

Due to build failure (not finding a library), add:
MAKE_JOBS_SAFE=		NO

Revision 1.59 / (download) - annotate - [select for diffs], Sun May 20 13:55:28 2007 UTC (16 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored) to selected 1.50 (colored)

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.58 / (download) - annotate - [select for diffs], Thu Feb 15 21:47:21 2007 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.50 (colored)

Added conflicts.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Feb 5 19:18:37 2007 UTC (17 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.56: +4 -1 lines
Diff to previous 1.56 (colored) to selected 1.50 (colored)

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.56 / (download) - annotate - [select for diffs], Mon Feb 5 12:06:16 2007 UTC (17 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.55: +6 -7 lines
Diff to previous 1.55 (colored) to selected 1.50 (colored)

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.55 / (download) - annotate - [select for diffs], Wed Oct 18 22:37:46 2006 UTC (17 years, 6 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.50 (colored)

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.54 / (download) - annotate - [select for diffs], Mon Oct 2 00:09:55 2006 UTC (17 years, 6 months ago) by seb
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored) to selected 1.50 (colored)

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.53 / (download) - annotate - [select for diffs], Sun Sep 24 15:04:35 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.52: +5 -1 lines
Diff to previous 1.52 (colored) to selected 1.50 (colored)

Don't use bmake feature in Makefile, use MAKE_ENV instead.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Sep 14 15:48:27 2006 UTC (17 years, 7 months ago) by ghen
Branch: MAIN
Changes since 1.51: +6 -1 lines
Diff to previous 1.51 (colored) to selected 1.50 (colored)

Advertize NET_SNMP_SYS_CONTACT, NET_SNMP_SYS_LOCATION, NET_SNMP_PERSISTENTDIR
and NET_SNMP_MIBDIRS as being user-settable.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Jul 29 16:48:27 2006 UTC (17 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.50: +8 -8 lines
Diff to previous 1.50 (colored)

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.49.2.1 / (download) - annotate - [select for diffs], Sun Jul 9 19:38:49 2006 UTC (17 years, 9 months ago) by salo
Branch: pkgsrc-2006Q2
Changes since 1.49: +3 -1 lines
Diff to previous 1.49 (colored) next main 1.50 (colored)

Pullup ticket 1725 - requested by joerg
portability fix for net-snmp

Revisions pulled up:
- pkgsrc/net/net-snmp/Makefile			1.50

   Module Name:		pkgsrc
   Committed By:	joerg
   Date:		Thu Jul  6 18:13:08 UTC 2006

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

   Log Message:
   Export OPSYS explicitly. This worked before, but according to PR 33931
   it got broken.

Revision 1.50 / (download) - annotate - [selected], Thu Jul 6 18:13:08 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.49: +3 -1 lines
Diff to previous 1.49 (colored)

Export OPSYS explicitly. This worked before, but according to PR 33931
it got broken.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Jun 17 17:20:56 2006 UTC (17 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base
Branch point for: pkgsrc-2006Q2
Changes since 1.48: +6 -2 lines
Diff to previous 1.48 (colored) to selected 1.50 (colored)

- don't use getfsstat, use getvfsstat.
- add code to do disk i/o statistics for NetBSD and enable it.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Mar 19 22:03:29 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.47: +4 -1 lines
Diff to previous 1.47 (colored) to selected 1.50 (colored)

Add DragonFly support. Bump revision due to PLIST changes.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:31 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.46: +1 -3 lines
Diff to previous 1.46 (colored) to selected 1.50 (colored)

Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.

Revision 1.46 / (download) - annotate - [select for diffs], Sat Mar 11 16:59:54 2006 UTC (18 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.45: +4 -5 lines
Diff to previous 1.45 (colored) to selected 1.50 (colored)

Removed the unconditional dependency to bash. Also removed the bashisms
from the mib2c-update program. Bumped PKGREVISION.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Mar 10 14:28:33 2006 UTC (18 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.44: +9 -1 lines
Diff to previous 1.44 (colored) to selected 1.50 (colored)

One executable shell program needs bash instead of sh. Bumped PKGREVISION.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Mar 8 02:52:14 2006 UTC (18 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.50 (colored)

Allow to build diskio and mibII modules on Darwin 8.x.  Without them,
the package doesn't build due to some undefined functions.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Feb 19 16:12:02 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.50 (colored)

Use REQD_DIRS instead of OWN_DIRS -- should fix CHECK_FILES build.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Jan 24 22:16:55 2006 UTC (18 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored) to selected 1.50 (colored)

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.41 / (download) - annotate - [select for diffs], Wed Jan 18 18:14:18 2006 UTC (18 years, 3 months ago) by kim
Branch: MAIN
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 (colored) to selected 1.50 (colored)

Use PKG_SYSCONFDIR.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:00 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.39: +1 -2 lines
Diff to previous 1.39 (colored) to selected 1.50 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:14 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.38: +5 -5 lines
Diff to previous 1.38 (colored) to selected 1.50 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:47 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.50 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.37 / (download) - annotate - [select for diffs], Tue Oct 18 04:32:37 2005 UTC (18 years, 6 months ago) by grant
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.50 (colored)

make this reliably find libwrap.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:24 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.50 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Aug 1 11:55:55 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.34: +19 -37 lines
Diff to previous 1.34 (colored) to selected 1.50 (colored)

Convert to options framework.
While here, sort Makefile a bit to make it easier to read.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jul 31 02:30:18 2005 UTC (18 years, 8 months ago) by rtr
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.50 (colored)

make net-snmp build on darwin 8.2.0.
these patches shouldn't break netbsd.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jul 16 19:10:40 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored) to selected 1.50 (colored)

Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.

Revision 1.30.2.1 / (download) - annotate - [select for diffs], Thu Jul 14 22:20:33 2005 UTC (18 years, 9 months ago) by snj
Branch: pkgsrc-2005Q2
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) next main 1.31 (colored) to selected 1.50 (colored)

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.32 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:34 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.50 (colored)

Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jul 8 07:49:27 2005 UTC (18 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) to selected 1.50 (colored)

Changes 5.2.1.2:
* Security fix: denial of serivce when stream sockets are used

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Fri May 27 14:02:23 2005 UTC (18 years, 10 months ago) by salo
Branch: pkgsrc-2005Q1
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.50 (colored)

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.30 / (download) - annotate - [select for diffs], Wed May 25 13:49:10 2005 UTC (18 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.50 (colored)

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.29 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:51 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28 (colored) to selected 1.50 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Mar 30 12:10:58 2005 UTC (19 years ago) by adam
Branch: MAIN
Changes since 1.27: +3 -4 lines
Diff to previous 1.27 (colored) to selected 1.50 (colored)

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.27 / (download) - annotate - [select for diffs], Tue Dec 28 02:47:47 2004 UTC (19 years, 3 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base
Branch point for: pkgsrc-2005Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.50 (colored)

The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).

Revision 1.26 / (download) - annotate - [select for diffs], Sun Nov 28 19:19:52 2004 UTC (19 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.50 (colored)

Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".

Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 5 10:33:07 2004 UTC (19 years, 5 months ago) by seb
Branch: MAIN
Changes since 1.24: +15 -2 lines
Diff to previous 1.24 (colored) to selected 1.50 (colored)

As this package already has a runtime dependency on Perl we might
as well enable the build and installation of the Perl modules.

An added benefit is that the sister package net/p5-SNMP won't
be lagging anymore as it will be removed.

While here add support for test target.

Bump PKGREVISION.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Oct 3 00:17:55 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.50 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Aug 13 11:28:49 2004 UTC (19 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.22: +3 -4 lines
Diff to previous 1.22 (colored) to selected 1.50 (colored)

Changes 5.1.2:
* Minor improvements to snmpdelta
* Minor improvements to snmpnetstat (IPv6 output)
* Fixes

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 10 17:59:57 2004 UTC (19 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.21: +4 -1 lines
Diff to previous 1.21 (colored) to selected 1.50 (colored)

On Darwin, leave out the ucd-snmp/diskio and mibII mib modules.

Revision 1.21 / (download) - annotate - [select for diffs], Mon May 31 11:47:29 2004 UTC (19 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.50 (colored)

Use "-Ls ..." instead of deprecated "-s" command line option when
starting the daemons.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 14 13:30:34 2004 UTC (19 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored) to selected 1.50 (colored)

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.19 / (download) - annotate - [select for diffs], Thu Apr 22 16:50:02 2004 UTC (19 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.50 (colored)

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.18 / (download) - annotate - [select for diffs], Mon Mar 29 16:23:14 2004 UTC (20 years ago) by jlam
Branch: MAIN
Changes since 1.17: +12 -24 lines
Diff to previous 1.17 (colored) to selected 1.50 (colored)

bl3ify, and remove sed workaround for Solaris now that it uses nbsed.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 25 21:50:40 2004 UTC (20 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.50 (colored)

Argh! Who tested this? vm and memory stats did not work.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:46 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.15: +3 -4 lines
Diff to previous 1.15 (colored) to selected 1.50 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Dec 30 05:29:45 2003 UTC (20 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.50 (colored)

- 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.14 / (download) - annotate - [select for diffs], Wed Nov 12 03:39:41 2003 UTC (20 years, 5 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.50 (colored)

PKGREVISION++ after openssl update.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 7 05:13:05 2003 UTC (20 years, 5 months ago) by cube
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.50 (colored)

Nothing in pkgsrc creates a lib/tcl/tnm3.0.0 path, so remove it from the
MIB search PATH.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 30 08:36:03 2003 UTC (20 years, 5 months ago) by cube
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11 (colored) to selected 1.50 (colored)

Apply patch from PR pkg/22934 by Greg A. Woods.

o Remove NET_SNMP_LOGFILE since it's not used anymore
o Include /usr/local/share/snmp/mibs into the default MIBS file search path
o Use --with-logfile=none instead of --without-logfile because that is what
  the configure script wants for that variable.

While those changes affect an exported header file, they don't affect in
any way the compilation of dependencies, so no revision bump is needed.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Sep 14 11:58:43 2003 UTC (20 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored) to selected 1.50 (colored)

Mark this package as operating system specific under NetBSD.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 12 12:07:18 2003 UTC (20 years, 7 months ago) by uebayasi
Branch: MAIN
Changes since 1.9: +18 -6 lines
Diff to previous 1.9 (colored) to selected 1.50 (colored)

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.9 / (download) - annotate - [select for diffs], Sat Aug 30 22:51:27 2003 UTC (20 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored) to selected 1.50 (colored)

Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 17 22:51:26 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.50 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 2 01:17:53 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.50 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 6 21:11:24 2003 UTC (20 years, 11 months ago) by grant
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.50 (colored)

remove some unneeded parens, quote a conditional

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 6 21:10:39 2003 UTC (20 years, 11 months ago) by grant
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4 (colored) to selected 1.50 (colored)

net-snmp doesn't have working IPv6 support on Solaris, so deal with
the two header files which are not installed as a result.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 2 19:16:18 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) to selected 1.50 (colored)

Make sure configure is executable after patching for Solaris

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 28 22:03:53 2003 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored) to selected 1.50 (colored)

Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 24 09:34:07 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1 (colored) to selected 1.50 (colored)

Install the UCD-SNMP look-alike headers and libraries to ease porting of
older software to use net-snmp.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Oct 24 08:29:33 2002 UTC (21 years, 5 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.50 (colored)

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) - annotate - [select for diffs], Thu Oct 24 08:29:33 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Diff to selected 1.50 (colored)

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>