From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] util-linux: Update to version 2.39.1
Date: Sat, 01 Jul 2023 19:15:00 +0000 [thread overview]
Message-ID: <17ba609b-e917-3d54-e85b-8675694e3b40@ipfire.org> (raw)
In-Reply-To: <20230629170445.2717143-3-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 5165 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - Update from version 2.38.1 to 2.39.1
> - Update of rootfile made for x86_64 but not for aarch64 or riscv64
> - Changelog can only be reviewed by looking at the commits in the git repo
> https://github.com/util-linux/util-linux/commits/master
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/x86_64/util-linux | 11 +++++++++++
> lfs/util-linux | 6 +++---
> 2 files changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/common/x86_64/util-linux b/config/rootfiles/common/x86_64/util-linux
> index de78f65c2..bee6382df 100644
> --- a/config/rootfiles/common/x86_64/util-linux
> +++ b/config/rootfiles/common/x86_64/util-linux
> @@ -4,6 +4,7 @@ bin/lsblk
> bin/lsfd
> bin/more
> bin/mount
> +#bin/pipesz
> bin/umount
> bin/wdctl
> #etc/fcron.daily
> @@ -21,6 +22,7 @@ lib/libuuid.so.1.3.0
> sbin/agetty
> sbin/blkdiscard
> sbin/blkid
> +#sbin/blkpr
> sbin/blkzone
> sbin/blockdev
> sbin/cfdisk
> @@ -57,6 +59,7 @@ usr/bin/choom
> #usr/bin/colrm
> #usr/bin/column
> usr/bin/eject
> +#usr/bin/fadvise
> usr/bin/fallocate
> usr/bin/fincore
> usr/bin/flock
> @@ -102,6 +105,7 @@ usr/bin/uclampset
> #usr/bin/unshare
> usr/bin/uuidgen
> usr/bin/uuidparse
> +#usr/bin/waitpid
> #usr/bin/whereis
> #usr/bin/x86_64
> #usr/include/blkid
> @@ -158,6 +162,7 @@ usr/sbin/rtcwake
> #usr/share/bash-completion/completions/delpart
> #usr/share/bash-completion/completions/dmesg
> #usr/share/bash-completion/completions/eject
> +#usr/share/bash-completion/completions/fadvise
> #usr/share/bash-completion/completions/fallocate
> #usr/share/bash-completion/completions/fdisk
> #usr/share/bash-completion/completions/fincore
> @@ -207,6 +212,7 @@ usr/sbin/rtcwake
> #usr/share/bash-completion/completions/nsenter
> #usr/share/bash-completion/completions/partx
> #usr/share/bash-completion/completions/pg
> +#usr/share/bash-completion/completions/pipesz
> #usr/share/bash-completion/completions/pivot_root
> #usr/share/bash-completion/completions/prlimit
> #usr/share/bash-completion/completions/readprofile
> @@ -235,6 +241,7 @@ usr/sbin/rtcwake
> #usr/share/bash-completion/completions/uuidd
> #usr/share/bash-completion/completions/uuidgen
> #usr/share/bash-completion/completions/uuidparse
> +#usr/share/bash-completion/completions/waitpid
> #usr/share/bash-completion/completions/wall
> #usr/share/bash-completion/completions/wdctl
> #usr/share/bash-completion/completions/whereis
> @@ -252,6 +259,7 @@ usr/sbin/rtcwake
> #usr/share/man/man1/column.1
> #usr/share/man/man1/dmesg.1
> #usr/share/man/man1/eject.1
> +#usr/share/man/man1/fadvise.1
> #usr/share/man/man1/fallocate.1
> #usr/share/man/man1/fincore.1
> #usr/share/man/man1/flock.1
> @@ -276,6 +284,7 @@ usr/sbin/rtcwake
> #usr/share/man/man1/namei.1
> #usr/share/man/man1/nsenter.1
> #usr/share/man/man1/pg.1
> +#usr/share/man/man1/pipesz.1
> #usr/share/man/man1/prlimit.1
> #usr/share/man/man1/rename.1
> #usr/share/man/man1/renice.1
> @@ -291,6 +300,7 @@ usr/sbin/rtcwake
> #usr/share/man/man1/unshare.1
> #usr/share/man/man1/uuidgen.1
> #usr/share/man/man1/uuidparse.1
> +#usr/share/man/man1/waitpid.1
> #usr/share/man/man1/whereis.1
> #usr/share/man/man3/libblkid.3
> #usr/share/man/man3/uuid.3
> @@ -312,6 +322,7 @@ usr/sbin/rtcwake
> #usr/share/man/man8/agetty.8
> #usr/share/man/man8/blkdiscard.8
> #usr/share/man/man8/blkid.8
> +#usr/share/man/man8/blkpr.8
> #usr/share/man/man8/blkzone.8
> #usr/share/man/man8/blockdev.8
> #usr/share/man/man8/cfdisk.8
> diff --git a/lfs/util-linux b/lfs/util-linux
> index 1ae03bab6..066275c96 100644
> --- a/lfs/util-linux
> +++ b/lfs/util-linux
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 2.38.1
> +VER = 2.39.1
>
> THISAPP = util-linux-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = a0e86ca62f82adaccc01ad6ec5a058dac429b81c310989cbad136f96c2770c60bbd4287067817520e8e0653146a10f13128e0af32122402bab416e1c2d6680b8
> +$(DL_FILE)_BLAKE2 = 1c2f3a77414dc9e99d17c426ca710524f898b6fd13bee120c08ceb375e475044ff6f2668f58bd799d0e3befe36de6cc1e161a1be7102e4590a8e372b6547ec1c
>
> install : $(TARGET)
>
next prev parent reply other threads:[~2023-07-01 19:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 17:04 [PATCH] iproute2: Update to version 6.4.0 Adolf Belka
2023-06-29 17:04 ` [PATCH] linux-firmware: Update to version 20230625 Adolf Belka
2023-07-03 14:21 ` Michael Tremer
2023-07-03 17:38 ` Peter Müller
2023-06-29 17:04 ` [PATCH] util-linux: Update to version 2.39.1 Adolf Belka
2023-07-01 19:15 ` Peter Müller [this message]
2023-07-01 19:12 ` [PATCH] iproute2: Update to version 6.4.0 Peter Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17ba609b-e917-3d54-e85b-8675694e3b40@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox