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:           Mon Aug  5 06:47:55 UTC 2024

Modified Files:
        pkgsrc/devel/libdeflate: Makefile distinfo

Log Message:
libdeflate: updated to 1.21

Version 1.21

* Fixed build error on x86 with gcc 8.1 and gcc 8.2.
* Fixed build error on x86 when gcc 11 is paired with a binutils version that
  doesn't support AVX-VNNI, e.g. as it is on RHEL 9.
* Fixed build error on arm64 with gcc 6.
* Fixed build error on arm64 with gcc 13.1 and later with some -mcpu options.
* Enabled detection of dotprod support in Windows ARM64 builds.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libdeflate/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/devel/libdeflate/Makefile:1.6
--- pkgsrc/devel/libdeflate/Makefile:1.5        Fri Apr  5 10:26:46 2024
+++ pkgsrc/devel/libdeflate/Makefile    Mon Aug  5 06:47:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/04/05 10:26:46 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/05 06:47:55 adam Exp $
 
-DISTNAME=      libdeflate-1.20
+DISTNAME=      libdeflate-1.21
 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.4 pkgsrc/devel/libdeflate/distinfo:1.5
--- pkgsrc/devel/libdeflate/distinfo:1.4        Fri Apr  5 10:26:46 2024
+++ pkgsrc/devel/libdeflate/distinfo    Mon Aug  5 06:47:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/04/05 10:26:46 wiz Exp $
+$NetBSD: distinfo,v 1.5 2024/08/05 06:47:55 adam Exp $
 
-BLAKE2s (libdeflate-1.20.tar.gz) = a32c434201227ace52349c4126f858b59df51cd5e9587513f71f7bfe423dba76
-SHA512 (libdeflate-1.20.tar.gz) = 5ebe6af9ce81872cba508d1f0aa087ddeb0e0f0c8e6360da66b8a9db2a76203dafbf3d3f6b3b791618ea9c6d0231fab5b4a55badb31a4480fb4174b9445c658b
-Size (libdeflate-1.20.tar.gz) = 194212 bytes
+BLAKE2s (libdeflate-1.21.tar.gz) = a80a174c43a9a665a877940c6b0b6617ab553ebd953c069986331fd123a151f8
+SHA512 (libdeflate-1.21.tar.gz) = 7cd9bc91992ef824a0fdf175b0da081b8381decc325013477a3fbfcfe6cf240f66cedbeec830a51343fedb8c27c76fba8782c1aed3fc538e3afd6c9f8cdc90fb
+Size (libdeflate-1.21.tar.gz) = 195361 bytes



Home | Main Index | Thread Index | Old Index