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
|
# ChangeLog for sys-apps/coreutils
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.26 2003/08/28 13:54:06 gmsoft Exp $
*coreutils-5.0-r3 (26 Aug 2003)
28 Aug 2003; Guy Martin <gmsoft@gentoo.org> coreutils-5.0-r3.ebuild :
Marked stable on hppa.
26 Aug 2003; Martin Schlemmer <azarah@gentoo.org> Manifest,
coreutils-5.0-r3.ebuild:
Fix issues with gcc-2.95.3, bug #27329, thanks to patch from TGL
<degrenier@easyconnect.fr>.
25 Aug 2003; Chris PeBenito <pebenito@gentoo.org> coreutils-5.0-r2.ebuild:
Fix selinux patch, as the old patch fails to apply when the progress bar patch
is applied.
*coreutils-5.0-r2 (24 Aug 2003)
24 Aug 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r2.ebuild:
adds a patch to display a progress bar for mv and cp (when invoked with the -g
option). Thanks to Haukkari in #gentoo for passing this on to us. The patch
was authored by: Miika Pekkarinen <miipekk@ihme.org>
11 Aug 2003; Aron Griffis <agriffis@gentoo.org> coreutils-5.0-r1.ebuild:
Mark stable on alpha
04 Aug 2003; Joshua Kinard <kumba@gentoo.org> coreutils-5.0-r1.ebuild:
Changed ~mips to mips in KEYWORDS
03 Aug 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r1.ebuild,
coreutils-5.0.ebuild, files/coreutils-5.0-confdir3.patch:
gentoo patch updated to query mips properly for the uname info -- thanks to
Kumba
02 Aug 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-5.0-r1.ebuild:
Remove confdir3 patch for now.
02 Aug 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r1.ebuild,
coreutils-5.0.ebuild:
Azarah's brilliance again :) sandbox is disabled for coreutils while
portage-2.0.49 has not come out
01 Aug 2003; Aron Griffis <agriffis@gentoo.org> coreutils-5.0-r1.ebuild,
files/coreutils-5.0-confdir3.patch:
Fix bug 25702 by refraining from cleaning up PATH_MAX test
*coreutils-5.0-r1 (28 Jul 2003)
28 Jul 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-5.0-r1.ebuild:
Do not include su infopage, as it is not valid for the su from sys-apps/shadow
that we are using (bug #23711).
*coreutils-5.0 (04 Apr 2003)
04 Apr 2003; Joshua Brindle <method@gentoo.org> coreutils-5.0.ebuild:
bumped to upstream stable release version
*coreutils-4.5.11 (20 Mar 2003)
20 Mar 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-4.5.10.ebuild,
coreutils-4.5.11.ebuild, files/coreutils-4.5.10-gentoo-rms.diff,
files/coreutils-4.5.10-gentoo-uname.diff,
files/coreutils-4.5.9-gentoo-rms.diff,
files/coreutils-4.5.9-gentoo-uname.diff:
version bump, and moved patches to mirrors
*coreutils-4.5.10 (14 Mar 2003)
20 Mar 2003; Joshua Brindle <method@gentoo.org> coreutils-4.5.10.ebuild:
fixed selinux dependancy
20 Mar 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-4.5.10.ebuild :
Patched to add selinux, thanks to sindian. Note, I removed the -r1
revision bump as it was unnecessary.
14 Mar 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-4.5.10.ebuild:
version bump thanks to drobbins on -core
*coreutils-4.5.9-r1 (11 Mar 2003)
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-4.5.9-r1.ebuild :
Fix overwriting /bin/hostname, and causing /bin/domainname (symlink to
/bin/hostname) to set the hostname instead of the domainname. We use
hostname from net-tools after all. Ditto for /bin/uptime.
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-4.5.9.ebuild :
OK, I am dense. Seems when I did previous fix, I changed the:
rm ${D}/usr/share/man/man1/su
to:
rm ${D}/usr/share/man/man1/su*
Fixed this to fix the sum problem.
11 Mar 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-4.5.9.ebuild :
Move symlink stuff till after we remove stuff we do not use, else we have
invalid symlinks. Change einstall to 'make DESTDIR=$D install', else it
do not install all the manpages.
Fix manpages again by manually installing.
*coreutils-4.5.9 (06 Mar 2003)
11 Mar 2003; Zach Welch <zwelch@gentoo.org> coreutils-4.5.9-r1.ebuild,
coreutils-4.5.9.ebuild:
add arm keyword
06 Mar 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-4.5.9.ebuild
ChangeLog files/digest-coreutils-4.5.9 :
New package -- this will replace fileutils text-utils and sh-utils, when
it gets unmasked.
|