Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1
@ 2023-10-09 14:31 Adam Duskett
  2023-10-09 14:31 ` [Buildroot] [PATCH 2/2] package/firewalld: enable firewalld selinux module Adam Duskett
  2023-10-09 15:06 ` [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1 Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Duskett @ 2023-10-09 14:31 UTC (permalink / raw)
  To: buildroot; +Cc: Adam Duskett

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
 package/firewalld/firewalld.hash | 2 +-
 package/firewalld/firewalld.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/firewalld/firewalld.hash b/package/firewalld/firewalld.hash
index d8be3f7ba0..53bfed0347 100644
--- a/package/firewalld/firewalld.hash
+++ b/package/firewalld/firewalld.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  3be5a3caa36d1026c5b72d3f61dd963dccd953791b04af03d9946b24bef8391e  firewalld-1.3.2.tar.gz
+sha256  61022eec66fa7ea0561924dfe65d17bab5ec512b3559198a05048a32264612d1  firewalld-2.0.1.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/firewalld/firewalld.mk b/package/firewalld/firewalld.mk
index 13edba6d24..6b2813e54d 100644
--- a/package/firewalld/firewalld.mk
+++ b/package/firewalld/firewalld.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FIREWALLD_VERSION = 1.3.2
+FIREWALLD_VERSION = 2.0.1
 FIREWALLD_SITE = $(call github,firewalld,firewalld,v$(FIREWALLD_VERSION))
 FIREWALLD_LICENSE = GPL-2.0
 FIREWALLD_LICENSE_FILES = COPYING
-- 
2.41.0

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

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

* [Buildroot] [PATCH 2/2] package/firewalld: enable firewalld selinux module
  2023-10-09 14:31 [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1 Adam Duskett
@ 2023-10-09 14:31 ` Adam Duskett
  2023-10-09 15:06 ` [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1 Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Adam Duskett @ 2023-10-09 14:31 UTC (permalink / raw)
  To: buildroot; +Cc: Adam Duskett

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
 package/firewalld/firewalld.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/firewalld/firewalld.mk b/package/firewalld/firewalld.mk
index 6b2813e54d..188550d449 100644
--- a/package/firewalld/firewalld.mk
+++ b/package/firewalld/firewalld.mk
@@ -23,6 +23,8 @@ FIREWALLD_DEPENDENCIES = \
 	python3 \
 	python-gobject
 
+FIREWALLD_SELINUX_MODULES = firewalld
+
 # Firewalld hard codes the python shebangs to the full path of the
 # python-interpreter. IE: #!/home/buildroot/output/host/bin/python.
 # Force the proper python path.
-- 
2.41.0

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

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

* Re: [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1
  2023-10-09 14:31 [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1 Adam Duskett
  2023-10-09 14:31 ` [Buildroot] [PATCH 2/2] package/firewalld: enable firewalld selinux module Adam Duskett
@ 2023-10-09 15:06 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-10-09 15:06 UTC (permalink / raw)
  To: Adam Duskett; +Cc: buildroot

Adam, All,

On 2023-10-09 16:31 +0200, Adam Duskett spake thusly:
> Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>

Both patches applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/firewalld/firewalld.hash | 2 +-
>  package/firewalld/firewalld.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/firewalld/firewalld.hash b/package/firewalld/firewalld.hash
> index d8be3f7ba0..53bfed0347 100644
> --- a/package/firewalld/firewalld.hash
> +++ b/package/firewalld/firewalld.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  3be5a3caa36d1026c5b72d3f61dd963dccd953791b04af03d9946b24bef8391e  firewalld-1.3.2.tar.gz
> +sha256  61022eec66fa7ea0561924dfe65d17bab5ec512b3559198a05048a32264612d1  firewalld-2.0.1.tar.gz
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
> diff --git a/package/firewalld/firewalld.mk b/package/firewalld/firewalld.mk
> index 13edba6d24..6b2813e54d 100644
> --- a/package/firewalld/firewalld.mk
> +++ b/package/firewalld/firewalld.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FIREWALLD_VERSION = 1.3.2
> +FIREWALLD_VERSION = 2.0.1
>  FIREWALLD_SITE = $(call github,firewalld,firewalld,v$(FIREWALLD_VERSION))
>  FIREWALLD_LICENSE = GPL-2.0
>  FIREWALLD_LICENSE_FILES = COPYING
> -- 
> 2.41.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] 3+ messages in thread

end of thread, other threads:[~2023-10-09 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-09 14:31 [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1 Adam Duskett
2023-10-09 14:31 ` [Buildroot] [PATCH 2/2] package/firewalld: enable firewalld selinux module Adam Duskett
2023-10-09 15:06 ` [Buildroot] [PATCH 1/2] package/firewalld: bump version to 2.0.1 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