All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/1] package/filemq: bump to af4768dcaf2fcb8083a32bad107a22ecb7a5d954
@ 2021-06-09 20:28 Fabrice Fontaine
  2021-06-20 16:29 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-06-09 20:28 UTC (permalink / raw)
  To: buildroot

This bump will drop -Werror to fix build failure with -DNDEBUG raised
since commit 5a8c50fe05afacc3cbe8e7347e238da9f242fab0

Fixes:
 - http://autobuild.buildroot.org/results/cf4c45ed7ae2c5090ac6ba967497e0d42d5c5224

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
 - Bump version now than PR has been merged upstream

 package/filemq/filemq.hash | 2 +-
 package/filemq/filemq.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/filemq/filemq.hash b/package/filemq/filemq.hash
index 611d19208e..cf81eb4f50 100644
--- a/package/filemq/filemq.hash
+++ b/package/filemq/filemq.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  f3764e1adacfbf7fd09fb9c553e796a80d8159f1ace689fb68307afbc1746d4c  filemq-8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0.tar.gz
+sha256  bdec8584a181e1c9a1d9be567768bcf8c3f7132ea701dd1829f74370c6536991  filemq-af4768dcaf2fcb8083a32bad107a22ecb7a5d954.tar.gz
 sha256  60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d  LICENSE
diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk
index 75d8bd992c..665d6da212 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FILEMQ_VERSION = 8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0
+FILEMQ_VERSION = af4768dcaf2fcb8083a32bad107a22ecb7a5d954
 FILEMQ_SITE = $(call github,zeromq,filemq,$(FILEMQ_VERSION))
 
 FILEMQ_AUTORECONF = YES
-- 
2.30.2

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

* [Buildroot] [PATCH v2, 1/1] package/filemq: bump to af4768dcaf2fcb8083a32bad107a22ecb7a5d954
  2021-06-09 20:28 [Buildroot] [PATCH v2, 1/1] package/filemq: bump to af4768dcaf2fcb8083a32bad107a22ecb7a5d954 Fabrice Fontaine
@ 2021-06-20 16:29 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-06-20 16:29 UTC (permalink / raw)
  To: buildroot



On 09/06/2021 22:28, Fabrice Fontaine wrote:
> This bump will drop -Werror to fix build failure with -DNDEBUG raised
> since commit 5a8c50fe05afacc3cbe8e7347e238da9f242fab0
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/cf4c45ed7ae2c5090ac6ba967497e0d42d5c5224
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
> Changes v1 -> v2:
>  - Bump version now than PR has been merged upstream
> 
>  package/filemq/filemq.hash | 2 +-
>  package/filemq/filemq.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/filemq/filemq.hash b/package/filemq/filemq.hash
> index 611d19208e..cf81eb4f50 100644
> --- a/package/filemq/filemq.hash
> +++ b/package/filemq/filemq.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  f3764e1adacfbf7fd09fb9c553e796a80d8159f1ace689fb68307afbc1746d4c  filemq-8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0.tar.gz
> +sha256  bdec8584a181e1c9a1d9be567768bcf8c3f7132ea701dd1829f74370c6536991  filemq-af4768dcaf2fcb8083a32bad107a22ecb7a5d954.tar.gz
>  sha256  60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d  LICENSE
> diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk
> index 75d8bd992c..665d6da212 100644
> --- a/package/filemq/filemq.mk
> +++ b/package/filemq/filemq.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FILEMQ_VERSION = 8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0
> +FILEMQ_VERSION = af4768dcaf2fcb8083a32bad107a22ecb7a5d954
>  FILEMQ_SITE = $(call github,zeromq,filemq,$(FILEMQ_VERSION))
>  
>  FILEMQ_AUTORECONF = YES
> 

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

end of thread, other threads:[~2021-06-20 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 20:28 [Buildroot] [PATCH v2, 1/1] package/filemq: bump to af4768dcaf2fcb8083a32bad107a22ecb7a5d954 Fabrice Fontaine
2021-06-20 16:29 ` Arnout Vandecappelle

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.