From 85045c103d98f7563ba841feeac88b66ac615753 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 1 Jul 2023 19:42:42 +0300 Subject: [PATCH] Update the Debian packaging for zchunk 1.3.1 --- debian/changelog | 3 ++- debian/patches/cppcheck.patch | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2fb8678..be941eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -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 Sat, 01 Jul 2023 19:14:48 +0300 diff --git a/debian/patches/cppcheck.patch b/debian/patches/cppcheck.patch index 83b4015..6d75a69 100644 --- a/debian/patches/cppcheck.patch +++ b/debian/patches/cppcheck.patch @@ -56,7 +56,7 @@ Last-Update: 2023-01-05 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; @@ -74,7 +74,7 @@ Last-Update: 2023-01-05 /* 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__); -- 2.30.2