From: Kirill A. Korinsky Subject: Re: archivers/bzip3: update to 1.5.3 To: ports@openbsd.org Date: Wed, 27 Aug 2025 17:45:42 +0200 On Wed, 13 Aug 2025 11:53:22 +0200, Kirill A. Korinsky wrote: > > ports@, > > I'd like to update archivers/bzip3 to 1.5.3 > > Changes: > > 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.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. > > Ok? > Anyone? > Index: Makefile > =================================================================== > RCS file: /home/cvs/ports/archivers/bzip3/Makefile,v > diff -u -p -r1.2 Makefile > --- Makefile 18 Dec 2024 13:50:20 -0000 1.2 > +++ Makefile 13 Aug 2025 09:36:57 -0000 > @@ -1,13 +1,13 @@ > COMMENT= compress and decompress bzip3 files > > -V= 1.5.1 > +V= 1.5.3 > DISTNAME= bzip3-${V} > > SHARED_LIBS += bzip3 1.0 # 0.0 > > CATEGORIES= archivers > > -HOMEPAGE= https://github.com/kspalaiologos/bzip3 > +HOMEPAGE= https://github.com/iczelia/bzip3 > > # LGPLv3 > PERMIT_PACKAGE= Yes > Index: distinfo > =================================================================== > RCS file: /home/cvs/ports/archivers/bzip3/distinfo,v > diff -u -p -r1.2 distinfo > --- distinfo 18 Dec 2024 13:50:20 -0000 1.2 > +++ distinfo 13 Aug 2025 09:37:00 -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.3-shakespeare.txt) = xWAdJmmHrIhcqWUisbTkOf637KOfD+ERH3NCtjtkaPM= > +SHA256 (bzip3-1.5.3-shakespeare.txt.bz3) = +v3DKYMXec9dCo9ZXODzAosU7CGImenHuhJT8gN3Ybo= > +SHA256 (bzip3-1.5.3.tar.gz) = xIgjNTCE3ypaDbpE/VKVq9B45AtJ8JcA0Ir02bHjHWc= > +SIZE (bzip3-1.5.3-shakespeare.txt) = 5458199 > +SIZE (bzip3-1.5.3-shakespeare.txt.bz3) = 1262682 > +SIZE (bzip3-1.5.3.tar.gz) = 415153 > -- wbr, Kirill