pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/janet
Module Name: pkgsrc
Committed By: charlotte
Date: Tue Mar 7 06:09:02 UTC 2023
Modified Files:
pkgsrc/lang/janet: Makefile PLIST distinfo
Log Message:
lang/janet: Update to 1.27.0
## 1.27.0 - 2023-03-05
- Change semantics around bracket tuples to no longer be equal to regular
tuples.
- Add `index` argument to `ffi/write` for symmetry with `ffi/read`.
- Add `buffer/push-at`
- Add `ffi/pointer-buffer` to convert pointers to buffers the cannot be
reallocated. This allows easier manipulation of FFI memory, memory mapped
files, and buffer memory shared between threads.
- Calling `ev/cancel` on a fiber waiting on `ev/gather` will correctly cancel
the child fibers.
- Add `(sandbox ...)` function to core for permission based security. Also add
`janet_sandbox` to C API. The sandbox allows limiting access to the file
system, network, ffi, and OS resources at runtime.
- Add `(.locals)` function to debugger to see currently bound local symbols.
- Track symbol -> slot mapping so debugger can get symbolic information. This
exposes local bindings in `debug/stack` and `disasm`.
- Add `os/compiler` to detect what host compiler was used to compile the
interpreter
- Add support for mingw and cygwin builds (mingw support also added in jpm).
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/janet/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/janet/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/janet/Makefile
diff -u pkgsrc/lang/janet/Makefile:1.23 pkgsrc/lang/janet/Makefile:1.24
--- pkgsrc/lang/janet/Makefile:1.23 Sat Mar 4 02:18:59 2023
+++ pkgsrc/lang/janet/Makefile Tue Mar 7 06:09:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/03/04 02:18:59 charlotte Exp $
+# $NetBSD: Makefile,v 1.24 2023/03/07 06:09:02 charlotte Exp $
-DISTNAME= janet-1.26.0
+DISTNAME= janet-1.27.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=janet-lang/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/lang/janet/PLIST
diff -u pkgsrc/lang/janet/PLIST:1.13 pkgsrc/lang/janet/PLIST:1.14
--- pkgsrc/lang/janet/PLIST:1.13 Sat Mar 4 02:18:59 2023
+++ pkgsrc/lang/janet/PLIST Tue Mar 7 06:09:02 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2023/03/04 02:18:59 charlotte Exp $
+@comment $NetBSD: PLIST,v 1.14 2023/03/07 06:09:02 charlotte Exp $
bin/janet
include/janet/janet.h
lib/libjanet.a
lib/libjanet.so
-lib/libjanet.so.1.26
+lib/libjanet.so.1.27
lib/libjanet.so.${PKGVERSION}
lib/pkgconfig/janet.pc
man/man1/janet.1
Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.22 pkgsrc/lang/janet/distinfo:1.23
--- pkgsrc/lang/janet/distinfo:1.22 Sat Mar 4 02:18:59 2023
+++ pkgsrc/lang/janet/distinfo Tue Mar 7 06:09:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/03/04 02:18:59 charlotte Exp $
+$NetBSD: distinfo,v 1.23 2023/03/07 06:09:02 charlotte Exp $
-BLAKE2s (janet-1.26.0.tar.gz) = e4b54bf4637b0bb7375844c8f2c1cd9ff72d4f6729d330f7a25f6748b5426806
-SHA512 (janet-1.26.0.tar.gz) = 8e2996a09683a16643bc4eb2ba96ebdf0431460b7b170003617add17ca2c9dc5247d7362c75d7e8a329e35564725a1ba21411ce199b8a55e4369cad2c24e2c2d
-Size (janet-1.26.0.tar.gz) = 518389 bytes
+BLAKE2s (janet-1.27.0.tar.gz) = 828e47873645e0bf66a05a78bcb4ed7afcb576fac5e3c121f7efd8fb18eba56b
+SHA512 (janet-1.27.0.tar.gz) = 4993369de4ec10de05789796cb91f4d79b379c56e0f0c9cc2aa1e4576f066d94ece4fd8fc090197fcbfca73a1aca6cc2a0f4ccd2fadc7548c177633e6997e9ce
+Size (janet-1.27.0.tar.gz) = 525780 bytes
Home |
Main Index |
Thread Index |
Old Index