source: projects/specs/branches/6/c/coreutils/coreutils-vl.spec @ 9266

Revision 9266, 25.6 KB checked in by iwamoto, 9 years ago (diff)

coreutils: CVE-2014-9471

Line 
1Summary: The GNU core utilities: a set of tools commonly used in shell scripts
2Summary(ja): GNU コアユーティリティ: シェルスクリプトで用いるツール集
3Name:    coreutils
4Version: 8.10
5Release: 4%{?_dist_release}
6License: GPL
7Group:   System Environment/Base
8Url:     http://www.gnu.org/software/coreutils/
9
10Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
11Source101:  coreutils-DIR_COLORS
12Source102:  coreutils-DIR_COLORS.xterm
13Source103:  coreutils-DIR_COLORS.256color
14Source105:  coreutils-colorls.sh
15Source106:  coreutils-colorls.csh
16Source200:  coreutils-su.pamd
17Source201:  coreutils-runuser.pamd
18Source202:  coreutils-su-l.pamd
19Source203:  coreutils-runuser-l.pamd
20
21# Vine sources
22Source1000: coreutils-8.10-ja.po
23
24# From upstream
25
26# Fedora patches
27#general patch to workaround koji build system issues
28Patch100: coreutils-6.10-configuration.patch
29#add note about no difference between binary/text mode on Linux - md5sum manpage
30Patch101: coreutils-6.10-manpages.patch
31#temporarily workaround probable kernel issue with TCSADRAIN(#504798)
32Patch102: coreutils-7.4-sttytcsadrain.patch
33#do display processor type for uname -p/-i based on uname(2) syscall
34Patch103: coreutils-8.2-uname-processortype.patch
35#df --direct
36Patch104: coreutils-df-direct.patch
37#add jar-like archives to colored ones
38Patch106: coreutils-8.5-dircolors.patch
39
40# sh-utils
41#Patch703: sh-utils-2.0.11-dateman.patch
42Patch704: sh-utils-1.16-paths.patch
43# RMS will never accept the PAM patch because it removes his historical
44# rant about Twenex and the wheel group, so we'll continue to maintain
45# it here indefinitely.
46Patch706: coreutils-8.5-pam.patch
47Patch713: coreutils-4.5.3-langinfo.patch
48
49# (sb) lin18nux/lsb compliance
50Patch800: coreutils-8.10-i18n.patch
51
52#Call setsid() in su under some circumstances (bug #173008).
53Patch900: coreutils-setsid.patch
54#make runuser binary based on su.c
55Patch907: coreutils-8.7-runuser.patch
56#getgrouplist() patch from Ulrich Drepper.
57Patch908: coreutils-getgrouplist.patch
58#Prevent buffer overflow in who(1) (bug #158405).
59Patch912: coreutils-overflow.patch
60#compile su with pie flag and RELRO protection
61Patch917: coreutils-8.4-su-pie.patch
62
63#security fix
64Patch1000: coreutils-8.10_CVE-2013-0221_2_3.patch
65Patch1010: coreutils-8.10_CVE-2014-9471.patch
66
67BuildRoot: %{_tmppath}/%{name}-%{version}-root
68BuildRequires:  gettext libtermcap-devel bison
69%{?!nopam:BuildRequires: pam-devel}
70BuildRequires: texinfo >= 4.3
71BuildRequires: autoconf >= 2.58, automake >= 1.10
72%{?!nopam:Requires: pam >= 0.66-12}
73BuildRequires: libcap-devel
74BuildRequires: libattr-devel
75BuildRequires: libacl-devel
76BuildRequires: gmp-devel
77
78Requires(pre):         install-info
79Requires(preun):      install-info
80Requires(post):        install-info, grep, findutils
81
82# Require a C library that doesn't put LC_TIME files in our way.
83Conflicts: glibc < 2.2
84
85Provides:       fileutils = %version, sh-utils = %version, stat, textutils = %version
86Obsoletes:      fileutils sh-utils stat textutils
87Provides:       mktemp = %version
88Obsoletes:      mktemp
89
90Vendor: Project Vine
91Distribution: Vine Linux
92
93%description
94These are the GNU core utilities.  This package is the combination of
95the old GNU fileutils, sh-utils, and textutils packages.
96
97%description -l ja
98このパッケージには GNU のコアユーティリティが収録されています。
99コアユーティリティ(coreutilsパッケージ)は従来の fileutils,
100sh-utils, textutils を統合したパッケージです。
101
102
103%prep
104%setup -q
105
106# From upstream
107
108
109# Fedora patches
110%patch100 -p1 -b .chgrp
111%patch101 -p1 -b .manpages
112%patch102 -p1 -b .tcsadrain
113%patch103 -p1 -b .sysinfo
114%patch104 -p1 -b .dfdirect
115%patch106 -p1 -b .java
116
117# sh-utils
118#%patch703 -p1 -b .dateman
119%patch704 -p1 -b .paths
120%patch706 -p1 -b .pam
121%patch713 -p1 -b .langinfo
122
123# li18nux/lsb
124%patch800 -p1 -b .i18n
125
126# Coreutils
127%patch900 -p1 -b .setsid
128%patch907 -p1 -b .runuser
129%patch908 -p1 -b .getgrouplist
130%patch912 -p1 -b .overflow
131%patch917 -p1 -b .pie
132
133# security fixes
134%patch1000 -p1 -b .CVE-2013-0221_2_3
135%patch1010 -p1 -b .CVE-2014-9471
136
137# copy updated ja.po
138mv po/ja.po po/ja.po.orig
139cp -f %{SOURCE1000} po/ja.po
140
141%build
142export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fpic"
143%{expand:%%global optflags %{optflags} -D_GNU_SOURCE=1}
144touch aclocal.m4 configure config.hin Makefile.in */Makefile.in
145aclocal -I m4
146autoconf --force
147automake --copy --force --add-missing
148%configure --enable-largefile --with-afs %{?!nopam:--enable-pam} \
149           --enable-install-program=su,hostname,arch \
150           --with-tty-group \
151           DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
152
153touch man/*.x
154
155%__make all %{?_smp_mflags} \
156        %{?!nopam:CPPFLAGS="-DUSE_PAM"} \
157        su_LDFLAGS="-pie %{?!nopam:-lpam -lpam_misc}"
158
159%__make -C po update-gmo
160
161[[ -f ChangeLog && -f ChangeLog.bz2  ]] || bzip2 -9f ChangeLog
162
163# XXX docs should say /var/run/[uw]tmp not /etc/[uw]tmp
164perl -pi -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi
165
166
167%install
168rm -rf $RPM_BUILD_ROOT
169%makeinstall
170
171# man pages are not installed with make install
172%__make mandir=$RPM_BUILD_ROOT%{_mandir} install-man
173
174# fix japanese catalog file
175if [ -d $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES ]; then
176   mkdir -p $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
177   mv $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC/LC_MESSAGES/*mo \
178                $RPM_BUILD_ROOT/%{_datadir}/locale/ja/LC_MESSAGES
179   rm -rf $RPM_BUILD_ROOT/%{_datadir}/locale/ja_JP.EUC
180fi
181
182# let be compatible with old fileutils, sh-utils and textutils packages :
183mkdir -p $RPM_BUILD_ROOT{/bin,%_bindir,%_sbindir,/sbin}
184%{?!nopam:mkdir -p $RPM_BUILD_ROOT%_sysconfdir/pam.d}
185for f in basename cat chgrp chmod chown cp cut date dd df echo env false \
186         link ln ls mkdir mknod mktemp mv nice pwd rm rmdir sleep sort \
187         stty sync touch true uname unlink
188do
189        mv $RPM_BUILD_ROOT/{%_bindir,bin}/$f
190done
191
192# chroot was in /usr/sbin :
193mv $RPM_BUILD_ROOT/{%_bindir,%_sbindir}/chroot
194# {cat,sort,cut} were previously moved from bin to /usr/bin and linked into
195for i in env cut; do ln -sf ../../bin/$i $RPM_BUILD_ROOT/usr/bin; done
196
197mkdir -p $RPM_BUILD_ROOT/etc/profile.d
198install -p -c -m644 %SOURCE101 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS
199install -p -c -m644 %SOURCE102 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.lightbgcolor
200install -p -c -m644 %SOURCE103 $RPM_BUILD_ROOT%{_sysconfdir}/DIR_COLORS.256color
201install -p -c -m644 %SOURCE105 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.sh
202install -p -c -m644 %SOURCE106 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/colorls.csh
203
204# su
205install -m 4755 src/su $RPM_BUILD_ROOT/bin
206install -m 755 src/runuser $RPM_BUILD_ROOT/sbin
207
208# These come from util-linux and/or procps.
209for i in hostname uptime kill ; do
210        rm -f $RPM_BUILD_ROOT{%_bindir/$i,%_mandir/man1/$i.1}
211done
212
213%{?!nopam:install -p -m 644 %SOURCE200 $RPM_BUILD_ROOT%_sysconfdir/pam.d/su}
214%{?!nopam:install -p -m 644 %SOURCE202 $RPM_BUILD_ROOT%_sysconfdir/pam.d/su-l}
215%{?!nopam:install -p -m 644 %SOURCE201 $RPM_BUILD_ROOT%_sysconfdir/pam.d/runuser}
216%{?!nopam:install -p -m 644 %SOURCE203 $RPM_BUILD_ROOT%_sysconfdir/pam.d/runuser-l}
217
218bzip2 -f9 old/*/C* || :
219
220%find_lang %name
221
222# (sb) Deal with Installed (but unpackaged) file(s) found
223rm -f $RPM_BUILD_ROOT%{_datadir}/info/dir
224
225# FIXME: remove readlink which conflict with tetex's.
226#rm -f $RPM_BUILD_ROOT%{_bindir}/readlink
227#rm -f $RPM_BUILD_ROOT%{_mandir}/man1/readlink*
228
229
230%clean
231rm -rf $RPM_BUILD_ROOT
232
233%pre
234# Remove these old glibc files on upgrade (bug #84090).
235for file in $(find /usr/share/locale -type f -name LC_TIME); do
236        [ -x /bin/rm ] && /bin/rm -f "$file"
237done
238
239# We must desinstall theses info files since they're merged in
240# coreutils.info. else their postun'll be runned too last
241# and install-info'll faill badly because of doubles
242for file in sh-utils.info textutils.info fileutils.info; do
243        if [ -f /usr/share/info/$file.bz2 ]; then
244                /sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null
245        fi
246done
247
248%preun
249if [ $1 = 0 ]; then
250    [ -f %{_infodir}/%{name}.info.gz ] && \
251      /sbin/install-info --delete %{_infodir}/%{name}.info.gz \
252        %{_infodir}/dir || :
253fi
254
255%post
256/bin/grep -v '(sh-utils)\|(fileutils)\|(textutils)' %{_infodir}/dir > \
257  %{_infodir}/dir.rpmmodify || exit 0
258    /bin/mv -f %{_infodir}/dir.rpmmodify %{_infodir}/dir
259[ -f %{_infodir}/%{name}.info.gz ] && \
260  /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
261
262%files -f %{name}.lang
263%defattr(-,root,root)
264%config(noreplace) %{_sysconfdir}/DIR_COLORS*
265%config(noreplace) %{_sysconfdir}/profile.d/*
266%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su}
267%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/su-l}
268%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/runuser}
269%{?!nopam:%config(noreplace) %{_sysconfdir}/pam.d/runuser-l}
270%doc COPYING ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
271/bin/*
272%{_bindir}/*
273%{_libdir}/coreutils
274%{_infodir}/coreutils*
275%{_mandir}/man*/*
276%{_sbindir}/chroot
277/sbin/runuser
278
279%changelog
280* Sat Jan 17 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 8.10-4
281- add patch1010 for fix CVE-2014-9471 (date parser)
282
283* Wed Feb 20 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 8.10-3
284- add patch1000 for fix CVE-2013-0221,22,23 (join, uniq, sort)
285- add Vendor/Distri Tags
286
287* Sat Apr 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.10-2
288- update ja.po
289- add BR: libcap-devel, gmp-devel, libattr-devel, libacl-devel
290
291* Sat Feb 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.10-1
292- update to 8.10
293
294* Mon Sep 29 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 6.11-2
295- rebuilt against curent toolchain
296- spec in UTF-8
297
298* Wed Apr 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 6.11-1
299- new upstream release
300- drop obsolete patches
301- import some patched from fedora-devel
302- add Obsoletes/Provides mktemp
303
304* Tue Jun 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.96-0vl1
305- new upstream release
306
307* Mon May 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.95-0vl1
308- new upstream release
309
310* Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 5.94-0vl1
311- new upstream release
312- drop opsolete patches
313- import some patches from FC
314
315* Sun Nov 13 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2.1-40vl5
316- now readlink is kept as it is, since tetex-3.0 don't have readlink.
317
318* Sat Sep 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.1-40vl4
319- updated ja.po
320
321* Sat Feb 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl3
322- remove selinux related pam-module from /etc/pam.d/su
323
324* Fri Feb 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl2
325- update ja.po
326
327* Thu Feb 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.1-40vl1
328- initial build for Vine Linux
329  - some modifications are merged from fileutils-4.1-10.1vl4
330- disable make check
331
332* Sat Feb  5 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-40
333- Undo last change (bug #145266).
334
335* Fri Feb  4 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-38
336- Special case for ia32e in uname (bug #145266).
337
338* Thu Jan 13 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-37
339- Fixed zh_CN translation (bug #144845).  Patch from Mitrophan Chin.
340
341* Mon Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-36
342- Fix to only setdefaultfilecon if not overridden by command line
343
344* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-35
345- Change install to restorecon if it can
346
347* Wed Dec 15 2004 Tim Waugh <twaugh@redhat.com>
348- Fixed small bug in i18n patch.
349
350* Mon Dec  6 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-34
351- Don't set fs uid until after pam_open_session (bug #77791).
352
353* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-33
354- Fixed colorls.csh (bug #139988).  Patch from Miloslav Trmac.
355
356* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com>
357- Updated URL (bug #138279).
358
359* Mon Oct 25 2004 Steve Grubb <sgrubb@redhat.com> 5.2.1-32
360- Handle the return code of function calls in runcon.
361
362* Mon Oct 18 2004 Tim Waugh <twaugh@redhat.com>
363- Prevent compiler warning in coreutils-i18n.patch (bug #136090).
364
365* Tue Oct  5 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-31
366- getgrouplist() patch from Ulrich Drepper.
367- The selinux patch should be applied last.
368
369* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-30
370- Mv runuser to /sbin
371
372* Mon Oct  4 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-28
373- Fix runuser man page.
374
375* Mon Oct  4 2004 Tim Waugh <twaugh@redhat.com>
376- Fixed build.
377
378* Fri Sep 24 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-26
379- Add runuser as similar to su, but only runable by root
380
381* Fri Sep 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-25
382- chown(1) patch from Ulrich Drepper.
383
384* Tue Sep 14 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-24
385- SELinux patch fix: don't display '(null)' if getfilecon() fails
386  (bug #131196).
387
388* Fri Aug 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-23
389- Fixed colorls.csh quoting (bug #102412).
390- Fixed another join LSB test failure (bug #121153).
391
392* Mon Aug 16 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-22
393- Fixed sort -t LSB test failure (bug #121154).
394- Fixed join LSB test failure (bug #121153).
395
396* Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-21
397- Apply upstream patch to fix 'cp -a' onto multiply-linked files (bug #128874).
398- SELinux patch fix: don't error out if lgetfilecon() returns ENODATA.
399
400* Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-20
401- Added 'konsole' TERM to DIR_COLORS (bug #129544).
402
403* Wed Aug  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-19
404- Added 'gnome' TERM to DIR_COLORS (bug #129112).
405- Worked around a bash bug #129128.
406- Fixed an i18n patch bug in cut (bug #129114).
407
408* Tue Aug  3 2004 Tim Waugh <twaugh@redhat.com>
409- Fixed colorls.{sh,csh} so that the l. and ll aliases are always defined
410  (bug #128948).
411
412* Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
413- Fixed field extraction in sort (bug #127694).
414
415* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
416- Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
417
418* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
419- Move pam-xauth to after pam-selinux
420
421* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
422- rebuilt
423
424* Mon Jun  7 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-15
425- Fix ls -Z (bug #125447).
426
427* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
428- Build requires bison (bug #125290).
429
430* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-14
431- Fix selinux patch causing problems with ls --format=... (bug #125238).
432
433* Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-13
434- Change su to use pam_selinux open and pam_selinux close
435
436* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-12
437- Don't call access() on symlinks about to be removed (bug #124699).
438
439* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-11
440- Fix ja translation (bug #124862).
441
442* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 5.2.1-10
443- rebuild
444
445* Mon May 17 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-9
446- Mention pam in the info for su (bug #122592).
447- Remove wheel group rant again (bug #122886).
448- Change default behaviour for chgrp/chown (bug #123263).  Patch from
449  upstream.
450
451* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 5.2.1-8
452- compiling su PIE
453
454* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
455- Build requires new versions of autoconf and automake (bug #123098).
456
457* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-7
458- Fix join -t (bug #122435).
459
460* Tue Apr 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-6
461- Fix 'ls -Z' displaying users/groups if stat() failed (bug #121292).
462
463* Fri Apr 9 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-5
464- Add ls -LZ fix
465- Fix chcon to handle "."
466
467* Wed Mar 17 2004 Tim Waugh <twaugh@redhat.com>
468- Apply upstream fix for non-zero seconds for --date="10:00 +0100".
469
470* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-3
471- If preserve fails, report as warning unless user requires preserve
472
473* Tue Mar 16 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-2
474- Make mv default to preserve on context
475
476* Sat Mar 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-1
477- 5.2.1.
478
479* Fri Mar 12 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-9
480- Add '-Z' to 'ls --help' output (bug #118108).
481
482* Fri Mar  5 2004 Tim Waugh <twaugh@redhat.com>
483- Fix deref-args test case for rebuilding under SELinux (bug #117556).
484
485* Wed Feb 25 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-8
486- kill(1) offloaded to util-linux altogether.
487
488* Tue Feb 24 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-7
489- Ship the real '[', not a symlink.
490
491* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-6
492- Apply Paul Eggert's chown patch (bug #116536).
493- Merged chdir patch into pam patch where it belongs.
494
495* Mon Feb 23 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-5
496- Fixed i18n patch bug causing sort -M not to work (bug #116575).
497
498* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-4
499- Reinstate kill binary, just not its man page (bug #116463).
500
501* Sat Feb 21 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-3
502- Updated ls-stat patch.
503
504* Fri Feb 20 2004 Dan Walsh <dwalsh@redhat.com> 5.2.0-2
505- fix chcon to ignore . and .. directories for recursing
506
507* Fri Feb 20 2004 Tim Waugh <twaugh@redhat.com> 5.2.0-1
508- Patch ls so that failed stat() is handled gracefully (Ulrich Drepper).
509- 5.2.0.
510
511* Thu Feb 19 2004 Tim Waugh <twaugh@redhat.com>
512- More AFS patch tidying.
513
514* Wed Feb 18 2004 Dan Walsh <dwalsh@redhat.com> 5.1.3-0.2
515- fix chcon to handle -h qualifier properly, eliminate potential crash
516
517* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
518- Stop 'sort -g' leaking memory (i18n patch bug #115620).
519- Don't ship kill, since util-linux already does.
520- Tidy AFS patch.
521
522* Mon Feb 16 2004 Tim Waugh <twaugh@redhat.com> 5.1.3-0.1
523- 5.1.3.
524- Patches ported forward or removed.
525
526* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 5.0-40
527- rebuilt
528
529* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-39
530- Change /etc/pam.d/su to remove preservuser and add multiple
531
532* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-38
533- Change is_selinux_enabled to is_selinux_enabled > 0
534
535* Tue Jan  20 2004 Dan Walsh <dwalsh@redhat.com> 5.0-37
536- Add pam_selinux to pam file to allow switching of roles within selinux
537
538* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com>
539- The textutils-2.0.17-mem.patch is no longer needed.
540
541* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 5.0-36
542- Fixed autoconf test causing builds to fail.
543
544* Tue Dec  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-35
545- Fix copying to non xattr files
546
547* Thu Dec  4 2003 Tim Waugh <twaugh@redhat.com> 5.0-34.sel
548- Fix column widths problems in ls.
549
550* Tue Dec  2 2003 Tim Waugh <twaugh@redhat.com> 5.0-33.sel
551- Speed up md5sum by disabling speed-up asm.
552
553* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-32.sel
554- Try again
555
556* Wed Nov 19 2003 Dan Walsh <dwalsh@redhat.com> 5.0-31.sel
557- Fix move on non SELinux kernels
558
559* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com> 5.0-30.sel
560- Fixed useless acl dependencies (bug #106141).
561
562* Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 5.0-29.sel
563- Fix id -Z
564
565* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28.sel
566- Turn on SELinux
567- Fix chcon error handling
568
569* Wed Oct 15 2003 Dan Walsh <dwalsh@redhat.com> 5.0-28
570- Turn off SELinux
571
572* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27.sel
573- Turn on SELinux
574
575* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-27
576- Turn off SELinux
577
578* Mon Oct 13 2003 Dan Walsh <dwalsh@redhat.com> 5.0-26.sel
579- Turn on SELinux
580
581* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
582- allow compiling without pam support
583
584* Fri Oct 10 2003 Tim Waugh <twaugh@redhat.com> 5.0-23
585- Make split(1) handle large files (bug #106700).
586
587* Thu Oct  9 2003 Dan Walsh <dwalsh@redhat.com> 5.0-22
588- Turn off SELinux
589
590* Wed Oct  8 2003 Dan Walsh <dwalsh@redhat.com> 5.0-21.sel
591- Cleanup SELinux patch
592
593* Fri Oct  3 2003 Tim Waugh <twaugh@redhat.com> 5.0-20
594- Restrict ACL support to only those programs needing it (bug #106141).
595- Fix default PATH for LSB (bug #102567).
596
597* Thu Sep 11 2003 Dan Walsh <dwalsh@redhat.com> 5.0-19
598- Turn off SELinux
599
600* Wed Sep 10 2003 Dan Walsh <dwalsh@redhat.com> 5.0-18.sel
601- Turn on SELinux
602
603* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 5.0-17
604- Turn off SELinux
605
606* Tue Sep 2 2003 Dan Walsh <dwalsh@redhat.com> 5.0-16.sel
607- Only call getfilecon if the user requested it.
608- build with selinux
609
610* Wed Aug 20 2003 Tim Waugh <twaugh@redhat.com> 5.0-14
611- Documentation fix (bug #102697).
612
613* Tue Aug 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-13
614- Made su use pam again (oops).
615- Fixed another i18n bug causing sort --month-sort to fail.
616- Don't run dubious stty test, since it fails when backgrounded
617  (bug #102033).
618- Re-enable make check.
619
620* Fri Aug  8 2003 Tim Waugh <twaugh@redhat.com> 5.0-12
621- Don't run 'make check' for this build (build environment problem).
622- Another uninitialized variable in i18n (from bug #98683).
623
624* Wed Aug 6 2003 Dan Walsh <dwalsh@redhat.com> 5.0-11
625- Internationalize runcon
626- Update latest chcon from NSA
627
628* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com>
629- Re-enable make check.
630
631* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-9
632- Don't run 'make check' for this build (build environment problem).
633
634* Mon Jul 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-8
635- Actually use the ACL patch (bug #100519).
636
637* Wed Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 5.0-7
638- Convert to SELinux
639
640* Mon Jun  9 2003 Tim Waugh <twaugh@redhat.com>
641- Removed samefile patch.  Now the test suite passes.
642
643* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
644- rebuilt
645
646* Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 5.0-5
647- Both kon and kterm support colours (bug #83701).
648- Fix 'ls -l' alignment in zh_CN locale (bug #88346).
649
650* Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 5.0-4
651- Prevent file descriptor leakage in du (bug #90563).
652- Build requires recent texinfo (bug #90439).
653
654* Wed Apr 30 2003 Tim Waugh <twaugh@redhat.com> 5.0-3
655- Allow obsolete options unless POSIXLY_CORRECT is set.
656
657* Sat Apr 12 2003 Tim Waugh <twaugh@redhat.com>
658- Fold bug was introduced by i18n patch; fixed there instead.
659
660* Fri Apr 11 2003 Matt Wilson <msw@redhat.com> 5.0-2
661- fix segfault in fold (#88683)
662
663* Sat Apr  5 2003 Tim Waugh <twaugh@redhat.com> 5.0-1
664- 5.0.
665
666* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com>
667- Use _smp_mflags.
668
669* Mon Mar 24 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-2
670- Remove overwrite patch.
671- No longer seem to need nolibrt, errno patches.
672
673* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com>
674- No longer seem to need danglinglink, prompt, lug, touch_errno patches.
675
676* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 4.5.11-1
677- 4.5.11.
678- Use packaged readlink.
679
680* Wed Mar 19 2003 Tim Waugh <twaugh@redhat.com> 4.5.10-1
681- 4.5.10.
682- Update lug, touch_errno, acl, utmp, printf-ll, i18n, test-bugs patches.
683- Drop fr_fix, LC_TIME, preserve, regex patches.
684
685* Wed Mar 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-21
686- Fixed another i18n patch bug (bug #82032).
687
688* Tue Mar 11 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-20
689- Fix sort(1) efficiency in multibyte encoding (bug #82032).
690
691* Tue Feb 18 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-19
692- Ship readlink(1) (bug #84200).
693
694* Thu Feb 13 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-18
695- Deal with glibc < 2.2 in %%pre scriplet (bug #84090).
696
697* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-16
698- Require glibc >= 2.2 (bug #84090).
699
700* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 4.5.3-15
701- fix group (#84095)
702
703* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.5.3-14
704- rebuilt
705
706* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com>
707- Fix rm(1) man page.
708
709* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-13
710- Fix re_compile_pattern check.
711- Fix su hang (bug #81653).
712
713* Tue Jan 14 2003 Tim Waugh <twaugh@redhat.com> 4.5.3-11
714- Fix memory size calculation.
715
716* Tue Dec 17 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-10
717- Fix mv error message (bug #79809).
718
719* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 4.5.3-9
720- added PreReq on grep
721
722* Fri Dec 13 2002 Tim Waugh <twaugh@redhat.com>
723- Fix cp --preserve with multiple arguments.
724
725* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-8
726- Turn on colorls for screen (bug #78816).
727
728* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-7
729- Fix mv (bug #79283).
730- Add patch27 (nogetline).
731
732* Sun Dec  1 2002 Tim Powers <timp@redhat.com> 4.5.3-6
733- use the su.pamd from sh-utils since it works properly with multilib systems
734
735* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-5
736- Fix test suite quoting problems.
737
738* Fri Nov 29 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-4
739- Fix scriplets.
740- Fix i18n patch so it doesn't break uniq.
741- Fix several other patches to either make the test suite pass or
742  not run the relevant tests.
743- Run 'make check'.
744- Fix file list.
745
746* Thu Nov 28 2002 Tim Waugh <twaugh@redhat.com> 4.5.3-3
747- Adapted for Red Hat Linux.
748- Self-host for help2man.
749- Don't ship readlink just yet (maybe later).
750- Merge patches from fileutils and sh-utils (textutils ones are already
751  merged it seems).
752- Keep the binaries where the used to be (in particular, id and stat).
753
754* Sun Nov 17 2002 Stew Benedict <sbenedict@mandrakesoft.com> 4.5.3-2mdk
755- LI18NUX/LSB compliance (patch800)
756- Installed (but unpackaged) file(s) - /usr/share/info/dir
757
758* Thu Oct 31 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.3-1mdk
759- new release
760- rediff patch 180
761- merge patch 150 into 180
762
763* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-6mdk
764- move su back to /bin
765
766* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-5mdk
767- patch 0 : lg locale is illegal and must be renamed lug (pablo)
768
769* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-4mdk
770- fix conflict with procps
771
772* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-3mdk
773- patch 105 : fix install -s
774
775* Mon Oct 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-2mdk
776- fix build
777- don't chmode two times su
778- build with large file support
779- fix description
780- various spec cleanups
781- fix chroot installation
782- fix missing /bin/env
783- add old fileutils, sh-utils & textutils ChangeLogs
784
785* Fri Oct 11 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 4.5.2-1mdk
786- initial release (merge fileutils, sh-utils & textutils)
787- obsoletes/provides: sh-utils/fileutils/textutils
788- fileutils stuff go in 1xx range
789- sh-utils stuff go in 7xx range
790- textutils stuff go in 5xx range
791- drop obsoletes patches 1, 2, 10 (somes files're gone but we didn't ship
792  most of them)
793- rediff patches 103, 105, 111, 113, 180, 706
794- temporary disable patch 3 & 4
795- fix fileutils url
Note: See TracBrowser for help on using the repository browser.