All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/janet: bump to version 1.29.1
@ 2023-07-21 18:47 Francois Perrad
  2023-07-21 21:19 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2023-07-21 18:47 UTC (permalink / raw)
  To: buildroot

remove merged patch

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 .../0001-Update-for-more-minimal-builds.patch | 29 -------------------
 package/janet/janet.hash                      |  2 +-
 package/janet/janet.mk                        |  2 +-
 3 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 package/janet/0001-Update-for-more-minimal-builds.patch

diff --git a/package/janet/0001-Update-for-more-minimal-builds.patch b/package/janet/0001-Update-for-more-minimal-builds.patch
deleted file mode 100644
index ba36a9beb..000000000
--- a/package/janet/0001-Update-for-more-minimal-builds.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 746ff5307d309536984b648460e7b5c5dac44453 Mon Sep 17 00:00:00 2001
-From: Calvin Rose <calsrose@gmail.com>
-Date: Sun, 12 Feb 2023 12:14:11 -0600
-Subject: [PATCH] Update for more minimal builds.
-
-[Retrieved (and backported) from:
-https://github.com/janet-lang/janet/commit/746ff5307d309536984b648460e7b5c5dac44453]
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- src/core/ffi.c   | 4 ++++
- src/core/marsh.c | 2 ++
- 2 files changed, 6 insertions(+)
-
-diff --git a/src/core/ffi.c b/src/core/ffi.c
-index 45a498c7..b453f1f6 100644
---- a/src/core/ffi.c
-+++ b/src/core/ffi.c
-@@ -1311,7 +1311,11 @@ JANET_CORE_FN(cfun_ffi_jitfn,
-     size_t alloc_size = ((size_t) bytes.len + FFI_PAGE_MASK) & ~FFI_PAGE_MASK;
- 
- #ifdef JANET_FFI_JIT
-+#ifdef JANET_EV
-     JanetFFIJittedFn *fn = janet_abstract_threaded(&janet_type_ffijit, sizeof(JanetFFIJittedFn));
-+#else
-+    JanetFFIJittedFn *fn = janet_abstract(&janet_type_ffijit, sizeof(JanetFFIJittedFn));
-+#endif
-     fn->function_pointer = NULL;
-     fn->size = 0;
- #ifdef JANET_WINDOWS
diff --git a/package/janet/janet.hash b/package/janet/janet.hash
index 47e0de4a0..15eaafc48 100644
--- a/package/janet/janet.hash
+++ b/package/janet/janet.hash
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256  c95dab93e8e4ebcab5c293d5ee448fb43ab8bd2f6391fd66a6ca92fe1ec72c03  janet-1.26.0.tar.gz
+sha256  2ac3f69842f3e805a8d072a9e36f207f6287f063654c51cb3cd2b6e73b1cadf6  janet-1.29.1.tar.gz
 
 # Locally calculated
 sha256  95fca700e8dce9699248e7cc80ac88ce2357874c8352cd2be4d18f183dc9710b  LICENSE
diff --git a/package/janet/janet.mk b/package/janet/janet.mk
index db1eb2a5c..9c87ba79f 100644
--- a/package/janet/janet.mk
+++ b/package/janet/janet.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JANET_VERSION = 1.26.0
+JANET_VERSION = 1.29.1
 JANET_SITE = $(call github,janet-lang,janet,v$(JANET_VERSION))
 JANET_LICENSE = MIT
 JANET_LICENSE_FILES = LICENSE
-- 
2.39.2

_______________________________________________
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/janet: bump to version 1.29.1
  2023-07-21 18:47 [Buildroot] [PATCH] package/janet: bump to version 1.29.1 Francois Perrad
@ 2023-07-21 21:19 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-21 21:19 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

On Fri, 21 Jul 2023 20:47:44 +0200
Francois Perrad <fperrad@gmail.com> wrote:

> remove merged patch
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  .../0001-Update-for-more-minimal-builds.patch | 29 -------------------
>  package/janet/janet.hash                      |  2 +-
>  package/janet/janet.mk                        |  2 +-
>  3 files changed, 2 insertions(+), 31 deletions(-)
>  delete mode 100644 package/janet/0001-Update-for-more-minimal-builds.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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-07-21 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 18:47 [Buildroot] [PATCH] package/janet: bump to version 1.29.1 Francois Perrad
2023-07-21 21:19 ` Thomas Petazzoni via buildroot

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.