summaryrefslogtreecommitdiff
blob: 906c154376702c0c4a9daa8b5ee1efe98c5a49cd (plain)
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
# ChangeLog for net-ftp/proftpd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.22 2003/02/25 17:45:00 gmsoft Exp $

  17 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/proftpd.conf :
  Closes #13734.

  15 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> proftpd-1.2.7.ebuild :
  Marked as stable.

*proftpd-1.2.7 (15 Dec 2002)

  25 Feb 2003; Guy Martin <gmsoft@gentoo.org> proftpd-1.2.7.ebuild :
  Added hppa to keywords.

  15 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> proftpd-1.2.7.ebuild :
  Version bump.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  23 Nov 2002; Maik Schreiber <blizzy@gentoo.org> proftpd-1.2.7_rc3.ebuild:
  Changed KEYWORDS to "~x86 ~ppc ~sparc ~sparc64", as proftpd-1.2.7_rc2.ebuild
  has. Also fixed ChangeLog.

  19 Nov 2002; L. Boshell <leonardop@gentoo.org> proftpd-1.2.7_rc3.ebuild:
  Modified tcp-wrappers dep, so default-1.0 users don't have problems with it.
  See bug #10930.

*proftpd-1.2.7_rc3 (17 Nov 2002)
  
  17 Nov 2002; Bruce A. Locke <blocke@shivan.org> proftpd-1.2.7_rc3.ebuild:
  Version bump, ebuild cleanups, and:

  - mod_ldap TLS enable suggested by psi-jack@myrealbox.com (Eric Renfro)
  - mod_tls added (suggestion from stian@barmen.nu (Stian B. Barmen))
  - mod_wrap for TCP wrappers support
  - sample config file location in rc6 message changed

  09 Nov 2002; Ryan Phillips <rphillips@gentoo.org> : set emake to make.  Fixes #10267

*proftpd-1.2.7_rc2 (02 Nov 2002)

  02 Nov 2002; Maik Schreiber <blizzy@gentoo.org> : New version. Also we use
  user/group "proftpd" from now on instead of nobody/nogroup.

  07 Sep 2002; Seemant Kulleen <seemant@gentoo.org> proftpd-1.2.5-r1.ebuild,
  proftpd-1.2.6_rc1-r1.ebuild: Removed redundant glibc dependency and replaced
  it with the libpcap. Thanks to: saragon@home.se (Daniel) in bug #7614.

*proftpd-1.2.6_rc1-r1 (03 Aug 2002)

  03 Aug 2002; Bruce A. Locke <blocke@shivan.org> proftpd-1.2.6_rc1-r1.ebuild,
  files/digest-proftpd-1.2.6_rc1-r1:
  Added xinetd file contributed by alextxm@tin.it (Alessandro Pisani) and
  fixed minor directory and documentation buglets
  
*proftpd-1.2.6_rc1 (19 Jul 2002)

  19 Jul 2002; Kyle Manna <nitro@gentoo.org> proftpd-1.2.6_rc1.ebuild:
  Added masked release candidate.  Please test.

  28 Jun 2002; J.Alberto Su�rez L. <bass@gentoo.org> proftpd-1.2.5-r1.ebuild:

  Fix bug #3791 In mod_sql_postgres.c line 38: #inlcude <pgsql/libpq-fe.h>
  is patched to: #include <postgresql/libpq-fe.h>.

*proftpd-1.2.5-r1 (20 Jun 2002)

  20 Jun 2002; Kyle Manna <nitro@gentoo.org> proftpd-1.2.5-r1.ebuild :
  Now we copy pam ftp file if we 'use pam'

*proftpd-1.2.5 (09 Jun 2002)

  09 Jun 2002; Kyle Manna <nitro@gentoo.org> proftpd-1.2.5.ebuild :

  Version bump, added SLOT="0" and LICENSE="GPL-2"

  2 Apr 2002; Tod Neidt <tod@gentoo.org> proftpd-1.2.4-r7.ebuild :

  Specified rundir in make install, needed to avoid sandbox violation of
  'mkdir /var/run/proftp' on initial install.

*proftpd-1.2.4-r7 (18 Mar 2002)
  
  18 Mar 2002; Donny Davies <woodchip@gentoo.org> proftpd-1.2.4-r7.ebuild :

  Fix compilation with USE ldap.  Closes #722, thanks goto rectrix@rectrix.cx (Tim Hobbs)
  for report and suggested resolution.

*proftpd-1.2.4-r6 (01 Feb 2002)

  01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  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.