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:           Sat Nov 19 02:40:00 UTC 2022

Modified Files:
        pkgsrc/lang/janet: Makefile PLIST distinfo

Log Message:
janet: update to 1.25.1

CHANGELOG:

## 1.25.1 - 2022-10-29

- Add `memcmp` function to core library.
- Fix bug in `os/open` with `:rw` permissions not correct on Linux.
- Support config.mk for more easily configuring the Makefile.

## 1.25.0 - 2022-10-10

- Windows FFI fixes.
- Fix PEG `if-not` combinator with captures in the condition
- Fix bug with `os/date` with nil first argument
- Fix bug with `net/accept` on Linux that could leak file descriptors to
  subprocesses
- Reduce number of hash collisions from pointer hashing
- Add optional parameter to `marshal` to skip cycle checking code

## 1.24.1 - 2022-08-24

- Fix FFI bug on Linux/Posix
- Improve parse error messages for bad delimiters.
- Add optional `name` parameter to the `short-fn` macro.

## 1.24.0 - 2022-08-14

- Add FFI support to 64-bit windows compiled with MSVC
- Don't process shared object names passed to dlopen.
- Add better support for windows console in the default shell.c for
  auto-completion and other shell-like input features.
- Improve default error message from `assert`.
- Add the `tabseq` macro for simpler table comprehensions.
- Allow setting `(dyn :task-id)` in fibers to improve context in supervisor
  messages. Prior to this change, supervisor messages over threaded channels
  would be from ambiguous threads/fibers.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/janet/PLIST
cvs rdiff -u -r1.20 -r1.21 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.19 pkgsrc/lang/janet/Makefile:1.20
--- pkgsrc/lang/janet/Makefile:1.19     Tue Aug  9 01:48:07 2022
+++ pkgsrc/lang/janet/Makefile  Sat Nov 19 02:40:00 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/08/09 01:48:07 charlotte Exp $
+# $NetBSD: Makefile,v 1.20 2022/11/19 02:40:00 charlotte Exp $
 
-DISTNAME=      janet-1.23.0
+DISTNAME=      janet-1.25.1
 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.11 pkgsrc/lang/janet/PLIST:1.12
--- pkgsrc/lang/janet/PLIST:1.11        Tue Aug  9 01:48:07 2022
+++ pkgsrc/lang/janet/PLIST     Sat Nov 19 02:40:00 2022
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.11 2022/08/09 01:48:07 charlotte Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/11/19 02:40:00 charlotte Exp $
 bin/janet
-include/janet.h
 include/janet/janet.h
 lib/libjanet.a
 lib/libjanet.so
-lib/libjanet.so.1.23
+lib/libjanet.so.1.25
 lib/libjanet.so.${PKGVERSION}
 lib/pkgconfig/janet.pc
 man/man1/janet.1

Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.20 pkgsrc/lang/janet/distinfo:1.21
--- pkgsrc/lang/janet/distinfo:1.20     Tue Aug  9 01:48:07 2022
+++ pkgsrc/lang/janet/distinfo  Sat Nov 19 02:40:00 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/08/09 01:48:07 charlotte Exp $
+$NetBSD: distinfo,v 1.21 2022/11/19 02:40:00 charlotte Exp $
 
-BLAKE2s (janet-1.23.0.tar.gz) = a1f454957096909058146835ffba77aa924c5a66162e9bfb5d30a47377a13d60
-SHA512 (janet-1.23.0.tar.gz) = 7f9faeaafc75a92085643588e9e32b9d656a7f19c9cbd4013779fa299059a5868940ea57b9bc92313ac63ea846a743ab5c2e4ccf83fcce8bd0e418843e62f8df
-Size (janet-1.23.0.tar.gz) = 511438 bytes
+BLAKE2s (janet-1.25.1.tar.gz) = 7b2f7c31496ead855dc8fd8875b7fcb15093b6aae8deba630b4a043c4fde9179
+SHA512 (janet-1.25.1.tar.gz) = caf33bbbb095a3baa4141b4d4e714f302038ef26c2ddc90d13ce17c07b5b06803e0685206cdf203c4d80e85fc372718214d7e6020624b582ce7c53a15e4d4787
+Size (janet-1.25.1.tar.gz) = 515758 bytes



Home | Main Index | Thread Index | Old Index