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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
|
# ChangeLog for sys-apps/coreutils
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.65 2004/01/09 08:24:52 seemant Exp $
*coreutils-5.0.91-r4 (09 Jan 2004)
09 Jan 2004; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r4.ebuild:
the patches link against ncurses rather than libtermcap, closing bug #37026 by
Martin Flugeldufel <martin_flugeldufel@yahoo.com>. Additionally, some of the
non-critical binaries (those not needed for bootup) have been moved to
/usr/bin, which partially sorts out bug #36453, also by Martin Flugedufel
31 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r3.ebuild:
make sure to depend on the newest libtermcap stuff
30 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r2.ebuild, coreutils-5.0.91-r3.ebuild:
Added acl, gettext and libtermcap-compat to RDEPEND as well, otherwise that
leads to b0rked tbz2's. Thanks to Donny Davies <woodchip@gentoo.org> :)
30 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r3.ebuild:
the lsw patch from mandrake has issues for us on amd64 and ia64, so we don't
use it. Thanks to Brad House <brad_mssw@gentoo.org> for noticing
30 Dec 2003; Brad House <brad_mssw@gentoo.org> coreutils-5.0.91-r3.ebuild:
coreutils -r3 is broken bad! See note above KEYWORDS=, marking -*
29 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r3.ebuild:
Added libtermcap-compat to DEPEND string, thanks to rommel in #gentoo-ppc
*coreutils-5.0.91-r3 (29 Dec 2003)
29 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r3.ebuild:
several changes to this. First, we're using most of Mandrake's patchset with
fixes, which adds some option to touch -- to make the timestamp move forwards
or backwards. I need some input on whether we should keep this. Additionally,
there is a patch to restore chown's behaviour to the old way. And another
patch to allow old options for several of the utilities here. Additionally,
we're using openi18n.org's patches for coreutils, which should sort (no pun
intended) out bug #29136 by Sven Sternberger <sven.sternberger@desy.de>
27 Dec 2003; Seemant Kulleen <seemant@gentoo.org> :
fix uname output for hppa and ppc. Patch by Guy Martin <gmsoft@gentoo.org>.
Closes bug #36190
14 Dec 2003; Lars Weiler <pylon@gentoo.org> coreutils-5.0.91-r2.ebuild:
Added dependency ppc? ( >=sys-devel/m4-1.4-r1 ). See bug #35759
10 Dec 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r5.ebuild,
coreutils-5.0-r6.ebuild, coreutils-5.0.91-r2.ebuild:
Bartron pointed out the dangers of filtering the flag in the same bug report.
So yanking that. USe dangerous flags at your risk, not mine :P
10 Dec 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r5.ebuild,
coreutils-5.0-r6.ebuild, coreutils-5.0.91-r2.ebuild:
filter out the malign-double flag, closing bug #35411
09 Dec 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r5.ebuild,
coreutils-5.0-r6.ebuild, coreutils-5.0.91-r2.ebuild:
patch added to prevent the installation of the following inferior man pages:
chgrp, chmod, chown, cp, dd, df, dir, dircolors, du, install, ln, ls, mkdir,
mkfifo, mknod, mv, rm, rmdir, touch and vdir. Those man pages will be supplied
by the man-pages package instead. This should close most of bug #32096
by Radek Podgorny <radek@podgorny.cz>
09 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-5.0.91-r2.ebuild:
make sure it uses automake-1.7 -- closing bug #35425 by Marc Bevand
<bevand_m@epita.fr>
*coreutils-5.0-r6 (08 Dec 2003)
08 Dec 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r3.ebuild,
coreutils-5.0-r4.ebuild, coreutils-5.0-r5.ebuild, coreutils-5.0-r6.ebuild,
coreutils-5.0.91-r1.ebuild, coreutils-5.0.91-r2.ebuild,
coreutils-5.0.91.ebuild:
coreutils will now not compile the following: su, groups (both from shadow),
uptime, kill (both from procps), and hostname (from net-tools). This
closes bug #18181 by Jon Portnoy <avenj@gentoo.org>. Also, the groups
thing was bug in #27071 by Marcin Wisnicki <wisnia21@freeshell.org>
06 Dec 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r1.ebuild,
coreutils-5.0-r2.ebuild, coreutils-5.0-r3.ebuild:
moved -r3 to stable mips and removed crufty older ebuilds
19 Nov 2003; Martin Holzer <mholzer@gentoo.org> coreutils-5.0.91-r1.ebuild,
coreutils-5.0.91.ebuild:
adding version number to automake. Closes #33836.
*coreutils-5.0.91-r1 (18 Nov 2003)
23 Nov 2003; Guy Martin <gmsoft@gentoo.org> coreutils-5.0.91-r1.ebuild :
The uname patch now works on hppa.
18 Nov 2003; Chris PeBenito <pebenito@gentoo.org>
coreutils-5.0.91-r1.ebuild:
Bump to update SELinux patch. The old patch had a rare segfault/hang problem
in ls. Otherwise, same as -r0.
04 Nov 2003; Brad House <brad_mssw@gentoo.org> coreutils-5.0.91.ebuild:
mark stable on amd64
03 Nov 2003; Daniel Robbins <drobbins@gentoo.org> all of 'em: added missing
RDEPEND so they don't default to DEPEND.
02 Nov 2003; Chris PeBenito <pebenito@gentoo.org> coreutils-5.0-r4.ebuild:
Missed removing SELinux patch from 5.0-r4
28 Oct 2003; Chris PeBenito <pebenito@gentoo.org> coreutils-5.0-r1.ebuild,
coreutils-5.0-r2.ebuild, coreutils-5.0-r3.ebuild, coreutils-5.0.91.ebuild:
Switch SELinux patch from old API to new API.
01 Oct 2003; Tavis Ormandy <taviso@gentoo.org> coreutils-5.0.91.ebuild:
missing help2man dependency
28 Sep 2003; Chris PeBenito <pebenito@gentoo.org> coreutils-5.0.91.ebuild:
Fix selinux patch for 5.0.91.
*coreutils-5.0.91 (28 Sep 2003)
28 Sep 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-5.0.91.ebuild:
Update version. I ported the ACL patches, except for the i18n one, as it gets
messy, and there are a lot of Makefile breakage, and also what might be
upstream fixes for the same thing. I thus rather think somebody that know a
bit more about locale and such that can test it should do this. Same thing for
the SELINUX patch - its a lot of small breakages and is tedious - I thought
getting this in so far should motivate somebody with more time than me :)
26 Sep 2003; Bartosch Pixa <darkspecter@gentoo.org> coreutils-5.0-r4.ebuild:
set ppc in keywords
*coreutils-4.5.11-r1 (24 Sep 2003)
24 Sep 2003; Seemant Kulleen <seemant@gentoo.org>
coreutils-4.5.11-r1.ebuild, coreutils-5.0-r1.ebuild,
coreutils-5.0-r2.ebuild, coreutils-5.0-r3.ebuild, coreutils-5.0-r4.ebuild:
added static to IUSE, closing bug #29186 by Sascha Silbe
<sascha-gentoo-bugzilla@silbe.org>
24 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r1.ebuild,
coreutils-5.0-r2.ebuild, coreutils-5.0-r3.ebuild, coreutils-5.0-r4.ebuild:
add automake to depends, because it provides aclocal, which is needed to build
coreutils. Thanks to Jared Hudso <jhhudso@gentoo.org>
22 Sep 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-5.0-r4.ebuild:
Ok, was on crack there for a moment - the test for cvs was inverted, should be
fixed now.
22 Sep 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-5.0-r4.ebuild:
Fix issues with gettext's autopoint if cvs is not installed (bug #28920).
19 Sep 2003; Christian Birchinger <joker@gentoo.org>
coreutils-5.0-r3.ebuild:
Added sparc stable keyword
17 Sep 2003; Jon Portnoy <avenj@gentoo.org> coreutils-5.0-r4.ebuild :
IA64 keywords. And don't believe Seemant - he really isn't an idiot. :)
14 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r4.ebuild:
I'm an idiot sometimes. The progress bar patch was being moved out of the way.
Thanks pebenito, and sorry :(
13 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r4.ebuild:
Luca Barbato <lu_zero@gentoo.org> fixed the acl patch to compile with NLS
disabled. This should close the NULL not found errors, as reported in bug
#18151 by shadow.
12 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r3.ebuild:
Added message about removing fileutils, textutils and sh-utils in
pkg_postinst. Closes bug #25019 by Chuck Brewer <cbrewer@stealthaccess.net>
*coreutils-5.0-r4 (12 Sep 2003)
12 Sep 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0-r4.ebuild:
ACL patches _finally_ added into coreutils. A note about this. If "acl"
and "selinux" are both in USE, then "selinux" will be preferred and "acl"
discarded. Also, the progress-bar patch has been modified to work with
the acl stuff. This modification was done by: Marcin Wisnicki
<wisnia21@freeshell.org> in bug #18151. What I have done is put the acl
patches into the gentoo patch tarball and changed the layout. Patches are
numbered to work with epatch's directory patching functionality, and if
acl is used, then the original progresspatch is discarded. Marked -r3
stable on x86. Bug #18151 by: shadow@ines.ro is now closed.
*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.
|