From: Brad Smith Subject: Re: UPDATE: minizip 4.0.7 To: ports@openbsd.org Date: Sun, 23 Jun 2024 06:04:08 -0400 ping. On 2024-06-16 9:27 p.m., Brad Smith wrote: > Here is an update to minizip 4.0.7. > > > 4.0.7 > > - Added definition for zipOpenNewFileInZip64 for backwards compat #787 > - Upgrade to GoogleTest Framework v1.13.0. > - Rename minizip_cmd project to minizip_cli. > - Rename cli instead of lib for VS conflicts to prevent linker error. #778 > - Various CI fixes > > 4.0.6 > > - Fixed zstd master branch no longer working. > - Switch to using zlib-ng stable. > - Update liblzma repository to GitHub. > - Fixed listing empty zip file. #756 > - Revert "Add empty directories to zip file. #756 > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/archivers/minizip/Makefile,v > retrieving revision 1.12 > diff -u -p -u -p -r1.12 Makefile > --- Makefile 15 Apr 2024 15:02:34 -0000 1.12 > +++ Makefile 17 Jun 2024 01:21:03 -0000 > @@ -2,11 +2,11 @@ COMMENT = zip manipulation library > > GH_ACCOUNT = zlib-ng > GH_PROJECT = minizip-ng > -GH_TAGNAME = 4.0.5 > +GH_TAGNAME = 4.0.7 > > PKGNAME = minizip-${GH_TAGNAME} > > -SHARED_LIBS += minizip 3.0 # 4 > +SHARED_LIBS += minizip 3.1 # 4 > > CATEGORIES = archivers > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/archivers/minizip/distinfo,v > retrieving revision 1.8 > diff -u -p -u -p -r1.8 distinfo > --- distinfo 15 Apr 2024 15:02:34 -0000 1.8 > +++ distinfo 17 Jun 2024 01:21:03 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (minizip-ng-4.0.5.tar.gz) = m7Y2R0uKQmkoDTKsp95FAfXCTMZCybQiW07Xsyf07nM= > -SIZE (minizip-ng-4.0.5.tar.gz) = 770078 > +SHA256 (minizip-ng-4.0.7.tar.gz) = qH8fc0+XCV/h7wAYIXwUnVPQ94Q4vLd684rcId/y37w= > +SIZE (minizip-ng-4.0.7.tar.gz) = 770098