diff mbox series

[PATCH/next,v2,1/2] package/bubblewrap: bump to version 0.6.1

Message ID 20220226161444.2221042-1-aperez@igalia.com
State Accepted
Headers show
Series [PATCH/next,v2,1/2] package/bubblewrap: bump to version 0.6.1 | expand

Commit Message

Adrian Perez de Castro Feb. 26, 2022, 4:14 p.m. UTC
This version includes a new feature which allows specifying multiple
seccomp filters. There is now a Meson-based build system as well, but
for the moment the build recipe keeps using the autotools based one.
Release notes can be found at:

  https://github.com/containers/bubblewrap/releases/tag/v0.6.0
  https://github.com/containers/bubblewrap/releases/tag/v0.6.1

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(-)

Comments

Arnout Vandecappelle March 15, 2022, 8:15 p.m. UTC | #1
On 26/02/2022 17:14, Adrian Perez de Castro wrote:
> This version includes a new feature which allows specifying multiple
> seccomp filters. There is now a Meson-based build system as well, but
> for the moment the build recipe keeps using the autotools based one.
> Release notes can be found at:
> 
>    https://github.com/containers/bubblewrap/releases/tag/v0.6.0
>    https://github.com/containers/bubblewrap/releases/tag/v0.6.1
> 
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

  Applied both to master, thanks.

  Regards,
  Arnout

> ---
>   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 88aba150cd..c3bf4d8212 100644
> --- a/package/bubblewrap/bubblewrap.hash
> +++ b/package/bubblewrap/bubblewrap.hash
> @@ -1,5 +1,5 @@
> -# From https://github.com/containers/bubblewrap/releases/tag/v0.5.0
> -sha256  16fdaf33799d63104e347e0133f909196fe90d0c50515d010bcb422eb5a00818  bubblewrap-0.5.0.tar.xz
> +# From https://github.com/containers/bubblewrap/releases/tag/v0.6.1
> +sha256  9609c7dc162bc68abc29abfab566934fdca37520a15ed01b675adcf3a4303282  bubblewrap-0.6.1.tar.xz
>   
>   # Hash for license files:
>   sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
> diff --git a/package/bubblewrap/bubblewrap.mk b/package/bubblewrap/bubblewrap.mk
> index 5f3d95e826..1ca2029700 100644
> --- a/package/bubblewrap/bubblewrap.mk
> +++ b/package/bubblewrap/bubblewrap.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -BUBBLEWRAP_VERSION = 0.5.0
> +BUBBLEWRAP_VERSION = 0.6.1
>   BUBBLEWRAP_SITE = https://github.com/containers/bubblewrap/releases/download/v$(BUBBLEWRAP_VERSION)
>   BUBBLEWRAP_SOURCE = bubblewrap-$(BUBBLEWRAP_VERSION).tar.xz
>   BUBBLEWRAP_DEPENDENCIES = host-pkgconf libcap
diff mbox series

Patch

diff --git a/package/bubblewrap/bubblewrap.hash b/package/bubblewrap/bubblewrap.hash
index 88aba150cd..c3bf4d8212 100644
--- a/package/bubblewrap/bubblewrap.hash
+++ b/package/bubblewrap/bubblewrap.hash
@@ -1,5 +1,5 @@ 
-# From https://github.com/containers/bubblewrap/releases/tag/v0.5.0
-sha256  16fdaf33799d63104e347e0133f909196fe90d0c50515d010bcb422eb5a00818  bubblewrap-0.5.0.tar.xz
+# From https://github.com/containers/bubblewrap/releases/tag/v0.6.1
+sha256  9609c7dc162bc68abc29abfab566934fdca37520a15ed01b675adcf3a4303282  bubblewrap-0.6.1.tar.xz
 
 # Hash for license files:
 sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
diff --git a/package/bubblewrap/bubblewrap.mk b/package/bubblewrap/bubblewrap.mk
index 5f3d95e826..1ca2029700 100644
--- a/package/bubblewrap/bubblewrap.mk
+++ b/package/bubblewrap/bubblewrap.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-BUBBLEWRAP_VERSION = 0.5.0
+BUBBLEWRAP_VERSION = 0.6.1
 BUBBLEWRAP_SITE = https://github.com/containers/bubblewrap/releases/download/v$(BUBBLEWRAP_VERSION)
 BUBBLEWRAP_SOURCE = bubblewrap-$(BUBBLEWRAP_VERSION).tar.xz
 BUBBLEWRAP_DEPENDENCIES = host-pkgconf libcap