FreeBSD Bugzilla – Attachment 246537 Details for
Bug 275303
archivers/minizip-ng: Update to 4.0.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 4.0.3
0001-archivers-minizip-ng-Update-to-4.0.3.patch (text/plain), 2.65 KB, created by
Alastair Hogge
on 2023-11-24 11:09:47 UTC
(
hide
)
Description:
Update to 4.0.3
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2023-11-24 11:09:47 UTC
Size:
2.65 KB
patch
obsolete
>From 8b9a517ad28434cd18bdd0df64b4980c7ae2b145 Mon Sep 17 00:00:00 2001 >From: Alastair Hogge <agh@riseup.net> >Date: Fri, 24 Nov 2023 18:56:00 +0800 >Subject: [PATCH] archivers/minizip-ng: Update to 4.0.3 > >Update minizip-ng to 4.0.3: >https://github.com/zlib-ng/minizip-ng/compare/3.0.8...4.0.3 >--- > archivers/minizip-ng/Makefile | 9 +++++---- > archivers/minizip-ng/distinfo | 6 +++--- > archivers/minizip-ng/pkg-plist | 5 +++-- > 3 files changed, 11 insertions(+), 9 deletions(-) > >diff --git a/archivers/minizip-ng/Makefile b/archivers/minizip-ng/Makefile >index 6e05182e49ba..32a4ec206478 100644 >--- a/archivers/minizip-ng/Makefile >+++ b/archivers/minizip-ng/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= minizip-ng >-DISTVERSION= 3.0.8 >+DISTVERSION= 4.0.3 > CATEGORIES= archivers > > MAINTAINER= lbartoletti@FreeBSD.org >@@ -7,17 +7,18 @@ COMMENT= Fork of the popular minizip found in the zlib distribution > WWW= https://github.com/zlib-ng/minizip-ng > > LICENSE= ZLIB >+LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= libzstd.so:archivers/zstd > >-USES= cmake:testing iconv pkgconfig ssl >+USES= cmake:testing iconv pathfix pkgconfig ssl > USE_LDCONFIG= yes > USE_GITHUB= yes > GH_ACCOUNT= zlib-ng > > CMAKE_ON= BUILD_SHARED_LIBS >-CMAKE_ARGS= -DMZ_PROJECT_SUFFIX=-ng \ >- -DCMAKE_INSTALL_INCLUDEDIR=${LOCALBASE}/include/minizip-ng >+CMAKE_ARGS= -DCMAKE_INSTALL_INCLUDEDIR=${LOCALBASE}/include/ \ >+ -DMZ_LIB_SUFFIX=-ng > CMAKE_TESTING_ON= MZ_BUILD_TEST MZ_BUILD_UNIT_TEST > > .include <bsd.port.mk> >diff --git a/archivers/minizip-ng/distinfo b/archivers/minizip-ng/distinfo >index 353dc0e84cc8..9300583354d2 100644 >--- a/archivers/minizip-ng/distinfo >+++ b/archivers/minizip-ng/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1672815179 >-SHA256 (zlib-ng-minizip-ng-3.0.8_GH0.tar.gz) = 27cc2f62cd02d79b71b346fc6ace02728385f8ba9c6b5f124062b0790a04629a >-SIZE (zlib-ng-minizip-ng-3.0.8_GH0.tar.gz) = 643788 >+TIMESTAMP = 1700694677 >+SHA256 (zlib-ng-minizip-ng-4.0.3_GH0.tar.gz) = e39a736d4f55c22fa548e68225b2e92bc22aedd9ab90d002b0c5851e3a7bdace >+SIZE (zlib-ng-minizip-ng-4.0.3_GH0.tar.gz) = 770041 >diff --git a/archivers/minizip-ng/pkg-plist b/archivers/minizip-ng/pkg-plist >index ae68b5ea3870..e026a94cec4f 100644 >--- a/archivers/minizip-ng/pkg-plist >+++ b/archivers/minizip-ng/pkg-plist >@@ -1,3 +1,4 @@ >+include/minizip-ng/ioapi.h > include/minizip-ng/mz.h > include/minizip-ng/mz_compat.h > include/minizip-ng/mz_crypt.h >@@ -22,6 +23,6 @@ lib/cmake/minizip-ng/minizip-ng-config.cmake > lib/cmake/minizip-ng/minizip-ng-%%CMAKE_BUILD_TYPE%%.cmake > lib/cmake/minizip-ng/minizip-ng.cmake > lib/libminizip-ng.so >-lib/libminizip-ng.so.3 >-lib/libminizip-ng.so.3.0.8 >+lib/libminizip-ng.so.1 >+lib/libminizip-ng.so.4.0.3 > libdata/pkgconfig/minizip-ng.pc >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275303
:
246537
|
248381
|
249486