pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/zlib-ng



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 19 15:19:05 UTC 2024

Modified Files:
        pkgsrc/archivers/zlib-ng: Makefile PLIST distinfo

Log Message:
zlib-ng: updated to 2.1.7

2.1.7

Buildsystem

Generate CMake package configuration files
Relocate CMake target export definitions
Fix xsave intrinsic test for clang, and gcc 8.2 or newer, and icc
Disable Intel Compiler diagnostic message 10441
Add missing checks for 64bit arm/intel with msvc compiler
Don't export git/github-related files in tar/zip archives
Add more result variables to the cmake package configuration
Fix building with NVHPC
CMake: Replace ; by $ in generator-expression
Bump max CMake policy version to 3.29.0
make darwin cross compilation possible

CI/Test

Improve code coverage handling
Add VPCLMULQDQ crc32 tests to Google benchmarks
Add small compress() benchmark
Add back-and-forth inflateCopy() test
Enable orphaned unit tests for compare256_rle family of functions
Fix MSAN error in test_dict
CI workflows
Add dependabot for github actions
Upgrade ilammy/msvc-dev-cmd to v1.13.0
Upgrade codecov/codecov-action to v4.
Upgrade github/codeql-action from 2 to 3
Upgrade actions/upload-artifact from 3 to 4
Upgrade mymindstorm/setup-emsdk to v14.
Update dependencies for 32-bit MinGW CI run
Use windows-2019 for build with toolset v141
Fix macOS Github Actions

Cleanup

Removing some outdated comments
Remove obsolete TARGET_OS_MAC check
Refactoring and Optimizations

Remove unneeded pointer for functable.longest_match in deflate_slow

ARM

Add test for checking if -march=native needs -mfpu=neon for 32-bit ARM.
Override Clang x4 NEON intrinsics for Android
Add AArch64 feature detection support for OpenBSD

Power

Fix regression in Power8/9 detection

RVV

arch/riscv/riscv_features.c: fix uclibc build
Disable CodeCov for RISC-V as the toolchain doesn't support generating code coverage

S390x

IBM zSystems DFLTCC: Extend sanitizer checks
Update s390x dockerfile

x86

Fix PCLMULQDQ, AVX512VNNI and VPCLMULQDQ feature tests for Intel LLVM compiler (icx)
Fix invalid instruction usage in Xeon Phi x200 processors

Misc

free_aligned: validate passed in pointer
Sync changes with zlib 1.3.1 (LIT_MEM changes not included)
Improve Z_NULL compatibility with zlib
.gitattributes: Enforce LF line-endings on all non-binary files


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/zlib-ng/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/zlib-ng/PLIST \
    pkgsrc/archivers/zlib-ng/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/zlib-ng/Makefile
diff -u pkgsrc/archivers/zlib-ng/Makefile:1.3 pkgsrc/archivers/zlib-ng/Makefile:1.4
--- pkgsrc/archivers/zlib-ng/Makefile:1.3       Thu Feb  8 21:45:25 2024
+++ pkgsrc/archivers/zlib-ng/Makefile   Wed Jun 19 15:19:05 2024
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2024/02/08 21:45:25 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/06/19 15:19:05 adam Exp $
 
-DISTNAME=      zlib-ng-2.1.6
+DISTNAME=      zlib-ng-2.1.7
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=zlib-ng/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/zlib-ng/zlib-ng/
+HOMEPAGE=      https://github.com/zlib-ng/zlib-ng
 COMMENT=       Replacement for zlib with optimizations for "next generation" systems
 LICENSE=       zlib
 

Index: pkgsrc/archivers/zlib-ng/PLIST
diff -u pkgsrc/archivers/zlib-ng/PLIST:1.2 pkgsrc/archivers/zlib-ng/PLIST:1.3
--- pkgsrc/archivers/zlib-ng/PLIST:1.2  Thu Feb  8 21:45:25 2024
+++ pkgsrc/archivers/zlib-ng/PLIST      Wed Jun 19 15:19:05 2024
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/08 21:45:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/19 15:19:05 adam Exp $
 include/zconf-ng.h
 include/zlib-ng.h
 include/zlib_name_mangling-ng.h
+lib/cmake/zlib-ng/zlib-ng-config-version.cmake
+lib/cmake/zlib-ng/zlib-ng-config.cmake
 lib/cmake/zlib-ng/zlib-ng-release.cmake
 lib/cmake/zlib-ng/zlib-ng.cmake
 lib/libz-ng.a
Index: pkgsrc/archivers/zlib-ng/distinfo
diff -u pkgsrc/archivers/zlib-ng/distinfo:1.2 pkgsrc/archivers/zlib-ng/distinfo:1.3
--- pkgsrc/archivers/zlib-ng/distinfo:1.2       Thu Feb  8 21:45:25 2024
+++ pkgsrc/archivers/zlib-ng/distinfo   Wed Jun 19 15:19:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/02/08 21:45:25 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/06/19 15:19:05 adam Exp $
 
-BLAKE2s (zlib-ng-2.1.6.tar.gz) = 8a1bee02012cc0daae43f59e129e14c9d8cf0c8eb5d3659fb1042aa261843103
-SHA512 (zlib-ng-2.1.6.tar.gz) = 59ef586c09b9a63788475abfd6dd59ed602316b38f543f801bea802ff8bec8b55a89bee90375b8bbffa3bdebc7d92a00903f4b7c94cdc1a53a36e2e1fd71d13a
-Size (zlib-ng-2.1.6.tar.gz) = 2412106 bytes
+BLAKE2s (zlib-ng-2.1.7.tar.gz) = 48f9982cfed7327665850f06fb68d5c76312047316734b735a83db52d324d833
+SHA512 (zlib-ng-2.1.7.tar.gz) = 03e6d22ecb39c9425fa2977e5db608f765387a06b9ef93b162e403bb155aa3b59bbaedb41e827e7e159d6635325d804dcd4314a25adcb35b83e6e0cf1153aabe
+Size (zlib-ng-2.1.7.tar.gz) = 2406554 bytes



Home | Main Index | Thread Index | Old Index