Update the Debian packaging for zchunk 1.3.1
authorPeter Pentchev <roam@debian.org>
Sat, 1 Jul 2023 16:42:42 +0000 (19:42 +0300)
committerPeter Pentchev <roam@debian.org>
Sat, 1 Jul 2023 16:42:42 +0000 (19:42 +0300)
debian/changelog
debian/patches/cppcheck.patch

index 2fb86782b9b1b90cd347b0ff19a16dd04fcaece2..be941eb5d9e1c7de1b2ee921895832a3d66a73d4 100644 (file)
@@ -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 <roam@debian.org>  Sat, 01 Jul 2023 19:14:48 +0300
 
index 83b4015f16cddc0c6acda98eaf3ff718f8a16c7c..6d75a69a6b45cbccf7c85becab472678b76a42eb 100644 (file)
@@ -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__);