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:   wiz
Date:           Sun Aug 23 07:47:12 UTC 2026

Modified Files:
        pkgsrc/devel/libdeflate: Makefile distinfo

Log Message:
libdeflate: update to 1.26.

## Version 1.26

* Added support for compression level -1 as an alias for the default compression
  level (6).

* libdeflate now requires a C11 compiler.  For Visual Studio builds, this bumps
  the minimum version up to Visual Studio 2019 v16.8.

* Fixed build failures with clang 18 specifically (clang 19+ unaffected).

* Fixed build failure with glibc 2.43 and later.

* Enabled unaligned access optimizations on all PowerPC variants.

* Improved CRC-32 performance on Arm Neoverse V-Series processors by selecting a
  faster CRC-32 implementation for these processors.

* The CMakeLists.txt now supports the user overriding `CMAKE_C_FLAGS_RELEASE`.

* The CMakeLists.txt no longer runs installation commands when it is built as a
  subproject.

* The prebuilt Windows binaries are now 64-bit only.  Prebuilt 32-bit binaries
  are no longer provided, though they can still be built by users.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libdeflate/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/devel/libdeflate/Makefile:1.12
--- pkgsrc/devel/libdeflate/Makefile:1.11       Sun Nov  2 13:44:24 2025
+++ pkgsrc/devel/libdeflate/Makefile    Sun Aug 23 07:47:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/11/02 13:44:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/23 07:47:12 wiz Exp $
 
-DISTNAME=      libdeflate-1.25
+DISTNAME=      libdeflate-1.26
 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.9 pkgsrc/devel/libdeflate/distinfo:1.10
--- pkgsrc/devel/libdeflate/distinfo:1.9        Sun Nov  2 13:44:24 2025
+++ pkgsrc/devel/libdeflate/distinfo    Sun Aug 23 07:47:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/11/02 13:44:24 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/08/23 07:47:12 wiz Exp $
 
-BLAKE2s (libdeflate-1.25.tar.gz) = 6a548915d5bd885c7fe21190d939c0515831c0901af29f174b1510f89178ca81
-SHA512 (libdeflate-1.25.tar.gz) = fa02fa0a6d241d3f71cf4238a3ac58968cbea0b66613c1647d6eea575379d60e93f4647f8b3921e8c31322e20521aa9953213d5465f7d10a27c57bdd7186d318
-Size (libdeflate-1.25.tar.gz) = 197494 bytes
+BLAKE2s (libdeflate-1.26.tar.gz) = d302323b2b1b2e075afa353c498e7db8bbd681a5f67af1ab08f01d172094a073
+SHA512 (libdeflate-1.26.tar.gz) = 06605eabce8635b82e03863c87b515696d08b8a1fc36b746b44b660989613d2ebd6ca1bb13dd0f88244846894dbf5a15169dd443c34dcda64e960fdbd08a8d3b
+Size (libdeflate-1.26.tar.gz) = 198768 bytes



Home | Main Index | Thread Index | Old Index