mbox series

[bug#57560,0/4] Fix multiple hashcat issue.

Message ID 2fb077fe-19b5-bc02-fd36-4de31fe414fa@telenet.be
Headers show
Series Fix multiple hashcat issue. | expand

Message

M Sept. 3, 2022, 12:04 p.m. UTC
X-Debbugs-CC: Hendursaga <hendursaga@aol.com>
X-Debbugs-CC: ( <paren@disroot.org>
X-Debbugs-CC: Tobias Geerinckx-Rice <me@tobias.gr>
X-Debbugs-CC: Ludovic Courtès <ludo@gnu.org>

(^ people involved in #57187)

This patch series:

  * Removed bundled libraries, except for LZMA-SDK for which I didn't
    find a corresponding Guix package
  * Makes hashcat cross-compilable, at least from an x86_64-linux-gnu to
    an aarch64-linux-gnu
  * Removes the embedded build time timestamp reported in
    <https://guix.gnu.org/57187>.

My current working tree is a bit dirty, so there will be a small rebase 
conflict because of the 6.2.4->6.2.5 and a few imports will need to be 
moved to the top of the file.

Greetings,
Maxime.

Comments

Ludovic Courtès Sept. 4, 2022, 9:08 p.m. UTC | #1
Hi,

Maxime Devos <maximedevos@telenet.be> skribis:

> X-Debbugs-CC: Hendursaga <hendursaga@aol.com>
> X-Debbugs-CC: ( <paren@disroot.org>
> X-Debbugs-CC: Tobias Geerinckx-Rice <me@tobias.gr>
> X-Debbugs-CC: Ludovic Courtès <ludo@gnu.org>

That didn’t work.  :-)

> This patch series:
>
>  * Removed bundled libraries, except for LZMA-SDK for which I didn't
>    find a corresponding Guix package
>  * Makes hashcat cross-compilable, at least from an x86_64-linux-gnu to
>    an aarch64-linux-gnu
>  * Removes the embedded build time timestamp reported in
>    <https://guix.gnu.org/57187>.

Perfect!  I’ve applied it all.

> My current working tree is a bit dirty, so there will be a small
> rebase conflict because of the 6.2.4->6.2.5 and a few imports will
> need to be moved to the top of the file.

Right, I had to fiddle quite a bit with the patches to get them to
apply.

Thanks!

Ludo’.