-zchunk (1.2.2+ds1-2) UNRELEASED; urgency=medium
+zchunk (1.2.3+ds1-1) UNRELEASED; urgency=medium
* Declare compliance with Policy 4.6.2 with no changes.
* Add the year 2023 to my debian/* copyright notice.
+ * New upstream release:
+ - drop a hunk from the cppcheck patch
+ - refresh the line numbers in the typos patch
-- Peter Pentchev <roam@debian.org> Thu, 05 Jan 2023 20:40:44 +0200
Description: Fix a couple of issues reported by cppcheck.
Forwarded: no
Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2022-08-12
+Last-Update: 2023-01-05
--- a/src/lib/comp/nocomp/nocomp.c
+++ b/src/lib/comp/nocomp/nocomp.c
}
zck_clear_error(NULL);
zck->prep_hash_type = -1;
---- a/test/zck_cmp_uncomp.c
-+++ b/test/zck_cmp_uncomp.c
-@@ -232,8 +232,8 @@
- iter = zck_get_next_chunk(iter);
- }
-
-- printf("\n\nTotal to be reused : %12lu\n", reuse);
-- printf("Total to be downloaded : %12lu\n", todwl);
-+ printf("\n\nTotal to be reused : %12zu\n", reuse);
-+ printf("Total to be downloaded : %12zu\n", todwl);
-
- close(in_fd);
- close(zck_fd);
--- a/README.md
+++ b/README.md
-@@ -58,7 +58,7 @@
+@@ -59,7 +59,7 @@
be able to reduce the overall file size by using a [zstd dictionary](https://facebook.github.io/zstd/#small-data).
The dictionary takes up extra space at the beginning of the zchunk file, but is
used as an identical initial dictionary for compressing each chunk, which can