pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/bzip3



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Oct 27 13:59:19 UTC 2025

Modified Files:
        pkgsrc/archivers/bzip3: Makefile distinfo

Log Message:
archivers/bzip3: Update to 1.5.3

Changelog:
v1.5.3:
* fix oom handling in main.c and yarg.h.
* cmake build fixes for non-unix platforms:
  * disable pthreads by default on windows & !mingw
  * fix handling of dlls on windows.
  * add missing find_dependency call to ensure Threads::threads is present in downstream find_package callers.
* the project moved to https://github.com/iczelia/bzip3.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/bzip3/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/bzip3/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/bzip3/Makefile
diff -u pkgsrc/archivers/bzip3/Makefile:1.2 pkgsrc/archivers/bzip3/Makefile:1.3
--- pkgsrc/archivers/bzip3/Makefile:1.2 Wed Aug  6 21:40:06 2025
+++ pkgsrc/archivers/bzip3/Makefile     Mon Oct 27 13:59:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/08/06 21:40:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2025/10/27 13:59:19 ryoon Exp $
 
-DISTNAME=      bzip3-1.5.2
+DISTNAME=      bzip3-1.5.3
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kspalaiologos/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/archivers/bzip3/distinfo
diff -u pkgsrc/archivers/bzip3/distinfo:1.4 pkgsrc/archivers/bzip3/distinfo:1.5
--- pkgsrc/archivers/bzip3/distinfo:1.4 Wed Aug  6 21:40:06 2025
+++ pkgsrc/archivers/bzip3/distinfo     Mon Oct 27 13:59:19 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2025/08/06 21:40:06 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2025/10/27 13:59:19 ryoon Exp $
 
-BLAKE2s (bzip3-1.5.2.tar.xz) = b7347b777e2eba36b4ca35875ce1c1b4d77da76209672a4f6336590cb7dc446e
-SHA512 (bzip3-1.5.2.tar.xz) = 15e521629b2340374fa631a7639008e971435df4f7285d1aca026167322d00d7e388eedfdb8163ac39287c907c13a4ae677469e94b442e5ee223c0fb4f737091
-Size (bzip3-1.5.2.tar.xz) = 284260 bytes
+BLAKE2s (bzip3-1.5.3.tar.xz) = ebe0edb198101f0fa8343cbcfb5213652e2e7eb977e70b21a61b4d515c9ed586
+SHA512 (bzip3-1.5.3.tar.xz) = 390d8f1b16838ce552a149aead8b60b520d69d7e3c75660dbeefb7772365aa02846a0dbc88f1d4fca28b5138d8c1a24e712765e0cfdb00a5ae0a35830a1a95ed
+Size (bzip3-1.5.3.tar.xz) = 284788 bytes
 SHA1 (patch-include_common.h) = 2040d8bf4b72cf4818b9916a8203401931f7b54b
 SHA1 (patch-include_libsais.h) = 6150076839740e8542141d33b133d2a72c63dcca



Home | Main Index | Thread Index | Old Index