Subject: CVS commit: pkgsrc/net/net-snmp
From: Sevan Janiyan
Date: 2020-06-12 04:22:08
Message id: 20200612022208.67628FB27@cvs.NetBSD.org

Log Message:
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

Files:
RevisionActionfile
1.129modifypkgsrc/net/net-snmp/Makefile
1.6modifypkgsrc/net/net-snmp/Makefile.common
1.26modifypkgsrc/net/net-snmp/PLIST
1.96modifypkgsrc/net/net-snmp/distinfo
1.2modifypkgsrc/net/net-snmp/patches/patch-agent_mibgroup_mibII_tcpTable.c
1.2modifypkgsrc/net/net-snmp/patches/patch-agent_mibgroup_mibII_udpTable.c
1.1addpkgsrc/net/net-snmp/patches/patch-configure
1.16removepkgsrc/net/net-snmp/patches/patch-af
1.1removepkgsrc/net/net-snmp/patches/patch-agent_mibgroup_agentx_master.c
1.1removepkgsrc/net/net-snmp/patches/patch-agent_mibgroup_agentx_master_admin.c
1.1removepkgsrc/net/net-snmp/patches/patch-agent_mibgroup_at.c
1.2removepkgsrc/net/net-snmp/patches/patch-agent_mibgroup_host_data__access_swrun__procfs__psinfo.c
1.1removepkgsrc/net/net-snmp/patches/patch-agent_mibgroup_ip-mib_data__access_arp__sysctl.c
1.1removepkgsrc/net/net-snmp/patches/patch-agent_mibgroup_mibII_ipv6.c
1.1removepkgsrc/net/net-snmp/patches/patch-agent_snmp__agent.c
1.1removepkgsrc/net/net-snmp/patches/patch-apps_snmpusm.c
1.1removepkgsrc/net/net-snmp/patches/patch-configure.d_config__os__libs2
1.1removepkgsrc/net/net-snmp/patches/patch-include_net-snmp_agent_snmp__agent.h
1.1removepkgsrc/net/net-snmp/patches/patch-include_net-snmp_system_netbsd.h
1.1removepkgsrc/net/net-snmp/patches/patch-perl_ASN_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_AnyData__SNMP_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_OID_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_SNMP_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_SNMP_SNMP.xs
1.1removepkgsrc/net/net-snmp/patches/patch-perl_TrapReceiver_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_TrapReceiver_TrapReceiver.xs
1.2removepkgsrc/net/net-snmp/patches/patch-perl_agent_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_agent_Support_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_agent_agent.xs
1.1removepkgsrc/net/net-snmp/patches/patch-perl_agent_default__store_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_default__store_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-perl_manager_Makefile.PL
1.1removepkgsrc/net/net-snmp/patches/patch-snmplib_keytools.c
1.1removepkgsrc/net/net-snmp/patches/patch-snmplib_scapi.c
1.1removepkgsrc/net/net-snmp/patches/patch-snmplib_snmp__api.c