forked from pool/coreutils
This commit is contained in:
parent
0b4a3542a1
commit
74d5306653
3
coreutils-6.10.tar.gz
Normal file
3
coreutils-6.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d013547889f20576460249c4210632d5314531c8477378a2e046b13a8ebeb7e
|
||||||
|
size 9193125
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1acdea3aac3b7190461c9f054ee40036d6fb69fb1e70d9712c8c720de1a794c6
|
|
||||||
size 9179182
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 22 23:03:33 CET 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Update to coreutils 6.10.
|
||||||
|
** Bug fixes
|
||||||
|
Fix a non-portable use of sed in configure.ac.
|
||||||
|
[bug introduced in coreutils-6.9.92]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 13 12:59:37 CET 2008 - rguenther@suse.de
|
Sun Jan 13 12:59:37 CET 2008 - rguenther@suse.de
|
||||||
|
|
||||||
|
269
coreutils.spec
269
coreutils.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package coreutils (Version 6.9.92)
|
# spec file for package coreutils (Version 6.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -19,8 +19,8 @@ Obsoletes: fileutils sh-utils stat textutils mktemp
|
|||||||
Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit >= 9 libselinux-64bit = 9 libselinux-x86 = 9
|
Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit >= 9 libselinux-64bit = 9 libselinux-x86 = 9
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 6.9.92
|
Version: 6.10
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: GNU Core Utilities
|
Summary: GNU Core Utilities
|
||||||
Source: coreutils-%{version}.tar.gz
|
Source: coreutils-%{version}.tar.gz
|
||||||
Source1: su.pamd
|
Source1: su.pamd
|
||||||
@ -171,10 +171,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_prefix}/share/locale/*/LC_TIME
|
%dir %{_prefix}/share/locale/*/LC_TIME
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Jan 13 2008 - rguenther@suse.de
|
* Tue Jan 22 2008 schwab@suse.de
|
||||||
|
- Update to coreutils 6.10.
|
||||||
|
** Bug fixes
|
||||||
|
Fix a non-portable use of sed in configure.ac.
|
||||||
|
[bug introduced in coreutils-6.9.92]
|
||||||
|
* Sun Jan 13 2008 rguenther@suse.de
|
||||||
- Reapply dropped patch:
|
- Reapply dropped patch:
|
||||||
adjust test-getaddrinfo to not fail w/o network connection
|
adjust test-getaddrinfo to not fail w/o network connection
|
||||||
* Sat Jan 12 2008 - schwab@suse.de
|
* Sat Jan 12 2008 schwab@suse.de
|
||||||
- Update to coreutils 6.9.92.
|
- Update to coreutils 6.9.92.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
cp --parents no longer uses uninitialized memory when restoring the
|
cp --parents no longer uses uninitialized memory when restoring the
|
||||||
@ -189,21 +194,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
whenever that same command would succeed without "-d now".
|
whenever that same command would succeed without "-d now".
|
||||||
Before, it would work fine with no -d option, yet it would
|
Before, it would work fine with no -d option, yet it would
|
||||||
fail with the ostensibly-equivalent "-d now".
|
fail with the ostensibly-equivalent "-d now".
|
||||||
* Mon Jan 07 2008 - schwab@suse.de
|
* Mon Jan 07 2008 schwab@suse.de
|
||||||
- Update to coreutils 6.9.91.
|
- Update to coreutils 6.9.91.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
"ls -l" would not output "+" on SELinux hosts unless -Z was also given.
|
"ls -l" would not output "+" on SELinux hosts unless -Z was also given.
|
||||||
"rm" would fail to unlink a non-directory when run in an environment
|
"rm" would fail to unlink a non-directory when run in an environment
|
||||||
in which the user running rm is capable of unlinking a directory.
|
in which the user running rm is capable of unlinking a directory.
|
||||||
[bug introduced in coreutils-6.9]
|
[bug introduced in coreutils-6.9]
|
||||||
* Mon Jan 07 2008 - jblunck@suse.de
|
* Mon Jan 07 2008 jblunck@suse.de
|
||||||
- fix a cp bug with -p --parents
|
- fix a cp bug with -p --parents
|
||||||
* Wed Dec 12 2007 - rguenther@suse.de
|
* Wed Dec 12 2007 rguenther@suse.de
|
||||||
- adjust test-getaddrinfo to not fail w/o network connection
|
- adjust test-getaddrinfo to not fail w/o network connection
|
||||||
* Mon Dec 10 2007 - ro@suse.de
|
* Mon Dec 10 2007 ro@suse.de
|
||||||
- change source archive compression back to .bz2 to avoid another
|
- change source archive compression back to .bz2 to avoid another
|
||||||
dependency in the lowest basesystem
|
dependency in the lowest basesystem
|
||||||
* Mon Dec 03 2007 - schwab@suse.de
|
* Mon Dec 03 2007 schwab@suse.de
|
||||||
- Update to coreutils-6.9.90.
|
- Update to coreutils-6.9.90.
|
||||||
** New programs
|
** New programs
|
||||||
arch: equivalent to uname -m, not installed by default
|
arch: equivalent to uname -m, not installed by default
|
||||||
@ -334,19 +339,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
complement of Set1. [present in the original version, in 1992]
|
complement of Set1. [present in the original version, in 1992]
|
||||||
tr no longer rejects an unmatched [:lower:] or [:upper:] in SET1.
|
tr no longer rejects an unmatched [:lower:] or [:upper:] in SET1.
|
||||||
[present in the original version]
|
[present in the original version]
|
||||||
* Thu Nov 29 2007 - schwab@suse.de
|
* Thu Nov 29 2007 schwab@suse.de
|
||||||
- Update to coreutils-6.9.89.48 snapshot.
|
- Update to coreutils-6.9.89.48 snapshot.
|
||||||
* Mon Jul 23 2007 - schwab@suse.de
|
* Mon Jul 23 2007 schwab@suse.de
|
||||||
- Fix random sort.
|
- Fix random sort.
|
||||||
- Fix invalid free.
|
- Fix invalid free.
|
||||||
- Fix misalignment.
|
- Fix misalignment.
|
||||||
* Sun May 20 2007 - schwab@suse.de
|
* Sun May 20 2007 schwab@suse.de
|
||||||
- Fix compiling with glibc 2.6.
|
- Fix compiling with glibc 2.6.
|
||||||
* Sun May 20 2007 - schwab@suse.de
|
* Sun May 20 2007 schwab@suse.de
|
||||||
- Fix fchownat test.
|
- Fix fchownat test.
|
||||||
* Mon Apr 02 2007 - schwab@suse.de
|
* Mon Apr 02 2007 schwab@suse.de
|
||||||
- Fix ls -x.
|
- Fix ls -x.
|
||||||
* Fri Mar 23 2007 - schwab@suse.de
|
* Fri Mar 23 2007 schwab@suse.de
|
||||||
- Update to coreutils 6.9.
|
- Update to coreutils 6.9.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
cp -x (--one-file-system) would fail to set mount point permissions
|
cp -x (--one-file-system) would fail to set mount point permissions
|
||||||
@ -355,18 +360,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
is still affected by POSIXLY_CORRECT, though.
|
is still affected by POSIXLY_CORRECT, though.
|
||||||
Using pr -m -s (i.e. merging files, with TAB as the output separator)
|
Using pr -m -s (i.e. merging files, with TAB as the output separator)
|
||||||
no longer inserts extraneous spaces between output columns.
|
no longer inserts extraneous spaces between output columns.
|
||||||
* Wed Mar 14 2007 - lnussel@suse.de
|
* Wed Mar 14 2007 lnussel@suse.de
|
||||||
- su: actually use /etc/pam.d/su-l when running su - (#254428)
|
- su: actually use /etc/pam.d/su-l when running su - (#254428)
|
||||||
* Mon Mar 05 2007 - lnussel@suse.de
|
* Mon Mar 05 2007 lnussel@suse.de
|
||||||
- su: don't chdir("/") before fork() (#251287)
|
- su: don't chdir("/") before fork() (#251287)
|
||||||
* Fri Mar 02 2007 - lnussel@suse.de
|
* Fri Mar 02 2007 lnussel@suse.de
|
||||||
- split off and rework PAM patch for su:
|
- split off and rework PAM patch for su:
|
||||||
* run pam_open_session as root (#245706)
|
* run pam_open_session as root (#245706)
|
||||||
* use separate pam configs for "su" and "su -" (RedHat #198639)
|
* use separate pam configs for "su" and "su -" (RedHat #198639)
|
||||||
* detect pam libs in configure script, add option to disable it
|
* detect pam libs in configure script, add option to disable it
|
||||||
* don't set argv[0] to "-su", use upstream behavior instead
|
* don't set argv[0] to "-su", use upstream behavior instead
|
||||||
* don't use getlogin() for setting PAM_RUSER
|
* don't use getlogin() for setting PAM_RUSER
|
||||||
* Sun Feb 25 2007 - schwab@suse.de
|
* Sun Feb 25 2007 schwab@suse.de
|
||||||
- Update to coreutils 6.8.
|
- Update to coreutils 6.8.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
chgrp, chmod, and chown now honor the --preserve-root option.
|
chgrp, chmod, and chown now honor the --preserve-root option.
|
||||||
@ -405,11 +410,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
is printed. Its --check option now accepts an optional argument, and
|
is printed. Its --check option now accepts an optional argument, and
|
||||||
--check=quiet and --check=silent are now aliases for -C, while
|
--check=quiet and --check=silent are now aliases for -C, while
|
||||||
--check=diagnose-first is an alias for -c or plain --check.
|
--check=diagnose-first is an alias for -c or plain --check.
|
||||||
* Tue Jan 09 2007 - schwab@suse.de
|
* Tue Jan 09 2007 schwab@suse.de
|
||||||
- Fix localized month sorting [#231790].
|
- Fix localized month sorting [#231790].
|
||||||
* Wed Dec 13 2006 - schwab@suse.de
|
* Wed Dec 13 2006 schwab@suse.de
|
||||||
- Fix acl tests.
|
- Fix acl tests.
|
||||||
* Sat Dec 09 2006 - schwab@suse.de
|
* Sat Dec 09 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.7.
|
- Update to coreutils 6.7.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
When cp -p copied a file with special mode bits set, the same bits
|
When cp -p copied a file with special mode bits set, the same bits
|
||||||
@ -430,7 +435,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
du --one-file-system (-x) would skip subdirectories of any directory
|
du --one-file-system (-x) would skip subdirectories of any directory
|
||||||
listed as second or subsequent command line argument. This bug affects
|
listed as second or subsequent command line argument. This bug affects
|
||||||
coreutils-6.4, 6.5 and 6.6.
|
coreutils-6.4, 6.5 and 6.6.
|
||||||
* Wed Nov 22 2006 - schwab@suse.de
|
* Wed Nov 22 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.6.
|
- Update to coreutils 6.6.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
ls would segfault (dereference a NULL pointer) for a file with a
|
ls would segfault (dereference a NULL pointer) for a file with a
|
||||||
@ -442,7 +447,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
Now, du (and the other fts clients: chmod, chgrp, chown) honor a
|
Now, du (and the other fts clients: chmod, chgrp, chown) honor a
|
||||||
trailing slash in the name of a symlink-to-directory even on
|
trailing slash in the name of a symlink-to-directory even on
|
||||||
Solaris 9, by working around its buggy fstatat implementation.
|
Solaris 9, by working around its buggy fstatat implementation.
|
||||||
* Mon Nov 20 2006 - schwab@suse.de
|
* Mon Nov 20 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.5.
|
- Update to coreutils 6.5.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
du (and the other fts clients: chmod, chgrp, chown) would exit early
|
du (and the other fts clients: chmod, chgrp, chown) would exit early
|
||||||
@ -453,7 +458,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
"ln --backup f f" now produces a sensible diagnostic
|
"ln --backup f f" now produces a sensible diagnostic
|
||||||
** New features
|
** New features
|
||||||
rm accepts a new option: --one-file-system
|
rm accepts a new option: --one-file-system
|
||||||
* Mon Oct 23 2006 - schwab@suse.de
|
* Mon Oct 23 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.4.
|
- Update to coreutils 6.4.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
chgrp and chown would malfunction when invoked with both -R and -H and
|
chgrp and chown would malfunction when invoked with both -R and -H and
|
||||||
@ -465,7 +470,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
With --force (-f), rm no longer fails for ENOTDIR.
|
With --force (-f), rm no longer fails for ENOTDIR.
|
||||||
For example, "rm -f existing-non-directory/anything" now exits
|
For example, "rm -f existing-non-directory/anything" now exits
|
||||||
successfully, ignoring the error about a nonexistent file.
|
successfully, ignoring the error about a nonexistent file.
|
||||||
* Mon Oct 09 2006 - schwab@suse.de
|
* Mon Oct 09 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.3.
|
- Update to coreutils 6.3.
|
||||||
** Improved robustness
|
** Improved robustness
|
||||||
pinky no longer segfaults on Darwin 7.9.0 (MacOS X 10.3.9) due to a
|
pinky no longer segfaults on Darwin 7.9.0 (MacOS X 10.3.9) due to a
|
||||||
@ -495,14 +500,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
** Portability
|
** Portability
|
||||||
Versions of chmod, chown, chgrp, du, and rm (tools that use openat etc.)
|
Versions of chmod, chown, chgrp, du, and rm (tools that use openat etc.)
|
||||||
compiled for Solaris 8 now also work when run on Solaris 10.
|
compiled for Solaris 8 now also work when run on Solaris 10.
|
||||||
* Thu Oct 05 2006 - agruen@suse.de
|
* Thu Oct 05 2006 agruen@suse.de
|
||||||
- cp: Replace the old --attributes=regex option with
|
- cp: Replace the old --attributes=regex option with
|
||||||
--preserve=xattrs. Only copy extended attributes if this
|
--preserve=xattrs. Only copy extended attributes if this
|
||||||
option is given. Use libattr's new copy_attr_action() function
|
option is given. Use libattr's new copy_attr_action() function
|
||||||
to check which attributes to copy in /etc/xattr.conf.
|
to check which attributes to copy in /etc/xattr.conf.
|
||||||
* Tue Sep 19 2006 - schwab@suse.de
|
* Tue Sep 19 2006 schwab@suse.de
|
||||||
- Disable broken autopoint.
|
- Disable broken autopoint.
|
||||||
* Mon Sep 18 2006 - schwab@suse.de
|
* Mon Sep 18 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.2.
|
- Update to coreutils 6.2.
|
||||||
** Changes in behavior
|
** Changes in behavior
|
||||||
mkdir -p and install -d (or -D) now use a method that forks a child
|
mkdir -p and install -d (or -D) now use a method that forks a child
|
||||||
@ -532,9 +537,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
where the first one names a directory and the second name ends in
|
where the first one names a directory and the second name ends in
|
||||||
a slash and doesn't exist. E.g., "mv dir B/", for nonexistent B,
|
a slash and doesn't exist. E.g., "mv dir B/", for nonexistent B,
|
||||||
now succeeds, once more. This bug was introduced in coreutils-5.3.0.
|
now succeeds, once more. This bug was introduced in coreutils-5.3.0.
|
||||||
* Fri Sep 01 2006 - schwab@suse.de
|
* Fri Sep 01 2006 schwab@suse.de
|
||||||
- Fix sbin patch [#202632].
|
- Fix sbin patch [#202632].
|
||||||
* Mon Aug 21 2006 - schwab@suse.de
|
* Mon Aug 21 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.1.
|
- Update to coreutils 6.1.
|
||||||
** Changes in behavior
|
** Changes in behavior
|
||||||
df now considers BSD "kernfs" file systems to be dummies
|
df now considers BSD "kernfs" file systems to be dummies
|
||||||
@ -546,7 +551,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
[introduced in coreutils-6.0]
|
[introduced in coreutils-6.0]
|
||||||
ls -CF would misalign columns in some cases involving non-stat'able files
|
ls -CF would misalign columns in some cases involving non-stat'able files
|
||||||
[introduced in coreutils-6.0]
|
[introduced in coreutils-6.0]
|
||||||
* Tue Aug 15 2006 - schwab@suse.de
|
* Tue Aug 15 2006 schwab@suse.de
|
||||||
- Update to coreutils 6.0.
|
- Update to coreutils 6.0.
|
||||||
** Improved robustness
|
** Improved robustness
|
||||||
df: if the file system claims to have more available than total blocks,
|
df: if the file system claims to have more available than total blocks,
|
||||||
@ -727,9 +732,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
SunOS 4.1.4, Solaris 2.5.1 and OSF1/Tru64 V4.0F&V5.1.
|
SunOS 4.1.4, Solaris 2.5.1 and OSF1/Tru64 V4.0F&V5.1.
|
||||||
tail -f once again works on a file with the append-only
|
tail -f once again works on a file with the append-only
|
||||||
attribute (affects at least Linux ext2, ext3, xfs file systems)
|
attribute (affects at least Linux ext2, ext3, xfs file systems)
|
||||||
* Tue Aug 08 2006 - schwab@suse.de
|
* Tue Aug 08 2006 schwab@suse.de
|
||||||
- Move sux to %%{_bindir}.
|
- Move sux to %%{_bindir}.
|
||||||
* Mon Jun 26 2006 - schwab@suse.de
|
* Mon Jun 26 2006 schwab@suse.de
|
||||||
- Update to coreutils 5.97.
|
- Update to coreutils 5.97.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
rebuild with better autoconf test for when the lstat replacement
|
rebuild with better autoconf test for when the lstat replacement
|
||||||
@ -744,231 +749,231 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
** New features
|
** New features
|
||||||
chgrp now supports --preserve-root, --no-preserve-root (default),
|
chgrp now supports --preserve-root, --no-preserve-root (default),
|
||||||
as it was documented to do, and just as chmod, chown, and rm do.
|
as it was documented to do, and just as chmod, chown, and rm do.
|
||||||
* Thu Jun 22 2006 - schwab@suse.de
|
* Thu Jun 22 2006 schwab@suse.de
|
||||||
- Fix conflict with <fcntl.h>.
|
- Fix conflict with <fcntl.h>.
|
||||||
* Mon May 22 2006 - schwab@suse.de
|
* Mon May 22 2006 schwab@suse.de
|
||||||
- Update to coreutils 5.96.
|
- Update to coreutils 5.96.
|
||||||
* Sat May 13 2006 - schwab@suse.de
|
* Sat May 13 2006 schwab@suse.de
|
||||||
- Update to coreutils 5.95.
|
- Update to coreutils 5.95.
|
||||||
* Fri Apr 07 2006 - cthiel@suse.de
|
* Fri Apr 07 2006 cthiel@suse.de
|
||||||
- added Obsoletes: libselinux (hack for bug #156519)
|
- added Obsoletes: libselinux (hack for bug #156519)
|
||||||
* Mon Feb 13 2006 - schwab@suse.de
|
* Mon Feb 13 2006 schwab@suse.de
|
||||||
- Fix spurious failure with cp -LR.
|
- Fix spurious failure with cp -LR.
|
||||||
- Move check for /proc.
|
- Move check for /proc.
|
||||||
* Mon Jan 30 2006 - schwab@suse.de
|
* Mon Jan 30 2006 schwab@suse.de
|
||||||
- Always print newline after format in stat [#145905].
|
- Always print newline after format in stat [#145905].
|
||||||
- Barf if /proc is not mounted.
|
- Barf if /proc is not mounted.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Jan 19 2006 - meissner@suse.de
|
* Thu Jan 19 2006 meissner@suse.de
|
||||||
- Do not strip /bin/su.
|
- Do not strip /bin/su.
|
||||||
* Wed Jan 11 2006 - schwab@suse.de
|
* Wed Jan 11 2006 schwab@suse.de
|
||||||
- Fix infloop when ignoring characters [#141756].
|
- Fix infloop when ignoring characters [#141756].
|
||||||
* Mon Dec 19 2005 - kukuk@suse.de
|
* Mon Dec 19 2005 kukuk@suse.de
|
||||||
- Add fallback if futimesat does not work
|
- Add fallback if futimesat does not work
|
||||||
* Mon Dec 05 2005 - ke@suse.de
|
* Mon Dec 05 2005 ke@suse.de
|
||||||
- Fix typo in German translation file; reported by Olaf Hering
|
- Fix typo in German translation file; reported by Olaf Hering
|
||||||
[#105863].
|
[#105863].
|
||||||
* Mon Dec 05 2005 - schwab@suse.de
|
* Mon Dec 05 2005 schwab@suse.de
|
||||||
- Drop SELinux support.
|
- Drop SELinux support.
|
||||||
* Tue Nov 15 2005 - uli@suse.de
|
* Tue Nov 15 2005 uli@suse.de
|
||||||
- some tests fail on ARM (QEMU problem?); ignore for now
|
- some tests fail on ARM (QEMU problem?); ignore for now
|
||||||
* Sun Nov 06 2005 - schwab@suse.de
|
* Sun Nov 06 2005 schwab@suse.de
|
||||||
- Update to coreutils 5.93.
|
- Update to coreutils 5.93.
|
||||||
* Wed Nov 02 2005 - schwab@suse.de
|
* Wed Nov 02 2005 schwab@suse.de
|
||||||
- Update to coreutils 5.92.
|
- Update to coreutils 5.92.
|
||||||
- Fix invalid use of va_list.
|
- Fix invalid use of va_list.
|
||||||
- Add some fixes from cvs.
|
- Add some fixes from cvs.
|
||||||
* Thu Oct 20 2005 - schwab@suse.de
|
* Thu Oct 20 2005 schwab@suse.de
|
||||||
- Reenable DEFAULT_POSIX2_VERSION.
|
- Reenable DEFAULT_POSIX2_VERSION.
|
||||||
* Wed Oct 19 2005 - agruen@suse.de
|
* Wed Oct 19 2005 agruen@suse.de
|
||||||
- Add acl and xattr patches.
|
- Add acl and xattr patches.
|
||||||
* Mon Oct 17 2005 - schwab@suse.de
|
* Mon Oct 17 2005 schwab@suse.de
|
||||||
- Update to coreutils 5.91.
|
- Update to coreutils 5.91.
|
||||||
* Sat Oct 01 2005 - schwab@suse.de
|
* Sat Oct 01 2005 schwab@suse.de
|
||||||
- Update to coreutils 5.90.
|
- Update to coreutils 5.90.
|
||||||
- Disable acl patches for now.
|
- Disable acl patches for now.
|
||||||
* Sun Sep 25 2005 - schwab@suse.de
|
* Sun Sep 25 2005 schwab@suse.de
|
||||||
- Fix warning.
|
- Fix warning.
|
||||||
* Wed Aug 24 2005 - werner@suse.de
|
* Wed Aug 24 2005 werner@suse.de
|
||||||
- Let `su' handle /sbin and /usr/sbin in path
|
- Let `su' handle /sbin and /usr/sbin in path
|
||||||
* Mon Aug 01 2005 - kukuk@suse.de
|
* Mon Aug 01 2005 kukuk@suse.de
|
||||||
- And yet another uninitialized variable fix.
|
- And yet another uninitialized variable fix.
|
||||||
* Fri Jul 29 2005 - schwab@suse.de
|
* Fri Jul 29 2005 schwab@suse.de
|
||||||
- Fix another uninitialized variable.
|
- Fix another uninitialized variable.
|
||||||
* Wed Jul 06 2005 - schwab@suse.de
|
* Wed Jul 06 2005 schwab@suse.de
|
||||||
- Fix uninitialized variable.
|
- Fix uninitialized variable.
|
||||||
* Mon Jul 04 2005 - schwab@suse.de
|
* Mon Jul 04 2005 schwab@suse.de
|
||||||
- Update i18n patch.
|
- Update i18n patch.
|
||||||
* Mon Jun 20 2005 - schwab@suse.de
|
* Mon Jun 20 2005 schwab@suse.de
|
||||||
- Fix last change.
|
- Fix last change.
|
||||||
* Wed Jun 15 2005 - kukuk@suse.de
|
* Wed Jun 15 2005 kukuk@suse.de
|
||||||
- Compile/link su with -fpie/-pie
|
- Compile/link su with -fpie/-pie
|
||||||
* Sat May 21 2005 - kukuk@suse.de
|
* Sat May 21 2005 kukuk@suse.de
|
||||||
- Add support for /etc/default/su
|
- Add support for /etc/default/su
|
||||||
* Mon May 02 2005 - kukuk@suse.de
|
* Mon May 02 2005 kukuk@suse.de
|
||||||
- Don't overwrite PATH if su is called with "-" option.
|
- Don't overwrite PATH if su is called with "-" option.
|
||||||
* Wed Mar 02 2005 - schwab@suse.de
|
* Wed Mar 02 2005 schwab@suse.de
|
||||||
- Fix merge error [#67103].
|
- Fix merge error [#67103].
|
||||||
* Mon Feb 28 2005 - schwab@suse.de
|
* Mon Feb 28 2005 schwab@suse.de
|
||||||
- Call pam_getenvlist before pam_end.
|
- Call pam_getenvlist before pam_end.
|
||||||
* Mon Feb 28 2005 - schwab@suse.de
|
* Mon Feb 28 2005 schwab@suse.de
|
||||||
- Link su to sux [#66830].
|
- Link su to sux [#66830].
|
||||||
* Wed Feb 02 2005 - schwab@suse.de
|
* Wed Feb 02 2005 schwab@suse.de
|
||||||
- Handle xfs and jfs in stat [#50415].
|
- Handle xfs and jfs in stat [#50415].
|
||||||
* Wed Feb 02 2005 - schwab@suse.de
|
* Wed Feb 02 2005 schwab@suse.de
|
||||||
- Handle subfs like autofs.
|
- Handle subfs like autofs.
|
||||||
* Tue Jan 25 2005 - schwab@suse.de
|
* Tue Jan 25 2005 schwab@suse.de
|
||||||
- Fix path_concat.
|
- Fix path_concat.
|
||||||
* Thu Jan 20 2005 - schwab@suse.de
|
* Thu Jan 20 2005 schwab@suse.de
|
||||||
- Use pam_xauth [#42238].
|
- Use pam_xauth [#42238].
|
||||||
* Fri Jan 14 2005 - schwab@suse.de
|
* Fri Jan 14 2005 schwab@suse.de
|
||||||
- Fix merge error [#49853].
|
- Fix merge error [#49853].
|
||||||
* Tue Jan 11 2005 - schwab@suse.de
|
* Tue Jan 11 2005 schwab@suse.de
|
||||||
- Update to coreutils 5.3.0.
|
- Update to coreutils 5.3.0.
|
||||||
* Mon Nov 08 2004 - kukuk@suse.de
|
* Mon Nov 08 2004 kukuk@suse.de
|
||||||
- Use common-* PAM config files for su PAM configuration
|
- Use common-* PAM config files for su PAM configuration
|
||||||
* Mon Oct 25 2004 - schwab@suse.de
|
* Mon Oct 25 2004 schwab@suse.de
|
||||||
- Fix last change.
|
- Fix last change.
|
||||||
- Fix selinux patch.
|
- Fix selinux patch.
|
||||||
* Wed Oct 20 2004 - ro@suse.de
|
* Wed Oct 20 2004 ro@suse.de
|
||||||
- remove no language support (nb is already there)
|
- remove no language support (nb is already there)
|
||||||
* Sat Oct 02 2004 - agruen@suse.de
|
* Sat Oct 02 2004 agruen@suse.de
|
||||||
- #46609: Fix chown and chgrp utilities for uid == (uid_t) -1 and
|
- #46609: Fix chown and chgrp utilities for uid == (uid_t) -1 and
|
||||||
gid == (gid_t) -1 case.
|
gid == (gid_t) -1 case.
|
||||||
- Add missing #include to have NULL defined in lib/acl.c
|
- Add missing #include to have NULL defined in lib/acl.c
|
||||||
* Fri Sep 10 2004 - schwab@suse.de
|
* Fri Sep 10 2004 schwab@suse.de
|
||||||
- Fix uninitialized variable [#44929].
|
- Fix uninitialized variable [#44929].
|
||||||
- Fix selinux patch.
|
- Fix selinux patch.
|
||||||
* Wed Aug 25 2004 - schwab@suse.de
|
* Wed Aug 25 2004 schwab@suse.de
|
||||||
- Fix hardlink accounting patch.
|
- Fix hardlink accounting patch.
|
||||||
* Mon May 24 2004 - schwab@suse.de
|
* Mon May 24 2004 schwab@suse.de
|
||||||
- Update testsuite for change in chown.
|
- Update testsuite for change in chown.
|
||||||
* Mon May 24 2004 - schwab@suse.de
|
* Mon May 24 2004 schwab@suse.de
|
||||||
- Precompute length in caller of ismbblank to avoid quadratic behaviour
|
- Precompute length in caller of ismbblank to avoid quadratic behaviour
|
||||||
[#40741].
|
[#40741].
|
||||||
* Mon May 17 2004 - schwab@suse.de
|
* Mon May 17 2004 schwab@suse.de
|
||||||
- Fix handling of symlinks in chown [#40691].
|
- Fix handling of symlinks in chown [#40691].
|
||||||
* Sat Apr 17 2004 - schwab@suse.de
|
* Sat Apr 17 2004 schwab@suse.de
|
||||||
- Pacify autobuild.
|
- Pacify autobuild.
|
||||||
* Fri Apr 02 2004 - schwab@suse.de
|
* Fri Apr 02 2004 schwab@suse.de
|
||||||
- Add support for IUTF8 in stty.
|
- Add support for IUTF8 in stty.
|
||||||
* Tue Mar 30 2004 - schwab@suse.de
|
* Tue Mar 30 2004 schwab@suse.de
|
||||||
- Fix merge error in selinux patch [#37431].
|
- Fix merge error in selinux patch [#37431].
|
||||||
* Mon Mar 29 2004 - schwab@suse.de
|
* Mon Mar 29 2004 schwab@suse.de
|
||||||
- Fix hardlink accounting in du.
|
- Fix hardlink accounting in du.
|
||||||
* Mon Mar 22 2004 - schwab@suse.de
|
* Mon Mar 22 2004 schwab@suse.de
|
||||||
- Fix race in the testsuite.
|
- Fix race in the testsuite.
|
||||||
* Mon Mar 15 2004 - kukuk@suse.de
|
* Mon Mar 15 2004 kukuk@suse.de
|
||||||
- Update SELinux patch to new libselinux interface
|
- Update SELinux patch to new libselinux interface
|
||||||
* Mon Mar 15 2004 - schwab@suse.de
|
* Mon Mar 15 2004 schwab@suse.de
|
||||||
- Fix date parsing.
|
- Fix date parsing.
|
||||||
* Sat Mar 13 2004 - schwab@suse.de
|
* Sat Mar 13 2004 schwab@suse.de
|
||||||
- Update to coreutils 5.2.1.
|
- Update to coreutils 5.2.1.
|
||||||
* Includes mv fix.
|
* Includes mv fix.
|
||||||
* Fix sparse handling in cp.
|
* Fix sparse handling in cp.
|
||||||
* Fix descriptor leak in nohup.
|
* Fix descriptor leak in nohup.
|
||||||
* Fix POSIX issues in expr.
|
* Fix POSIX issues in expr.
|
||||||
* Always allow user.group in chown.
|
* Always allow user.group in chown.
|
||||||
* Fri Mar 12 2004 - schwab@suse.de
|
* Fri Mar 12 2004 schwab@suse.de
|
||||||
- Fix sysinfo patch [#35337].
|
- Fix sysinfo patch [#35337].
|
||||||
* Fri Mar 12 2004 - schwab@suse.de
|
* Fri Mar 12 2004 schwab@suse.de
|
||||||
- Fix preserving links in mv.
|
- Fix preserving links in mv.
|
||||||
* Wed Mar 03 2004 - schwab@suse.de
|
* Wed Mar 03 2004 schwab@suse.de
|
||||||
- Fix help output from mkdir.
|
- Fix help output from mkdir.
|
||||||
* Fri Feb 20 2004 - schwab@suse.de
|
* Fri Feb 20 2004 schwab@suse.de
|
||||||
- Update to coreutils 5.2.0.
|
- Update to coreutils 5.2.0.
|
||||||
* Mon Feb 09 2004 - schwab@suse.de
|
* Mon Feb 09 2004 schwab@suse.de
|
||||||
- Update to coreutils 5.1.3.
|
- Update to coreutils 5.1.3.
|
||||||
* Mon Feb 02 2004 - agruen@suse.de
|
* Mon Feb 02 2004 agruen@suse.de
|
||||||
- Update acl and xattr patches, and add some Changelog text.
|
- Update acl and xattr patches, and add some Changelog text.
|
||||||
* Mon Jan 26 2004 - schwab@suse.de
|
* Mon Jan 26 2004 schwab@suse.de
|
||||||
- Update to coreutils 5.1.2.
|
- Update to coreutils 5.1.2.
|
||||||
* Fri Jan 23 2004 - schwab@suse.de
|
* Fri Jan 23 2004 schwab@suse.de
|
||||||
- Don't link [ to test.
|
- Don't link [ to test.
|
||||||
* Mon Jan 19 2004 - schwab@suse.de
|
* Mon Jan 19 2004 schwab@suse.de
|
||||||
- Update to coreutils 5.1.1.
|
- Update to coreutils 5.1.1.
|
||||||
- Default to POSIX.2-1992.
|
- Default to POSIX.2-1992.
|
||||||
* Fri Jan 16 2004 - kukuk@suse.de
|
* Fri Jan 16 2004 kukuk@suse.de
|
||||||
- Add pam-devel to neededforbuild
|
- Add pam-devel to neededforbuild
|
||||||
* Fri Jan 09 2004 - schwab@suse.de
|
* Fri Jan 09 2004 schwab@suse.de
|
||||||
- Fix spurious test failure.
|
- Fix spurious test failure.
|
||||||
* Thu Jan 08 2004 - schwab@suse.de
|
* Thu Jan 08 2004 schwab@suse.de
|
||||||
- Update to coreutils 5.1.0.
|
- Update to coreutils 5.1.0.
|
||||||
* Fri Dec 12 2003 - schwab@suse.de
|
* Fri Dec 12 2003 schwab@suse.de
|
||||||
- Fix use of AC_SEARCH_LIBS.
|
- Fix use of AC_SEARCH_LIBS.
|
||||||
* Tue Dec 09 2003 - schwab@suse.de
|
* Tue Dec 09 2003 schwab@suse.de
|
||||||
- Cleanup SELinux patch.
|
- Cleanup SELinux patch.
|
||||||
* Tue Dec 09 2003 - kukuk@suse.de
|
* Tue Dec 09 2003 kukuk@suse.de
|
||||||
- Add SELinux patch.
|
- Add SELinux patch.
|
||||||
* Wed Nov 26 2003 - schwab@suse.de
|
* Wed Nov 26 2003 schwab@suse.de
|
||||||
- Fix sorting of months in multibyte case [#33299].
|
- Fix sorting of months in multibyte case [#33299].
|
||||||
* Wed Oct 22 2003 - schwab@suse.de
|
* Wed Oct 22 2003 schwab@suse.de
|
||||||
- Fix building without extended attributes.
|
- Fix building without extended attributes.
|
||||||
* Wed Oct 15 2003 - schwab@suse.de
|
* Wed Oct 15 2003 schwab@suse.de
|
||||||
- Cleanup sysinfo patch.
|
- Cleanup sysinfo patch.
|
||||||
* Fri Sep 19 2003 - kukuk@suse.de
|
* Fri Sep 19 2003 kukuk@suse.de
|
||||||
- Add missing textutil to Provides
|
- Add missing textutil to Provides
|
||||||
* Mon Aug 25 2003 - agruen@suse.de
|
* Mon Aug 25 2003 agruen@suse.de
|
||||||
- Fix uname command to report reasonable processor and platform
|
- Fix uname command to report reasonable processor and platform
|
||||||
information (coreutils-sysinfo.diff: based on similar RedHat
|
information (coreutils-sysinfo.diff: based on similar RedHat
|
||||||
patch).
|
patch).
|
||||||
* Mon Jul 21 2003 - schwab@suse.de
|
* Mon Jul 21 2003 schwab@suse.de
|
||||||
- Fix typo in i18n patch for join.
|
- Fix typo in i18n patch for join.
|
||||||
* Fri Jul 18 2003 - schwab@suse.de
|
* Fri Jul 18 2003 schwab@suse.de
|
||||||
- Avoid abort in sort on inconsistent locales [#26506].
|
- Avoid abort in sort on inconsistent locales [#26506].
|
||||||
* Tue Jul 15 2003 - okir@suse.de
|
* Tue Jul 15 2003 okir@suse.de
|
||||||
- make su export variables declared via pam_putenv
|
- make su export variables declared via pam_putenv
|
||||||
* Wed May 28 2003 - kukuk@suse.de
|
* Wed May 28 2003 kukuk@suse.de
|
||||||
- PAM fixes for su:
|
- PAM fixes for su:
|
||||||
- Move pam_open_session call before dropping privilegs, session
|
- Move pam_open_session call before dropping privilegs, session
|
||||||
management needs max. possible credentials and needs to be done
|
management needs max. possible credentials and needs to be done
|
||||||
before we change into the home directory of the user.
|
before we change into the home directory of the user.
|
||||||
- Don't set PAM_TTY and PAM_RUSER to fake names.
|
- Don't set PAM_TTY and PAM_RUSER to fake names.
|
||||||
- Use conversion function from libpam_misc.
|
- Use conversion function from libpam_misc.
|
||||||
* Fri May 16 2003 - schwab@suse.de
|
* Fri May 16 2003 schwab@suse.de
|
||||||
- Fix exit status from su.
|
- Fix exit status from su.
|
||||||
* Thu Apr 24 2003 - ro@suse.de
|
* Thu Apr 24 2003 ro@suse.de
|
||||||
- fix head calling syntax
|
- fix head calling syntax
|
||||||
* Mon Apr 07 2003 - schwab@suse.de
|
* Mon Apr 07 2003 schwab@suse.de
|
||||||
- Only delete info entries when removing last version.
|
- Only delete info entries when removing last version.
|
||||||
* Fri Apr 04 2003 - schwab@suse.de
|
* Fri Apr 04 2003 schwab@suse.de
|
||||||
- Update to coreutils 5.0.
|
- Update to coreutils 5.0.
|
||||||
* Mon Mar 31 2003 - schwab@suse.de
|
* Mon Mar 31 2003 schwab@suse.de
|
||||||
- Update to coreutils 4.5.12.
|
- Update to coreutils 4.5.12.
|
||||||
* Thu Mar 20 2003 - schwab@suse.de
|
* Thu Mar 20 2003 schwab@suse.de
|
||||||
- Update to coreutils 4.5.11.
|
- Update to coreutils 4.5.11.
|
||||||
* Mon Mar 10 2003 - schwab@suse.de
|
* Mon Mar 10 2003 schwab@suse.de
|
||||||
- Fix LFS bug in du [#24960].
|
- Fix LFS bug in du [#24960].
|
||||||
* Thu Feb 27 2003 - schwab@suse.de
|
* Thu Feb 27 2003 schwab@suse.de
|
||||||
- Readd textutils i18n patches.
|
- Readd textutils i18n patches.
|
||||||
* Thu Feb 27 2003 - agruen@suse.de
|
* Thu Feb 27 2003 agruen@suse.de
|
||||||
- Per hint from Andreas Schwab, don't use awk in autoconf. (The
|
- Per hint from Andreas Schwab, don't use awk in autoconf. (The
|
||||||
improved test is simpler, too.)
|
improved test is simpler, too.)
|
||||||
* Thu Feb 27 2003 - agruen@suse.de
|
* Thu Feb 27 2003 agruen@suse.de
|
||||||
- Fix autoconf test for attr_copy_file that caused all binaries
|
- Fix autoconf test for attr_copy_file that caused all binaries
|
||||||
to be linked needlessly against libattr.so.
|
to be linked needlessly against libattr.so.
|
||||||
* Tue Feb 25 2003 - agruen@suse.de
|
* Tue Feb 25 2003 agruen@suse.de
|
||||||
- Extended attribute copying: Use the newly exported
|
- Extended attribute copying: Use the newly exported
|
||||||
attr_copy_check_permissions() callback exported by libattr.so,
|
attr_copy_check_permissions() callback exported by libattr.so,
|
||||||
so that the EA copying done by coreutils is consistent with
|
so that the EA copying done by coreutils is consistent with
|
||||||
other apps [#24244].
|
other apps [#24244].
|
||||||
* Mon Feb 24 2003 - schwab@suse.de
|
* Mon Feb 24 2003 schwab@suse.de
|
||||||
- Update to coreutils 4.5.8.
|
- Update to coreutils 4.5.8.
|
||||||
* Fixes bugs in du.
|
* Fixes bugs in du.
|
||||||
* Mon Feb 17 2003 - agruen@suse.de
|
* Mon Feb 17 2003 agruen@suse.de
|
||||||
- Add extended attribute copying patch: Affects cp, mv, install.
|
- Add extended attribute copying patch: Affects cp, mv, install.
|
||||||
See the cp manual page for details on the changes in cp. The
|
See the cp manual page for details on the changes in cp. The
|
||||||
mv utility always tries to copy extended attributes; install
|
mv utility always tries to copy extended attributes; install
|
||||||
never does.
|
never does.
|
||||||
* Mon Feb 10 2003 - schwab@suse.de
|
* Mon Feb 10 2003 schwab@suse.de
|
||||||
- Update to coreutils 4.5.7.
|
- Update to coreutils 4.5.7.
|
||||||
* Fri Feb 07 2003 - kukuk@suse.de
|
* Fri Feb 07 2003 kukuk@suse.de
|
||||||
- Use pam_unix2.so instead of pam_unix.so, use same rules for
|
- Use pam_unix2.so instead of pam_unix.so, use same rules for
|
||||||
password changing as passwd.
|
password changing as passwd.
|
||||||
* Thu Feb 06 2003 - schwab@suse.de
|
* Thu Feb 06 2003 schwab@suse.de
|
||||||
- Use %%install_info.
|
- Use %%install_info.
|
||||||
* Thu Feb 06 2003 - schwab@suse.de
|
* Thu Feb 06 2003 schwab@suse.de
|
||||||
- Update to coreutils 4.5.6.
|
- Update to coreutils 4.5.6.
|
||||||
* Mon Feb 03 2003 - schwab@suse.de
|
* Mon Feb 03 2003 schwab@suse.de
|
||||||
- Package created, combining textutils, sh-utils and fileutils.
|
- Package created, combining textutils, sh-utils and fileutils.
|
||||||
|
Loading…
Reference in New Issue
Block a user