From unknown Fri Aug 15 20:05:29 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76198] [PATCH] gnu: aflplusplus: Update to 4.31c. Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Feb 2025 08:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76198 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76198@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17392619392254 (code B ref -1); Tue, 11 Feb 2025 08:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2025 08:18:59 +0000 Received: from localhost ([127.0.0.1]:54280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thlTv-0000aI-09 for submit@debbugs.gnu.org; Tue, 11 Feb 2025 03:18:59 -0500 Received: from lists.gnu.org ([2001:470:142::17]:46950) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thlTr-0000Zz-Jf for submit@debbugs.gnu.org; Tue, 11 Feb 2025 03:18:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1thlTl-0001kH-BF for guix-patches@gnu.org; Tue, 11 Feb 2025 03:18:49 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1thlTj-0005wL-AS for guix-patches@gnu.org; Tue, 11 Feb 2025 03:18:49 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B43F825A84; Tue, 11 Feb 2025 09:18:43 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id pYMtzv4XKLi9; Tue, 11 Feb 2025 09:18:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1739261922; bh=YINlq4EcwBY3XyRyMOkcB8lgaESrLQGADseQNDgYETI=; h=From:To:Cc:Subject:Date; b=Z/q6m3rE/MChb0Sf/lp3IX7BQy2HcoEyNiRJe0emifwejmocuHEm5jlFFenigUBli rAmELnNZkVmZBrzGg/Tn6XBIjSmsv68Pzo+24qfbzjb1Q6uGMiQHg6/HBLK6LT8Eni v0KApMIBSOwjgKsbEDvBSR0e35mrnFm1dMDqa5OKPlTM9E6DAnMa1WEP6EMNZIHo7x pirVbmAgidPuyUNKFQ26bvJ1OS8thedl5Zue7iRlqPsXSJ1DB0bVL9FT16yqHk/A59 r+EvLBCn7ubYRtma/KA7pT2tOc+wU8UmWDobbdyf+zKT8YkzKEOMM9UeHfj2hM6JH8 KGqcVR+iwFEjQ== From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Date: Tue, 11 Feb 2025 17:18:27 +0900 Message-ID: <4dc4ad3b01da250410bbebe27b997c0f4d24a668.1739261907.git.mcsinyx@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/debug.scm (aflplusplus): Update to 4.31c. Change-Id: Iae9d04ee4ae648bac3ca56c24c99b16e894f9c76 --- gnu/packages/debug.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 15b24db4b1e8..57c6513e8d03 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -519,7 +519,7 @@ (define-public aflplusplus (package (inherit american-fuzzy-lop) (name "aflplusplus") - (version "4.30c") + (version "4.31c") (source (origin (method git-fetch) (uri (git-reference @@ -528,7 +528,7 @@ (define-public aflplusplus (file-name (git-file-name name version)) (sha256 (base32 - "1lmpyf1gwz78pqxw9iqxhxzanbrid33ihq9xzmnk8c4yv449sdks")))) + "1k43np7vb2kiqj8cg5w4x0xjqr5jafi3pyx12d2i8wdi0sslywrv")))) (arguments (substitute-keyword-arguments (package-arguments american-fuzzy-lop) ((#:make-flags _ ''()) base-commit: d7ca62b15de7ef89c88ef9b1118d29481ca50122 -- 2.46.0 From unknown Fri Aug 15 20:05:29 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: bug#76198: closed (Re: [bug#76198] [PATCH] gnu: aflplusplus: Update to 4.31c.) Message-ID: References: <878qqc7iuz.fsf@envs.net> <4dc4ad3b01da250410bbebe27b997c0f4d24a668.1739261907.git.mcsinyx@disroot.org> X-Gnu-PR-Message: they-closed 76198 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76198@debbugs.gnu.org Date: Tue, 11 Feb 2025 12:39:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1739277543-30110-1" This is a multi-part message in MIME format... ------------=_1739277543-30110-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76198: [PATCH] gnu: aflplusplus: Update to 4.31c. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76198@debbugs.gnu.org. --=20 76198: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76198 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1739277543-30110-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76198-done) by debbugs.gnu.org; 11 Feb 2025 12:39:01 +0000 Received: from localhost ([127.0.0.1]:54796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thpXY-0007p4-Gb for submit@debbugs.gnu.org; Tue, 11 Feb 2025 07:39:00 -0500 Received: from mail.envs.net ([5.199.136.28]:42408) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thpXV-0007ou-Eg for 76198-done@debbugs.gnu.org; Tue, 11 Feb 2025 07:38:58 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id A0CD238A3F1B; Tue, 11 Feb 2025 12:38:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id slRdNANApz8J; Tue, 11 Feb 2025 12:38:53 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 11 Feb 2025 12:38:53 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 0e764eed; Tue, 11 Feb 2025 12:42:44 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: =?utf-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: Re: [bug#76198] [PATCH] gnu: aflplusplus: Update to 4.31c. In-Reply-To: <4dc4ad3b01da250410bbebe27b997c0f4d24a668.1739261907.git.mcsinyx@disroot.org> (=?utf-8?Q?=22Nguy=E1=BB=85n?= Gia Phong"'s message of "Tue, 11 Feb 2025 17:18:27 +0900") References: <4dc4ad3b01da250410bbebe27b997c0f4d24a668.1739261907.git.mcsinyx@disroot.org> Date: Tue, 11 Feb 2025 20:42:44 +0800 Message-ID: <878qqc7iuz.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76198-done Cc: 76198-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Nguy=E1=BB=85n Gia Phong writes: > * gnu/packages/debug.scm (aflplusplus): Update to 4.31c. Pushed to master, thanks. ------------=_1739277543-30110-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Feb 2025 08:18:59 +0000 Received: from localhost ([127.0.0.1]:54280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1thlTv-0000aI-09 for submit@debbugs.gnu.org; Tue, 11 Feb 2025 03:18:59 -0500 Received: from lists.gnu.org ([2001:470:142::17]:46950) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1thlTr-0000Zz-Jf for submit@debbugs.gnu.org; Tue, 11 Feb 2025 03:18:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1thlTl-0001kH-BF for guix-patches@gnu.org; Tue, 11 Feb 2025 03:18:49 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1thlTj-0005wL-AS for guix-patches@gnu.org; Tue, 11 Feb 2025 03:18:49 -0500 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B43F825A84; Tue, 11 Feb 2025 09:18:43 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id pYMtzv4XKLi9; Tue, 11 Feb 2025 09:18:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1739261922; bh=YINlq4EcwBY3XyRyMOkcB8lgaESrLQGADseQNDgYETI=; h=From:To:Cc:Subject:Date; b=Z/q6m3rE/MChb0Sf/lp3IX7BQy2HcoEyNiRJe0emifwejmocuHEm5jlFFenigUBli rAmELnNZkVmZBrzGg/Tn6XBIjSmsv68Pzo+24qfbzjb1Q6uGMiQHg6/HBLK6LT8Eni v0KApMIBSOwjgKsbEDvBSR0e35mrnFm1dMDqa5OKPlTM9E6DAnMa1WEP6EMNZIHo7x pirVbmAgidPuyUNKFQ26bvJ1OS8thedl5Zue7iRlqPsXSJ1DB0bVL9FT16yqHk/A59 r+EvLBCn7ubYRtma/KA7pT2tOc+wU8UmWDobbdyf+zKT8YkzKEOMM9UeHfj2hM6JH8 KGqcVR+iwFEjQ== From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= To: guix-patches@gnu.org Subject: [PATCH] gnu: aflplusplus: Update to 4.31c. Date: Tue, 11 Feb 2025 17:18:27 +0900 Message-ID: <4dc4ad3b01da250410bbebe27b997c0f4d24a668.1739261907.git.mcsinyx@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/debug.scm (aflplusplus): Update to 4.31c. Change-Id: Iae9d04ee4ae648bac3ca56c24c99b16e894f9c76 --- gnu/packages/debug.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 15b24db4b1e8..57c6513e8d03 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -519,7 +519,7 @@ (define-public aflplusplus (package (inherit american-fuzzy-lop) (name "aflplusplus") - (version "4.30c") + (version "4.31c") (source (origin (method git-fetch) (uri (git-reference @@ -528,7 +528,7 @@ (define-public aflplusplus (file-name (git-file-name name version)) (sha256 (base32 - "1lmpyf1gwz78pqxw9iqxhxzanbrid33ihq9xzmnk8c4yv449sdks")))) + "1k43np7vb2kiqj8cg5w4x0xjqr5jafi3pyx12d2i8wdi0sslywrv")))) (arguments (substitute-keyword-arguments (package-arguments american-fuzzy-lop) ((#:make-flags _ ''()) base-commit: d7ca62b15de7ef89c88ef9b1118d29481ca50122 -- 2.46.0 ------------=_1739277543-30110-1--