pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/ltm
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 5 10:29:43 UTC 2024
Modified Files:
pkgsrc/math/ltm: Makefile distinfo
Log Message:
ltm: update to 1.3.0.
This release is done in preparation for libtommath 2.0.0 which will
deprecate multiple public parts of the API, both functions and
macros.
Additionally we’ve included CMake as build system and use GitHub
Actions to verify that everything works as expected.
All to-be-deprecated parts are marked as either MP_DEPRECATED()
for functions or MP_DEPRECATED_PRAGMA() for macros. Your compiler
should complain if you use those to-be-deprecated parts, if not
it’s most likely a pretty old version of the compiler or not
correctly configured.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/ltm/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/ltm/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/ltm/Makefile
diff -u pkgsrc/math/ltm/Makefile:1.26 pkgsrc/math/ltm/Makefile:1.27
--- pkgsrc/math/ltm/Makefile:1.26 Mon Nov 6 14:00:23 2023
+++ pkgsrc/math/ltm/Makefile Fri Apr 5 10:29:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/11/06 14:00:23 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2024/04/05 10:29:43 wiz Exp $
-DISTNAME= ltm-1.2.1
+DISTNAME= ltm-1.3.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=libtom/}
GITHUB_PROJECT= libtommath
Index: pkgsrc/math/ltm/distinfo
diff -u pkgsrc/math/ltm/distinfo:1.15 pkgsrc/math/ltm/distinfo:1.16
--- pkgsrc/math/ltm/distinfo:1.15 Mon Nov 6 14:00:23 2023
+++ pkgsrc/math/ltm/distinfo Fri Apr 5 10:29:43 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2023/11/06 14:00:23 wiz Exp $
+$NetBSD: distinfo,v 1.16 2024/04/05 10:29:43 wiz Exp $
-BLAKE2s (ltm-1.2.1.tar.xz) = c0661deb9c50d0f0ad74d3bd278b94d4c9ce3622571977fc91e55245df68c606
-SHA512 (ltm-1.2.1.tar.xz) = 50c9459357aa7f5076af93de6701c617da0dbbf2230a2f4468062704a6cd6e9d3c2fbb27016f68a7e1d6b35d6ddb2088630b24ea6acc20ed8c19594913d36e95
-Size (ltm-1.2.1.tar.xz) = 635728 bytes
+BLAKE2s (ltm-1.3.0.tar.xz) = b76464ab4cbd84c041fac95c40104aceae0ec5ffb11dfa1495772e2a9435cf8d
+SHA512 (ltm-1.3.0.tar.xz) = 6e90ba918d2589525b6b2247edb50f1b90b228854ffc817686d27e0bdc4c0ffbb861d67d90ce5f61e2601a426d6d7cb0ee35e68b5e17695eb06ea734d4fe5fe5
+Size (ltm-1.3.0.tar.xz) = 642776 bytes
SHA1 (patch-bn__mp__set__double.c) = a9ceb70ee7935bd6026a97cf4adf82a0d5e0003c
Home |
Main Index |
Thread Index |
Old Index