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
101
|
# ChangeLog for net-nntp/inn
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.9 2007/03/03 15:09:26 swegener Exp $
03 Mar 2007; Sven Wegener <swegener@gentoo.org> inn-2.4.3.ebuild:
Add db location for bug #168519.
*inn-2.4.3 (11 Feb 2007)
11 Feb 2007; Sven Wegener <swegener@gentoo.org> +inn-2.4.3.ebuild:
Version bump, bug #135088. Fix certificate location in configuration files,
bug #123316. Fix autotools handling, bug #159065. Fix obsolete head/tail
invocations, bug #158293.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> inn-2.4.1.ebuild:
Use bindnow-flags function instead of -Wl,-z,now. Change root.root ownership
to root:0.
16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> inn-2.4.1.ebuild:
Remove --with-gnu-ld option, bug #108386.
16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
23 Jan 2005; Sven Wegener <swegener@gentoo.org> inn-2.4.1.ebuild:
Disable Tcl code because it is broken, bug #69240.
*inn-2.4.1 (17 Jan 2005)
17 Jan 2005; Sven Wegener <swegener@gentoo.org> +metadata.xml,
+files/2.4.1-berkdb.patch, +files/innd, +inn-2.4.1.ebuild:
Moved from net-news/inn to net-nntp/inn.
15 Oct 2004; David Holm <dholm@gentoo.org> inn-2.4.1.ebuild:
Added to ~ppc.
02 Oct 2004; Sven Wegener <swegener@gentoo.org> -inn-2.3.5.ebuild:
Removed old ebuild.
27 Sep 2004; Sven Wegener <swegener@gentoo.org> inn-2.4.1.ebuild:
Added elibtoolize to src_unpack() because the included libtool is broken.
Modified to not use lazy bindings.
12 Sep 2004; Sven Wegener <swegener@gentoo.org> files/2.4.1-berkdb.patch,
inn-2.4.1.ebuild:
Added a patch from Maurice Mueller <maurice_mueller@gmx.de> to make inn
compile with BerkeleyDB 4.x. Modified ebuild to correctly initialize tagged
hash table in pkg_config and install SSL certificates into the right location
to prevent overwriting them when upgrading.
08 Sep 2004; Sven Wegener <swegener@gentoo.org> +files/2.4.1-berkdb.patch,
files/innd, inn-2.4.1.ebuild:
Added support for BerkeleyDB via the USE flag berkdb. Added support for the
local USE flags innkeywords and inntaggedhash that enable automatic keyword
generation support and use a tagged hash table for history.
*inn-2.4.1 (07 Sep 2004)
07 Sep 2004; Sven Wegener <swegener@gentoo.org> +inn-2.4.1.ebuild:
Version bump, package.mask'ed for testing, please report bugs to bug #29020.
19 Jun 2004; Sven Wegener <swegener@gentoo.org> +metadata.xml:
Added metadata.xml
15 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> inn-2.3.5.ebuild:
don't unset/assign P; (bug #44712); use CFLAGS/CXXFLAGS; use use_with; don't
assign default to S; header fix; tidy
14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> inn-2.3.3.ebuild:
clean older version
07 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org> inn-2.3.5.ebuild:
chown x.y -> chown x:y (bug 35127)
05 Dec 2003; Chuck Short <zul@gentoo.org> inn-2.3.5.ebuild:
Chown fixes
12 Jun 2003; <msterret@gentoo.org> inn-2.3.3.ebuild, inn-2.3.5.ebuild:
add Header
*inn-2.3.5 (17 Apr 2003)
17 Apr 2003; Martin Holzer <mholzer@gentoo.org> Manifest, inn-2.3.5.ebuild:
Version bumped. Ebuild submitted by Stefan Förster <gentoo@stefan-foerster.de>
in #14601.
*inn-2.3.3 (13 Jun 2002)
26 Aug 2002; Seemant Kulleen <seemant@gentoo.org> inn-2.3.3.ebuild :
The compile process does not like parallel make (emake). Thanks to:
psi-jack@myrealbox.com (Eric Renfro) in bug #7021 for finding and
reporting.
13 Jun 2002; Preston A. Elder <prez@gentoo.org> inn-2.3.3.ebuild,
files/digest-inn-2.3.3, files/innd, ChangeLog :
- Added for the first time
|