blob: 7459611857b3a3e05c1ae0470e68ca515472b5b6 (
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
|
# ChangeLog for net-ftp/lftp
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.17 2002/12/13 10:59:56 blizzy Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*lftp-2.6.3 (02 Dec 2002)
08 Dec 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.3.ebuild :
Changed to econf. Removed unneeded compile flags setting.
02 Dec 2002; Spider <spider@gentoo.org> lftp-2.6.3.ebuild :
in my quest to get my suddenly broken ftp-ssl to work I'm updating this
ebuild to the latest version avaiable. KEWORDS set to ~ where not -
*lftp-2.6.2 (11 Sep 2002)
17 Sep 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.2.ebuild :
Updated socks5 related configure options. Thanks to Tom Prado on bug
#8013.
11 Sep 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.2.ebuild,
files/digest-lftp-2.6.2 :
Version bump. readline history is now stored in a file.
handle full-disk condition as fatal if the file is removed.
recursive deletion (rm -r) fixed. It used DELE instead of RMD.
fixed a rare core dump, usually happening on completion.
fixed compilation with modules. nls use variable appears to work
with this version as well. Undoing temporary forcing of nls.
Patched configure so adding ssl support doesn't add the dreaded
-I/usr/include flag. gcc3 is much happier now. :)
*lftp-2.6.1 (13 Aug 2002)
25 Aug 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.1.ebuild :
Added sys-devel/gettext to DEPEND instead of just RDEPEND as
it is required to set all LC variables for compile-time.
15 Aug 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.1.ebuild :
Forcing nls temporarily until I can figure out how to fix compile
problems while it is disabled.
15 Aug 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.1.ebuild :
Added socks5 support and updated nls configure options.
14 Aug 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.1.ebuild :
Changed emake to make.
13 Aug 2002; Nick Hadaway <raker@gentoo.org>
lftp-2.6.1.ebuild, files/digest-lftp-2.6.1 :
Version bump.
*lftp-2.6.0 (10 Aug 2002)
13 Aug 2002; Nick Hadaway <raker@gentoo.org> lftp-2.6.0.ebuild :
Fixed a small typo.
10 Aug 2002; Nick Hadaway <raker@gentoo.org>
lftp-2.6.0.ebuild, files/digest-lftp-2.6.0 :
Version bump.
*lftp-2.5.4-r1 (05 Jul 2002)
04 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> lftp-2.5.4-r1.ebuild :
Added ppc to KEYWORDS.
05 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> lftp-2.5.4-r1.ebuild :
Removed metalab mirror from SRC_URI. Fixes bug #4555
Removed stale ebuilds.
*lftp-2.5.4 (05 Jul 2002)
05 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> lftp-2.5.4.ebuild :
new version.
*lftp-2.4.9 (1 Feb 2002)
1 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.
|