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:           Fri Apr  5 10:26:46 UTC 2024

Modified Files:
        pkgsrc/devel/libdeflate: Makefile distinfo

Log Message:
libdeflate: update to 1.20.

## Version 1.20

* Improved CRC-32 performance on recent x86 CPUs by adding
  VPCLMULQDQ-accelerated implementations using 256-bit and 512-bit vectors.

* Improved Adler-32 performance on recent x86 CPUs by adding
  VNNI-accelerated implementations using 256-bit and 512-bit vectors.

* Improved CRC-32 and Adler-32 performance on short inputs.

* Optimized the portable implementation of Adler-32.

* Added some basic optimizations for RISC-V.

* Dropped support for gcc versions older than v4.9 (released in 2014)
  and clang versions older than v3.9 (released in 2016).

* Dropped support for CRC-32 acceleration on 32-bit ARM using the ARMv8 pmull or
  crc32 instructions.  This code only worked on CPUs that also have a 64-bit
  mode, and it was already disabled on many compiler versions due to compiler
  limitations.  CRC-32 acceleration remains fully supported on 64-bit ARM.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libdeflate/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/devel/libdeflate/Makefile:1.5
--- pkgsrc/devel/libdeflate/Makefile:1.4        Thu Oct 19 14:52:01 2023
+++ pkgsrc/devel/libdeflate/Makefile    Fri Apr  5 10:26:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/10/19 14:52:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/05 10:26:46 wiz Exp $
 
-DISTNAME=      libdeflate-1.19
+DISTNAME=      libdeflate-1.20
 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.3 pkgsrc/devel/libdeflate/distinfo:1.4
--- pkgsrc/devel/libdeflate/distinfo:1.3        Thu Oct 19 14:52:01 2023
+++ pkgsrc/devel/libdeflate/distinfo    Fri Apr  5 10:26:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/10/19 14:52:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2024/04/05 10:26:46 wiz Exp $
 
-BLAKE2s (libdeflate-1.19.tar.gz) = 637686ff44b317362418a20385ade8eaf88fee23c14b3dbcce78f1fe95ac08f9
-SHA512 (libdeflate-1.19.tar.gz) = fe57542a0d28ad61d70bef9b544bb6805f9f30930b16432712b3b1caab041f1f4e64315a4306a0635b96c2632239c5af0e45a3915581d0b89975729fc2e95613
-Size (libdeflate-1.19.tar.gz) = 187684 bytes
+BLAKE2s (libdeflate-1.20.tar.gz) = a32c434201227ace52349c4126f858b59df51cd5e9587513f71f7bfe423dba76
+SHA512 (libdeflate-1.20.tar.gz) = 5ebe6af9ce81872cba508d1f0aa087ddeb0e0f0c8e6360da66b8a9db2a76203dafbf3d3f6b3b791618ea9c6d0231fab5b4a55badb31a4480fb4174b9445c658b
+Size (libdeflate-1.20.tar.gz) = 194212 bytes



Home | Main Index | Thread Index | Old Index