summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/vsftpd/ChangeLog')
-rw-r--r--net-ftp/vsftpd/ChangeLog256
1 files changed, 247 insertions, 9 deletions
diff --git a/net-ftp/vsftpd/ChangeLog b/net-ftp/vsftpd/ChangeLog
index 831b3496f9ac..756104374e5f 100644
--- a/net-ftp/vsftpd/ChangeLog
+++ b/net-ftp/vsftpd/ChangeLog
@@ -1,13 +1,251 @@
# ChangeLog for net-ftp/vsftpd
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.1.1.1 2005/11/30 09:36:28 chriswhite Exp $
-*vsftpd-1.0.1 (1 Feb 2002)
+*vsftpd-2.0.3-r2 (20 Oct 2005)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+ 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.
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+ 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.