summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-08-19 02:23:59 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-08-19 02:23:59 +0000
commit01ba51b126378518559db6a0188773d918036753 (patch)
tree17862a6c0bbedbffa4bf3957b7c826aa14d56eca /net-analyzer/net-snmp/ChangeLog
parentUpdate fortify source handling, and enable cross-compiler warnings with syste... (diff)
downloadgentoo-2-01ba51b126378518559db6a0188773d918036753.tar.gz
gentoo-2-01ba51b126378518559db6a0188773d918036753.tar.bz2
gentoo-2-01ba51b126378518559db6a0188773d918036753.zip
Version bump; remove old. This version closes bug #209667 (disabled ucd-snmp compatibility); bug #328177 (lm_sensors 3 is supported by default now); #425990 (added GPL-2 to LICENSE); should close bug #351051 as well, for the most part; add new init scripts to use the new runscript features; restrict tests (tests that might or might not fail are useless); build in parallel (upstream fixed it); drop USE flags that added no dependencies.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/net-snmp/ChangeLog')
-rw-r--r--net-analyzer/net-snmp/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 3cee7357f495..0aa9faa0c24e 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.228 2012/08/03 11:51:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.229 2012/08/19 02:23:59 flameeyes Exp $
+
+*net-snmp-5.7.2_rc1 (19 Aug 2012)
+
+ 19 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> +files/snmpd.init.2,
+ +files/snmptrapd.init.2, +net-snmp-5.7.2_rc1.ebuild,
+ -net-snmp-5.4.3-r1.ebuild, -net-snmp-5.5.ebuild, -net-snmp-5.6.1.ebuild,
+ metadata.xml:
+ Version bump; remove old. This version closes bug #209667 (disabled ucd-snmp
+ compatibility); bug #328177 (lm_sensors 3 is supported by default now);
+ #425990 (added GPL-2 to LICENSE); should close bug #351051 as well, for the
+ most part; add new init scripts to use the new runscript features; restrict
+ tests (tests that might or might not fail are useless); build in parallel
+ (upstream fixed it); drop USE flags that added no dependencies.
03 Aug 2012; Jeroen Roovers <jer@gentoo.org> files/snmpd.init:
Fix bashishms by Outer Measure (bug #414703).