[PATCH] gnu: libusb-compat: Fix upstream hash mismatch.

  • Done
  • quality assurance status badge
Details
3 participants
  • Greg Hogan
  • Ludovic Courtès
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 23 Oct 20:19 +0200
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
1ad9329becdc4e7a18a62a3795be6c3ca9f8ee0d.1729707384.git.code@greghogan.com
Could anyone with access to the previous tarball check the changes?

* gnu/packages/libusb.scm (libusb-compat)[source]: Update sha256.

Change-Id: Id44539e77936912d10b5048d1d6ce2f6ec49f7ad
---
gnu/packages/libusb.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index d5157a6eeb..2f76ac0301 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -101,7 +101,7 @@ (define-public libusb-compat
"libusb-compat-" version "/"
"libusb-compat-" version ".tar.bz2"))
(sha256
- (base32 "09q8w00djrkaxbiklcgjwya1w0n3aqavsz06fl0ixv1x9x47d339"))))
+ (base32 "0p5hz5q1ppd4d2wwhzfp4vwh6ngfwh627j73pv0chw60fkvdr4mn"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags

base-commit: ac19ae37b5000c224c4cd167b239cc3027d01b30
--
2.46.1
T
T
Tobias Geerinckx-Rice wrote on 23 Oct 20:35 +0200
Re: [bug#73974] [PATCH] gnu: libusb -compat: Fix upstream hash mismatch.
8A204CE8-11FB-42C5-89FD-BDC6647CD4E7@tobias.gr
Hi Greg,

I can't write a commit message right now but I've diffed the two at https://www.tobias.gr/libusb-compat/.

Thanks for noticinc and fixing and caring about the diff.

Kind regards,

T G-R

Sent on the go. Excuse or enjoy my brevity.
L
L
Ludovic Courtès wrote 7 days ago
Re: [bug#73974] [PATCH] gnu: libusb-compat: Fix upstream hash mismatch.
(name . Greg Hogan)(address . code@greghogan.com)(address . 73974-done@debbugs.gnu.org)
87ed25mf4e.fsf@gnu.org
Greg Hogan <code@greghogan.com> skribis:

Toggle quote (6 lines)
> Could anyone with access to the previous tarball check the changes?
>
> * gnu/packages/libusb.scm (libusb-compat)[source]: Update sha256.
>
> Change-Id: Id44539e77936912d10b5048d1d6ce2f6ec49f7ad

Diff below (the original tarball is still available as a substitute):
new tarball removes ‘ChangeLog’ file and adds Autotools-generated files
(most likely the previous tarball wasn’t built with “make dist” and this
one is).

File ownership metadata in the tarball also changed from:

? ? -drwxr-xr-x 0 XFCHEN (1189162) Domain Users (1049089) 0 2022-11-18 05:37:22.00000
0 libusb-compat-0.1.8/

to:

? ? +drwxr-xr-x 0 197609 197609 0 2023-10-12 11:04:27.000000 libusb-compat-0.1.8/

Applied the patch with a snippet removing the generated files.

Thanks,
Ludo’.
Attachment: file
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73974@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73974
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch