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:           Wed Aug  6 21:40:06 UTC 2025

Modified Files:
        pkgsrc/archivers/bzip3: Makefile distinfo

Log Message:
archivers/bzip3: Update to 1.5.2

Changelog:
v1.5.2:
* batch mode: fall back to stdin input with no auxiliary arguments.
* bz3_compress (API): better bound estimation
* yarg: oom handling; stop relying on (GNU) asprintf, use the baked in variant.
* pkg-config: Add License variable
* bz3_decompress (API): fix a memory leak

v1.5.1:
* Replace getopt-based parsing with `yarg`.
* Change the soname to indicate a difference in the ABI.

v1.5.0:
* Add `--rm` option that removes the original files after successful operation.
* `bz3grep`: display the correct program name on invalid invocation.
* Improve the docstrings regarding the use of `bz3_bound` with block decompression.
* Tighter LZP/RLE bounds in the decoder => slightly improved compression with no
  observable format change.
* Improve the documentation and available tooling for fuzzing.
* Rewritten the file format documentation.
* Add the `bz3_min_memory_needed` API.
* BREAKING: Change the signature of `bz3_decode_block` and `bz3_encode_block`.
  Refer to the documentation for the new usage. This version is not ABI-compatible
  with the previous versions of the package.
* Fix: the file `$dir.bz3` being created when invoked as `bzip3 -e $dir` where
  `$dir` is a directory.

v1.4.0:
* Wrap up all the changes from v1.3; bump up the minor version release.
* Various changes for CMake; bundle CMake files with the autotools dist tarball.
* Support for linking with C++.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/bzip3/Makefile
cvs rdiff -u -r1.3 -r1.4 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.1 pkgsrc/archivers/bzip3/Makefile:1.2
--- pkgsrc/archivers/bzip3/Makefile:1.1 Tue Nov 28 17:25:38 2023
+++ pkgsrc/archivers/bzip3/Makefile     Wed Aug  6 21:40:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/11/28 17:25:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/06 21:40:06 ryoon Exp $
 
-DISTNAME=      bzip3-1.3.2
+DISTNAME=      bzip3-1.5.2
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kspalaiologos/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/archivers/bzip3/distinfo
diff -u pkgsrc/archivers/bzip3/distinfo:1.3 pkgsrc/archivers/bzip3/distinfo:1.4
--- pkgsrc/archivers/bzip3/distinfo:1.3 Wed Jan  3 08:16:36 2024
+++ pkgsrc/archivers/bzip3/distinfo     Wed Aug  6 21:40:06 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2024/01/03 08:16:36 nros Exp $
+$NetBSD: distinfo,v 1.4 2025/08/06 21:40:06 ryoon Exp $
 
-BLAKE2s (bzip3-1.3.2.tar.xz) = fe40f2a6908a4157678ad048a5e9a9c9744cf63209166d6d3c003f82833d4aeb
-SHA512 (bzip3-1.3.2.tar.xz) = 76521377adfe737b30e77f5c3241c1c12214165492fba5acbc5ba09c8e7b91396b772f9fec936d6603413c3ef179a13597b13509df99bd8a2d56cbf14a70a84f
-Size (bzip3-1.3.2.tar.xz) = 277768 bytes
+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
 SHA1 (patch-include_common.h) = 2040d8bf4b72cf4818b9916a8203401931f7b54b
 SHA1 (patch-include_libsais.h) = 6150076839740e8542141d33b133d2a72c63dcca



Home | Main Index | Thread Index | Old Index