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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
|
# ChangeLog for net-ftp/vsftpd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.67 2006/05/08 08:44:04 uberlord Exp $
08 May 2006; Roy Marples <uberlord@gentoo.org> vsftpd-2.0.4-r1.ebuild:
Don't install the installation document - lol.
*vsftpd-2.0.4-r1 (31 Jan 2006)
31 Jan 2006; Roy Marples <uberlord@gentoo.org> +vsftpd-2.0.4-r1.ebuild:
Let portage control stripping and configure libcap dependancy via the cap USE
flag, #120891.
*vsftpd-2.0.4 (10 Jan 2006)
10 Jan 2006; Roy Marples <uberlord@gentoo.org> +files/vsftpd.logrotate,
+vsftpd-2.0.4.ebuild:
logrotate support, #115320.
New release, #118464.
*vsftpd-2.0.3-r2 (20 Oct 2005)
20 Oct 2005; Roy Marples <uberlord@gentoo.org>
+files/vsftpd-2.0.3-gentoo.patch, +files/vsftpd.init, -files/vsftpd.pam,
-files/vsftpd.pam-include, +vsftpd-2.0.3-r2.ebuild:
New init script which allows for running multiple vsftpd daemons with
different config files - works like net.ethx scripts, #97140
Punted unused pam files.
Patch now updates the default vsftpd.conf for using /etc/vsftpd instead
of maintaining our own config.
02 Oct 2005; MATSUU Takuto <matsuu@gentoo.org> vsftpd-2.0.3-r1.ebuild:
Stable on sh
19 Sep 2005; Roy Marples <uberlord@gentoo.org> -vsftpd-1.2.2.ebuild,
vsftpd-2.0.3-r1.ebuild:
New USE flag selinux now depends on the selinux-ftpd policy, wrt #106355.
Punted the old 1.2.2 ebuild - 2.0.3-r1 stable on all arches :)
17 Sep 2005; Aron Griffis <agriffis@gentoo.org> vsftpd-2.0.3-r1.ebuild:
Mark 2.0.3-r1 stable on alpha
14 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
vsftpd-2.0.3-r1.ebuild:
Stable on ppc.
08 Aug 2005; Markus Rothe <corsair@gentoo.org> vsftpd-2.0.3-r1.ebuild:
Stable on ppc64
03 Aug 2005; Roy Marples <uberlord@gentoo.org> files/vsftpd.conf:
Fixed vsftpd.conf example wrt bug #101137
28 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org>
vsftpd-2.0.3-r1.ebuild:
Stable on sparc
27 Jul 2005; Roy Marples <uberlord@gentoo.org>
-files/vsftpd-2.0.1-gentoo.diff, -vsftpd-2.0.2.ebuild,
-vsftpd-2.0.3.ebuild, vsftpd-2.0.3-r1.ebuild:
Stable on amd64 and x86.
*vsftpd-2.0.3-r1 (28 Jun 2005)
28 Jun 2005; Roy Marples <uberlord@gentoo.org>
+files/vsftpd-2.0.3-gentoo.diff, +vsftpd-2.0.3-r1.ebuild,
files/vsftpd.conf:
Added dependency on ftpbase - fixes #96258
Changed default options of /etc/vsftpd/vsftpd.something
to /etc/vsftpd/something - exception is /etc/vsftpd/vsftpd.conf
This makes is more consistent with the default vsftpd installation.
Default log file is now /var/log/vsftpd.log - which is the package default
Default PAM service name is now ftp again
07 Jun 2005; Roy Marples <uberlord@gentoo.org>
-files/vsftpd-1.0.1-gentoo.diff, -files/vsftpd-1.2.0-gentoo.diff.bz2,
metadata.xml, -vsftpd-1.0.1-r1.ebuild, -vsftpd-1.2.0-r1.ebuild,
-vsftpd-1.2.1.ebuild, -vsftpd-2.0.1.ebuild, vsftpd-2.0.3.ebuild:
punted old versions
ipv6 flag dropped for 2.0.3 - I'm sure xinetd users can add the ipv6
flag to the /etc/xinetd.d/vsftpd themselves if needed - fixes #75609
added background=YES and listen=YES to the default config - fixes #78347
tweaked DEPEND to work with sys-libs/pam and virtual/pam
*vsftpd-2.0.3 (07 Jun 2005)
07 Jun 2005; Roy Marples <uberlord@gentoo.org> files/vsftpd.init.d,
+files/vsftpd.pam-include, files/vsftpd.xinetd, files/vsftpd.xinetd.ipv6,
metadata.xml, +vsftpd-2.0.3.ebuild:
init.d script now checks for listen=YES or listen_ipv6=YES - fixes #54228
xinetd USE flag added to make support of it optional - fixes #75892
USERID removed from xinetd files - fixes #78764
init.d script now does a "killall vsftpd" when stopping - fixes #81819
cleaner ebuild - fixes #84733 thanks to Diego Pettenò <flameeyes@gentoo.org>
*vsftpd-2.0.2 (13 Mar 2005)
13 Mar 2005; <solar@gentoo.org> +vsftpd-2.0.2.ebuild:
- version bump. fixes an issue with SSL secured data connections dropping out
09 Feb 2005; <solar@gentoo.org> vsftpd-2.0.1.ebuild:
- remove fPIC filtering on vsftpd-2.0.1 (no longer needed) bug #74519
09 Feb 2005; Jeffrey Forman <jforman@gentoo.org> vsftpd-2.0.1.ebuild:
didnt compile, fixed the ebuild per bug 79202, thanks Rob!
22 Jan 2005; <solar@gentoo.org> vsftpd-1.2.2.ebuild:
- remove fPIC filtering on vsftpd-1.2.2. (no longer needed) bug #74519
17 Jan 2005; Jeffrey Forman <jforman@gentoo.org> vsftpd-2.0.1.ebuild:
Add support to build vsftpd without pam, bug 65981, thanks Rob!
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
30 Sep 2004; Jeffrey Forman <jforman@gentoo.org> files/vsftpd.init.d:
updated init.d/vsftpd to remove source cmd per bug #51908
28 Sep 2004; Tom Gall <tgall@gentoo.org> vsftpd-1.2.2.ebuild,
+vsftpd-1.2.2-ppc64.diff:
fix bug #64175 for ppc64
25 Sep 2004; Tom Martin <slarti@gentoo.org> vsftpd-2.0.1.ebuild:
Fixed the epatch line in the ebuild to not include `.bz2' (see jforman's
comment below).
24 Sep 2004; Jeffrey Forman <jforman@gentoo.org> vsftpd-2.0.1.ebuild:
added patch for gentoo-friendly file locations, wrt bug #65116
*vsftpd-2.0.1 (23 Sep 2004)
23 Sep 2004; Jeffrey Forman <jforman@gentoo.org> vsftpd-2.0.1.ebuild:
~ on all arch's for testing
23 Sep 2004; Jeffrey Forman <jforman@gentoo.org> :
New ebuild, vsftp-2.0.1, -$arch on all. Adds SSL/TLS support
13 Jul 2004; Tom Gall <tgall@gentoo.org> vsftpd-1.2.2.ebuild:
stable on ppc64, bug #53116
15 Jun 2004; Brandon Hale <tseng@gentoo.org> vsftpd-1.2.2.ebuild:
Stable on x86, bug #53116
15 Jun 2004; Jason Wever <weeve@gentoo.org> vsftpd-1.2.2.ebuild:
Marked stable on sparc wrt bug #53116.
15 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> vsftpd-1.2.2.ebuild:
Stable on alpha, bug 53116.
*vsftpd-1.2.2 (15 Jun 2004)
15 Jun 2004; <solar@gentoo.org> vsftpd-1.2.2.ebuild:
security version bump bug #53116
10 Jun 2004; Aron Griffis <agriffis@gentoo.org> vsftpd-1.2.0-r1.ebuild,
vsftpd-1.2.1.ebuild:
Fix use invocation
05 Jun 2004; Michael Hanselmann <hansmi@gentoo.org> vsftpd-1.2.1.ebuild:
Added ~ppc to KEYWORDS.
03 Jun 2004; Tom Gall <tgall@gentoo.org> vsftpd-1.2.1.ebuild:
stable on ppc64, bug #52907
30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> vsftpd-1.2.0-r1.ebuild,
vsftpd-1.2.1.ebuild:
move filter-flags into src_unpack()
29 Mar 2004; <randy@gentoo.org> vsftpd-1.2.1.ebuild:
adding s390 keywords
14 Mar 2004; Jason Wever <weeve@gentoo.org> vsftpd-1.2.1.ebuild:
Stable on sparc.
02 Mar 2004; Jason Wever <weeve@gentoo.org> vsftpd-1.2.1.ebuild:
Added the super spiffy ~sparc keyword :)
27 Feb 2004; Rajiv Aaron Manglani <rajiv@gentoo.org> vsftpd-1.2.1.ebuild:
marked stable on x86.
26 Feb 2004; Aron Griffis <agriffis@gentoo.org> vsftpd-1.2.1.ebuild:
stable on alpha and ia64
01 Feb 2004; Jon Portnoy <avenj@gentoo.org> vsftpd-1.2.1.ebuild :
AMD64 keywords.
07 Jan 2004; Jason Wever <weeve@gentoo.org> vsftpd-1.2.0-r1.ebuild:
Marked stable on sparc.
*vsftpd-1.2.1 (10 Dec 2003)
10 Dec 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> vsftpd-1.2.1.ebuild,
files/vsftpd-1.2.1-gentoo.diff.bz2:
version bump. thanks to matt taylor for a new patch file.
fixes bug #33648.
10 Dec 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> vsftpd-1.1.2.ebuild,
vsftpd-1.1.3-r1.ebuild, vsftpd-1.1.3.ebuild, vsftpd-1.2.0.ebuild,
files/vsftpd-1.1.2-gentoo.diff, files/vsftpd-1.1.3-gentoo.diff,
files/vsftpd-1.1.3-ipv6.patch:
removed old ebuild files.
10 Dec 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> files/vsftpd.init.d:
check for 'listen' in conf file. bug #33648.
08 Dec 2003; <spider@gentoo.org> vsftpd-1.1.3-r1.ebuild,
vsftpd-1.1.3.ebuild, vsftpd-1.2.0-r1.ebuild, vsftpd-1.2.0.ebuild:
QA drive, fixing bug 35127
09 Sep 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> vsftpd-1.2.0-r1.ebuild:
bumped vsftpd-1.2.0-r1.ebuild to x86 stable.
*vsftpd-1.2.0-r1 (02 Sep 2003)
02 Sep 2003; Rajiv Aaron Manglani <rajiv@gentoo.org> vsftpd-1.2.0-r1.ebuild,
files/vsftpd.conf.d, files/vsftpd.init.d:
added init.d and conf.d files for running vsftpd standalone.
31 Jul 2003; Tavis Ormandy <taviso@gentoo.org> vsftpd-1.2.0.ebuild:
reported broken on alpha.
*vsftpd-1.2.0 (09 Jun 2003)
09 Jun 2003; Nick Hadaway <raker@gentoo.org> vsftpd-1.2.0.ebuild.
files/vsftpd-1.2.0-gentoo.diff.bz2:
Version bump. Fixed ipv6 logic for xinetd. Now ipv6 support is
included in the source so no patch is needed. Updated the gentoo
patch for this version.
*vsftpd-1.1.3-r1 (06 Apr 2003)
05 Jun 2003; Donny Davies <woodchip@gentoo.org> vsftpd-1.1.3-r1.ebuild:
Fix #21079.
06 Feb 2003; Guy Martin <gmsoft@gentoo.org> vsftpd-1.1.3-r1.ebuild, files/digest-vsftpd-1.1.3-r1,
files/vsftpd-1.1.3-ipv6.patch, files/vsftpd.xinetd.ipv6 :
Added ipv6 support. Added ~hppa to KEYWORDS.
24 Feb 2003; Donny Davies <woodchip@gentoo.org> : Fix my ebuild.
*vsftpd-1.1.3 (15 Feb 2003)
18 Feb 2003; <seemant@gentoo.org> vsftpd-1.1.3.ebuild :
filter -fPIC.
15 Feb 2003; Donny Davies <woodchip@gentoo.org> : Chase latest release.
#12435; optional pam and tcpd support.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*vsftpd-1.1.2 (19 Oct 2002)
19 Oct 2002; Donny Davies <woodchip@gentoo.org> :
Chase latest release. Tidy up patch. Make vsftpd.pam pam_stack aware.
*vsftpd-1.0.1-r1 (3 May 2002)
20 Sep 2002; Mike Frysinger <vapier@gentoo.org> :
Added HOMEPAGE variable and set SRC_URI to the homepage download location.
3 May 2002; Donny Davies <woodchip@gentoo.org> :
Added LICENSE, SLOT.
|