Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 317325 - net-analyzer/net-snmp-{5.4.3,5.5} version bump
Summary: net-analyzer/net-snmp-{5.4.3,5.5} version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL: http://www.net-snmp.org/download.html
Whiteboard:
Keywords:
Depends on:
Blocks: 249496
  Show dependency tree
 
Reported: 2010-04-26 17:10 UTC by Kamil Kisiel
Modified: 2010-07-13 21:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
preliminary 5.5 ebuild as patch against 5.4.2.1-r3 (net-snmp-5.4.2.1-r3-to-5.5.ebuild.patch,1.50 KB, patch)
2010-04-29 16:35 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kamil Kisiel 2010-04-26 17:10:34 UTC
5.5 has been the current stable release since September of last year.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-04-29 16:35:50 UTC
Created attachment 229703 [details, diff]
preliminary 5.5 ebuild as patch against 5.4.2.1-r3

Besides a couple of beautifications and dropping eautoreconf, and removing LDFLAGS from snmp-config.in (bug #303237), and adapting the snmp_version.c sed script, this ebuild drops the lm_sensors v3 patch so that it can't go into the tree without a package.mask entry for now.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-04-29 17:03:21 UTC
(In reply to comment #1)
> Created an attachment (id=229703) [details]
> preliminary 5.5 ebuild as patch against 5.4.2.1-r3

And in this state, `inherit autotools' should be dropped as well.
Comment 3 cilly 2010-05-06 12:09:41 UTC
version bump - bugfixes and fixing memory leaks

*5.5.dev*      (Changelog)

    All applications:
      - Added the ability to "alias" transports to a more simple name
         (see the "alias" keyword in the snmp.conf manual page)
      - The -t (timeout) switch will accept floating point numbers (eg: .1)

    snmpd:
      - [BUG 1712988]: default/configurable max # varbinds returned by GETBULK
      - [PATCH 1585146]: Extend range of available error codes
      - [PATCH 1654424]: Handle row deletion issues in dataset tables
      - [PATCH 1666737]: Include IPv6 traffic in various UDP counters
      - [PATCH 1700157]: Fix ordering of exec tokens in MIB output
      - [PATCH 1719253]: fix skipNFSInHostResources for multiple walks
      - [PATCH 1723611]: New implementation of the RMON alarmTable
      - [PATCH 1737439]: automatic link up/down traps on a walk
      - [PATCH 1806501]: Add API for sending traps with a snmpv3 context
      - [PATCH 1882621]: Add LVM support to the partition table
      - [PATCH 1893468]: fixed registration of OIDs with ranges
      - [PATCH 1901764]: Support date-based logwatch files
      - [PATCH 1909813]: fix table_iterator handling of SORTED hint
      - [PATCH 1916840]: new config option to set SNMPv1 trap agent address
      - [PATCH 2103492]: implement RMON-MIB::etherStatsJabbers
      - [PATCH 2449210]: add 64-bit usage statistics to UCD-SNMP-MIB::dskTable
      - Add support for a user provided length variable
	   and C string values to the watcher helper.
      - Automatically reregister sysORTable entries from AgentX subagents.
      - Fix various memory leaks
      - Implement ipAddressSpinLock
      - Implement ipNetToPhysicalLastUpdated
      - Suppress annoying "registration != duplicate" warning for root oids

    snmptrapd:
      - [PATCH 1908288]: Run perl END block on termination
      - Add trap handler for logging traps to a mysql database
      - Withdraw deprecated options.

    snmpnetstat:
      - [PATCH 2564538]: Support GETBULK in v2c+ snmp versions

    snmpusm:
      - [PATCH 1591355]: Allow cloning to arbitrary engineIDs

    snmplib:
      - [BUG 1619827]: Improve handling of link dependencies
      - [PATCH  700681]: limited support for UDPv4 broadcast addresses
      - [PATCH 1882069]: Add token for specifying an exact SNMPv3 engineID
      - Fix assorted memory leaks
      - Implemented RFC5343 contextEngineID probing.
      - Support for the TSM security model for use with tunneling

    misc:
      - Add config reread support to "net-snmp-config --compile-subagent" code
      - Preliminary (alpha) support for SNMP over SSH and DTLS/UDP.
      - Preliminary (alpha) support for the TSM security model
      - Separate user management into new net-snmp-create-v3-user script

    building:
      - Improved cross-compilation support
      - Improved library layering & dependency handling when linking apps
      - Improved RPM spec files, for consistency with vendor-provided packages.
      - Mechanism for selecting build environment based on version
      - New test scripts to test Net-SNMP transport functionality
      - Restructure configure template
      - Update to autoconf 2.63 & libtool 2.2.6

    perl:
      - [BUG 1619827]: improve handling of link dependencies
      - [PATCH 1956193]: beta threadable perl module code for SNMPv1/2c usage.

    python:
      - [PATCH 1716114]: Let python build in source tree (Debian patch #38)

    Linux:
      - [PATCH 1704105]: Add IPv6 support to the inetNetToMediaTable
      - [PATCH 1705594]: Various fixes to ipAddressPrefixTable reporting
      - [PATCH 1708243]: Implement ipDefaultRouteTable
      - [PATCH 1715405]: Implement ipv6ScopeZoneIndexTable
      - [PATCH 1724602]: MfD-based ipDefaultRouterTable implementation
      - [PATCH 1828602]: Support ipDefaultTTL and ipForwarding SETs
      - [PATCH 1927751]: Implement icmpMsgStatsTable
      - [PATCH 2023633]: Implement SCTP-MIB
      - [PATCH 2053273]: Implement EtherLike MIB

Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-13 21:04:47 UTC
Comment on attachment 229703 [details, diff]
preliminary 5.5 ebuild as patch against 5.4.2.1-r3

5.5 is in the tree now, but with lm_sensors support removed (it supports v3 but still tries to use v2 as well) and package.masked.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-13 21:05:15 UTC
5.4.3 is in the tree too.