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

Bug#977609: marked as done (grap: reproducible builds: Embeds running kernel in /usr/bin/grap)



Your message dated Mon, 21 Dec 2020 05:18:23 +0000
with message-id <E1krDaR-0007Jk-Vt@fasolo.debian.org>
and subject line Bug#977609: fixed in grap 1.45-4
has caused the Debian Bug report #977609,
regarding grap: reproducible builds: Embeds running kernel in /usr/bin/grap
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
977609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977609
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: grap
Severity: normal
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: kernel
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

The running kernel is embedded in /usr/bin/grap:

  https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/grap.html

  349 	Linux·5.9.0-0.bpo.2-amd64
  349 	Linux·4.19.0-13-amd64


The attached patch fixes by changing the call to "uname -sr" (e.g. Linux
4.19.0-13-amd64) to simply "uname -s" (e.g. Linux).


Thanks for maintaining grap!


live well,
  vagrant
From 2ff1634b1df9ab3e3b11706ca37f1ba0c02c2733 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Thu, 17 Dec 2020 18:48:26 +0000
Subject: [PATCH] Do not include the running kernel version in the binaries.

https://tests.reproducible-builds.org/debian/issues/unstable/captures_kernel_version_issue.html

---
 grap.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grap.m4 b/grap.m4
index 570133a..cc59090 100644
--- a/grap.m4
+++ b/grap.m4
@@ -272,7 +272,7 @@ fi
 dnl get the OS version.  Export it as OS_VERSION in an AC_SUBST
 AC_DEFUN([TVF_OS_VERSION],[
 AC_CACHE_CHECK(for OS version,tvf_cv_os_version,
-	tvf_cv_os_version=`uname -sr`
+	tvf_cv_os_version=`uname -s`
 )
 OS_VERSION=$tvf_cv_os_version
 AC_SUBST(OS_VERSION)
-- 
2.29.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: grap
Source-Version: 1.45-4
Done: Vagrant Cascadian <vagrant@reproducible-builds.org>

We believe that the bug you reported is fixed in the latest version of
grap, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 977609@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagrant@reproducible-builds.org> (supplier of updated grap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 20 Dec 2020 21:03:15 -0800
Source: grap
Architecture: source
Version: 1.45-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Vagrant Cascadian <vagrant@reproducible-builds.org>
Closes: 977609
Changes:
 grap (1.45-4) unstable; urgency=medium
 .
   * QA upload.
   * Do not embed the running kernel version in the binaries.
     (Closes: #977609)
   * debian/control: Set Rules-Requires-Root to no.
   * Update to debhelper-compat 13.
   * debian/copyright: Use https URLs.
   * debian/control: Update to Standards-Version 4.5.1.
Checksums-Sha1:
 ad21ddd741878cff977efea4c44e6938fac45ba4 1257 grap_1.45-4.dsc
 e770eea91fd4cfcc6e1765cc549e0ee39b3c8719 5444 grap_1.45-4.debian.tar.xz
Checksums-Sha256:
 5045ba95e96e7916e101bc458d168272bb9a3ff45be0a4d190d7253fe7aaf469 1257 grap_1.45-4.dsc
 24ce2188a8c6b0d5ddd4341e170a54b45bf7d69c18ef0475cdebbe61630707c9 5444 grap_1.45-4.debian.tar.xz
Files:
 69c9ad23db60ddc045c60ddd3ac7831e 1257 text optional grap_1.45-4.dsc
 b60ac70766aedef90d0dcaed22e11922 5444 text optional grap_1.45-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX+At4SAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWql2DAQDUaVPKfLpRV+5c
x6FXyZDixg8AN9xrI4KGM9my9xNMVQEAw6pfS6M/C6IcGj2QyAuOyWg5oauZuTdR
fOddxY4L8wQ=
=/gaM
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: