From unknown Fri Jun 20 07:23:40 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#62293 <62293@debbugs.gnu.org> To: bug#62293 <62293@debbugs.gnu.org> Subject: Status: [PATCH] gnu: add pcsc-cyberjack Reply-To: bug#62293 <62293@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:23:40 +0000 retitle 62293 [PATCH] gnu: add pcsc-cyberjack reassign 62293 guix-patches submitter 62293 Arvid Krein severity 62293 normal tag 62293 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 20 07:49:23 2023 Received: (at submit) by debbugs.gnu.org; 20 Mar 2023 11:49:23 +0000 Received: from localhost ([127.0.0.1]:53834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peE0w-0003dg-V0 for submit@debbugs.gnu.org; Mon, 20 Mar 2023 07:49:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:57832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peCkr-0007Yk-N3 for submit@debbugs.gnu.org; Mon, 20 Mar 2023 06:28:42 -0400 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 1peCkp-0004Yp-Oe for guix-patches@gnu.org; Mon, 20 Mar 2023 06:28:41 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peCkn-0003lJ-Pm for guix-patches@gnu.org; Mon, 20 Mar 2023 06:28:39 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.95) for guix-patches@gnu.org with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (envelope-from ) id 1peCkS-0011NQ-Nv; Mon, 20 Mar 2023 11:28:16 +0100 Received: from [62.144.252.245] (helo=[192.168.178.26]) by inpost2.zedat.fu-berlin.de (Exim 4.95) for guix-patches@gnu.org with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (envelope-from ) id 1peCkS-001mu8-GC; Mon, 20 Mar 2023 11:28:16 +0100 Message-ID: Date: Mon, 20 Mar 2023 11:28:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 To: guix-patches@gnu.org Content-Language: en-US From: Arvid Krein Subject: [PATCH] gnu: add pcsc-cyberjack Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: 62.144.252.245 X-ZEDAT-Hint: PO Received-SPF: pass client-ip=130.133.4.66; envelope-from=arvidkrein@zedat.fu-berlin.de; helo=outpost1.zedat.fu-berlin.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 20 Mar 2023 07:49:21 -0400 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: -2.6 (--) * gnu/packages/security-token.scm (pcsc-cyberjack): New variable. ---  gnu/packages/security-token.scm | 34 +++++++++++++++++++++++++++++++++  1 file changed, 34 insertions(+) diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index a7f5e3acf9..521f6f226b 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -967,3 +967,37 @@ (define-public cardpeek  It also has limited support for Mifare Classic compatible cards (Thalys card)")      (license license:gpl3+)      (home-page "http://pannetrat.com/Cardpeek"))) + +(define-public pcsc-cyberjack +  (package +    (name "pcsc-cyberjack") +    (version "3.99.5final.sp15") +    (synopsis "PC/SC driver for cyberJack chipcard readers") +    (home-page "http://www.reiner-sct.com/") +    (description +     "REINER SCT cyberJack USB chipcard reader user space driver + This package includes the IFD driver for the cyberJack contactless + (RFID) and contact USB chipcard reader.") +    (license license:lgpl2.1+) +    (native-inputs (list pkg-config)) +    (inputs (list pcsc-lite libusb)) +    (outputs '("out" "tools")) +    (source (origin +              (method url-fetch) +              (uri + "https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/pcsc-cyberjack_3.99.5final.SP15.tar.bz2") +              (sha256 +               (base32 + "0yj6plgb245r218v6lgdabb3422hxyrw8rrpf5b8fwah4j1w5dxc")))) +    (build-system gnu-build-system) +    (arguments +     (list #:configure-flags #~(list (string-append "--with-usbdropdir=" +                                                    (ungexp output "out") + "/pcsc/drivers") +                                     (string-append "--bindir=" +                                                    (ungexp output "tools") +                                                    "/bin")) +           #:phases '(modify-phases %standard-phases +                       (add-after 'install 'install-tools +                         (lambda _ +                           (invoke "make" "-C" "tools/cjflash" "install")))))))) base-commit: 3a2200e1ad2049ad7e25295e6b4e013f74dd84e2 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 20 14:44:59 2023 Received: (at 62293) by debbugs.gnu.org; 20 Mar 2023 18:44:59 +0000 Received: from localhost ([127.0.0.1]:56805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peKV8-00022w-SJ for submit@debbugs.gnu.org; Mon, 20 Mar 2023 14:44:59 -0400 Received: from smtpm3.myservices.hosting ([185.26.105.234]:58694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peKV6-00022o-T6 for 62293@debbugs.gnu.org; Mon, 20 Mar 2023 14:44:58 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm3.myservices.hosting (Postfix) with ESMTP id 69FB220EB8; Mon, 20 Mar 2023 19:44:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 2109D80098; Mon, 20 Mar 2023 19:44:54 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SNiFKyzkZYjL; Mon, 20 Mar 2023 19:44:53 +0100 (CET) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id CB1C18009B; Mon, 20 Mar 2023 19:44:52 +0100 (CET) Message-ID: <581f51f5-aecc-13db-a499-af8a9e485d39@makinata.eu> Date: Mon, 20 Mar 2023 18:44:48 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [bug#62293] [PATCH] gnu: add pcsc-cyberjack Content-Language: en-US To: Arvid Krein References: From: Bruno Victal In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: 62293 Cc: 62293@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: -2.1 (--) Hi Arvid, On 2023-03-20 10:28, Arvid Krein wrote: > +(define-public pcsc-cyberjack > +  (package > +    (name "pcsc-cyberjack") > +    (version "3.99.5final.sp15") > +    (synopsis "PC/SC driver for cyberJack chipcard readers") > +    (home-page "http://www.reiner-sct.com/") > +    (description > +     "REINER SCT cyberJack USB chipcard reader user space driver > + This package includes the IFD driver for the cyberJack contactless > + (RFID) and contact USB chipcard reader.") How about “This package includes the IFD driver for the cyberJack contactless (RFID) and contact USB chipcard readers.” > +    (source (origin > +              (method url-fetch) > +              (uri > + "https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/pcsc-cyberjack_3.99.5final.SP15.tar.bz2")> +              (sha256 > +               (base32 > + "0yj6plgb245r218v6lgdabb3422hxyrw8rrpf5b8fwah4j1w5dxc")))) How about indenting this as: (source (origin (method url-fetch) (uri ...) (sha256 (base32 ...)))) > +    (arguments > +     (list #:configure-flags #~(list (string-append "--with-usbdropdir=" > +                                                    (ungexp output "out") > + "/pcsc/drivers") > +                                     (string-append "--bindir=" > +                                                    (ungexp output "tools") > +                                                    "/bin")) > +           #:phases '(modify-phases %standard-phases > +                       (add-after 'install 'install-tools > +                         (lambda _ > +                           (invoke "make" "-C" "tools/cjflash" "install")))))))) Do this: (arguments (list #:configure-flags #~(list (string-append "--with-usbdropdir=" #$output "/pcsc/drivers") (string-append "--bindir=" #$output:tools "/bin")) #:phases #~(modify-phases %standard-phases ... ))) Also, please reorder the package fields into something like: (define-public ... (package (name ...) (version ...) (source ...) (build-system ...) (arguments ...) (native-inputs ...) (inputs ...) (outputs ...) (synopsis ...) (description ...) (home-page ...) (license ...))) Cheers, Bruno From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 21 07:42:30 2023 Received: (at 62293) by debbugs.gnu.org; 21 Mar 2023 11:42:30 +0000 Received: from localhost ([127.0.0.1]:57785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peaNq-0001bA-1I for submit@debbugs.gnu.org; Tue, 21 Mar 2023 07:42:30 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:40463) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pea8k-0007Go-32 for 62293@debbugs.gnu.org; Tue, 21 Mar 2023 07:26:54 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.95) for 62293@debbugs.gnu.org with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (envelope-from ) id 1pea8h-003WSa-RM; Tue, 21 Mar 2023 12:26:51 +0100 Received: from 87-77-44-37.mna.fu-berlin.de ([87.77.44.37]) by inpost2.zedat.fu-berlin.de (Exim 4.95) for 62293@debbugs.gnu.org with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (envelope-from ) id 1pea8h-001f30-LY; Tue, 21 Mar 2023 12:26:51 +0100 Message-ID: Date: Tue, 21 Mar 2023 12:26:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Content-Language: en-US To: 62293@debbugs.gnu.org From: Arvid Krein Subject: [PATCH v1] gnu: add pcsc-cyberjack Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: 87.77.44.37 X-ZEDAT-Hint: PO X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62293 X-Mailman-Approved-At: Tue, 21 Mar 2023 07:42:27 -0400 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: -3.3 (---) * gnu/packages/security-token.scm (pcsc-cyberjack): New variable. ---  gnu/packages/security-token.scm | 31 +++++++++++++++++++++++++++++++  1 file changed, 31 insertions(+) diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index a7f5e3acf9..e139c9a1cf 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -967,3 +967,34 @@ (define-public cardpeek  It also has limited support for Mifare Classic compatible cards (Thalys card)")      (license license:gpl3+)      (home-page "http://pannetrat.com/Cardpeek"))) + +(define-public pcsc-cyberjack +  (package +    (name "pcsc-cyberjack") +    (version "3.99.5final.sp15") +    (source +     (origin +       (method url-fetch) +       (uri + "https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/pcsc-cyberjack_3.99.5final.SP15.tar.bz2") +       (sha256 +        (base32 + "0yj6plgb245r218v6lgdabb3422hxyrw8rrpf5b8fwah4j1w5dxc")))) +    (build-system gnu-build-system) +    (arguments +     (list +      #:configure-flags +      #~(list (string-append "--with-usbdropdir=" #$output "/pcsc/drivers") +              (string-append "--bindir=" #$output:tools "/bin")) +      #:phases +      #~(modify-phases %standard-phases +          (add-after 'install 'install-tools +            (lambda _ (invoke "make" "-C" "tools/cjflash" "install")))))) +    (native-inputs (list pkg-config)) +    (inputs (list pcsc-lite libusb)) +    (outputs '("out" "tools")) +    (synopsis "PC/SC driver for cyberJack chipcard readers") +    (description +     "This package includes the IFD driver for the cyberJack contactless (RFID) and contact USB chipcard readers.") +    (home-page "http://www.reiner-sct.com/") +    (license license:lgpl2.1+))) base-commit: 3a2200e1ad2049ad7e25295e6b4e013f74dd84e2 -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 22 11:43:58 2023 Received: (at 62293) by debbugs.gnu.org; 22 Mar 2023 15:43:58 +0000 Received: from localhost ([127.0.0.1]:36381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf0d3-0006wc-PD for submit@debbugs.gnu.org; Wed, 22 Mar 2023 11:43:58 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:42767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pezPm-0002U8-0X for 62293@debbugs.gnu.org; Wed, 22 Mar 2023 10:26:11 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.95) for 62293@debbugs.gnu.org with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (envelope-from ) id 1pezPk-002VNb-9V; Wed, 22 Mar 2023 15:26:08 +0100 Received: from 87-77-44-37.mna.fu-berlin.de ([87.77.44.37]) by inpost2.zedat.fu-berlin.de (Exim 4.95) for 62293@debbugs.gnu.org with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (envelope-from ) id 1pezPk-001Zj9-4F; Wed, 22 Mar 2023 15:26:08 +0100 Message-ID: <422b81a4-a9ca-2973-f897-5ea381b26bf3@zedat.fu-berlin.de> Date: Wed, 22 Mar 2023 15:26:07 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Content-Language: en-US To: 62293@debbugs.gnu.org From: Arvid Krein Subject: [PATCH v2] gnu: add cyberjack-pcsc Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: 87.77.44.37 X-ZEDAT-Hint: PO X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62293 X-Mailman-Approved-At: Wed, 22 Mar 2023 11:43:57 -0400 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: -3.3 (---) Hello Bruno, I thought a while about package naming and now think that cyberjack-pcsc might be a better package name. The package is not part of pcsc but rather contains pcsc drivers for cyberjack so I would think cyberjack-pcsc is more appropriate. I am not sure about this though and would be happy about feedback. In general this aligns better with how I think guix package names are chosen. Greetings, Arvid * gnu/packages/security-token.scm (cyberjack-pcsc): New variable. ---  gnu/packages/security-token.scm | 31 +++++++++++++++++++++++++++++++  1 file changed, 31 insertions(+) diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 3cf585480e..11ec681cdc 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -1025,3 +1025,34 @@ (define-public cardpeek  It also has limited support for Mifare Classic compatible cards (Thalys card)")      (license license:gpl3+)      (home-page "http://pannetrat.com/Cardpeek"))) + +(define-public cyberjack-pcsc +  (package +    (name "cyberjack-pcsc") +    (version "3.99.5final.sp15") +    (source +     (origin +       (method url-fetch) +       (uri + "https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/pcsc-cyberjack_3.99.5f inal.SP15.tar.bz2") +       (sha256 +        (base32 + "0yj6plgb245r218v6lgdabb3422hxyrw8rrpf5b8fwah4j1w5dxc")))) +    (build-system gnu-build-system) +    (arguments +     (list +      #:configure-flags +      #~(list (string-append "--with-usbdropdir=" #$output "/pcsc/drivers") +              (string-append "--bindir=" #$output:tools "/bin")) +      #:phases +      #~(modify-phases %standard-phases +          (add-after 'install 'install-tools +            (lambda _ (invoke "make" "-C" "tools/cjflash" "install")))))) +    (native-inputs (list pkg-config)) +    (inputs (list pcsc-lite libusb)) +    (outputs '("out" "tools")) +    (synopsis "PC/SC driver for cyberJack chipcard readers") +    (description +     "This package includes the IFD driver for the cyberJack contactless (RFID) and contac t USB chipcard readers.") +    (home-page "http://www.reiner-sct.com/") +    (license license:lgpl2.1+))) base-commit: 4f8a13b9fbfd0efcb94ee8da46b09c6dbe84ac4b -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 02 10:45:21 2023 Received: (at 62293-done) by debbugs.gnu.org; 2 Jun 2023 14:45:21 +0000 Received: from localhost ([127.0.0.1]:40621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q561p-0000I4-HA for submit@debbugs.gnu.org; Fri, 02 Jun 2023 10:45:21 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:53379) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q561l-0000Hm-R9 for 62293-done@debbugs.gnu.org; Fri, 02 Jun 2023 10:45:19 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.95) for 62293-done@debbugs.gnu.org with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (envelope-from ) id 1q561k-004Bef-5a; Fri, 02 Jun 2023 16:45:16 +0200 Received: from cinnamon.physik.fu-berlin.de ([160.45.66.15]) by inpost2.zedat.fu-berlin.de (Exim 4.95) for 62293-done@debbugs.gnu.org with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (envelope-from ) id 1q561k-003tQh-0P; Fri, 02 Jun 2023 16:45:16 +0200 Message-ID: Date: Fri, 2 Jun 2023 16:45:15 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: de-DE To: 62293-done@debbugs.gnu.org From: Arvid Krein Subject: Done: Patch was pushed as commit a7d9cd742c3149bb014db95f88d1158d590bc124 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 160.45.66.15 X-ZEDAT-Hint: PTO X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 62293-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: -3.3 (---) This Patch was merged in commit a7d9cd742c3149bb014db95f88d1158d590bc124 so I am marking it as done. Greetings, Arvid From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 02 19:02:30 2023 Received: (at 62293-done) by debbugs.gnu.org; 2 Jun 2023 23:02:30 +0000 Received: from localhost ([127.0.0.1]:41002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5Dmv-0002XP-T5 for submit@debbugs.gnu.org; Fri, 02 Jun 2023 19:02:30 -0400 Received: from mail.envs.net ([5.199.136.28]:36732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5Dmr-0002XD-9K for 62293-done@debbugs.gnu.org; Fri, 02 Jun 2023 19:02:29 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 31B7238A07E6; Fri, 2 Jun 2023 23:02:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1685746944; bh=jj2JYuGNiL7fUYB7ZdQKy1gJWNQKlMJwOwgXjms2Sxs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=EtVFHCD7JlEX+5BIaTjyZ+m+rfvU0obYvrTTIEtoKygq7LvCJ2m2Ry24huRaRbI6J xdTzgPIalpGrX0yIY+h3o28znt0kpM7FhOppWgGISBQr9WR9ZDg4jTKZTRpbe528JN zIO638yDTMp6YSyTTx13/V9LU/VTR/lPbZDE7OUkDagmMl2bx1z7ISLKkqljpXNlZ4 QEURfBMt8Yb3VZjg+/QfoxdkNoCln1bhn8w6LjprClipYbpWImvAeR1PTmtrcV29um SxbVELvjUR/udCQUULNCUt0qPJml0PJxTOlRsBkW57tHkgT5Jk12SzwRHPOkqZ6zIX 8uQ8/Kwp3ZXE0m7LmvgEX4bKuyobTpq0+bpmDESrP2qsQmrt00LsOZ4MSzAUB9vnkS rDJxIohs+NmHyNmnSt4fz0xhejdSKQQ4QImaYTrPMiDCh0MxDygxXIJXXAh01hrNwh mr5b4zObwIdTg/By2ERgI+HIUSBzsN1BQTHVsGaA4dFuZiBzkoVRR+7BNsQEWDCeod dsB9yqE5ggRH3JYbF3cX5r76OMktPP4EpZ1EBQR47gg+JlDpc9lO9KBvNe2r//lCbg T+lxxjwJe04RT1yOd+T1qWzVd1XXARZaApd2yj7bEi+IphPX/KK/BjPaRu3fOmoKMt d9eUOvHXf79kzZcKjjIGgilo= 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 eRHyyswm8agd; Fri, 2 Jun 2023 23:02:20 +0000 (UTC) Received: from localhost (unknown [36.170.56.186]) (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; Fri, 2 Jun 2023 23:02:19 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 253adaaa; Fri, 2 Jun 2023 11:28:25 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Arvid Krein Subject: Re: bug#62293: [PATCH] gnu: add pcsc-cyberjack In-Reply-To: <422b81a4-a9ca-2973-f897-5ea381b26bf3@zedat.fu-berlin.de> (Arvid Krein's message of "Wed, 22 Mar 2023 15:26:07 +0100") References: <422b81a4-a9ca-2973-f897-5ea381b26bf3@zedat.fu-berlin.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Date: Fri, 02 Jun 2023 19:28:25 +0800 Message-ID: <87bkhyt86e.fsf_-_@envs.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Arvid Krein writes: > Hello Bruno, > > I thought a while about package naming and now think that > cyberjack-pcsc might be a better package name. Hello, I pushed it as 'pcsc-cyberjack', as it's a driver/extension to pcsc. Note that Archlinux also has it: https://aur.archlinux.org/packages/pcsc-cyberjack Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-Debbugs-Envelope-To: 62293-done Cc: 62293-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.1 (/) Arvid Krein writes: > Hello Bruno, > > I thought a while about package naming and now think that > cyberjack-pcsc might be a better package name. Hello, I pushed it as 'pcsc-cyberjack', as it's a driver/extension to pcsc. Note that Archlinux also has it: https://aur.archlinux.org/packages/pcsc-cyberjack Thank you! From unknown Fri Jun 20 07:23:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 01 Jul 2023 11:24:12 +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