pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/janet janet: update to 1.25.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b5b9a35a702
branches:  trunk
changeset: 388405:2b5b9a35a702
user:      charlotte <charlotte%pkgsrc.org@localhost>
date:      Sat Nov 19 02:40:00 2022 +0000

description:
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.

diffstat:

 lang/janet/Makefile |  4 ++--
 lang/janet/PLIST    |  5 ++---
 lang/janet/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r dc0b4d15ded1 -r 2b5b9a35a702 lang/janet/Makefile
--- a/lang/janet/Makefile       Fri Nov 18 19:35:03 2022 +0000
+++ b/lang/janet/Makefile       Sat Nov 19 02:40:00 2022 +0000
@@ -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}
diff -r dc0b4d15ded1 -r 2b5b9a35a702 lang/janet/PLIST
--- a/lang/janet/PLIST  Fri Nov 18 19:35:03 2022 +0000
+++ b/lang/janet/PLIST  Sat Nov 19 02:40:00 2022 +0000
@@ -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
diff -r dc0b4d15ded1 -r 2b5b9a35a702 lang/janet/distinfo
--- a/lang/janet/distinfo       Fri Nov 18 19:35:03 2022 +0000
+++ b/lang/janet/distinfo       Sat Nov 19 02:40:00 2022 +0000
@@ -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