public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: Update to version 0.8.9
@ 2022-04-28 21:25 Adolf Belka
  2022-04-29 18:36 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-04-28 21:25 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

- Update from commit 386d288, bumped to version 0.7.7 (May 2018) to
   version 0.8.9 (Feb 2022)
- Update of rootfile
- Changelog
   No changelog file in the source tarball or on website. Changelog is the commit tree
   see https://github.com/opensvc/multipath-tools/commits/master for more details

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/multipath-tools | 6 +++++-
 lfs/multipath-tools                     | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/multipath-tools b/config/rootfiles/common/multipath-tools
index aa3f9d138..1f87feb0d 100644
--- a/config/rootfiles/common/multipath-tools
+++ b/config/rootfiles/common/multipath-tools
@@ -1,4 +1,8 @@
 #sbin/kpartx
+#usr/lib/udev
+#usr/lib/udev/kpartx_id
+#usr/lib/udev/rules.d
 #usr/lib/udev/rules.d/11-dm-parts.rules
+#usr/lib/udev/rules.d/66-kpartx.rules
 #usr/lib/udev/rules.d/68-del-part-nodes.rules
-#usr/share/man/man8/kpartx.8.gz
+#usr/share/man/man8/kpartx.8
diff --git a/lfs/multipath-tools b/lfs/multipath-tools
index 3dcf1e906..61b6183f0 100644
--- a/lfs/multipath-tools
+++ b/lfs/multipath-tools
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 386d288
+VER        = 0.8.9
 
 THISAPP    = multipath-tools-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b1cfde006416359f008c80f13f457a8eb79e4f5fd1c4dc222e8d5719f15e898e94527174c9ba28c736cb0b51870f5c4b690ed4b6ee1427673ac7d1746b79fadc
+$(DL_FILE)_BLAKE2 = b5ebf3c393f6b60e85678ac07378ae07056b6777409fc1bc4f4133cdd3f8c75a3d76f6e9342208df7fed8fe7812b089eba8f6b769e47e1dd6c8b7fd321bdbd30
 
 install : $(TARGET)
 
-- 
2.36.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] multipath-tools: Update to version 0.8.9
  2022-04-28 21:25 [PATCH] multipath-tools: Update to version 0.8.9 Adolf Belka
@ 2022-04-29 18:36 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-04-29 18:36 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1916 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from commit 386d288, bumped to version 0.7.7 (May 2018) to
>    version 0.8.9 (Feb 2022)
> - Update of rootfile
> - Changelog
>    No changelog file in the source tarball or on website. Changelog is the commit tree
>    see https://github.com/opensvc/multipath-tools/commits/master for more details
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  config/rootfiles/common/multipath-tools | 6 +++++-
>  lfs/multipath-tools                     | 4 ++--
>  2 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/common/multipath-tools b/config/rootfiles/common/multipath-tools
> index aa3f9d138..1f87feb0d 100644
> --- a/config/rootfiles/common/multipath-tools
> +++ b/config/rootfiles/common/multipath-tools
> @@ -1,4 +1,8 @@
>  #sbin/kpartx
> +#usr/lib/udev
> +#usr/lib/udev/kpartx_id
> +#usr/lib/udev/rules.d
>  #usr/lib/udev/rules.d/11-dm-parts.rules
> +#usr/lib/udev/rules.d/66-kpartx.rules
>  #usr/lib/udev/rules.d/68-del-part-nodes.rules
> -#usr/share/man/man8/kpartx.8.gz
> +#usr/share/man/man8/kpartx.8
> diff --git a/lfs/multipath-tools b/lfs/multipath-tools
> index 3dcf1e906..61b6183f0 100644
> --- a/lfs/multipath-tools
> +++ b/lfs/multipath-tools
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 386d288
> +VER        = 0.8.9
>  
>  THISAPP    = multipath-tools-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = b1cfde006416359f008c80f13f457a8eb79e4f5fd1c4dc222e8d5719f15e898e94527174c9ba28c736cb0b51870f5c4b690ed4b6ee1427673ac7d1746b79fadc
> +$(DL_FILE)_BLAKE2 = b5ebf3c393f6b60e85678ac07378ae07056b6777409fc1bc4f4133cdd3f8c75a3d76f6e9342208df7fed8fe7812b089eba8f6b769e47e1dd6c8b7fd321bdbd30
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-29 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 21:25 [PATCH] multipath-tools: Update to version 0.8.9 Adolf Belka
2022-04-29 18:36 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox