ports@, here a minor update for archivers/bzip3 to 1.5.2
Changes: v1.1.2: * fix memory UB in libsais * restructure src/cm.c * block size check in src/libbz3.c * fix shift UB in lzp * -h/-v CLI switches * change maximum block size to ~512M tested on -current/amd64, works. Also, /usr/src/lib/check_sym doesn't pick any changes in libraries, and sources had only one internally used .h file to be chnaged in this release: https://github.com/kspalaiologos/bzip3/compare/1.5.1...1.5.2#diff-b6f1ba1afa0ca630e1b50a4d39ede5448cf73f6cab20da49aa9a7447c7efe4e4 All of this leads to a conclusion that no need to increase SHARED_LIBS. Am I right? Index: archivers/bzip3/Makefile =================================================================== RCS file: /home/cvs/ports/archivers/bzip3/Makefile,v diff -u -p -r1.2 Makefile --- archivers/bzip3/Makefile 18 Dec 2024 13:50:20 -0000 1.2 +++ archivers/bzip3/Makefile 28 Apr 2025 10:58:36 -0000 @@ -1,6 +1,6 @@ COMMENT= compress and decompress bzip3 files -V= 1.5.1 +V= 1.5.2 DISTNAME= bzip3-${V} SHARED_LIBS += bzip3 1.0 # 0.0 Index: archivers/bzip3/distinfo =================================================================== RCS file: /home/cvs/ports/archivers/bzip3/distinfo,v diff -u -p -r1.2 distinfo --- archivers/bzip3/distinfo 18 Dec 2024 13:50:20 -0000 1.2 +++ archivers/bzip3/distinfo 28 Apr 2025 10:59:27 -0000 @@ -1,6 +1,6 @@ -SHA256 (bzip3-1.5.1-shakespeare.txt) = xWAdJmmHrIhcqWUisbTkOf637KOfD+ERH3NCtjtkaPM= -SHA256 (bzip3-1.5.1-shakespeare.txt.bz3) = +v3DKYMXec9dCo9ZXODzAosU7CGImenHuhJT8gN3Ybo= -SHA256 (bzip3-1.5.1.tar.gz) = zHys2m0V8k0/5z/Ye4ldX9LA+LbdBjCuSZOqRcSFPDs= -SIZE (bzip3-1.5.1-shakespeare.txt) = 5458199 -SIZE (bzip3-1.5.1-shakespeare.txt.bz3) = 1262682 -SIZE (bzip3-1.5.1.tar.gz) = 413067 +SHA256 (bzip3-1.5.2-shakespeare.txt) = xWAdJmmHrIhcqWUisbTkOf637KOfD+ERH3NCtjtkaPM= +SHA256 (bzip3-1.5.2-shakespeare.txt.bz3) = +v3DKYMXec9dCo9ZXODzAosU7CGImenHuhJT8gN3Ybo= +SHA256 (bzip3-1.5.2.tar.gz) = nRAJKjhCN45tCxaZLuSfcRME2I6076yARAM4GE1LYnY= +SIZE (bzip3-1.5.2-shakespeare.txt) = 5458199 +SIZE (bzip3-1.5.2-shakespeare.txt.bz3) = 1262682 +SIZE (bzip3-1.5.2.tar.gz) = 414230 -- wbr, Kirill