util-linux: Update to version 2.39.1

Message ID 20230629170445.2717143-3-adolf.belka@ipfire.org
State Staged
Commit 230c81622af457da21ca18adf0645a570c32ac2b
Headers
Series util-linux: Update to version 2.39.1 |

Commit Message

Adolf Belka June 29, 2023, 5:04 p.m. UTC
  - 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@ipfire.org>
---
 config/rootfiles/common/x86_64/util-linux | 11 +++++++++++
 lfs/util-linux                            |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
  

Comments

Peter Müller July 1, 2023, 7:15 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@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@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@ipfire.org>                     #
> +# Copyright (C) 2007-2023  IPFire Team  <info@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)
>
  

Patch

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@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@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)