From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 03 19:34:34 2025 Received: (at submit) by debbugs.gnu.org; 4 Jan 2025 00:34:34 +0000 Received: from localhost ([127.0.0.1]:52664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tTs7d-0005XN-2R for submit@debbugs.gnu.org; Fri, 03 Jan 2025 19:34:34 -0500 Received: from lists.gnu.org ([2001:470:142::17]:56330) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tTs7Z-0005X5-Ix for submit@debbugs.gnu.org; Fri, 03 Jan 2025 19:34:32 -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 1tTs7T-0004Yh-Hy for guix-patches@gnu.org; Fri, 03 Jan 2025 19:34:23 -0500 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTs7O-0001p2-Rq for guix-patches@gnu.org; Fri, 03 Jan 2025 19:34:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1735950848; bh=gvF7AXU3L8zwPH2TY509wcgytKHAKrk5MDJ9PT5NAo8=; h=From:To:Cc:Subject:Date:From; b=o3h14rVpbpxp9Skw35LpIct7smjpAN7H6MsoVB1CLUDZLfeCCeSeOyWPCOLsZXR+C LfHeR/omiLNbu2/+rdtebbgCAXve72Dw1fDBG1APv7ViZjv0dgRy0liHced/PASS/V kK5yhrODQDpQP9tAywQodANtha4UqLC0ugckMFoU= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4YQ1f82Ltkz112y; Sat, 4 Jan 2025 00:34:08 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4YQ1f81K3qz112t; Sat, 4 Jan 2025 00:34:08 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH rust-team] gnu: authenticator: Deprecate in favor of gnome-authenticator. Date: Sat, 4 Jan 2025 01:33:33 +0100 Message-ID: <93ae237973b0ea60e36a4c32e520c5249f4a3fe2.1735950813.git.goodoldpaul@autistici.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 X-Debbugs-Cc: Liliana Marie Prikler , Maxim Cournoyer , Vivien Kraus Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-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: Giacomo Leidi 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 (/) This commit is a follow up to 64bcc8ba0f1ea8addaf0a1c65b3fca6cb1bf5422, it deprecates the old Python authenticator package in favor of the new gnome-authenticator Rust implementation. * gnu/services/gnome.scm (authenticator): Deprecate in favor of gnome-authenticator. Change-Id: I02081f4cd1dfdb8bd2327a9931299e97f8a11aee --- gnu/packages/gnome.scm | 326 ++++++++++++++++------------------------- 1 file changed, 127 insertions(+), 199 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a5891cb82d..30038379f5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -36,7 +36,7 @@ ;;; Copyright © 2019 Danny Milosavljevic ;;; Copyright © 2019, 2020, 2022 Marius Bakke ;;; Copyright © 2019 Florian Pelz -;;; Copyright © 2019 Giacomo Leidi +;;; Copyright © 2019, 2024, 2025 Giacomo Leidi ;;; Copyright © 2019 Jelle Licht ;;; Copyright © 2019 Jonathan Frederickson ;;; Copyright © 2019-2024 Maxim Cournoyer @@ -79,7 +79,6 @@ ;;; Copyright © 2023 Zhu Zihao ;;; Copyright © 2024 Dariqq ;;; Copyright © 2024 James Smith -;;; Copyright © 2024 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. ;;; @@ -10493,81 +10492,152 @@ (define-public byzanz (home-page "https://git.gnome.org/browse/byzanz") (license license:gpl2+)))) -(define-public authenticator +(define-public gnome-authenticator (package - (name "authenticator") - (version "3.32.2") + (name "gnome-authenticator") + (version "4.4.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.gnome.org/World/Authenticator") + (url "https://gitlab.gnome.org/World/Authenticator.git/") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1c4r9rnrz5gazrfg0z2rcwax4nscs7z391bcjcl74k6ln3blwzpr")))) - (build-system meson-build-system) + (base32 "0zavax35n048spx097ymiq31s8b879qwbg8xmcxcx73r6m823mic")))) + (build-system cargo-build-system) (arguments (list - #:glib-or-gtk? #t + #:install-source? #f + #:vendor-dir "vendor" + #:cargo-inputs + (list rust-aes-gcm-0.10 + rust-anyhow-1 + rust-async-std-1 + rust-aperture-0.3 + rust-ashpd-0.6 + rust-data-encoding-2 + rust-diesel-2 + rust-diesel-migrations-2 + rust-futures-channel-0.3 + rust-futures-executor-0.3 + rust-futures-util-0.3 + rust-gettext-rs-0.7 + rust-gtk4-0.7 + rust-hex-0.4 + rust-image-0.24 + rust-libadwaita-0.5 + rust-oo7-0.2 + rust-percent-encoding-2 + rust-prost-0.12 + rust-qrencode-0.14 + rust-quick-xml-0.30 + rust-rand-0.8 + rust-reqwest-0.11 + rust-ring-0.17 + rust-rust-argon2-2 + rust-scrypt-0.11 + rust-search-provider-0.6 + rust-serde-1 + rust-serde-json-1 + rust-svg-metadata-0.4 + rust-tokio-1 + rust-tracing-0.1 + rust-tracing-subscriber-0.3 + rust-url-2 + rust-uuid-1 + rust-zbar-rust-0.0.23 ; any 0.0.* + rust-zeroize-1) + #:imported-modules `(,@%meson-build-system-modules + ,@%glib-or-gtk-build-system-modules + ,@%cargo-build-system-modules) + #:modules `((guix build cargo-build-system) + ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:) + ((guix build meson-build-system) #:prefix meson:) + (guix build utils)) #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'patch-meson.build + (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file + (assoc-ref glib-or-gtk:%standard-phases + 'generate-gdk-pixbuf-loaders-cache-file)) + (add-after 'unpack 'prepare-for-build (lambda _ - (substitute* "data/meson.build" - (("^ 'desktop',.*") "") - (("^ 'appdata',.*") "")))) - (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap - (lambda* (#:key inputs outputs #:allow-other-keys) - (let ((prog (search-input-file outputs "bin/authenticator")) - (pylib (string-append #$output "/lib/python" - #$(version-major+minor - (package-version - (this-package-input "python"))) - "/site-packages"))) - (wrap-program prog - `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH") ,pylib)) - `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))))))) - (native-inputs - (list desktop-file-utils - gettext-minimal - `(,glib "bin") - gobject-introspection - `(,gtk+ "bin") - pkg-config)) - (inputs - (list bash-minimal - gsettings-desktop-schemas - gtk+ - libhandy-0.0 - libsecret - python - python-beautifulsoup4 - python-pillow - python-pyfavicon - python-pygobject - python-pyotp - python-pyzbar - yoyo-migrations - zbar)) - (home-page "https://gitlab.gnome.org/World/Authenticator/") - (synopsis "Two-factor authentication application built for GNOME") - (description - "Authenticator is a two-factor authentication (2FA) application built for -the GNOME desktop environment. + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false") + (("update_desktop_database: true") + "update_desktop_database: false")) + ;; Help the tests find the Cargo.toml in the sources. + (substitute* "src/meson.build" + (("'test'") "'test', cargo_options")) + (delete-file "Cargo.lock"))) + ;; Add meson-configure phase here and not before 'configure because + ;; the meson 'configure phase changes to a different directory and + ;; we need it created before unpacking the crates. + (add-before 'unpack-rust-crates 'meson-configure + (lambda args + (apply (assoc-ref meson:%standard-phases 'configure) + #:build-type "debugoptimized" + #:configure-flags '() + args))) + (replace 'build + (assoc-ref meson:%standard-phases 'build)) + (replace 'check + (lambda args + (apply (assoc-ref meson:%standard-phases 'check) + #:test-options '() + args))) + (replace 'install + (assoc-ref meson:%standard-phases 'install)) + (add-after 'install 'glib-or-gtk-compile-schemas + (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-compile-schemas)) + (add-after 'install 'glib-or-gtk-wrap + (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)) + (add-after 'glib-or-gtk-wrap 'wrap-extra-paths + (lambda _ + (let ((gst-plugins-path (getenv "GST_PLUGIN_SYSTEM_PATH"))) + (wrap-program (string-append #$output "/bin/authenticator") + `("GST_PLUGIN_SYSTEM_PATH" ":" suffix (,gst-plugins-path)))))) + (add-after 'strip 'shrink-runpath + (assoc-ref meson:%standard-phases 'shrink-runpath))))) + (native-inputs (list gettext-minimal + `(,glib "bin") ; for glib-compile-schemas + meson + ninja + pkg-config)) + (inputs (list bash-minimal + glib + gstreamer + gst-plugins-base + gst-plugins-bad + gtk + libadwaita + openssl + pipewire ; Needed but not listed + sqlite + zbar)) + (home-page "https://apps.gnome.org/Authenticator") + (synopsis "Generate two-factor codes") + (description "Simple application for generating Two-Factor Authentication +Codes: -Features: +It features: @itemize -@item QR code scanner +@item Time-based/Counter-based/Steam methods support +@item SHA-1/SHA-256/SHA-512 algorithms support +@item QR code scanner using a camera or from a screenshot +@item Lock the application with a password @item Beautiful UI -@item Huge database of more than 560 supported services -@item Keep your PIN tokens secure by locking the application with a password -@item Automatically fetch an image for services using their favicon -@item The possibility to add new services +@item GNOME Shell search provider +@item Backup/Restore from/into known applications like FreeOTP+, +Aegis (encrypted / plain-text), andOTP, Google Authenticator @end itemize") (license license:gpl3+))) +(define-public authenticator + (deprecated-package "authenticator" gnome-authenticator)) + (define-public gsound (package (name "gsound") @@ -13567,148 +13637,6 @@ (define-public gnome-builder profiler via Sysprof, debugging support, and more.") (license license:gpl3+))) -(define-public gnome-authenticator - (package - (name "gnome-authenticator") - (version "4.4.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.gnome.org/World/Authenticator.git/") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zavax35n048spx097ymiq31s8b879qwbg8xmcxcx73r6m823mic")))) - (build-system cargo-build-system) - (arguments - (list - #:install-source? #f - #:vendor-dir "vendor" - #:cargo-inputs - (list rust-aes-gcm-0.10 - rust-anyhow-1 - rust-async-std-1 - rust-aperture-0.3 - rust-ashpd-0.6 - rust-data-encoding-2 - rust-diesel-2 - rust-diesel-migrations-2 - rust-futures-channel-0.3 - rust-futures-executor-0.3 - rust-futures-util-0.3 - rust-gettext-rs-0.7 - rust-gtk4-0.7 - rust-hex-0.4 - rust-image-0.24 - rust-libadwaita-0.5 - rust-oo7-0.2 - rust-percent-encoding-2 - rust-prost-0.12 - rust-qrencode-0.14 - rust-quick-xml-0.30 - rust-rand-0.8 - rust-reqwest-0.11 - rust-ring-0.17 - rust-rust-argon2-2 - rust-scrypt-0.11 - rust-search-provider-0.6 - rust-serde-1 - rust-serde-json-1 - rust-svg-metadata-0.4 - rust-tokio-1 - rust-tracing-0.1 - rust-tracing-subscriber-0.3 - rust-url-2 - rust-uuid-1 - rust-zbar-rust-0.0.23 ; any 0.0.* - rust-zeroize-1) - #:imported-modules `(,@%meson-build-system-modules - ,@%glib-or-gtk-build-system-modules - ,@%cargo-build-system-modules) - #:modules `((guix build cargo-build-system) - ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:) - ((guix build meson-build-system) #:prefix meson:) - (guix build utils)) - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file - (assoc-ref glib-or-gtk:%standard-phases - 'generate-gdk-pixbuf-loaders-cache-file)) - (add-after 'unpack 'prepare-for-build - (lambda _ - (substitute* "meson.build" - (("gtk_update_icon_cache: true") - "gtk_update_icon_cache: false") - (("update_desktop_database: true") - "update_desktop_database: false")) - ;; Help the tests find the Cargo.toml in the sources. - (substitute* "src/meson.build" - (("'test'") "'test', cargo_options")) - (delete-file "Cargo.lock"))) - ;; Add meson-configure phase here and not before 'configure because - ;; the meson 'configure phase changes to a different directory and - ;; we need it created before unpacking the crates. - (add-before 'unpack-rust-crates 'meson-configure - (lambda args - (apply (assoc-ref meson:%standard-phases 'configure) - #:build-type "debugoptimized" - #:configure-flags '() - args))) - (replace 'build - (assoc-ref meson:%standard-phases 'build)) - (replace 'check - (lambda args - (apply (assoc-ref meson:%standard-phases 'check) - #:test-options '() - args))) - (replace 'install - (assoc-ref meson:%standard-phases 'install)) - (add-after 'install 'glib-or-gtk-compile-schemas - (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-compile-schemas)) - (add-after 'install 'glib-or-gtk-wrap - (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)) - (add-after 'glib-or-gtk-wrap 'wrap-extra-paths - (lambda _ - (let ((gst-plugins-path (getenv "GST_PLUGIN_SYSTEM_PATH"))) - (wrap-program (string-append #$output "/bin/authenticator") - `("GST_PLUGIN_SYSTEM_PATH" ":" suffix (,gst-plugins-path)))))) - (add-after 'strip 'shrink-runpath - (assoc-ref meson:%standard-phases 'shrink-runpath))))) - (native-inputs (list gettext-minimal - `(,glib "bin") ; for glib-compile-schemas - meson - ninja - pkg-config)) - (inputs (list glib - gstreamer - gst-plugins-base - gst-plugins-bad - gtk - libadwaita - openssl - pipewire ; Needed but not listed - sqlite - zbar)) - (home-page "https://apps.gnome.org/Authenticator") - (synopsis "Generate two-factor codes") - (description "Simple application for generating Two-Factor Authentication -Codes: - -It features: - -@itemize -@item Time-based/Counter-based/Steam methods support -@item SHA-1/SHA-256/SHA-512 algorithms support -@item QR code scanner using a camera or from a screenshot -@item Lock the application with a password -@item Beautiful UI -@item GNOME Shell search provider -@item Backup/Restore from/into known applications like FreeOTP+, -Aegis (encrypted / plain-text), andOTP, Google Authenticator -@end itemize") - (license license:gpl3+))) - (define-public komikku (package (name "komikku") base-commit: 5f92f009a19c1a5a8b7df5a7bcb1e1f283a953f8 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 03 19:39:14 2025 Received: (at 75331) by debbugs.gnu.org; 4 Jan 2025 00:39:14 +0000 Received: from localhost ([127.0.0.1]:52681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tTsCA-0005n1-0X for submit@debbugs.gnu.org; Fri, 03 Jan 2025 19:39:14 -0500 Received: from confino.investici.org ([93.190.126.19]:51815) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tTsC7-0005mp-Mi for 75331@debbugs.gnu.org; Fri, 03 Jan 2025 19:39:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1735951149; bh=/o5AfRM90VgWho+NkF1vf88hohkLdWAU4PnrlQ4juCo=; h=Date:To:Cc:From:Subject:From; b=mncVCk3cibHoVw6AipLJFS1UmmTBHOiAnJ01YbuKS2VToVwrGEtcuWIEPFKKDvOn0 zhXRAanK9gJRev6ifFa879XQ7RUVzYgYT2jr6i9qZVj496TQfLrk4FQP3KoQ1a2DTD EOP6FkogeMcHmlu/IG0KeyHT68+Q2BZ2H22gTSHk= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4YQ1lx4Zqtz112y; Sat, 4 Jan 2025 00:39:09 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4YQ1lx3q1vz112t; Sat, 4 Jan 2025 00:39:09 +0000 (UTC) Message-ID: <7f2eab18-5c83-4218-9862-ef43200e5289@autistici.org> Date: Sat, 4 Jan 2025 01:39:09 +0100 MIME-Version: 1.0 User-Agent: Icedove Daily To: 75331@debbugs.gnu.org Content-Language: en-US From: paul Subject: Re: gnu: authenticator: Deprecate in favor of gnome-authenticator. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 75331 Cc: efraim@flashner.co.il 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.7 (-) Hi Efraim, I noticed that there was an old authenticator package at gnome.scm . I made this patch against the rust-team branch to deprecate it in favor of gnome-authenticator. Thank you for your work cheers, giacomo From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 05 10:26:35 2025 Received: (at 75331-done) by debbugs.gnu.org; 5 Jan 2025 15:26:35 +0000 Received: from localhost ([127.0.0.1]:34846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tUSWR-0001CQ-GU for submit@debbugs.gnu.org; Sun, 05 Jan 2025 10:26:35 -0500 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:51467) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tUSWO-0001C8-JT for 75331-done@debbugs.gnu.org; Sun, 05 Jan 2025 10:26:33 -0500 Received: by mail-wr1-x42e.google.com with SMTP id ffacd0b85a97d-388cae9eb9fso7352781f8f.3 for <75331-done@debbugs.gnu.org>; Sun, 05 Jan 2025 07:26:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1736090786; x=1736695586; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=bKbSmLPdZ6nXsLm3J3WwMC7lMgzM7PcuZNI/v53jiWY=; b=NG0dbjl5SNupYoFFtyzVJAPaGFZPCzAETjCT8STto4QvelwkuT40N5MJqlt14bT9He +v3rRbGIKzPM21SDvkBxMZpnQXRZyzbbTzIIEcDOvOrh9vJUYcBRNAjYl1baGYXb9Ln6 cr5RudsDnAbxjLSp0YJOBHphoX7z9cX3SOavtQqt89Q0LVgZ+DqGL5kIKm11G7erjeNA oGYYchjC3DcQU8OGsnxzA6AkE2u+PqA3Zo1ByE2sKjdzfSy2PoYLvmdk2zN96ATalhgt JqtdRL4YhEKAEQzosXr09KO9LBaywqrH/N0wia5EJc3eAD+sfhts8+RLqQYFz1llU/R+ sEZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736090786; x=1736695586; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=bKbSmLPdZ6nXsLm3J3WwMC7lMgzM7PcuZNI/v53jiWY=; b=K9aw443/W4eb9Ht9sLKojll1CRwF9uw+luoYYiOQyHooADNU0kjLWIWFZv52isLC6q PBAlyRmQN0XYJiTuaqjYAgZHSUQLDEDGfjw+IzsEA56XkItr8W/upo3X4NTj7lCwoWq4 K/r0BaMype3vIjMAXq7vjU7brQ6a6h9DQuPnfdkK/acwplNWeD4+X+jUhdFa0EroUGYm lKqJRd8YXXGD7HsjigksNngAxWl62/t+lUGqmfQqpLip6eH72yOeu/e7k1Kj6ucu1c1l B7f59mrg+lEygSKEJ2UDqIGQNM0rxxPsJkzXKstt7IKaAQnWq3DSC0tOtPeetUotdtFq wwYw== X-Gm-Message-State: AOJu0YzqUHzwCw18wSfwSR08jTZKqbH/rFRb2/UzH79v/zOLwEOqv8Af nsqsV/1c9X7c4NBVpQ4d71FOywz3YtGcTkUgW3PQfmWtEUQJBl05 X-Gm-Gg: ASbGncvbWko8vct9tS3oCAEEgn+XJ/qmi7BY1MZpeb71iuEPHdyGKX0e1Iad5wQbs31 dEgVfayWJwT2OSDvMbdeYPJLm9q8RTjzam0LDYIQwf2OdvWmCDrV2ZHeEjlObvemnveCyCItC39 pLIyYL+fcsnm61wucsWV2hE3pkNfUfXllf6yJLzuCB0Txw89TQuMyqa8yQEurUs3mKj48itHTqT p7tr3JVmYl8uQohEKC/pEhLHFH9rt7nyY2MrDQgBPjpIavH9OmxBj+0 X-Google-Smtp-Source: AGHT+IHyNz3+nO0CDVzlZqxVzhpgzJl3CnLyd7dm05WyENmROxpFbJIn0ZXAl7PEHvrRCCvjESy2CA== X-Received: by 2002:a05:6000:1fa5:b0:385:ed16:c91 with SMTP id ffacd0b85a97d-38a221faf85mr44337916f8f.24.1736090785948; Sun, 05 Jan 2025 07:26:25 -0800 (PST) Received: from localhost ([141.226.10.168]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38a1c828f5fsm46266636f8f.8.2025.01.05.07.26.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Jan 2025 07:26:25 -0800 (PST) Date: Sun, 5 Jan 2025 17:26:00 +0200 From: Efraim Flashner To: paul Subject: Re: gnu: authenticator: Deprecate in favor of gnome-authenticator. Message-ID: Mail-Followup-To: Efraim Flashner , paul , 75331-done@debbugs.gnu.org References: <7f2eab18-5c83-4218-9862-ef43200e5289@autistici.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5SSd7Ymq3qeCqGy3" Content-Disposition: inline In-Reply-To: <7f2eab18-5c83-4218-9862-ef43200e5289@autistici.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 75331-done Cc: 75331-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: -0.8 (/) --5SSd7Ymq3qeCqGy3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good to me. Pushed to the rust-team branch. --=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 --5SSd7Ymq3qeCqGy3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmd6pIgACgkQQarn3Mo9 g1GjuxAAuyEofico22nYGUKsjRIj8RJiUwaKVDxVYVZroPJSTe8vKn1cQ/nDkOxT usvxrrffcTusKoPx2Jp52QicYdAaf+UoQzsLZk5xK8BQMUgZ7pRW4ID0fXq6YolO yyBq5yOrxEpk1ueR7Jpk/Ari9yBRhIFeTur4f62Bk5YdpfP8rAMsf+WL55H9a5/F zt7COaBKqkp3Pgo6d5rhAgUVaf4IueJevh7aH3fgujd8ApACDOhiMOsMBLXr8n1q OkaM0gnmEzVjf4tj4B16/xW/ak1PK1eag0ilBgWQ0LIB8TNHUjUZBDLfJWpFcSgu BCCUXgdA4krKgRrF01LU1AtZLatRCq2DqVaP7mjSBib639rkEgTv5qvE4Y/Ka70R w9RVuGG62XKgc3TRtOTBivKg0XeQoh5Fi8dZI8hbQqF93gumESGQeSGRoJsML60l w6bY0FRUC64lOZPOadAkQOR/KywGFdjfnTLk43tTgohlQNVAi/Wyj/AHGZa0UMuP xJbW7RmZ0YZGIeB6VovOB4Tu3lTeox+TJxOGjW7S0p2zglVho0nFyi8V5i+JCB4X zFcVYK1oEMOcbI/Tr5YECLBFGmoAlSkBQI/HFWxg3mbnvhAwUxtGd8WajOc7Ijpq ugU7ddZzlB4/zAs4vTXxMQ48rW4//8hOf6X+dkTVaNz+psAtr4U= =5yr5 -----END PGP SIGNATURE----- --5SSd7Ymq3qeCqGy3-- From unknown Fri Jun 20 18:17:10 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, 03 Feb 2025 12:24:09 +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