Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coreutils
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
coreutils
Commits
ee989aad
Commit
ee989aad
authored
Aug 30, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated coreutils to 8.31
parent
fb7a7e95
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
270 additions
and
277 deletions
+270
-277
Makefile
Makefile
+10
-10
build.xml
build.xml
+3
-3
coreutils-8.31-i18n-1.patch
coreutils-8.31-i18n-1.patch
+242
-250
coreutils-8.31-noman.patch
coreutils-8.31-noman.patch
+15
-14
coreutils-8.31.tar.xz
coreutils-8.31.tar.xz
+0
-0
No files found.
Makefile
View file @
ee989aad
all
:
export FORCE_UNSAFE_CONFIGURE := 1
all
:
export FORCE_UNSAFE_CONFIGURE := 1
all
:
all
:
tar
xf coreutils-8.
29
.tar.xz
tar
xf coreutils-8.
31
.tar.xz
patch
-Np1
-d
coreutils-8.
29 < coreutils-8.29
-i18n-1.patch
patch
-Np1
-d
coreutils-8.
31 < coreutils-8.31
-i18n-1.patch
cd
coreutils-8.
29
&&
sed
-i
'/test.lock/s/^/#/'
gnulib-tests/gnulib.mk
cd
coreutils-8.
31
&&
sed
-i
'/test.lock/s/^/#/'
gnulib-tests/gnulib.mk
cd
coreutils-8.
29
&&
autoreconf
-fiv
cd
coreutils-8.
31
&&
autoreconf
-fiv
cd
coreutils-8.
29
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-no-install-program
=
kill
,uptime
cd
coreutils-8.
31
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--enable-no-install-program
=
kill
,uptime
$(MAKE)
-C
coreutils-8.
29
$(MAKE)
-C
coreutils-8.
31
-
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
-
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
coreutils-8.
29
NON_ROOT_USERNAME
=
nobody check-root
;
\
$(MAKE)
-C
coreutils-8.
31
NON_ROOT_USERNAME
=
nobody check-root
;
\
echo
"dummy:x:1000:nobody"
>>
/etc/group
;
\
echo
"dummy:x:1000:nobody"
>>
/etc/group
;
\
cd
coreutils-8.
29
;
\
cd
coreutils-8.
31
;
\
chown
-Rv
nobody
.
;
\
chown
-Rv
nobody
.
;
\
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"
;
\
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"
;
\
sed
-i
'/dummy/d'
/etc/group
;
\
sed
-i
'/dummy/d'
/etc/group
;
\
fi
fi
$(MAKE)
-C
coreutils-8.
29
install
$(MAKE)
-C
coreutils-8.
31
install
mv
-v
/usr/bin/
{
cat
,chgrp,chmod,chown,cp,date
}
/bin
mv
-v
/usr/bin/
{
cat
,chgrp,chmod,chown,cp,date
}
/bin
mv
-v
/usr/bin/
{
dd
,df,echo,false,ln,ls,mkdir,mknod
}
/bin
mv
-v
/usr/bin/
{
dd
,df,echo,false,ln,ls,mkdir,mknod
}
/bin
mv
-v
/usr/bin/
{
mv
,pwd,rm,rmdir,stty,true,uname
}
/bin
mv
-v
/usr/bin/
{
mv
,pwd,rm,rmdir,stty,true,uname
}
/bin
...
@@ -22,4 +22,4 @@ all:
...
@@ -22,4 +22,4 @@ all:
mv
-v
/usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
mv
-v
/usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
sed
-i
s/
\"
1
\"
/
\"
8
\"
/1 /usr/share/man/man8/chroot.8
sed
-i
s/
\"
1
\"
/
\"
8
\"
/1 /usr/share/man/man8/chroot.8
mv
-v
/usr/bin/
{
head
,sleep,nice,test,[
}
/bin
mv
-v
/usr/bin/
{
head
,sleep,nice,test,[
}
/bin
rm
-rf
coreutils-8.
29
rm
-rf
coreutils-8.
31
build.xml
View file @
ee989aad
<project
name=
"coreutils"
>
<project
name=
"coreutils"
>
<target
name=
"temporary-coreutils"
>
<target
name=
"temporary-coreutils"
>
<property
name=
"makedir"
value=
"${builddir}/coreutils-8.
29
"
/>
<property
name=
"makedir"
value=
"${builddir}/coreutils-8.
31
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/coreutils/coreutils-8.
29
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/coreutils/coreutils-8.
31
.tar.xz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"patch"
dir=
"${makedir}"
failonerror=
"true"
>
<exec
executable=
"patch"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-Np1 -i ${basedir}/packages/coreutils/coreutils-8.
29
-noman.patch"
/>
<arg
line=
"-Np1 -i ${basedir}/packages/coreutils/coreutils-8.
31
-noman.patch"
/>
</exec>
</exec>
<echo
file=
"${makedir}/config.cache"
>
fu_cv_sys_stat_statfs2_bsize=yes
<echo
file=
"${makedir}/config.cache"
>
fu_cv_sys_stat_statfs2_bsize=yes
gl_cv_func_working_mkstemp=yes
gl_cv_func_working_mkstemp=yes
...
...
coreutils-8.
29
-i18n-1.patch
→
coreutils-8.
31
-i18n-1.patch
View file @
ee989aad
This diff is collapsed.
Click to expand it.
coreutils-8.
29
-noman.patch
→
coreutils-8.
31
-noman.patch
View file @
ee989aad
diff -uNr coreutils-8.
29/Makefile.in coreutils-8.29
-noman/Makefile.in
diff -uNr coreutils-8.
31/Makefile.in coreutils-8.31
-noman/Makefile.in
--- coreutils-8.
29/Makefile.in 2017-12-28 04:55:58
.000000000 +1030
--- coreutils-8.
31/Makefile.in 2019-03-11 10:37:54
.000000000 +1030
+++ coreutils-8.
29-noman/Makefile.in 2018-06-01 12:17:50.52610955
3 +0930
+++ coreutils-8.
31-noman/Makefile.in 2019-08-30 14:34:35.91917473
3 +0930
@@ -2
596,7 +2596
,7 @@
@@ -2
907,7 +2907
,7 @@
$(top_srcdir)/build-aux/texinfo.tex \
$(top_srcdir)/build-aux/texinfo.tex \
$(top_srcdir)/build-aux/ylwrap $(top_srcdir)/doc/local.mk \
$(top_srcdir)/build-aux/ylwrap $(top_srcdir)/doc/local.mk \
$(top_srcdir)/lib/alloca.c $(top_srcdir)/lib/config.hin \
$(top_srcdir)/lib/alloca.c $(top_srcdir)/lib/config.hin \
...
@@ -10,7 +10,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -10,7 +10,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
$(top_srcdir)/src/local.mk $(top_srcdir)/src/single-binary.mk \
$(top_srcdir)/src/local.mk $(top_srcdir)/src/single-binary.mk \
$(top_srcdir)/tests/local.mk ABOUT-NLS AUTHORS COPYING \
$(top_srcdir)/tests/local.mk ABOUT-NLS AUTHORS COPYING \
ChangeLog INSTALL NEWS README THANKS TODO build-aux/ar-lib \
ChangeLog INSTALL NEWS README THANKS TODO build-aux/ar-lib \
@@ -
2697,7 +2697
,6 @@
@@ -
3009,7 +3009
,6 @@
EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
ERRNO_H = @ERRNO_H@
ERRNO_H = @ERRNO_H@
EXEEXT = @EXEEXT@
EXEEXT = @EXEEXT@
...
@@ -18,7 +18,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -18,7 +18,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
FLOAT_H = @FLOAT_H@
FLOAT_H = @FLOAT_H@
FNMATCH_H = @FNMATCH_H@
FNMATCH_H = @FNMATCH_H@
GETADDRINFO_LIB = @GETADDRINFO_LIB@
GETADDRINFO_LIB = @GETADDRINFO_LIB@
@@ -
3978,7 +3977
,6 @@
@@ -
4316,7 +4315
,6 @@
lispdir = @lispdir@
lispdir = @lispdir@
localedir = @localedir@
localedir = @localedir@
localstatedir = @localstatedir@
localstatedir = @localstatedir@
...
@@ -26,7 +26,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -26,7 +26,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
mandir = @mandir@
mandir = @mandir@
mkdir_p = @mkdir_p@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
oldincludedir = @oldincludedir@
@@ -4
171,9 +4169
,8 @@
@@ -4
510,9 +4508
,8 @@
lib/xgetcwd.h lib/xnanosleep.h lib/xreadlink.h lib/xstrtod.h \
lib/xgetcwd.h lib/xnanosleep.h lib/xreadlink.h lib/xstrtod.h \
lib/xstrtol.h lib/xstrtod.c lib/xstrtod.h lib/xalloc.h \
lib/xstrtol.h lib/xstrtod.c lib/xstrtod.h lib/xalloc.h \
lib/yesno.h src/dcgen src/dircolors.hin src/primes.h \
lib/yesno.h src/dcgen src/dircolors.hin src/primes.h \
...
@@ -38,7 +38,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -38,7 +38,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
tests/CuSkip.pm tests/CuTmpdir.pm tests/d_type-check \
tests/CuSkip.pm tests/CuTmpdir.pm tests/d_type-check \
tests/envvar-check tests/factor/run.sh \
tests/envvar-check tests/factor/run.sh \
tests/factor/create-test.sh tests/filefrag-extent-compare \
tests/factor/create-test.sh tests/filefrag-extent-compare \
@@ -4
231,8 +4228
,7 @@
@@ -4
570,8 +4567
,7 @@
MAINTAINERCLEANFILES = THANKS-to-translators lib/iconv_open-aix.h \
MAINTAINERCLEANFILES = THANKS-to-translators lib/iconv_open-aix.h \
lib/iconv_open-hpux.h lib/iconv_open-irix.h \
lib/iconv_open-hpux.h lib/iconv_open-irix.h \
lib/iconv_open-osf.h lib/iconv_open-solaris.h \
lib/iconv_open-osf.h lib/iconv_open-solaris.h \
...
@@ -48,7 +48,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -48,7 +48,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
# Sort in traditional ASCII order, regardless of the current locale;
# Sort in traditional ASCII order, regardless of the current locale;
# otherwise we may get into trouble with distinct strings that the
# otherwise we may get into trouble with distinct strings that the
@@ -5
147,19 +5143
,6 @@
@@ -5
494,19 +5490
,6 @@
} \
} \
END {$$m and (warn "$@: do not use upper case in \@var{...}\n"), exit 1}'
END {$$m and (warn "$@: do not use upper case in \@var{...}\n"), exit 1}'
...
@@ -68,12 +68,12 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -68,12 +68,12 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
# Indirections required so that we'll still be able to know the
# Indirections required so that we'll still be able to know the
# complete list of our tests even if the user overrides TESTS
# complete list of our tests even if the user overrides TESTS
# from the command line (as permitted by the test harness API).
# from the command line (as permitted by the test harness API).
@@ -
5990,10 +5973
,10 @@
@@ -
6351,10 +6334
,10 @@
$(MAKE) $(AM_MAKEFLAGS) all-recursive
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
.SUFFIXES:
-.SUFFIXES: .1 .c .dvi .log .o .obj .pl .pl$(EXEEXT) .ps .s
ed .sh .sh$(EXEEXT) .sin
.trs .x .xpl .xpl$(EXEEXT) .y
-.SUFFIXES: .1 .c .dvi .log .o .obj .pl .pl$(EXEEXT) .ps .s
h .sh$(EXEEXT)
.trs .x .xpl .xpl$(EXEEXT) .y
+.SUFFIXES: .c .dvi .log .o .obj .pl .pl$(EXEEXT) .ps .s
ed .sh .sh$(EXEEXT) .sin
.trs .xpl .xpl$(EXEEXT) .y
+.SUFFIXES: .c .dvi .log .o .obj .pl .pl$(EXEEXT) .ps .s
h .sh$(EXEEXT)
.trs .xpl .xpl$(EXEEXT) .y
am--refresh: Makefile
am--refresh: Makefile
@:
@:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/src/local.mk $(srcdir)/src/cu-progs.mk $(top_srcdir)/src/single-binary.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/man/local.mk $(top_srcdir)/tests/local.mk $(am__configure_deps)
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/src/local.mk $(srcdir)/src/cu-progs.mk $(top_srcdir)/src/single-binary.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/man/local.mk $(top_srcdir)/tests/local.mk $(am__configure_deps)
...
@@ -81,7 +81,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -81,7 +81,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
@for dep in $?; do \
@for dep in $?; do \
case '$(am__configure_deps)' in \
case '$(am__configure_deps)' in \
*$$dep*) \
*$$dep*) \
@@ -6
015,7 +5998
,7 @@
@@ -6
376,7 +6359
,7 @@
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
esac;
esac;
...
@@ -90,7 +90,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -90,7 +90,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(SHELL) ./config.status --recheck
@@ -1
4764,150 +14747
,6 @@
@@ -1
5181,151 +15164
,6 @@
check-local: check-texinfo
check-local: check-texinfo
...
@@ -109,6 +109,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
...
@@ -109,6 +109,7 @@ diff -uNr coreutils-8.29/Makefile.in coreutils-8.29-noman/Makefile.in
-@SINGLE_BINARY_FALSE@man/base32.1: src/base32$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/base32.1: src/base32$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/base64.1: src/base64$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/base64.1: src/base64$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/basename.1: src/basename$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/basename.1: src/basename$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/basenc.1: src/basenc$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/cat.1: src/cat$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/cat.1: src/cat$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/chcon.1: src/chcon$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/chcon.1: src/chcon$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/chgrp.1: src/chgrp$(EXEEXT)
-@SINGLE_BINARY_FALSE@man/chgrp.1: src/chgrp$(EXEEXT)
...
...
coreutils-8.
29
.tar.xz
→
coreutils-8.
31
.tar.xz
View file @
ee989aad
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment