1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
# ChangeLog for net-analyzer/net-snmp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.22 2003/09/19 21:49:33 max Exp $
*net-snmp-5.0.9-r1 (19 Sep 2003)
19 Sep 2003; Max Kalika <max@gentoo.org> net-snmp-5.0.9-r1.ebuild,
files/snmpd.conf, files/snmpd.rc6:
Major cleanup/rewrite: quote variables where possible; whitespace consistancy;
use more ebuild semantics (use_with, use_enable); put config in /etc/snmp
instead of /usr/share; add smux support; and new rc6 and corresponding conf
file for extra flexibility. Drop unneccessary die() calls. Start with an empty
set of SNMPD_FLAGS in snmpd.conf. Add "use logger" to depend() of snmpd.rc6.
Drop unneeded --with-cflags, --host, and --enable-shared parameters to econf.
Clean up ssl flags. Enable ucd-snmp compatibility and block virtual/snmp.
Fixes bugs 5882, 15536, 27177, 27308, and probably 14288.
*net-snmp-5.0.9 (19 Sep 2003)
19 Sep 2003; Max Kalika <max@gentoo.org> metadata.xml,
net-snmp-5.0.9.ebuild:
Bump to version 5.0.9.
31 Jul 2003; Aron Griffis <agriffis@gentoo.org> net-snmp-5.0.6-r1.ebuild,
net-snmp-5.0.8.ebuild:
Mark 5.0.6-r1 stable on alpha, and 5.0.8 testing on ~alpha
01 Jul 2003; Martin Holzer <mholzer@gentoo.org> net-snmp-5.0.6-r1.ebuild,
net-snmp-5.0.8.ebuild:
Fixing typo. Closes #23811
07 Jun 2003; <rac@gentoo.org> net-snmp-5.0.6-r1.ebuild,
net-snmp-5.0.6.ebuild, net-snmp-5.0.8.ebuild:
Add sed-4 dependency for ebuilds that use sed -i
05 Jun 2003; <rac@gentoo.org> net-snmp-5.0.6-r1.ebuild,
net-snmp-5.0.8.ebuild:
Disable the 5.0.6 patch in 5.0.8, as it doesn't exist, and builds without it.
Change ${PF} to ${P} so that 5.0.6-r1 finds the patch.
*net-snmp-5.0.8 (26 May 2003)
26 May 2003; Daniel Ahlberg <aliz@gentoo.org> net-snmp-5.0.8.ebuild :
Version bump.
*net-snmp-5.0.6-r1 (26 May 2003)
14 Jun 2003; Guy Martin <gmsoft@gentoo.org> net-snmp-5.0.6-r1.ebuild :
Added hppa to KEYWORDS.
26 May 2003; Daniel Ahlberg <aliz@gentoo.org> net-snmp-5.0.6-r1.ebuild :
Added virtual/snmp.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*net-snmp-5.0.6 (14 Oct 2002)
29 Mar 2003; Aron Griffis <agriffis@gentoo.org> net-snmp-5.0.6.ebuild:
Add ~alpha to KEYWORDS
07 May 2003; Kyle Manna <nitro@gentoo.org> net-snmp-5.0.6.ebuild:
Commented out kerberos support, generates compile errors.
02 May 2003; Kyle Manna <nitro@gentoo.org> net-snmp-5.0.6.ebuild:
Removed double quotes. Closes #5882. Now using sed for kerberos.
21 Apr 2003; Martin Holzer <mholzer@gentoo.org> Manifest,
net-snmp-5.0.6.ebuild, files/net-snmpd.rc6:
Fixing type in doc info. Closes #15535.
06 Apr 2003; Zach Welch <zwelch@gentoo.org> net-snmp-5.0.6.ebuild:
add arm keyword
14 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> :
Security update. Added patch to fix compilation with libwrap.
*net-snmp-5.0.2a-r1 (4 Aug 2002)
28 Sep 2002; Owen Stampflee <owen@gentoo.org> :
Added PPC to KEYWORDS.
4 Aug 2002; Kyle Manna <nitro@gentoo.org> net-snmp-5.0.2a-r1.ebuild:
Closed bug #5882, manually recreate the symlink.
*net-snmp-5.0.2a (23 Jul 2002)
23 Jul 2002; Kyle Manna <nitro@gentoo.org> net-snmp-5.0.2a.ebuild:
Version bump, dropped emake in favor of make, add the host MIB module, and
commented out ipv6 transports.
*net-snmp-5.0.1 (29 Jun 2002)
29 Jun 2002; Bruce A. Locke <blocke@shivan.org> net-snmp-5.0.1.ebuild:
ucd-snmp has been renamed to net-snmp and this release appears to be
source incompatible with ucd-snmp
Known Issue: The new optional perl module support is disabled (due to
configure/make issues) until someone who is familiar with the functionality
can contribute a patch.
|