all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Hendursaga <hendursaga@aol.com>, 57187@debbugs.gnu.org
Subject: [bug#57187] [PATCH] Update hashcat to 6.2.5
Date: Sat, 3 Sep 2022 13:26:46 +0200	[thread overview]
Message-ID: <9171b7cf-0dba-89fe-5d98-502ea1475c35@telenet.be> (raw)
In-Reply-To: <87r11jswlt.fsf@aol.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 574 bytes --]

I think I might have found the reproducibility problem:

src/Makefile has a line

> ./src/Makefile:COMPTIME                := $(shell date +%s)
and

./src/Makefile:    $(CC)    $(CFLAGS_NATIVE) $^ -o $@ $(HASHCAT_LIBRARY) 
$(LFLAGS_NATIVE) -DCOMPTIME=$(COMPTIME) -DVERSION_TAG=\"$(VERSION_TAG)\" 
-DINSTALL_FOLDER=\"$(INSTALL_FOLDER)\" 
-DSHARED_FOLDER=\"$(SHARED_FOLDER)\" 
-DDOCUMENT_FOLDER=\"$(DOCUMENT_FOLDER)\"

comptime seems to be only ever set, never actually used, so it should be 
safe to replace it with 0. I'll try a patch.


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

  parent reply	other threads:[~2022-09-03 11:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87r11jswlt.fsf.ref@aol.com>
2022-08-13 20:43 ` [bug#57187] [PATCH] Update hashcat to 6.2.5 Hendursaga via Guix-patches via
2022-08-13 22:09   ` ( via Guix-patches via
2022-08-13 23:22   ` Tobias Geerinckx-Rice via Guix-patches via
2022-08-14  2:13     ` Hendursaga via Guix-patches via
2022-09-02 15:14   ` bug#57187: " Ludovic Courtès
2022-09-03 11:26   ` Maxime Devos [this message]
2022-09-03 17:51     ` [bug#57187] " Maxime Devos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9171b7cf-0dba-89fe-5d98-502ea1475c35@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=57187@debbugs.gnu.org \
    --cc=hendursaga@aol.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.