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: ktnb
Date: Tue Sep 1 18:25:18 UTC 2026
Modified Files:
pkgsrc/lang/janet: Makefile distinfo
Log Message:
janet: update to 1.42.0
* fix/illumos-multicast
* Tweak a docstring and a comment
* Fix GC collecting active fiber during nested janet_continue
* Align items in multiline pretty format (%m and %p)
* fix janet_channel_make_threaded to return threaded channel
* Macro hygiene tweaks
* Fix: add missing :symbolmap keyword to disasm function
* Add LLM, AI and tool usage section to contribution guide
* Lint shadow binding
* Increase pretty printing line density
* Try to use clearer language in buffer docs
* Fix mmap return value check
* Fix stale fiber stack pointers across realloc
* Hide JanetMarshalContext implementation details
* Add bash, zsh, and fish shell completions for janet
* plan9 port maintenance
* OSS-Fuzz: Add new fuzzer targets unmarshal
* Fix documentation for os_stat function
* OSS-Fuzz: Add fuzzer targets dobytes function
* OSS-Fuzz: Add fuzzer targets compile process
* Fix typos in mapat and count docstring
* Unregister stream from EV upon closure
* Do not wait on freed fiber
* Improve comprehensiveness of first docstring
* Simplify frequencies implementation
* Add tests for distinct
* int8_t, uint8_t and float getters
* Add tests for update
* Add tests for partition-by
* Improve consistency of some docstrings
* Improve completeness of some docstrings
* Improve completeness of sort* docstrings
* Improve clarity of some docstrings
* Tweak type docstring
* Tweak flatten* docstrings
* Tweak frequencies and group-by
* Improve completeness of *-in docstrings
* Add tests for find-index
* Add tests for find
* Improve index-of docstring
* Align find* and index-of details
* Add tests for interpose
* Add tests for filter
* Add tests for partition
* Improve docstrings
* Align local names in merge and merge-into
* Make table/to-struct's docstring less wordy
* free realpath() result with libc allocator
* Add tests for nested declarations
* ev: bugfix for double free
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.32 -r1.33 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.34 pkgsrc/lang/janet/Makefile:1.35
--- pkgsrc/lang/janet/Makefile:1.34 Fri Feb 20 00:05:37 2026
+++ pkgsrc/lang/janet/Makefile Tue Sep 1 18:25:18 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2026/02/20 00:05:37 ktnb Exp $
+# $NetBSD: Makefile,v 1.35 2026/09/01 18:25:18 ktnb Exp $
-DISTNAME= janet-1.41.2
+DISTNAME= janet-1.42.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=janet-lang/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -21,6 +21,7 @@ TEST_TARGET= test
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= JANET_MANPATH=${PREFIX}/${PKGMANDIR}/man1
MAKE_FLAGS+= JANET_PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
+MAKE_FLAGS+= JANET_VERSION=${PKGVERSION:Q}
MAKE_FLAGS+= JANET_BUILD='"\"pkgsrc\""'
LDFLAGS.SunOS+= -lsocket -lnsl
Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.32 pkgsrc/lang/janet/distinfo:1.33
--- pkgsrc/lang/janet/distinfo:1.32 Fri Feb 20 00:05:37 2026
+++ pkgsrc/lang/janet/distinfo Tue Sep 1 18:25:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2026/02/20 00:05:37 ktnb Exp $
+$NetBSD: distinfo,v 1.33 2026/09/01 18:25:18 ktnb Exp $
-BLAKE2s (janet-1.41.2.tar.gz) = 0da619d1efd2db5005f21a5d73cc8fada3950a25e5d4f55c27cf5cfed5250b39
-SHA512 (janet-1.41.2.tar.gz) = 4eb029206fd28eaca91e3c1123f02027e674af06951e8839c9b2b199a1c2d3106653fcf0cefcf8c226ee6ace116edab5ab0ab13da377cf57171596cfb6f909f5
-Size (janet-1.41.2.tar.gz) = 612285 bytes
+BLAKE2s (janet-1.42.0.tar.gz) = 8e9d384086ab142fad5c123c30573e7f497b885aab40e6558831c9dc8051eb2f
+SHA512 (janet-1.42.0.tar.gz) = aea5cc6e36a821b2bab3845324718e4cd97d4322fdb5409b8063159099e6c963c4022e24c8e7bd31e0dd3e871f0dbe688682d60090393e6c572db11b59d0f504
+Size (janet-1.42.0.tar.gz) = 630683 bytes
Home |
Main Index |
Thread Index |
Old Index