pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/kalker
Module Name: pkgsrc
Committed By: pin
Date: Fri Jul 21 04:55:55 UTC 2023
Modified Files:
pkgsrc/math/kalker: Makefile distinfo
Log Message:
math/kalker: update to 2.0.4
- Prevent stack overflow crashes by limiting the recursion depth
(thanks to @kvnxiao)
- Fix comprehensions breaking if a previously evaluated comprehension
encountered an error in a nested expression
- Fix expressions like x^x not working inside functions
- Allow a leading dot, eg. .25
- Allow expressions like sin2x
- Fix incorrect unit being returned from some trigonometry functions
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/kalker/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/kalker/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/kalker/Makefile
diff -u pkgsrc/math/kalker/Makefile:1.7 pkgsrc/math/kalker/Makefile:1.8
--- pkgsrc/math/kalker/Makefile:1.7 Wed Jan 25 20:13:59 2023
+++ pkgsrc/math/kalker/Makefile Fri Jul 21 04:55:55 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/01/25 20:13:59 pin Exp $
+# $NetBSD: Makefile,v 1.8 2023/07/21 04:55:55 pin Exp $
-DISTNAME= kalker-2.0.3
+DISTNAME= kalker-2.0.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=PaddiM8/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/math/kalker/distinfo
diff -u pkgsrc/math/kalker/distinfo:1.8 pkgsrc/math/kalker/distinfo:1.9
--- pkgsrc/math/kalker/distinfo:1.8 Mon Feb 27 19:49:32 2023
+++ pkgsrc/math/kalker/distinfo Fri Jul 21 04:55:55 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2023/02/27 19:49:32 he Exp $
+$NetBSD: distinfo,v 1.9 2023/07/21 04:55:55 pin Exp $
BLAKE2s (aho-corasick-0.7.20.crate) = e435fcd774a78d21bafe7b56bad76b8595dcd87a850c6ef2a41206c7ec6439c5
SHA512 (aho-corasick-0.7.20.crate) = ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
@@ -54,9 +54,9 @@ Size (hermit-abi-0.1.19.crate) = 9979 by
BLAKE2s (js-sys-0.3.60.crate) = 3704bfae29ccb6ae483c2c0ac495fce7ebd7c93cd10ce88623685dc80a598292
SHA512 (js-sys-0.3.60.crate) = 543dfd444539fad27bafcbbf112366f53d4ccf4bc63f8bb17820d818c3e1804656697ed6268a793f383ddf6b6227f7e9b3a11fb6fbb24e10732fdbd971801665
Size (js-sys-0.3.60.crate) = 79257 bytes
-BLAKE2s (kalker-2.0.3.tar.gz) = f53fcc8aca612b093d80f12a92b79532f6d950c5b7cb78de6756c902b32138d7
-SHA512 (kalker-2.0.3.tar.gz) = 432032c68981cb4f57b98a25eba706c14ad31c419901db79d5851aafca2bf67614a994391b01c91f6909a9f1b24ccab46a5cdf57e751517b48d64a3669af9557
-Size (kalker-2.0.3.tar.gz) = 1326318 bytes
+BLAKE2s (kalker-2.0.4.tar.gz) = 22b2192810013c3dae7c5b7e7087500075beeb883951baa103e095ac22611e5c
+SHA512 (kalker-2.0.4.tar.gz) = 3ecb0ef926ffdae20d63fd02067399f130ec410c77c0ba3ae312191506b2b3142241f6834e7234ee01a794366ff00141cb41df8d783c9aeddc5a8828ba1acbf3
+Size (kalker-2.0.4.tar.gz) = 1331308 bytes
BLAKE2s (lazy_static-1.4.0.crate) = 0d5f7c2bcfe70610bc27bd6b339ea3e4ca3b7014149714db3a0c199ac6f07cd1
SHA512 (lazy_static-1.4.0.crate) = e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
Size (lazy_static-1.4.0.crate) = 10443 bytes
Home |
Main Index |
Thread Index |
Old Index