[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#987746: unblock: rhash/1.4.1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-CC: debian-security-tools@lists.debian.org

Hello Release Team,

please unblock rhash 1.4.1-2

The rhash/1.4.1-1 package introduced bug #987698:
'rhash --version' incorrectly outputs 'v1.4.0' instead of 'v1.4.1'.

The patch is minimal, debdiff is attached.

The fix can be easily tested:

$ rhash --version
RHash v1.4.1

No librhash interfaces were touched, so dependent packages will work
without a rebuild.

  Kind regards,
  Aleksey
diff -Nru rhash-1.4.1/debian/changelog rhash-1.4.1/debian/changelog
--- rhash-1.4.1/debian/changelog	2021-01-08 05:03:33.000000000 +0300
+++ rhash-1.4.1/debian/changelog	2021-03-25 02:26:02.000000000 +0300
@@ -1,3 +1,9 @@
+rhash (1.4.1-2) unstable; urgency=medium
+
+  * d/patches/0001-v1.4.1.patch fix incorrectly reported version
+
+ -- Aleksey Kravchenko <rhash.admin@gmail.com>  Thu, 25 Mar 2021 02:26:02 +0300
+
 rhash (1.4.1-1) unstable; urgency=medium
 
   * New upstream version 1.4.1
diff -Nru rhash-1.4.1/debian/patches/0001-v1.4.1.patch rhash-1.4.1/debian/patches/0001-v1.4.1.patch
--- rhash-1.4.1/debian/patches/0001-v1.4.1.patch	1970-01-01 03:00:00.000000000 +0300
+++ rhash-1.4.1/debian/patches/0001-v1.4.1.patch	2021-03-25 02:26:02.000000000 +0300
@@ -0,0 +1,14 @@
+Description: Fix the program version reported by `rhash --version`
+Origin: upstream, https://github.com/rhash/RHash/commit/eb9bc3ff3f4b2003c9441f43f5cd930a8d211ceb
+Last-Update: 2021-03-25
+Forwarded: not-needed
+
+diff --git a/version.h b/version.h
+--- a/version.h
++++ b/version.h
+@@ -1 +1 @@
+-#define VERSION "1.4.0"
++#define VERSION "1.4.1"
+-- 
+2.31.0
+
diff -Nru rhash-1.4.1/debian/patches/series rhash-1.4.1/debian/patches/series
--- rhash-1.4.1/debian/patches/series	1970-01-01 03:00:00.000000000 +0300
+++ rhash-1.4.1/debian/patches/series	2021-03-25 02:26:02.000000000 +0300
@@ -0,0 +1 @@
+0001-v1.4.1.patch

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


Reply to: