-zchunk (1.3.0+ds1-1) UNRELEASED; urgency=medium
+zchunk (1.3.1+ds1-1) UNRELEASED; urgency=medium
* Use debhelper compat level 14 for `meson install`.
* New upstream release:
- drop the upstream-zstd-1.5.4 patch, it was taken from upstream
- add another minor correction to the typos patch
+ - refresh the line numbers in the cppcheck patch
-- Peter Pentchev <roam@debian.org> Sat, 01 Jul 2023 19:14:48 +0300
hash_close(hash);
--- a/src/lib/header.c
+++ b/src/lib/header.c
-@@ -339,13 +339,13 @@
+@@ -341,13 +341,13 @@
int phs = 5 + 2*MAX_COMP_SIZE + zck->hash_type.digest_size;
char *header = zmalloc(phs);
size_t length = 0;
/* Write out header length */
--- a/src/lib/zck.c
+++ b/src/lib/zck.c
-@@ -413,7 +413,7 @@
+@@ -437,7 +437,7 @@
zckCtx *zck = zmalloc(sizeof(zckCtx));
if (!zck) {
zck_log(ZCK_LOG_ERROR, "OOM in %s", __func__);