pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/ocaml-zarith



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Jun 28 22:25:41 UTC 2026

Modified Files:
        pkgsrc/math/ocaml-zarith: Makefile PLIST distinfo

Log Message:
ocaml-zarith: update to 1.14

Release 1.14 (2024-07-10)
- #148, #149: Fail unmarshaling when it would produce non-canonical big ints
- #145, #150: Use standard hash function for `Z.hash` and add `Z.seeded_hash`
- #140, #147: Add fast path for `Z.divisible` on small arguments

Release 1.13 (2023-07-19)
- #113: add conversions to/from small unsigned integers `(to|fits)_(int32|int64|nativeint)_unsigned` [Antoine Miné]
- #128: add functions to pseudo-randomly generate integers [Xavier Leroy]
- #105: add `Big_int.big_int_of_float` [Yishuai Li]
- #90: add fast path to `Z.extract` when extraction leads to a small integer [Frédéric Recoules]
- #137: more precise bounds for of_float conversion to small ints [Antoine Miné]
- #118: fix Z_mlgmpidl interface for mlgmpidl >= 1.2 [Simmo Saan]
- #109: fix typo in `ml_z_mul` function [Bernhard Schommer]
- #108: fix dependency on C evaluation order in `ml_z_remove` [Xavier Clerc]
- #117 #120 #129 #132 #135 #139 #141: configure & build simplifications and fixes [various authors]
- #134: CI testing: add Windows, test both 4.14 and 5.0 [Hugo Heuzard]


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/math/ocaml-zarith/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/ocaml-zarith/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/ocaml-zarith/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/ocaml-zarith/Makefile
diff -u pkgsrc/math/ocaml-zarith/Makefile:1.25 pkgsrc/math/ocaml-zarith/Makefile:1.26
--- pkgsrc/math/ocaml-zarith/Makefile:1.25      Sun Mar  1 12:38:36 2026
+++ pkgsrc/math/ocaml-zarith/Makefile   Sun Jun 28 22:25:41 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2026/03/01 12:38:36 gdt Exp $
+# $NetBSD: Makefile,v 1.26 2026/06/28 22:25:41 dholland Exp $
 #
 
-VERSION=       1.12
+VERSION=       1.14
 GITHUB_PROJECT=        Zarith
 GITHUB_TAG=    release-${VERSION}
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}

Index: pkgsrc/math/ocaml-zarith/PLIST
diff -u pkgsrc/math/ocaml-zarith/PLIST:1.5 pkgsrc/math/ocaml-zarith/PLIST:1.6
--- pkgsrc/math/ocaml-zarith/PLIST:1.5  Tue May 24 17:55:23 2022
+++ pkgsrc/math/ocaml-zarith/PLIST      Sun Jun 28 22:25:41 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/05/24 17:55:23 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/06/28 22:25:41 dholland Exp $
 ${OCAML_SITELIB}/zarith/META
 ${OCAML_SITELIB}/zarith/big_int_Z.cmi
 ${OCAML_SITELIB}/zarith/big_int_Z.cmti
@@ -20,3 +20,4 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarit
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/zarith/zarith.cmxs
 ${OCAML_SITELIB}/zarith/zarith.h
 ${OCAML_SITELIB}/zarith/zarith_top.cma
+${OCAML_SITELIB}/zarith/zarith_version.cmx

Index: pkgsrc/math/ocaml-zarith/distinfo
diff -u pkgsrc/math/ocaml-zarith/distinfo:1.7 pkgsrc/math/ocaml-zarith/distinfo:1.8
--- pkgsrc/math/ocaml-zarith/distinfo:1.7       Tue May 24 17:55:23 2022
+++ pkgsrc/math/ocaml-zarith/distinfo   Sun Jun 28 22:25:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/05/24 17:55:23 jaapb Exp $
+$NetBSD: distinfo,v 1.8 2026/06/28 22:25:41 dholland Exp $
 
-BLAKE2s (Zarith-1.12.tar.gz) = 0484c6e5e2850a9a95eb2c5599ec15f1a96dcd30725a12cfe5ce61c21e3d5cb7
-SHA512 (Zarith-1.12.tar.gz) = 8075573ae65579a2606b37dd1b213032a07d220d28c733f9288ae80d36f8a2cc4d91632806df2503c130ea9658dc207ee3a64347c21aa53969050a208f5b2bb4
-Size (Zarith-1.12.tar.gz) = 93695 bytes
+BLAKE2s (Zarith-1.14.tar.gz) = 6f6ceba642a1d930d41e53a960f70629b13e0e3829b605c043a93fabb5442153
+SHA512 (Zarith-1.14.tar.gz) = 8a7f3e82dfa5699c8dda54dd5398c712f3ac4fe04f5208d43d8ba198fb8152de5f91cbb59c15c0a4ba010d4dfcc79f52e405bdd0abbf2798167e9e4216bcb3dd
+Size (Zarith-1.14.tar.gz) = 91788 bytes



Home | Main Index | Thread Index | Old Index