All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6
@ 2023-09-16  9:18 Alexander Egorenkov
  2023-09-16  9:18 ` [Buildroot] [PATCH 2/2] package/makedumpfile: bump version to 1.7.3 Alexander Egorenkov
  2023-09-16 12:08 ` [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6 Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Egorenkov @ 2023-09-16  9:18 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Egorenkov

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 package/multipath-tools/Config.in            | 3 +++
 package/multipath-tools/multipath-tools.hash | 2 +-
 package/multipath-tools/multipath-tools.mk   | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/package/multipath-tools/Config.in b/package/multipath-tools/Config.in
index 222f78b86ce6..4c648a6abb34 100644
--- a/package/multipath-tools/Config.in
+++ b/package/multipath-tools/Config.in
@@ -18,6 +18,9 @@ config BR2_PACKAGE_MULTIPATH_TOOLS
 	select BR2_PACKAGE_LVM2
 	select BR2_PACKAGE_LVM2_STANDARD_INSTALL
 	select BR2_PACKAGE_READLINE
+	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_LIBS
+	select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
 	help
 	  This package provides the following binaries to drive
 	  the Device Mapper multipathing driver:
diff --git a/package/multipath-tools/multipath-tools.hash b/package/multipath-tools/multipath-tools.hash
index ecaad05e25ad..158f0faa960e 100644
--- a/package/multipath-tools/multipath-tools.hash
+++ b/package/multipath-tools/multipath-tools.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256  6ed3cf6e786da20a451d9747cbd4c5817815388b8fc8022d1074b3018479031d  multipath-tools-0.9.4.tar.gz
+sha256  401c6f6e8dc5d3feaaee76280716aee718579ac024ce4f2fae77c798dc7a0f9f  multipath-tools-0.9.6.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSES/GPL-2.0
 sha256  3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986  LICENSES/GPL-3.0
 sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  LICENSES/LGPL-2.0
diff --git a/package/multipath-tools/multipath-tools.mk b/package/multipath-tools/multipath-tools.mk
index 23b3cc944267..d9d0f959943d 100644
--- a/package/multipath-tools/multipath-tools.mk
+++ b/package/multipath-tools/multipath-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MULTIPATH_TOOLS_VERSION = 0.9.4
+MULTIPATH_TOOLS_VERSION = 0.9.6
 MULTIPATH_TOOLS_SITE = $(call github,opensvc,multipath-tools,$(MULTIPATH_TOOLS_VERSION))
 
 MULTIPATH_TOOLS_LICENSE = \
@@ -20,7 +20,7 @@ MULTIPATH_TOOLS_LICENSE_FILES = \
 	README.md
 MULTIPATH_TOOLS_CPE_ID_VENDOR = opensvc
 
-MULTIPATH_TOOLS_DEPENDENCIES = lvm2 json-c readline udev liburcu libaio host-pkgconf
+MULTIPATH_TOOLS_DEPENDENCIES = lvm2 json-c readline udev liburcu libaio host-pkgconf util-linux-libs
 MULTIPATH_TOOLS_MAKE_OPTS = \
 	kernel_incdir=$(STAGING_DIR)/usr/include \
 	LIB="lib" \
-- 
2.42.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/makedumpfile: bump version to 1.7.3
  2023-09-16  9:18 [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6 Alexander Egorenkov
@ 2023-09-16  9:18 ` Alexander Egorenkov
  2023-09-16 12:09   ` Yann E. MORIN
  2023-09-16 12:08 ` [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6 Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Egorenkov @ 2023-09-16  9:18 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Egorenkov

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 package/makedumpfile/makedumpfile.hash | 2 +-
 package/makedumpfile/makedumpfile.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/makedumpfile/makedumpfile.hash b/package/makedumpfile/makedumpfile.hash
index f38d93c04aa4..665023d87be5 100644
--- a/package/makedumpfile/makedumpfile.hash
+++ b/package/makedumpfile/makedumpfile.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  748583ea4c0b32346008aa53b313e9708f60a8481959c25c76e5c94740032d9b  makedumpfile-1.7.2.tar.gz
+sha256  f059dbebf5156a9ab97cd3c1f41ad5df3436c7ab4dd6dbffa234fc4e93cfa2ce  makedumpfile-1.7.3.tar.gz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/makedumpfile/makedumpfile.mk b/package/makedumpfile/makedumpfile.mk
index 8dc60b043e21..6102c92bd8bb 100644
--- a/package/makedumpfile/makedumpfile.mk
+++ b/package/makedumpfile/makedumpfile.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MAKEDUMPFILE_VERSION = 1.7.2
+MAKEDUMPFILE_VERSION = 1.7.3
 MAKEDUMPFILE_SITE = https://github.com/makedumpfile/makedumpfile/releases/download/$(MAKEDUMPFILE_VERSION)
 MAKEDUMPFILE_DEPENDENCIES = bzip2 elfutils xz zlib
 MAKEDUMPFILE_LICENSE = GPL-2.0
-- 
2.42.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6
  2023-09-16  9:18 [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6 Alexander Egorenkov
  2023-09-16  9:18 ` [Buildroot] [PATCH 2/2] package/makedumpfile: bump version to 1.7.3 Alexander Egorenkov
@ 2023-09-16 12:08 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-09-16 12:08 UTC (permalink / raw)
  To: Alexander Egorenkov; +Cc: buildroot

Alexander, All,

On 2023-09-16 09:18 +0000, Alexander Egorenkov spake thusly:
> Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
> ---
[--SNIP--]
> diff --git a/package/multipath-tools/multipath-tools.mk b/package/multipath-tools/multipath-tools.mk
> index 23b3cc944267..d9d0f959943d 100644
> --- a/package/multipath-tools/multipath-tools.mk
> +++ b/package/multipath-tools/multipath-tools.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MULTIPATH_TOOLS_VERSION = 0.9.4
> +MULTIPATH_TOOLS_VERSION = 0.9.6
>  MULTIPATH_TOOLS_SITE = $(call github,opensvc,multipath-tools,$(MULTIPATH_TOOLS_VERSION))
>  
>  MULTIPATH_TOOLS_LICENSE = \
> @@ -20,7 +20,7 @@ MULTIPATH_TOOLS_LICENSE_FILES = \
>  	README.md
>  MULTIPATH_TOOLS_CPE_ID_VENDOR = opensvc
>  
> -MULTIPATH_TOOLS_DEPENDENCIES = lvm2 json-c readline udev liburcu libaio host-pkgconf
> +MULTIPATH_TOOLS_DEPENDENCIES = lvm2 json-c readline udev liburcu libaio host-pkgconf util-linux-libs

This line was longer than ~80 chars, so I split it into a multi-line
assignment, and took the opportunity to reorder the dependencies
alphabetically.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  MULTIPATH_TOOLS_MAKE_OPTS = \
>  	kernel_incdir=$(STAGING_DIR)/usr/include \
>  	LIB="lib" \
> -- 
> 2.42.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/makedumpfile: bump version to 1.7.3
  2023-09-16  9:18 ` [Buildroot] [PATCH 2/2] package/makedumpfile: bump version to 1.7.3 Alexander Egorenkov
@ 2023-09-16 12:09   ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-09-16 12:09 UTC (permalink / raw)
  To: Alexander Egorenkov; +Cc: buildroot

Alexnader, All,

On 2023-09-16 09:18 +0000, Alexander Egorenkov spake thusly:
> Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/makedumpfile/makedumpfile.hash | 2 +-
>  package/makedumpfile/makedumpfile.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/makedumpfile/makedumpfile.hash b/package/makedumpfile/makedumpfile.hash
> index f38d93c04aa4..665023d87be5 100644
> --- a/package/makedumpfile/makedumpfile.hash
> +++ b/package/makedumpfile/makedumpfile.hash
> @@ -1,3 +1,3 @@
>  # Locally computed:
> -sha256  748583ea4c0b32346008aa53b313e9708f60a8481959c25c76e5c94740032d9b  makedumpfile-1.7.2.tar.gz
> +sha256  f059dbebf5156a9ab97cd3c1f41ad5df3436c7ab4dd6dbffa234fc4e93cfa2ce  makedumpfile-1.7.3.tar.gz
>  sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
> diff --git a/package/makedumpfile/makedumpfile.mk b/package/makedumpfile/makedumpfile.mk
> index 8dc60b043e21..6102c92bd8bb 100644
> --- a/package/makedumpfile/makedumpfile.mk
> +++ b/package/makedumpfile/makedumpfile.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MAKEDUMPFILE_VERSION = 1.7.2
> +MAKEDUMPFILE_VERSION = 1.7.3
>  MAKEDUMPFILE_SITE = https://github.com/makedumpfile/makedumpfile/releases/download/$(MAKEDUMPFILE_VERSION)
>  MAKEDUMPFILE_DEPENDENCIES = bzip2 elfutils xz zlib
>  MAKEDUMPFILE_LICENSE = GPL-2.0
> -- 
> 2.42.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-09-16 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16  9:18 [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6 Alexander Egorenkov
2023-09-16  9:18 ` [Buildroot] [PATCH 2/2] package/makedumpfile: bump version to 1.7.3 Alexander Egorenkov
2023-09-16 12:09   ` Yann E. MORIN
2023-09-16 12:08 ` [Buildroot] [PATCH 1/2] package/multipath-tools: bump version to 0.9.6 Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.