[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-386-g3b053ca35
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-09-05 09:00:25
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 3b053ca3524becb922836804bad8e3b67ea95894 (commit)
from bed971cf990ab2d2bf3ab64bc426911f93018a31 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b053ca3524becb922836804bad8e3b67ea95894
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Sep 5 10:58:55 2023 +0200
[BUILDROOT] 2022.02: patch to fix libzlib downloading
-----------------------------------------------------------------------
Summary of changes:
.../422-package-libzlib-bump-to-version-1.3.patch | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 patches/buildroot/2022.02/422-package-libzlib-bump-to-version-1.3.patch
diff --git a/patches/buildroot/2022.02/422-package-libzlib-bump-to-version-1.3.patch b/patches/buildroot/2022.02/422-package-libzlib-bump-to-version-1.3.patch
new file mode 100644
index 000000000..a4aa54084
--- /dev/null
+++ b/patches/buildroot/2022.02/422-package-libzlib-bump-to-version-1.3.patch
@@ -0,0 +1,54 @@
+From ef9f37d44152d236eb829142cfbc59925b222fe8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Tue, 5 Sep 2023 10:51:27 +0200
+Subject: [PATCH 1/1] package/libzlib: bump to version 1.3
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+https://github.com/madler/zlib/releases/tag/v1.3
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+
+test-pgk's results with BR2_PACKAGE_ZLIB=y and BR2_PACKAGE_LIBZLIB=y :
+
+ bootlin-armv5-uclibc [1/6]: OK
+ bootlin-armv7-glibc [2/6]: OK
+ bootlin-armv7m-uclibc [3/6]: OK
+ bootlin-x86-64-musl [4/6]: OK
+ br-arm-full-static [5/6]: OK
+ sourcery-arm [6/6]: OK
+6 builds, 0 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
+
+ package/libzlib/libzlib.hash | 2 +-
+ package/libzlib/libzlib.mk | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/package/libzlib/libzlib.hash b/package/libzlib/libzlib.hash
+index df5e8d723a12..23bfda84749f 100644
+--- a/package/libzlib/libzlib.hash
++++ b/package/libzlib/libzlib.hash
+@@ -1,4 +1,4 @@
+ # From http://www.zlib.net/
+-sha256 d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98 zlib-1.2.13.tar.xz
++sha256 8a9ba2898e1d0d774eca6ba5b4627a11e5588ba85c8851336eb38de4683050a7 zlib-1.3.tar.xz
+ # License files, locally calculated
+ sha256 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243 LICENSE
+diff --git a/package/libzlib/libzlib.mk b/package/libzlib/libzlib.mk
+index e344cc7ad9c1..da452af8e9ec 100644
+--- a/package/libzlib/libzlib.mk
++++ b/package/libzlib/libzlib.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-LIBZLIB_VERSION = 1.2.13
++LIBZLIB_VERSION = 1.3
+ LIBZLIB_SOURCE = zlib-$(LIBZLIB_VERSION).tar.xz
+ LIBZLIB_SITE = http://www.zlib.net
+ LIBZLIB_LICENSE = Zlib
+--
+2.41.0
+
hooks/post-receive
--
armadeus
|