diff mbox series

[meta-oe,14/14] zchunk: upgrade 1.5.2 -> 1.5.3

Message ID 20260309100630.404637-14-andrej.kozemcak@siemens.com
State New
Headers show
Series [meta-oe,01/14] asio: upgrade 1.30.2 -> 1.36.0 | expand

Commit Message

Andrej Kozemcak March 9, 2026, 10:06 a.m. UTC
The tag is not on any branch.

tag cannot be added to SRC_URI as it does not seem to work with nobanch

Changelog:
  https://github.com/zchunk/zchunk/compare/1.5.2...1.5.3

Changes:
  - update to 1.5.3
  - rename internal close() functions to close_zck_component to avoid POSIX conflict on AIX

Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
---
 .../zchunk/{zchunk_1.5.2.bb => zchunk_1.5.3.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/zchunk/{zchunk_1.5.2.bb => zchunk_1.5.3.bb} (82%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.5.2.bb b/meta-oe/recipes-support/zchunk/zchunk_1.5.3.bb
similarity index 82%
rename from meta-oe/recipes-support/zchunk/zchunk_1.5.2.bb
rename to meta-oe/recipes-support/zchunk/zchunk_1.5.3.bb
index bbdd06dfda..56aa0baf2e 100644
--- a/meta-oe/recipes-support/zchunk/zchunk_1.5.2.bb
+++ b/meta-oe/recipes-support/zchunk/zchunk_1.5.3.bb
@@ -3,9 +3,9 @@  DESCRIPTION = "A file format designed for highly efficient deltas while maintain
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
 
-SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main"
+SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;nobranch=1"
 
-SRCREV = "222d1a4da3661dd95c2445b96f7e1e208f55d219"
+SRCREV = "366cf22e725fc273abe0e082c707753cce76c453"
 
 DEPENDS = "zstd"
 DEPENDS:append:libc-musl = " argp-standalone"