Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/erlang-jiffy: bump to version 2.0.0
@ 2026-04-26 19:23 Giulio Benetti
  2026-04-28 19:42 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Giulio Benetti @ 2026-04-26 19:23 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Johan Oudinet

Release Notes:
https://github.com/davisp/jiffy/releases/tag/2.0.0

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/erlang-jiffy/erlang-jiffy.hash | 2 +-
 package/erlang-jiffy/erlang-jiffy.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/erlang-jiffy/erlang-jiffy.hash b/package/erlang-jiffy/erlang-jiffy.hash
index b5cbb99f0e..79647e2b96 100644
--- a/package/erlang-jiffy/erlang-jiffy.hash
+++ b/package/erlang-jiffy/erlang-jiffy.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  44b93897b0ca4f085b9424d8673b3a78ff85daaaca4d055a40e2a03a8cf4587a  erlang-jiffy-1.1.3.tar.gz
+sha256  d4ef3fe9a231f4fa3d2f5b4be905c2d2a116b96d56433c66b5d7bd2dace5d52c  erlang-jiffy-2.0.0.tar.gz
 sha256  0fa8afad2f02c08850a16e36fe55376ee19732b3a116a0207f2a73c857777a49  LICENSE
diff --git a/package/erlang-jiffy/erlang-jiffy.mk b/package/erlang-jiffy/erlang-jiffy.mk
index b0839210d6..55fb14c000 100644
--- a/package/erlang-jiffy/erlang-jiffy.mk
+++ b/package/erlang-jiffy/erlang-jiffy.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ERLANG_JIFFY_VERSION = 1.1.3
+ERLANG_JIFFY_VERSION = 2.0.0
 ERLANG_JIFFY_SITE = $(call github,davisp,jiffy,$(ERLANG_JIFFY_VERSION))
 ERLANG_JIFFY_LICENSE = MIT (core), \
 	BSD-3-Clause (Google double conversion library), \
-- 
2.47.3

_______________________________________________
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] package/erlang-jiffy: bump to version 2.0.0
  2026-04-26 19:23 [Buildroot] [PATCH] package/erlang-jiffy: bump to version 2.0.0 Giulio Benetti
@ 2026-04-28 19:42 ` Julien Olivain via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-28 19:42 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot, Johan Oudinet

Hi Giulio,

On 26/04/2026 21:23, Giulio Benetti wrote:
> Release Notes:
> https://github.com/davisp/jiffy/releases/tag/2.0.0
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  package/erlang-jiffy/erlang-jiffy.hash | 2 +-
>  package/erlang-jiffy/erlang-jiffy.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/erlang-jiffy/erlang-jiffy.hash 
> b/package/erlang-jiffy/erlang-jiffy.hash
> index b5cbb99f0e..79647e2b96 100644
> --- a/package/erlang-jiffy/erlang-jiffy.hash
> +++ b/package/erlang-jiffy/erlang-jiffy.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  
> 44b93897b0ca4f085b9424d8673b3a78ff85daaaca4d055a40e2a03a8cf4587a  
> erlang-jiffy-1.1.3.tar.gz
> +sha256  
> d4ef3fe9a231f4fa3d2f5b4be905c2d2a116b96d56433c66b5d7bd2dace5d52c  
> erlang-jiffy-2.0.0.tar.gz
>  sha256  
> 0fa8afad2f02c08850a16e36fe55376ee19732b3a116a0207f2a73c857777a49  
> LICENSE

Running the command:

make erlang-jiffy-legal-info

fails with an incorrect license hash.

The license was updated upstream in
https://github.com/davisp/jiffy/commit/f6f49d1c0dce7d42d89b7b25aaab3a1ceb17c86e
to add Apache-2.0 for the file ffc.h, so
"Apache-2.0 (ffc.h)" should be added to ERLANG_JIFFY_LICENSE.

Could you send an updated patch addressing this issue, please?

> diff --git a/package/erlang-jiffy/erlang-jiffy.mk 
> b/package/erlang-jiffy/erlang-jiffy.mk
> index b0839210d6..55fb14c000 100644
> --- a/package/erlang-jiffy/erlang-jiffy.mk
> +++ b/package/erlang-jiffy/erlang-jiffy.mk
> @@ -4,7 +4,7 @@
>  #
>  
> ################################################################################
> 
> -ERLANG_JIFFY_VERSION = 1.1.3
> +ERLANG_JIFFY_VERSION = 2.0.0
>  ERLANG_JIFFY_SITE = $(call 
> github,davisp,jiffy,$(ERLANG_JIFFY_VERSION))
>  ERLANG_JIFFY_LICENSE = MIT (core), \
>  	BSD-3-Clause (Google double conversion library), \
> --
> 2.47.3

Best regards,

Julien.
_______________________________________________
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:[~2026-04-28 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-26 19:23 [Buildroot] [PATCH] package/erlang-jiffy: bump to version 2.0.0 Giulio Benetti
2026-04-28 19:42 ` Julien Olivain via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox