GNU bug report logs - #75771
[PATCH] gnu: ausweisapp: Update to 2.2.2, improve description.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Thu, 23 Jan 2025 02:12:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Subject: bug#75771: closed (Re: [bug#75771] [PATCH] gnu: ausweisapp:
 Update to 2.2.2, improve description.)
Date: Sun, 02 Feb 2025 06:55:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75771: [PATCH] gnu: ausweisapp: Update to 2.2.2, improve description.

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 75771 <at> debbugs.gnu.org.

-- 
75771: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75771
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 75771-done <at> debbugs.gnu.org
Subject: Re: [bug#75771] [PATCH] gnu: ausweisapp: Update to 2.2.2, improve
 description.
Date: Sun, 02 Feb 2025 14:57:48 +0800
Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:

> * gnu/packages/security-token.scm (ausweisapp): Update to 2.2.2, improve description.

Pushed to master, thank you!

[Message part 3 (message/rfc822, inline)]
From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH] gnu: ausweisapp: Update to 2.2.2, improve description.
Date: Thu, 23 Jan 2025 03:10:35 +0100
* gnu/packages/security-token.scm (ausweisapp): Update to 2.2.2, improve description.

Change-Id: I7fc571ab3126eb389599b2d35bba4355b9b19e90
---
 gnu/packages/security-token.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 1a72b90cee..57ea593257 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -980,14 +980,14 @@ (define-public nitrocli
 (define-public ausweisapp
   (package
     (name "ausweisapp")
-    (version "2.1.0")
+    (version "2.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/Governikus/AusweisApp/releases"
                                   "/download/" version "/AusweisApp-" version ".tar.gz"))
               (sha256
                (base32
-                "1jzxfybjrc3byw42bqjvn1nsn7vbgcl8y94sywjy6vaj3a58hy36"))))
+                "1rbbgr90ivay1sh8sarp0nd1p8zdyfscjjwg8jdi2ig61jr795zf"))))
 
     (build-system qt-build-system)
     (native-inputs
@@ -1019,7 +1019,7 @@ (define-public ausweisapp
      "This application is developed and issued by the German government to be
 used for online authentication with electronic German ID cards and residence
 titles.  To use this app, a supported RFID card reader or NFC-enabled smart
-phone is required.")
+phone and a running pcscd service are required.")
     (license license:eupl1.2)))
 
 (define-deprecated/public ausweisapp2 ausweisapp

base-commit: 4241a5a4688e8a118b2f66423abd3ef8baae98fc
-- 
2.47.1




This bug report was last modified 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.