From unknown Wed Jun 18 00:26:44 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#30911 <30911@debbugs.gnu.org> To: bug#30911 <30911@debbugs.gnu.org> Subject: Status: Add pine64 u-boot Reply-To: bug#30911 <30911@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:26:44 +0000 retitle 30911 Add pine64 u-boot reassign 30911 guix-patches submitter 30911 Efraim Flashner severity 30911 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 22 16:47:08 2018 Received: (at submit) by debbugs.gnu.org; 22 Mar 2018 20:47:09 +0000 Received: from localhost ([127.0.0.1]:48169 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ez770-0005Qz-FZ for submit@debbugs.gnu.org; Thu, 22 Mar 2018 16:47:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46133) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ez76y-0005QO-L5 for submit@debbugs.gnu.org; Thu, 22 Mar 2018 16:47:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ez76r-0001LJ-G0 for submit@debbugs.gnu.org; Thu, 22 Mar 2018 16:46:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54492) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ez76r-0001LC-Av for submit@debbugs.gnu.org; Thu, 22 Mar 2018 16:46:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez76m-0005EK-JB for guix-patches@gnu.org; Thu, 22 Mar 2018 16:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ez76i-0001HF-9m for guix-patches@gnu.org; Thu, 22 Mar 2018 16:46:48 -0400 Received: from flashner.co.il ([178.62.234.194]:34764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ez76h-0001FS-RG for guix-patches@gnu.org; Thu, 22 Mar 2018 16:46:44 -0400 Received: from localhost (46-117-130-5.bb.netvision.net.il [46.117.130.5]) by flashner.co.il (Postfix) with ESMTPSA id 8FF24404D1 for ; Thu, 22 Mar 2018 20:46:38 +0000 (UTC) Date: Thu, 22 Mar 2018 22:46:37 +0200 From: Efraim Flashner To: guix-patches@gnu.org Subject: Add pine64 u-boot Message-ID: <20180322204637.GG20703@macbook41> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fmvA4kSBHQVZhkR6" Content-Disposition: inline User-Agent: Mutt/1.9.3 (2018-01-21) 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.0 (----) 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: 1.0 (+) --fmvA4kSBHQVZhkR6 Content-Type: multipart/mixed; boundary="0OWHXb1mYLuhj1Ox" Content-Disposition: inline --0OWHXb1mYLuhj1Ox Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable These patches add the Arm Trusted Firmware procedure for building ATF for various ARM boards, which is needed by some for u-boot. Allwinner's branch has not yet been upstreamed, so it needs to override the source with its own vendor branch. I've tested these 4 patches by booting my pine64 with this u-boot (after manually creating the u-boot-sunxi-with-spl.bin) --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --0OWHXb1mYLuhj1Ox Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-make-arm-trusted-firmware-New-procedure.patch" Content-Transfer-Encoding: quoted-printable =46rom 33b9ec24864205fe346b727b0b9c33d4349fb57e Mon Sep 17 00:00:00 2001 =46rom: Efraim Flashner Date: Wed, 31 Jan 2018 21:07:32 +0200 Subject: [PATCH 1/6] gnu: make-arm-trusted-firmware: New procedure. * gnu/packages/firmware.scm (make-arm-trusted-firmware): New procedure. --- gnu/packages/firmware.scm | 77 +++++++++++++++++++++++++++++++++++++++++++= +++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 714af3df7..5a36674d9 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2,7 +2,7 @@ ;;; Copyright =C2=A9 2014, 2015, 2016 Ludovic Court=C3=A8s ;;; Copyright =C2=A9 2016 Eric Bavier ;;; Copyright =C2=A9 2017 David Craven -;;; Copyright =C2=A9 2017 Efraim Flashner +;;; Copyright =C2=A9 2017, 2018 Efraim Flashner ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. @@ -24,6 +24,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix utils) #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module (gnu packages) @@ -33,6 +34,7 @@ #:use-module (gnu packages cmake) #:use-module (gnu packages cross-base) #:use-module (gnu packages flex) + #:use-module (gnu packages gcc) #:use-module (gnu packages linux) #:use-module (gnu packages perl) #:use-module (gnu packages python)) @@ -309,3 +311,76 @@ coreboot.") Virtual Machines. OVMF contains a sample UEFI firmware for QEMU and KVM.") (license (list license:expat license:bsd-2 license:bsd-3 license:bsd-4)))) + +(define* (make-arm-trusted-firmware platform #:optional (arch "aarch64")) + (package + (name (string-append "arm-trusted-firmware-" platform)) + (version "1.5") + (source + (origin + (method git-fetch) + (uri (git-reference + ;; There are only GitHub generated release snapshots. + (url "https://github.com/ARM-software/arm-trusted-firmware.= git") + (commit (string-append "v" version)))) + (file-name (string-append "arm-trusted-firmware-" version "-checko= ut")) + (sha256 + (base32 + "1gm0bn2llzfzz9bfsz11fhwxj5lxvyrq7bc13fjj033nljzxn7k8")))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (delete 'configure) ; no configure script + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (bin (find-files "." ".*\\.bin$"))) + (for-each + (lambda (file) + (install-file file out)) + bin)) + #t))) + #:make-flags (list (string-append "PLAT=3D" ,platform) + ,@(if (and (not (string-prefix? "aarch64" + (%current-system= ))) + (string-prefix? "aarch64" arch)) + `("CROSS_COMPILE=3Daarch64-linux-gnu-") + '()) + ,@(if (and (not (string-prefix? "armhf" + (%current-system= ))) + (string-prefix? "armhf" arch)) + `("CROSS_COMPILE=3Darm-linux-gnueabihf-") + '()) + "DEBUG=3D1") + #:tests? #f)) ; no tests + (native-inputs + `(,@(if (and (not (string-prefix? "aarch64" (%current-system))) + (string-prefix? "aarch64" arch)) + ;; gcc-7 since it is used for u-boot, which needs gcc-7. + `(("cross-gcc" ,(cross-gcc "aarch64-linux-gnu" #:xgcc gcc-7)) + ("cross-binutils" ,(cross-binutils "aarch64-linux-gnu"))) + '()) + ,@(if (and (not (string-prefix? "armhf" (%current-system))) + (string-prefix? "armhf" arch)) + ;; gcc-7 since it is used for u-boot, which needs gcc-7. + `(("cross-gcc" ,(cross-gcc "arm-linux-gnueabihf" #:xgcc gcc-7)) + ("cross-binutils" ,(cross-binutils "arm-linux-gnueabihf"))) + '()) + )) + (home-page "https://github.com/ARM-software/arm-trusted-firmware") + (synopsis "Implementation of \"secure world software\"") + (description + "ARM Trusted Firmware provides a reference implementation of secure w= orld +software for ARMv7A and ARMv8-A, including a Secure Monitor executing at +@dfn{Exception Level 3} (EL3). It implements various ARM interface standa= rds, +such as: +@enumerate +@item The Power State Coordination Interface (PSCI) +@item Trusted Board Boot Requirements (TBBR, ARM DEN0006C-1) +@item SMC Calling Convention +@item System Control and Management Interface +@item Software Delegated Exception Interface (SDEI) +@end enumerate\n") + (license (list license:bsd-3 + license:bsd-2)))) ; libfdt --=20 2.16.2 --0OWHXb1mYLuhj1Ox Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0002-gnu-arm-trusted-firmware-pine64-plus-New-variable.patch" Content-Transfer-Encoding: quoted-printable =46rom 0de976ba245ef9f5518175676699cfc7136e3acf Mon Sep 17 00:00:00 2001 =46rom: Efraim Flashner Date: Wed, 31 Jan 2018 21:08:12 +0200 Subject: [PATCH 2/6] gnu: arm-trusted-firmware-pine64-plus: New variable. * gnu/packages/firmware.scm (arm-trusted-firmware-pine64-plus): New variable. --- gnu/packages/firmware.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 5a36674d9..50cd49c92 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -384,3 +384,23 @@ such as: @end enumerate\n") (license (list license:bsd-3 license:bsd-2)))) ; libfdt + +(define-public arm-trusted-firmware-pine64-plus + (let ((base (make-arm-trusted-firmware "sun50iw1p1")) + ;; Vendor's arm trusted firmware branch hasn't been upstreamed yet. + (commit "ae78724247a01560164d607ed66db111c74d8df0") + (revision "1")) + (package + (inherit base) + (name "arm-trusted-firmware-pine64-plus") + (version (string-append "1.2-" revision "." (string-take commit 7))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/apritzel/arm-trusted-firmware.gi= t") + (commit commit))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "0r4xnlq7v9khjfcg6gqp7nmrmnw4z1r8bipwdr07png1dcbb8214"))))))) --=20 2.16.2 --0OWHXb1mYLuhj1Ox Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0003-gnu-make-u-boot-package-Install-itb-and-dtb-files-al.patch" Content-Transfer-Encoding: quoted-printable =46rom b088a9e174480438c2b082a87c8b5120d166e1f0 Mon Sep 17 00:00:00 2001 =46rom: Efraim Flashner Date: Wed, 31 Jan 2018 21:09:54 +0200 Subject: [PATCH 3/6] gnu: make-u-boot-package: Install 'itb' and 'dtb' files also. * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add 'itb' and 'dtb' files to the files installed during custom 'install phase. --- gnu/packages/bootloaders.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 582c71cc4..063e9c3e6 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -422,7 +422,7 @@ also initializes the boards (RAM etc).") (let* ((out (assoc-ref outputs "out")) (libexec (string-append out "/libexec")) (uboot-files (append - (find-files "." ".*\\.(bin|efi|img|spl= )$") + (find-files "." ".*\\.(bin|efi|img|spl= |itb|dtb)$") (find-files "." "^MLO$")))) (mkdir-p libexec) (install-file ".config" libexec) --=20 2.16.2 --0OWHXb1mYLuhj1Ox Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0004-gnu-Add-u-boot-pine64-plus.patch" Content-Transfer-Encoding: quoted-printable =46rom 370074a1d0afbc1ea004bff39f9f6fe6089db194 Mon Sep 17 00:00:00 2001 =46rom: Efraim Flashner Date: Wed, 31 Jan 2018 21:10:47 +0200 Subject: [PATCH 4/6] gnu: Add u-boot-pine64-plus. * gnu/packages/bootloaders.scm (u-boot-pine64-plus): New variable. --- gnu/packages/bootloaders.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 063e9c3e6..2ea78c9ba 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -35,6 +35,7 @@ #:use-module (gnu packages cdrom) #:use-module (gnu packages cross-base) #:use-module (gnu packages disk) + #:use-module (gnu packages firmware) #:use-module (gnu packages flex) #:use-module (gnu packages fontutils) #:use-module (gnu packages gcc) @@ -445,6 +446,27 @@ also initializes the boards (RAM etc).") (define-public u-boot-odroid-c2 (make-u-boot-package "odroid-c2" "aarch64-linux-gnu")) =20 +(define-public u-boot-pine64-plus + (let ((base (make-u-boot-package "pine64_plus" "aarch64-linux-gnu"))) + (package + (inherit base) + (arguments + (substitute-keyword-arguments (package-arguments base) + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'set-environment + (lambda* (#:key inputs #:allow-other-keys) + (let ((bl31 (string-append (assoc-ref inputs "firmware") + "/bl31.bin"))) + (setenv "BL31" bl31) + ;; This is necessary while we're using the bundled dtc. + (setenv "PATH" (string-append (getenv "PATH") ":" + "scripts/dtc"))) + #t)))))) + (native-inputs + `(("firmware" ,arm-trusted-firmware-pine64-plus) + ,@(package-native-inputs base)))))) + (define-public u-boot-banana-pi-m2-ultra (make-u-boot-package "Bananapi_M2_Ultra" "arm-linux-gnueabihf")) =20 --=20 2.16.2 --0OWHXb1mYLuhj1Ox-- --fmvA4kSBHQVZhkR6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlq0FikACgkQQarn3Mo9 g1Ga9BAAwOspaYW30pECvQ4+4MpjkPsFWcaN3lY45PpMGbWjX8ZaEIb2gFuA60VV t2Zx9DYuzJETMQoh6+QSbgXEPRMCJ1X3LOrliDOdkxTq5QkXGH88/Khvgf3b6b90 HTfybvQxzP0DHx6pFbEPQznsPSCuIhOzG94fFiC1OOs2wmvf/leDZoF+FD+eEEA1 CP3H4P1WpFmnqJDB9RVM4ImjbNqfikFX9qgkjPYijEAK2SnyD/ZfHbQ41iy2Lxxr XMsdVP2B0axJqh3HFxnL9KmyWCtqD4A70OIbw8VMxMC5AhhWsV/XTvnD3BGRNOE6 BnNCpmThxmckkc5iumT9C1xSHZmFYnDfMTT/z6yJm4kvCwGGKsvmSv3cuP1+O6VF HUkLlZ0IID+WfCTgZvRYqxGlGEJq9isIujZDpkjiR2gG+CeIEJ+zYABJr70w0DyS awgQz42kXKf7k/L1gdXDHXLaeizyPR4UVqvHOue3hCrzz8AHzTC9sP1Q0GCG4svI Gqsix44i6gBMsMcDCX7IbTXemRL7v4bWKKh5jUtmWYEZ3/zOXjuyE55aiLPplWWo eanuxnLZXk64kbkXqzNt/6n6iIOiVmQSwjDoxEjzmmXviZPhOpR3YYihAsudyQ/6 +MG24kFRaQg+QtSwN2GV01JQYShncHjpfLxUbnlUrWIzTID72k4= =16I7 -----END PGP SIGNATURE----- --fmvA4kSBHQVZhkR6-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 24 10:11:25 2018 Received: (at 30911) by debbugs.gnu.org; 24 Mar 2018 14:11:25 +0000 Received: from localhost ([127.0.0.1]:51389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ezjtF-0008PY-IU for submit@debbugs.gnu.org; Sat, 24 Mar 2018 10:11:25 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:42340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ezjtB-0008PO-JH for 30911@debbugs.gnu.org; Sat, 24 Mar 2018 10:11:23 -0400 Received: from localhost (77.118.213.79.wireless.dyn.drei.com [77.118.213.79]) by dd26836.kasserver.com (Postfix) with ESMTPSA id DCC67336040F; Sat, 24 Mar 2018 15:11:19 +0100 (CET) Date: Sat, 24 Mar 2018 15:11:14 +0100 From: Danny Milosavljevic To: Efraim Flashner Subject: Re: [bug#30911] Add pine64 u-boot Message-ID: <20180324151100.48bc4a15@scratchpost.org> In-Reply-To: <20180322204637.GG20703@macbook41> References: <20180322204637.GG20703@macbook41> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/rKdNQnNt_48o58zFa1o+AoN"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30911 Cc: 30911@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 (/) --Sig_/rKdNQnNt_48o58zFa1o+AoN Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Efraim, in patch 2/6 you could use git-version instead of concatenating the stuff yourself in "version". LGTM! *mumble* We should unbundle dtc and libftd from u-boot in the future -but t= he version we have is incompatible. It would make sense to try to find out which version they bundle and track it (manually if needed). --Sig_/rKdNQnNt_48o58zFa1o+AoN Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlq2XIIACgkQ5xo1VCww uqXeLAf/UPYTPHjG90vlHkrnjXO2MpkK/AXV/M3wphR8dZgKWW6chMAD7+fyeJAk LKibPexxmxT5VZJkryfYKMr0BjCS8quPinsMddXxieYibcLWFnk3Uxx7bNzBeqOH n274hBkLDy9FL7LoyDHeWHhR/H9RJ4IdAHRbkJ3ww9ftS4o6XgBE/+hgQvefBA29 qBl/CL0MBQgP/LyVbgMUVfejzLBh2y04hv0RbDQOjwCFJBYR0ygExvV37yGvgGiS OwO4XYNmwRPrEOYpzTWzxKN9kXVdPKPWzd0eclnbsNBwyClSJHEuZGqQtC+PdQ1Q tjylCv8rh9J9kBB7I0GI+9LCkr+sgA== =c+yB -----END PGP SIGNATURE----- --Sig_/rKdNQnNt_48o58zFa1o+AoN-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 25 12:16:45 2018 Received: (at 30911-done) by debbugs.gnu.org; 25 Mar 2018 16:16:45 +0000 Received: from localhost ([127.0.0.1]:53114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f08K5-0003RM-J9 for submit@debbugs.gnu.org; Sun, 25 Mar 2018 12:16:45 -0400 Received: from flashner.co.il ([178.62.234.194]:56662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f08K4-0003R7-CF for 30911-done@debbugs.gnu.org; Sun, 25 Mar 2018 12:16:44 -0400 Received: from localhost (46-117-130-5.bb.netvision.net.il [46.117.130.5]) by flashner.co.il (Postfix) with ESMTPSA id 1D2AF40292 for <30911-done@debbugs.gnu.org>; Sun, 25 Mar 2018 16:16:38 +0000 (UTC) Date: Sun, 25 Mar 2018 19:16:37 +0300 From: Efraim Flashner To: 30911-done@debbugs.gnu.org Subject: patches pushed Message-ID: <20180325161637.GB32543@macbook41> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZoaI/ZTpAVc4A5k6" Content-Disposition: inline User-Agent: Mutt/1.9.3 (2018-01-21) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30911-done 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.0 (/) --ZoaI/ZTpAVc4A5k6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable patches pushed --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --ZoaI/ZTpAVc4A5k6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlq3y2IACgkQQarn3Mo9 g1GMgw/9GVdqrvWQXnK3bou9i0SH5iMxQbuPP9z/cmfllCcsqjVoKXOM1QjQhm+B xzSICELFP5MlQKaaRi/Kxj4a0pVmWNNsKNY1ErHzTl3SavMi8hdZlND/f5jGeq6s zDebJ8Z6l84IgkSjX/5UYrcRd8grt+xUpPa6w2Vz7uqk+ql+rhdrIpAELuZTxjcV 5e9omo+/wtZ0Lzwu4tiLq3n0ghZHFIX8VefzJ/+3V6VDbi0NonvvXRDVYemZS3I4 o0WFWA4g2Z7KNd/TfeSE5ye6398DR6yCLqkbgmS9x2CZ5LqnE/Dm9aS/KAaw8YUu GDqiHMLcRpyGHh35yi0Amn2ufFiIBPuU2y3Jc9858xS70kQSZgFcHzzPbw9bsW57 WTZJQPNIsRmgTFxJ09rEkXbLM/3PvpRSLIBkxigY8cKdAzSBy4YAJ1NBV6kso6X9 Jow/FTUUxSjH/QB7UpsdFeVPjtSBTdYzXR5IG1so9mysa9QTKv27f9jlJY7uuY78 jUt1Xb18JaKnWJ1W8DP627UhFWm5DgtpHjjzPit7GZQrG7eYiht298DWjRKvDaWh jBwJhdd7j2ImcXks5ggCHII8fCNWV/MKmKnBvGT49jJsB7E4dbILZs4oSBAHNpzZ 6Xjc9kTetWoFgJN9cRU0JSRu7U8wU6FpXqsJxo1Q0zSamVpFbWQ= =ktUI -----END PGP SIGNATURE----- --ZoaI/ZTpAVc4A5k6-- From unknown Wed Jun 18 00:26:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 23 Apr 2018 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