On Mon, 16 Dec 2024 02:41:13 +0100,
Kirill A. Korinsky <kir...@korins.ky> wrote:
> 
> ports@,
> 
> Here trivial update for archivers/bzip3 to 1.5.0
> 
> Tested on -current/amd64.
> 
> Changelog:
> * 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.
>

Upstream releases a bugfix release, changelog:

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

Tested on -current/amd64.

Ok?

Index: archivers/bzip3/Makefile
===================================================================
RCS file: /home/cvs/ports/archivers/bzip3/Makefile,v
diff -u -p -r1.1.1.1 Makefile
--- archivers/bzip3/Makefile    23 Apr 2024 23:12:59 -0000      1.1.1.1
+++ archivers/bzip3/Makefile    16 Dec 2024 15:14:04 -0000
@@ -1,9 +1,9 @@
 COMMENT=       compress and decompress bzip3 files
 
-V=             1.4.0
+V=             1.5.1
 DISTNAME=      bzip3-${V}
 
-SHARED_LIBS +=  bzip3                0.0      # 0.0
+SHARED_LIBS +=  bzip3                1.0      # 0.0
 
 CATEGORIES=    archivers
 
Index: archivers/bzip3/distinfo
===================================================================
RCS file: /home/cvs/ports/archivers/bzip3/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- archivers/bzip3/distinfo    23 Apr 2024 23:12:59 -0000      1.1.1.1
+++ archivers/bzip3/distinfo    16 Dec 2024 15:14:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (bzip3-1.4.0.tar.gz) = p78jafHqDh8mFmhjSPN0lgerrdlXUZ7gm28R2gKxA5o=
-SIZE (bzip3-1.4.0.tar.gz) = 407569
+SHA256 (bzip3-1.5.1.tar.gz) = zHys2m0V8k0/5z/Ye4ldX9LA+LbdBjCuSZOqRcSFPDs=
+SIZE (bzip3-1.5.1.tar.gz) = 413067


-- 
wbr, Kirill

Reply via email to