* [Buildroot] [PATCH 1/1] package/bubblewrap: bump to version 0.8.0
@ 2023-04-11 7:48 Adrian Perez de Castro
2023-04-15 17:23 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Perez de Castro @ 2023-04-11 7:48 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
This version allows disabling usage of nested user namespaces and
improves error messages. Release notes:
https://github.com/containers/bubblewrap/releases/tag/v0.8.0
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
package/bubblewrap/bubblewrap.hash | 4 ++--
package/bubblewrap/bubblewrap.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/bubblewrap/bubblewrap.hash b/package/bubblewrap/bubblewrap.hash
index 0475f8882a..abc69d96be 100644
--- a/package/bubblewrap/bubblewrap.hash
+++ b/package/bubblewrap/bubblewrap.hash
@@ -1,5 +1,5 @@
-# From https://github.com/containers/bubblewrap/releases/tag/v0.7.0
-sha256 764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc bubblewrap-0.7.0.tar.xz
+# From https://github.com/containers/bubblewrap/releases/tag/v0.8.0
+sha256 957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a bubblewrap-0.8.0.tar.xz
# Hash for license files:
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
diff --git a/package/bubblewrap/bubblewrap.mk b/package/bubblewrap/bubblewrap.mk
index 658e6e113c..1081db697d 100644
--- a/package/bubblewrap/bubblewrap.mk
+++ b/package/bubblewrap/bubblewrap.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BUBBLEWRAP_VERSION = 0.7.0
+BUBBLEWRAP_VERSION = 0.8.0
BUBBLEWRAP_SITE = https://github.com/containers/bubblewrap/releases/download/v$(BUBBLEWRAP_VERSION)
BUBBLEWRAP_SOURCE = bubblewrap-$(BUBBLEWRAP_VERSION).tar.xz
BUBBLEWRAP_DEPENDENCIES = host-pkgconf libcap
--
2.40.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/bubblewrap: bump to version 0.8.0
2023-04-11 7:48 [Buildroot] [PATCH 1/1] package/bubblewrap: bump to version 0.8.0 Adrian Perez de Castro
@ 2023-04-15 17:23 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-04-15 17:23 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
Adrián, All,
On 2023-04-11 10:48 +0300, Adrian Perez de Castro spake thusly:
> This version allows disabling usage of nested user namespaces and
> improves error messages. Release notes:
>
> https://github.com/containers/bubblewrap/releases/tag/v0.8.0
>
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/bubblewrap/bubblewrap.hash | 4 ++--
> package/bubblewrap/bubblewrap.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/bubblewrap/bubblewrap.hash b/package/bubblewrap/bubblewrap.hash
> index 0475f8882a..abc69d96be 100644
> --- a/package/bubblewrap/bubblewrap.hash
> +++ b/package/bubblewrap/bubblewrap.hash
> @@ -1,5 +1,5 @@
> -# From https://github.com/containers/bubblewrap/releases/tag/v0.7.0
> -sha256 764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc bubblewrap-0.7.0.tar.xz
> +# From https://github.com/containers/bubblewrap/releases/tag/v0.8.0
> +sha256 957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a bubblewrap-0.8.0.tar.xz
>
> # Hash for license files:
> sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
> diff --git a/package/bubblewrap/bubblewrap.mk b/package/bubblewrap/bubblewrap.mk
> index 658e6e113c..1081db697d 100644
> --- a/package/bubblewrap/bubblewrap.mk
> +++ b/package/bubblewrap/bubblewrap.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -BUBBLEWRAP_VERSION = 0.7.0
> +BUBBLEWRAP_VERSION = 0.8.0
> BUBBLEWRAP_SITE = https://github.com/containers/bubblewrap/releases/download/v$(BUBBLEWRAP_VERSION)
> BUBBLEWRAP_SOURCE = bubblewrap-$(BUBBLEWRAP_VERSION).tar.xz
> BUBBLEWRAP_DEPENDENCIES = host-pkgconf libcap
> --
> 2.40.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] 2+ messages in thread
end of thread, other threads:[~2023-04-15 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-11 7:48 [Buildroot] [PATCH 1/1] package/bubblewrap: bump to version 0.8.0 Adrian Perez de Castro
2023-04-15 17:23 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox