pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libdeflate
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 24 12:02:24 UTC 2024
Modified Files:
pkgsrc/devel/libdeflate: Makefile distinfo
Log Message:
libdeflate: updated to 1.23
Version 1.23
* Fixed bug introduced in 1.20 where incorrect checksums could be calculated if
libdeflate was compiled with clang at -O0 and run on a CPU supporting AVX512.
* Fixed bug introduced in 1.20 where incorrect checksums could be calculated in
rare cases on macOS computers that support AVX512 and are running an older
version of macOS that contains a bug that corrupts AVX512 registers. This
could occur only if code outside libdeflate enabled AVX512 in the thread.
* Fixed build error when using -mno-evex512 with clang 18+ or gcc 14+.
* Increased the minimum CMake version to 3.10.
* Further optimized the x86 CRC code.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libdeflate/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libdeflate/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libdeflate/Makefile
diff -u pkgsrc/devel/libdeflate/Makefile:1.8 pkgsrc/devel/libdeflate/Makefile:1.9
--- pkgsrc/devel/libdeflate/Makefile:1.8 Tue Oct 8 15:36:45 2024
+++ pkgsrc/devel/libdeflate/Makefile Tue Dec 24 12:02:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/10/08 15:36:45 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/12/24 12:02:23 adam Exp $
-DISTNAME= libdeflate-1.22
+DISTNAME= libdeflate-1.23
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ebiggers/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/libdeflate/distinfo
diff -u pkgsrc/devel/libdeflate/distinfo:1.6 pkgsrc/devel/libdeflate/distinfo:1.7
--- pkgsrc/devel/libdeflate/distinfo:1.6 Tue Oct 8 15:36:45 2024
+++ pkgsrc/devel/libdeflate/distinfo Tue Dec 24 12:02:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/10/08 15:36:45 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/12/24 12:02:23 adam Exp $
-BLAKE2s (libdeflate-1.22.tar.gz) = 9ba11ab1596ae059c977e8f2246185a12dfe0a6f0b69821cb9e500cf393aea8c
-SHA512 (libdeflate-1.22.tar.gz) = ca3ec7eb3e44da13164f33e56c856dbffc4ccc7b86d995afca6a23fa3f201b766d08a047871407e14a7964dd3da843be23c316e51d981cdd98f25166092de3a9
-Size (libdeflate-1.22.tar.gz) = 197720 bytes
+BLAKE2s (libdeflate-1.23.tar.gz) = f53147d8c885964b3b84f5f2c96a5def883b680ea2bedb415786f4465204f3cc
+SHA512 (libdeflate-1.23.tar.gz) = c1effb9c5ee8d65bc12ae3d0669a4a394acace13cc146300ed24a7f12a0ec058f66729e1ffbae268711bdcc4151143752ab2d56a099dd6394b2735e8e2f1b671
+Size (libdeflate-1.23.tar.gz) = 197519 bytes
Home |
Main Index |
Thread Index |
Old Index