From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 2FIgKAIeEmMLQgEAbAwnHQ (envelope-from ) for ; Fri, 02 Sep 2022 17:15:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id KFcxJwIeEmNkHgAAG6o9tA (envelope-from ) for ; Fri, 02 Sep 2022 17:15:14 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 10DE9979A for ; Fri, 2 Sep 2022 17:15:13 +0200 (CEST) Received: from localhost ([::1]:33536 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oU8O0-0001oc-PW for larch@yhetil.org; Fri, 02 Sep 2022 11:15:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU8Nq-0001nv-FZ for guix-patches@gnu.org; Fri, 02 Sep 2022 11:15:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57679) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oU8Nq-0004N5-6X for guix-patches@gnu.org; Fri, 02 Sep 2022 11:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oU8Nq-0007fr-2o for guix-patches@gnu.org; Fri, 02 Sep 2022 11:15:02 -0400 Subject: bug#57187: [PATCH] Update hashcat to 6.2.5 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 02 Sep 2022 15:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57187 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hendursaga Cc: 57187-done@debbugs.gnu.org Mail-Followup-To: 57187@debbugs.gnu.org, ludo@gnu.org, hendursaga@aol.com Received: via spool by 57187-done@debbugs.gnu.org id=D57187.166213165729416 (code D ref 57187); Fri, 02 Sep 2022 15:15:01 +0000 Received: (at 57187-done) by debbugs.gnu.org; 2 Sep 2022 15:14:17 +0000 Received: from localhost ([127.0.0.1]:47422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oU8N6-0007eK-Rs for submit@debbugs.gnu.org; Fri, 02 Sep 2022 11:14:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oU8N4-0007dz-T4 for 57187-done@debbugs.gnu.org; Fri, 02 Sep 2022 11:14:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49712) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU8Mz-0003wb-Hk; Fri, 02 Sep 2022 11:14:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=MQGoHn6Mf6RqV0SUMBljYcGIBJwfkXQ/5B2OojyhaM8=; b=FZsENa6amE3ENbvUbut2 y/yqgUVft80nMV9ChVfT9cl1kB6tafaF+3pH9Tkr92xFL5P6XiXY0AobLmRsqoqb3qVWrPseLpmPR Ckwa6zoOunjU+NAAGFNP6gb0J9T1wqVy9WWroq3R/QAzVb8ehyn+RpRdRieEbWVsan8Jy7EDoSDXF vq+BbZdVf7ckLkfp3++PAdxECr+rwaiedTZxTgkUQgQSgHmEzTbdRzN35xEc20wTHElMLgsgSuF7L QzWYpBL50uvz6YDcI2lsd4zx9LY778unl6F5VoU5tPwQ5DSOf7qQAe9zitkd6JHEUFNxnSVaBv6Pg n2cuOGGL7HFfKg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=33272 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU8Mz-0001c2-58; Fri, 02 Sep 2022 11:14:09 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87r11jswlt.fsf.ref@aol.com> <87r11jswlt.fsf@aol.com> Date: Fri, 02 Sep 2022 17:14:05 +0200 In-Reply-To: <87r11jswlt.fsf@aol.com> (hendursaga@aol.com's message of "Sat, 13 Aug 2022 16:43:26 -0400") Message-ID: <87a67hvmf6.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662131714; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=MQGoHn6Mf6RqV0SUMBljYcGIBJwfkXQ/5B2OojyhaM8=; b=nbxgqJwGuiDa2FHkt9tUmrU5cUqMTnxohT++6IzjT2gk5vFBALj8e0rPhu49wM2sIdYunk /meRTfnd32naLSS7jx1ZzNN/KR2pLu06RKhGDnx6zcl1x7ZDcXy+cp6F3e8/e+Bq7e6+lx rK1SpW2runwyQb0cVHGCwZSvuFTGXZgOEMrSfFG80o0+pSQRr/iNllw2edV6fnM+BHrDqx enrheJofy3laPAwBQrqlcV9hWtQtTLBByBOQpJYKS1tAEuD9Bt0b6UlNnDtIi4jMdDYi4r GJ6cf8BbudUg5qrzX1E6EmPsn7SpvZOYCI/8VaeXEk9E9jjBGjuEbSn8ubIEng== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662131714; a=rsa-sha256; cv=none; b=i8DV0IrKWGEQBTzqFlzZ9Zw/I8I/VPvSnzVToExcVRdEXFX0uxqORTc5qTDUggKeQsMHKy dw249ObTbt4+yKayM1lVF59zOdp/7yoielG+wo3XG/Hyd7g3NMtzf9e3+2yB9+Ay1Kr02D AIwoMxcWyGqY7TdZgYHZs3HaDzOpofrqHwscxUDUF93X1d7RUP93Ab6wt7wA5KZhpCMaB/ pKvP9j+BzinLKUvXpvo/nN1qsmzVRe5AJ5VxvMuRK9I8MhxVVwqKCcJpPtfm2R5fwGhciA Vz09lRmGyrWUzqJuRfIMZXyKg1x+A4JvCcTy/SVuHT9u2rg0B+n+J6CznhCg6g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FZsENa6a; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.17 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FZsENa6a; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 10DE9979A X-Spam-Score: -2.17 X-Migadu-Scanner: scn1.migadu.com X-TUID: 2HwVR4FroOKB Hi, Hendursaga skribis: > Unfortunately, I wasn't able to get hashcat to build reproducibly, and I'= m not sure why, but 1) the 6.1.1 version wasn't reproducible, and 2) it's l= iterally just a few bytes. Since this is not a regression, I went ahead and applied it. However, it=E2=80=99d be nice to address it of course. But first, I think = we should remove the bundled OpenCL headers as well as zlib. Could you give it a try? Thanks, Ludo=E2=80=99.