mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/minizip-zlib: bump version to 1.3.2
https://github.com/madler/zlib/releases/tag/v1.3.2 https://github.com/madler/zlib/blob/v1.3.2/ChangeLog Added upstream patch which adds ints.h as installed header to prevent build errors which would be caused by this bump. Updated license hash due to copyright year bumps:570720b0c29e35567064Switched _SITE to https. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
21bf78411e
commit
3058a669c5
@@ -0,0 +1,26 @@
|
||||
From cb14dc9ade3759352417a300e6c2ed73268f1d97 Mon Sep 17 00:00:00 2001
|
||||
From: Rui Chen <rui@chenrui.dev>
|
||||
Date: Tue, 17 Feb 2026 10:48:39 -0500
|
||||
Subject: [PATCH] Add dependency to ints.h in minizip Makefile.am.
|
||||
|
||||
So that ints.h is part of the installation.
|
||||
|
||||
Upstream: https://github.com/madler/zlib/commit/cb14dc9ade3759352417a300e6c2ed73268f1d97
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
---
|
||||
contrib/minizip/Makefile.am | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/contrib/minizip/Makefile.am b/contrib/minizip/Makefile.am
|
||||
index d343011eb..b7dea4f7e 100644
|
||||
--- a/contrib/minizip/Makefile.am
|
||||
+++ b/contrib/minizip/Makefile.am
|
||||
@@ -27,6 +27,7 @@ libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz
|
||||
minizip_includedir = $(includedir)/minizip
|
||||
minizip_include_HEADERS = \
|
||||
crypt.h \
|
||||
+ ints.h \
|
||||
ioapi.h \
|
||||
mztools.h \
|
||||
unzip.h \
|
||||
@@ -1,4 +1,4 @@
|
||||
# From http://www.zlib.net/
|
||||
sha256 38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32 zlib-1.3.1.tar.xz
|
||||
sha256 d7a0654783a4da529d1bb793b7ad9c3318020af77667bcae35f95d0e42a792f3 zlib-1.3.2.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243 LICENSE
|
||||
sha256 e32ff4e00d9d94930537635291da39e7e612703334bf6fde8c7f1686fe8a45a2 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MINIZIP_ZLIB_VERSION = 1.3.1
|
||||
MINIZIP_ZLIB_VERSION = 1.3.2
|
||||
MINIZIP_ZLIB_SOURCE = zlib-$(MINIZIP_ZLIB_VERSION).tar.xz
|
||||
MINIZIP_ZLIB_SITE = http://www.zlib.net
|
||||
MINIZIP_ZLIB_SITE = https://www.zlib.net
|
||||
MINIZIP_ZLIB_LICENSE = Zlib
|
||||
MINIZIP_ZLIB_LICENSE_FILES = LICENSE
|
||||
MINIZIP_ZLIB_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user