From unknown Sun Aug 17 09:12:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26819 <26819@debbugs.gnu.org> To: bug#26819 <26819@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add f3. Reply-To: bug#26819 <26819@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:12:19 +0000 retitle 26819 [PATCH] gnu: Add f3. reassign 26819 guix-patches submitter 26819 Hartmut Goebel severity 26819 normal tag 26819 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 07 14:46:31 2017 Received: (at submit) by debbugs.gnu.org; 7 May 2017 18:46:31 +0000 Received: from localhost ([127.0.0.1]:60672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7RCR-0004oZ-6l for submit@debbugs.gnu.org; Sun, 07 May 2017 14:46:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38097) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7RCO-0004o8-Lx for submit@debbugs.gnu.org; Sun, 07 May 2017 14:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7RCI-000549-Mw for submit@debbugs.gnu.org; Sun, 07 May 2017 14:46:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35001) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7RCI-00053z-Jh for submit@debbugs.gnu.org; Sun, 07 May 2017 14:46:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7RCH-0008Ep-6A for guix-patches@gnu.org; Sun, 07 May 2017 14:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7RCE-00051D-49 for guix-patches@gnu.org; Sun, 07 May 2017 14:46:21 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:57434) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7RCD-0004zp-UE for guix-patches@gnu.org; Sun, 07 May 2017 14:46:18 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wLZN76jntz1rg74 for ; Sun, 7 May 2017 20:46:15 +0200 (CEST) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wLZN74dPBz3jRBW for ; Sun, 7 May 2017 20:46:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 2Zn7HLFpJ8RE for ; Sun, 7 May 2017 20:46:13 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-140-221.dynamic.mnet-online.de [46.244.140.221]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 7 May 2017 20:46:13 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 650F7602FD for ; Sun, 7 May 2017 22:42:00 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add f3. Date: Sun, 7 May 2017 20:46:12 +0200 Message-Id: <1494182772-22001-1-git-send-email-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.7.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.5 (----) X-Debbugs-Envelope-To: submit 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: -4.5 (----) * gnu/packages/disk.scm (f3): New variable. --- gnu/packages/disk.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 9389527..2889509 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -337,3 +337,44 @@ project to detect and manipulate partition tables. Optional file system tools permit managing file systems not included in libparted.") ;; The home page says GPLv2, but the source code says GPLv2+. (license license:gpl2+))) + + +(define-public f3 + (package + (name "f3") + (version "6.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/AltraMayor/f3/archive/" + "v" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1mgbzc1swvgil45md1336j0aqkmkhwmpxical0ln5g09b2qxsanp")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f ; no check target + #:make-flags (list "CC=gcc" + (string-append "PREFIX=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure) + (add-before 'build 'fix-makefile + (lambda _ + (substitute* "Makefile" + ((" -oroot -groot ") " ") + ;; also build and install experimental tools + (("^all: ") "all: $(EXPERIMENTAL_TARGETS) ") + (("^install: ") "install-all: ") + (("^install-experimental: ") "install: install-all "))))))) + (inputs + `(("eudev" ,eudev) + ("parted" ,parted))) + (home-page "http://oss.digirati.com.br/f3/") + (synopsis "Test real capacity of flash memory cards and such.") + (description "F3 (Fight Flash Fraud or Fight Fake Flash) tests the full +capacity of a flash card (flash drive, flash disk, pendrive). F3 writes to +the card and then checks if can read it. It will assure you haven't been sold +a card with a smaller capacity than stated.") + (license license:gpl3))) -- 2.7.4 From debbugs-submit-bounces@debbugs.gnu.org Sun May 07 19:40:17 2017 Received: (at 26819) by debbugs.gnu.org; 7 May 2017 23:40:17 +0000 Received: from localhost ([127.0.0.1]:60935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7Vmi-0000Jq-TQ for submit@debbugs.gnu.org; Sun, 07 May 2017 19:40:17 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:44337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7Vmh-0000Jj-QZ for 26819@debbugs.gnu.org; Sun, 07 May 2017 19:40:16 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 21DC9207AA; Sun, 7 May 2017 19:40:14 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 07 May 2017 19:40:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=RtocaKwc7zG8cNKBQkj9niTPo6c/dZR7uimuGe ekJYI=; b=h118Fuuf7soJO/HdAmuh26sJs7Yd5U1fNcJ8bSy4ImQuB9SOWVhL2V JNKFCYjSup6hKk36Q1uibZ1hiq8xeli76NVzgrgg5PQoPxTOjcT9wCZGqZL68iwG KbM+MRe8NtTEoZm70CYn8oaGEbFsF3Oke+7m1luUCNbuCtTn06onU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=RtocaKwc7zG8cNKBQk j9niTPo6c/dZR7uimuGeekJYI=; b=fhfc7/EqE/a9vGccHXqY2F8QpiE/F2PDT8 CZT+cRt61E4vRbnRvBUI6sYK6QDznc9IhhgCDTvG5luPv3M12CilbzfcuRiQZM0s LoLBiwOJUxiHclD2+z3stseITRViuMpWhy2EsIldf8MqJHc4TevvnjgjaD+/Ky0x He7eyg7cqNioVcv77jxWzz9vNoEmtELUJqwjdQbHQqbOIcqoDGsUpC0DM4M9swa1 3dtdWnHh96BpXUgnZcKnZp0uSvHqqSGUNyOdXrbb8whr04ggTwPa6IDKrkKHavIY bEtAJ57DUkV5sN564sTWDSC+DSrJM75eVM7bAdPCnvw0wijJnmKA== X-ME-Sender: X-Sasl-enc: qwi6teTb4b4f9wNxpDxI9OFDQXXBPVHdqlxCtfVAgBjs 1494200413 Received: from localhost (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id DA7FB24658; Sun, 7 May 2017 19:40:13 -0400 (EDT) Date: Sun, 7 May 2017 19:40:13 -0400 From: Leo Famulari To: Hartmut Goebel Subject: Re: bug#26819: [PATCH] gnu: Add f3. Message-ID: <20170507234013.GC20778@jasmine> References: <1494182772-22001-1-git-send-email-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jy6Sn24JjFx/iggw" Content-Disposition: inline In-Reply-To: <1494182772-22001-1-git-send-email-h.goebel@crazy-compilers.com> User-Agent: Mutt/1.8.2 (2017-04-18) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26819 Cc: 26819@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: -0.7 (/) --jy6Sn24JjFx/iggw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, May 07, 2017 at 08:46:12PM +0200, Hartmut Goebel wrote: > * gnu/packages/disk.scm (f3): New variable. Thanks! LGTM overall... > + ((" -oroot -groot ") " ") Can you add a comment explaining this one? --jy6Sn24JjFx/iggw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkPsFwACgkQJkb6MLrK fwiqGQ/+Pwt1L9SPCsD6KhWILWjuRieKNmGNzFiDzaU+NzwbU4EloCJLlWSy9bau q5Ez9KkfzRhdhYLZ8FEhZZUQ1P7wsZ8FGZ1MLfoufLteAaOM1+8oEv/RjuwmuEn3 JcvA8CFXFVazkduKvx29jLMGDxw9Wt7c3McR8zY3/DBaHZ/ijU0sCvEO70Q9B1jV +WdquLlkeAyxEsbbjyhoVJBSo95doyxX+6Xf/fsxojhGsmQ4v5aFIPrBvG1wECUA zfnGN5sCJnkHJ/m+PNPNQ8MNeAmV+kSsjJACsdP5U2yqfNDvQYE3DoXC9ihzwN91 qQw7geHl+pvVZpJlwYIsuB71hnsl81H2kIbBh1a0z1C4DCpESfoAeQXKgfZXTF13 hiKHXtqsy0WXc3vL/5OOWC9VLzIUZNAf/zcZIVSow5s3e5TGNspC4X+fOI1tjQjX IjgmURn6f3ilpcxwEZXOExQi2l7s9Za+M/TTjAONgI2ga5L4/iAZVTPKAytyd/+d uq+c3dK3i9zITjBtaTOQVVAXT30zd4My7FdixV2jW3NQRomYsF1KPBhN+8kByacz T1K9zPIxzq3niNCm/sC9UU6/zomouPuCow6j39jz2/zMNP2Hvy2kewHXkABTPAMx Bnfpoqy+tu3oxXyid4O0xF66D4lMqC616VVePNZw+5DpbY4jyPM= =FQ74 -----END PGP SIGNATURE----- --jy6Sn24JjFx/iggw-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 08 04:00:38 2017 Received: (at 26819) by debbugs.gnu.org; 8 May 2017 08:00:38 +0000 Received: from localhost ([127.0.0.1]:32875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7daw-0003ON-8y for submit@debbugs.gnu.org; Mon, 08 May 2017 04:00:38 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:51113) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7dau-0003OF-Bw for 26819@debbugs.gnu.org; Mon, 08 May 2017 04:00:36 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 36D8C20880; Mon, 8 May 2017 04:00:36 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Mon, 08 May 2017 04:00:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=uNFKLu+tLUfChfR0RycnZVAYk4aUaN7bO/9YxkcQH MI=; b=Hhnn0ob45W2Ylkfmsx6s0APuQGybZdc5a9/2AnKJgwOIsz9uv1qp8ZBZ0 CmzEReuU1PtUyDkpbm2LHsS7bjCI9ATHUnq1awidkDZyTqOtXAlUVOI0zrtBgeQ+ s8z3te6OiUdtO4KdrKRnJS/aK8m0IShgGAsO8kpz8D6sM+hI+dD2X2CGovsqk3wv 7mVGCr8GCWF5St7J7gQ4hhchU/3/Bg/0jrDW5uq13+tnvJLWseKcYUOdidCCoycC XvYSBezTMKZ6rUsu3iE64it5ImHa0VUjPI23M9zmBPQZz08NeB9k4EsDobMhGOtj d6poVce0JUSxFCjQfjId0Lw+CPnsA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=uNFKLu+tLUfChfR0Ry cnZVAYk4aUaN7bO/9YxkcQHMI=; b=GgA7oEPFHZJ6A5SLtX9+tw0QI7pM5/LGOI Ne8tXtPL52PZcsGsPrEyAdpGlqKSdZPbgGQQMFB1X+8TNzxDFFRBrwAlaz8XI5/B z5/He5DWycaNMiF96t0JuIdmJBDL7FYIVMRpqbJ8y8AEp5IdhwFy0JgRIWJ4TBwk oubDR9SoVQqKXYXvlj2RH7rl6KUAHUa6Eu4ZzubRbkep88+9hrLZ5QAjqVfX9YFx EJlmvh7EfwZaw7Tb510oRxsrlfg4+Uhh2RmDXXPAIjprs1JleGqNzA258YsbALF3 QkLbqqasqJDGhcMNbDQcmHcBEb1EpOvztMHoP7PizCOfOUPd/vHQ== X-ME-Sender: X-Sasl-enc: 7/f1jaH1i18lokS6lrBztgbnFsMkLQ+aETZG9fjJtly7 1494230435 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 919247E9CC; Mon, 8 May 2017 04:00:35 -0400 (EDT) From: Marius Bakke To: Hartmut Goebel , 26819@debbugs.gnu.org Subject: Re: bug#26819: [PATCH] gnu: Add f3. In-Reply-To: <1494182772-22001-1-git-send-email-h.goebel@crazy-compilers.com> References: <1494182772-22001-1-git-send-email-h.goebel@crazy-compilers.com> User-Agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Mon, 08 May 2017 10:00:34 +0200 Message-ID: <87lgq7ydzx.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26819 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.7 (/) --=-=-= Content-Type: text/plain Hartmut Goebel writes: > * gnu/packages/disk.scm (f3): New variable. > --- > gnu/packages/disk.scm | 41 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 41 insertions(+) > > diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm > index 9389527..2889509 100644 > --- a/gnu/packages/disk.scm > +++ b/gnu/packages/disk.scm > @@ -337,3 +337,44 @@ project to detect and manipulate partition tables. Optional file system tools > permit managing file systems not included in libparted.") > ;; The home page says GPLv2, but the source code says GPLv2+. > (license license:gpl2+))) > + > + > +(define-public f3 > + (package > + (name "f3") > + (version "6.0") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://github.com/AltraMayor/f3/archive/" > + "v" version ".tar.gz")) > + (file-name (string-append name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "1mgbzc1swvgil45md1336j0aqkmkhwmpxical0ln5g09b2qxsanp")))) > + (build-system gnu-build-system) > + (arguments Indentation is off here. > + '(#:tests? #f ; no check target > + #:make-flags (list "CC=gcc" > + (string-append "PREFIX=" %output)) > + #:phases > + (modify-phases %standard-phases > + (delete 'configure) > + (add-before 'build 'fix-makefile > + (lambda _ > + (substitute* "Makefile" > + ((" -oroot -groot ") " ") > + ;; also build and install experimental tools > + (("^all: ") "all: $(EXPERIMENTAL_TARGETS) ") > + (("^install: ") "install-all: ") > + (("^install-experimental: ") "install: install-all "))))))) Make sure this phase returns a #t. > + (inputs > + `(("eudev" ,eudev) > + ("parted" ,parted))) > + (home-page "http://oss.digirati.com.br/f3/") > + (synopsis "Test real capacity of flash memory cards and such.") > + (description "F3 (Fight Flash Fraud or Fight Fake Flash) tests the full > +capacity of a flash card (flash drive, flash disk, pendrive). F3 writes to > +the card and then checks if can read it. It will assure you haven't been sold > +a card with a smaller capacity than stated.") > + (license license:gpl3))) I can't find any license version information in the source code. Unless a version is explicitly mentioned in the source header, we default to "or later". Other than that LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkQJaIACgkQoqBt8qM6 VPqFbQf9EWO4g7i8Njgy/JbR6YOkf3CmKxQYLiAVGTg6uzT42PM3GPru+4nwsUc7 S5Ah8C6ez4RDCDTvewYb1n8maosMctp08fAtXxKUET12k6DEfgIlN+8+YdeaOxkw Mrqi75NRD8kgIHDO3Fjv0xsOBAlDPElkPSESDzbzerhZEdcgQwBiByP2T7L2Xvp7 ZZT77inqNJAwbAyh4t5cwDkOHmg9jRApijJg57skmBJIOsv7InLlH3K93x5sht6m ms1cjQ14TbDe3R6dfUX4e2solJO2ldbf7LdcTeqZbPYgJwBd72XDLgD9mKSa63IC Y3AUZL+ZnsHEvbx+auJo6xate3a38w== =ckMJ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 09 14:14:21 2017 Received: (at 26819-close) by debbugs.gnu.org; 9 May 2017 18:14:21 +0000 Received: from localhost ([127.0.0.1]:34434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d89eO-0001v0-Sl for submit@debbugs.gnu.org; Tue, 09 May 2017 14:14:21 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:42450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d89eN-0001ut-JX for 26819-close@debbugs.gnu.org; Tue, 09 May 2017 14:14:19 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wMnZM1Clxz1qvTr; Tue, 9 May 2017 20:14:19 +0200 (CEST) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wMnZM0h86z3hhV9; Tue, 9 May 2017 20:14:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id y8GHFzdG9cZ7; Tue, 9 May 2017 20:14:18 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-140-126.dynamic.mnet-online.de [46.244.140.126]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Tue, 9 May 2017 20:14:18 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 215E260484; Tue, 9 May 2017 22:09:13 +0200 (CEST) Subject: Re: bug#26819: [PATCH] gnu: Add f3. To: 26819-close@debbugs.gnu.org References: <1494182772-22001-1-git-send-email-h.goebel@crazy-compilers.com> <20170507234013.GC20778@jasmine> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <591206F9.70107@crazy-compilers.com> Date: Tue, 9 May 2017 20:14:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20170507234013.GC20778@jasmine> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26819-close Cc: Marius Bakke , Leo Famulari 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.7 (/) Made teh requested changed and pushed as 49393691d75a3334d3abb8e54f4e08ce47734f03 -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Sun Aug 17 09:12:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 07 Jun 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator