pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/zix



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 12 07:30:16 UTC 2025

Modified Files:
        pkgsrc/devel/zix: Makefile PLIST distinfo

Log Message:
zix: updated to 0.6.2

zix (0.6.2) stable; urgency=medium

* Fix documentation build with sphinxygen fallback wrap

zix (0.6.0) stable; urgency=medium

* Add ZIX_NODISCARD attribute
* Add option to build for older Windows versions
* Add zix_expand_environment_strings()
* Add zix_string_view_equals()
* Avoid fdatasync() on Darwin
* Fix build on POSIX systems without PATH_MAX defined
* Fix library current_version on MacOS
* Fix nullability annotations for zix_canonical_path() and friends
* Fix ring unit test when mlock() is unavailable
* Improve documentation
* Support building for UWP
* Support building for Windows with or without UNICODE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/zix/Makefile pkgsrc/devel/zix/PLIST \
    pkgsrc/devel/zix/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/zix/Makefile
diff -u pkgsrc/devel/zix/Makefile:1.1 pkgsrc/devel/zix/Makefile:1.2
--- pkgsrc/devel/zix/Makefile:1.1       Tue Nov  5 17:08:40 2024
+++ pkgsrc/devel/zix/Makefile   Tue Aug 12 07:30:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/11/05 17:08:40 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/12 07:30:15 adam Exp $
 
-DISTNAME=      zix-0.4.2
+DISTNAME=      zix-0.6.2
 CATEGORIES=    devel
 MASTER_SITES=  https://download.drobilla.net/
 EXTRACT_SUFX=  .tar.xz
Index: pkgsrc/devel/zix/PLIST
diff -u pkgsrc/devel/zix/PLIST:1.1 pkgsrc/devel/zix/PLIST:1.2
--- pkgsrc/devel/zix/PLIST:1.1  Tue Nov  5 17:08:40 2024
+++ pkgsrc/devel/zix/PLIST      Tue Aug 12 07:30:15 2025
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2024/11/05 17:08:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/08/12 07:30:15 adam Exp $
 include/zix-0/zix/allocator.h
 include/zix-0/zix/attributes.h
 include/zix-0/zix/btree.h
 include/zix-0/zix/bump_allocator.h
 include/zix-0/zix/digest.h
+include/zix-0/zix/environment.h
 include/zix-0/zix/filesystem.h
 include/zix-0/zix/hash.h
 include/zix-0/zix/path.h
@@ -34,6 +35,8 @@ ${PLIST.doc}share/doc/zix-0/html/api/zix
 ${PLIST.doc}share/doc/zix-0/html/api/zix_btree_setup.html
 ${PLIST.doc}share/doc/zix-0/html/api/zix_data_structures.html
 ${PLIST.doc}share/doc/zix-0/html/api/zix_digest.html
+${PLIST.doc}share/doc/zix-0/html/api/zix_environment.html
+${PLIST.doc}share/doc/zix-0/html/api/zix_expand.html
 ${PLIST.doc}share/doc/zix-0/html/api/zix_file_system.html
 ${PLIST.doc}share/doc/zix-0/html/api/zix_fs_access.html
 ${PLIST.doc}share/doc/zix-0/html/api/zix_fs_creation.html
Index: pkgsrc/devel/zix/distinfo
diff -u pkgsrc/devel/zix/distinfo:1.1 pkgsrc/devel/zix/distinfo:1.2
--- pkgsrc/devel/zix/distinfo:1.1       Tue Nov  5 17:08:41 2024
+++ pkgsrc/devel/zix/distinfo   Tue Aug 12 07:30:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/11/05 17:08:41 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/08/12 07:30:15 adam Exp $
 
-BLAKE2s (zix-0.4.2.tar.xz) = 1c06e60a87f8b8df7ba79acca8f3a530a3fde5296ab54b150b2f785a3f89ec85
-SHA512 (zix-0.4.2.tar.xz) = b8fb931a3e9ab5a67f6da57a07bf10b91e7f861c8cf39db14c49c083a9983a0971cc6bc6abcb54a83c00471b386e377cb9bb51e2edd945ba07b9ae43a35964cc
-Size (zix-0.4.2.tar.xz) = 76492 bytes
+BLAKE2s (zix-0.6.2.tar.xz) = ae7eef5bc1482a5988569332ee6369052248508c1420225f9a313cb1ed02ad54
+SHA512 (zix-0.6.2.tar.xz) = 3b072f00481a34e8b900311c2dc77fd73a63a34f69ea953be6b714f5bcbdebcc3cdd81feae73b5ad2bdc09a4bac122e12d9035cfc417ca41dfe5230d1fe13d9c
+Size (zix-0.6.2.tar.xz) = 81316 bytes



Home | Main Index | Thread Index | Old Index