pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/fast_float
Module Name: pkgsrc
Committed By: adam
Date: Sat Jun 13 05:30:25 UTC 2026
Modified Files:
pkgsrc/math/fast_float: Makefile distinfo
Log Message:
fast_float: updated to 8.2.9
8.2.9
Remove an else if statement that is always false
Remove an unreachable return statement
Fix compile error with gcc 9: use of [[unlikely]]
reject non-digit wide code units in uint8/uint16 integer fast path
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/fast_float/Makefile \
pkgsrc/math/fast_float/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/fast_float/Makefile
diff -u pkgsrc/math/fast_float/Makefile:1.16 pkgsrc/math/fast_float/Makefile:1.17
--- pkgsrc/math/fast_float/Makefile:1.16 Tue Jun 9 04:33:58 2026
+++ pkgsrc/math/fast_float/Makefile Sat Jun 13 05:30:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/06/09 04:33:58 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/06/13 05:30:25 adam Exp $
-DISTNAME= fast_float-8.2.8
+DISTNAME= fast_float-8.2.9
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=fastfloat/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/math/fast_float/distinfo
diff -u pkgsrc/math/fast_float/distinfo:1.16 pkgsrc/math/fast_float/distinfo:1.17
--- pkgsrc/math/fast_float/distinfo:1.16 Tue Jun 9 04:33:58 2026
+++ pkgsrc/math/fast_float/distinfo Sat Jun 13 05:30:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/06/09 04:33:58 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/06/13 05:30:25 adam Exp $
-BLAKE2s (fast_float-8.2.8.tar.gz) = e872168cf7f6670330fcefffa53a3805032cda4bd7e12e504a738689cbad6503
-SHA512 (fast_float-8.2.8.tar.gz) = 0e6a7ed5d4fe692718527577bb1214bdd7eb2f6ca5fb8494d4918e0995a50061ae7e5c784053766b94e7ef8b20ba180f756015dda31b39618dc66dc1e779a429
-Size (fast_float-8.2.8.tar.gz) = 135601 bytes
+BLAKE2s (fast_float-8.2.9.tar.gz) = 26ab88936115d324d5699afc8390019fbad91b29f06f0797e019056f0120b81b
+SHA512 (fast_float-8.2.9.tar.gz) = 1dbf00e0204e23d15d233e7212501f9156d0be313fdfa88253c8587258e02f8eb196bffbf50bb1b80a2c1a63bce5115d4e3f378d0ceff6a421cac76c1028e93f
+Size (fast_float-8.2.9.tar.gz) = 136014 bytes
Home |
Main Index |
Thread Index |
Old Index