Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
util-linux
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
util-linux
Commits
abd0749a
Commit
abd0749a
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded util-linux to 2.37
parent
1617cc46
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
10 deletions
+21
-10
Makefile
Makefile
+8
-8
build.xml
build.xml
+2
-2
util-linux-2.37-no_C.UTF-8_locale.patch
util-linux-2.37-no_C.UTF-8_locale.patch
+11
-0
util-linux-2.37.tar.xz
util-linux-2.37.tar.xz
+0
-0
No files found.
Makefile
View file @
abd0749a
all
:
tar
xf util-linux-2.3
5.2
.tar.xz
patch
-Np1
-d
util-linux-2.3
5.2 < util-linux-2.35.2
-no_C.UTF-8_locale.patch
tar
xf util-linux-2.3
7
.tar.xz
patch
-Np1
-d
util-linux-2.3
7 < util-linux-2.37
-no_C.UTF-8_locale.patch
mkdir
-pv
/var/lib/hwclock
cd
util-linux-2.3
5.2
&&
./configure
--build
=
$(CLFS_TARGET)
ADJTIME_PATH
=
/var/lib/hwclock/adjtime
--docdir
=
/usr/share/doc/util-linux-2.35.2
--disable-chfn-chsh
--disable-login
--disable-nologin
--disable-su
--disable-setpriv
--disable-runuser
--disable-pylibmount
--disable-static
$(MAKE)
-C
util-linux-2.3
5.2
cd
util-linux-2.3
7
&&
./configure
--build
=
$(CLFS_TARGET)
ADJTIME_PATH
=
/var/lib/hwclock/adjtime
--docdir
=
/usr/share/doc/util-linux-2.37
--disable-chfn-chsh
--disable-login
--disable-nologin
--disable-su
--disable-setpriv
--disable-runuser
--disable-pylibmount
--disable-static
$(MAKE)
-C
util-linux-2.3
7
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
cd
util-linux-2.3
5.2
;
\
cd
util-linux-2.3
7
;
\
chown
-Rv
nobody
.
;
\
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -k check TESTS_OPTIONS='--exclude=
misc/setarch
'"
;
\
su nobody
-s
/bin/bash
-c
"PATH=
$$
PATH make -k check TESTS_OPTIONS='--exclude=
\"
lscpu/lscpu-armv7 lscpu/lscpu-ppc-qemu lscpu/lscpu-ppc64-POWER7-64cpu lscpu/lscpu-ppc64-POWER7 lscpu/lscpu-s390-kvm lscpu/lscpu-s390-lpar-drawer lscpu/lscpu-s390-lpar lscpu/lscpu-s390-nested-virt lscpu/lscpu-s390-zvm lscpu/lscpu-sparc64 lscpu/lscpu-vbox-win lscpu/lscpu-vmware_fpe lscpu/lscpu-x86_64-64cpu lscpu/lscpu-x86_64-dell_e4310 lscpu/lscpu-x86_64-epyc_7451 lsns/ioctl_ns
\"
'"
;
\
fi
$(MAKE)
-C
util-linux-2.3
5.2
install
rm
-rf
util-linux-2.3
5.2
$(MAKE)
-C
util-linux-2.3
7
install
rm
-rf
util-linux-2.3
7
build.xml
View file @
abd0749a
<project
name=
"util-linux"
>
<target
name=
"temporary-util-linux"
>
<property
name=
"makedir"
value=
"${builddir}/util-linux-2.3
5.2
"
/>
<property
name=
"makedir"
value=
"${builddir}/util-linux-2.3
7
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/util-linux/util-linux-2.3
5.2
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/util-linux/util-linux-2.3
7
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
...
...
util-linux-2.3
5.2
-no_C.UTF-8_locale.patch
→
util-linux-2.3
7
-no_C.UTF-8_locale.patch
View file @
abd0749a
diff -uNr util-linux-2.3
5.2/tests/ts/column/invalid-multibyte util-linux-2.35.2
-no_C.UTF-8_locale/tests/ts/column/invalid-multibyte
--- util-linux-2.3
5.2/tests/ts/column/invalid-multibyte 2020-02-27 19:56:34.731140139 +10
30
+++ util-linux-2.3
5.2-no_C.UTF-8_locale/tests/ts/column/invalid-multibyte 2020-07-12 11:16:52.743959580 +09
30
diff -uNr util-linux-2.3
7/tests/ts/column/invalid-multibyte util-linux-2.37
-no_C.UTF-8_locale/tests/ts/column/invalid-multibyte
--- util-linux-2.3
7/tests/ts/column/invalid-multibyte 2021-05-06 20:25:47.068422559 +09
30
+++ util-linux-2.3
7-no_C.UTF-8_locale/tests/ts/column/invalid-multibyte 2022-10-10 17:36:20.158256217 +10
30
@@ -25,6 +25,6 @@
ts_cd "$TS_OUTDIR"
...
...
util-linux-2.3
5.2
.tar.xz
→
util-linux-2.3
7
.tar.xz
View file @
abd0749a
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