From unknown Wed Jun 18 23:01:25 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#56731 <56731@debbugs.gnu.org> To: bug#56731 <56731@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cardpeek Reply-To: bug#56731 <56731@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:01:25 +0000 retitle 56731 [PATCH] gnu: Add cardpeek reassign 56731 guix-patches submitter 56731 Denis 'GNUtoo' Carikli severity 56731 normal tag 56731 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 23 20:09:28 2022 Received: (at submit) by debbugs.gnu.org; 24 Jul 2022 00:09:28 +0000 Received: from localhost ([127.0.0.1]:46553 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFPBX-0000HY-Pn for submit@debbugs.gnu.org; Sat, 23 Jul 2022 20:09:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:58934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oFPBV-0000HQ-NG for submit@debbugs.gnu.org; Sat, 23 Jul 2022 20:09:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFPBV-0002BI-Ie for guix-patches@gnu.org; Sat, 23 Jul 2022 20:09:25 -0400 Received: from cyberdimension.org ([2001:910:1314:ffff::1]:60708 helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1oFPBR-0000jX-V5 for guix-patches@gnu.org; Sat, 23 Jul 2022 20:09:25 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id 0c008294; Sun, 24 Jul 2022 00:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id ec568503; Sun, 24 Jul 2022 00:08:51 +0000 (UTC) From: Denis 'GNUtoo' Carikli To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cardpeek Date: Sun, 24 Jul 2022 02:09:14 +0200 Message-Id: <20220724000914.3810-1-GNUtoo@cyberdimension.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:910:1314:ffff::1; envelope-from=GNUtoo@cyberdimension.org; helo=gnutoo.cyberdimension.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Denis 'GNUtoo' Carikli 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.4 (--) * gnu/packages/security-token.scm (cardpeek): New variable. Signed-off-by: Denis 'GNUtoo' Carikli --- gnu/packages/security-token.scm | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 74ea57137f..465dff7ec5 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2021 Ahmad Jarara ;;; Copyright © 2022 John Kehayias ;;; Copyright © 2022 Petr Hodina +;;; Copyright © 2022 Denis 'GNUtoo' Carikli ;;; ;;; This file is part of GNU Guix. ;;; @@ -55,6 +56,7 @@ (define-module (gnu packages security-token) #:use-module (gnu packages documentation) #:use-module (gnu packages dns) #:use-module (gnu packages gettext) + #:use-module (gnu packages glib) #:use-module (gnu packages graphviz) #:use-module (gnu packages gnome) #:use-module (gnu packages gnupg) @@ -62,6 +64,7 @@ (define-module (gnu packages security-token) #:use-module (gnu packages libbsd) #:use-module (gnu packages libusb) #:use-module (gnu packages linux) + #:use-module (gnu packages lua) #:use-module (gnu packages man) #:use-module (gnu packages networking) #:use-module (gnu packages cyrus-sasl) @@ -922,3 +925,48 @@ (define-public libfido2 libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols.") (license license:bsd-2) (home-page "https://github.com/Yubico/libfido2"))) + +(define-public cardpeek + (package + (name "cardpeek") + (version "0.8.4") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/L1L1/cardpeek") + (commit (string-append "cardpeek-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ighpl7nvcvwnsd6r5h5n9p95kclwrq99hq7bry7s53yr57l6588")))) + (inputs (list curl + gtk+ + lua-5.2 + openssl + pcsc-lite + readline)) + (native-inputs (list autoconf + automake + `(,glib "bin") ;for glib-compile-resources + libtool + pkg-config)) + (build-system gnu-build-system) + (synopsis "Tool to read the contents of various smart cards") + (description + "Cardpeek is a graphical tool to read the contents of ISO7816 smart cards. +It is extensible with the LUA scripting language. + +It supports the following type of cards: +@itemize +@item Bank cards (VISA, MasterCard, CB and UK Post Office Account cards) +@item Passports and the Belgian identity card +@item Transport cards (Navigo, MOBIB, RavKav and VIVA cards) +@item Older GSM SIM cards without USIM data +@item Vitale 2 Health card +@item Moneo Electronic purse card +@item Driver Tachograph cards +@item OpenPGP Cards (beta) +@end itemize +It also has limited support for Mifare Classic compatible cards (Thalys card)") + (license license:gpl3+) + (home-page "http://pannetrat.com/Cardpeek"))) base-commit: 7aab4eddd04e4b26986903680b28dce2de0f4db0 -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 01 05:33:41 2022 Received: (at 56731-done) by debbugs.gnu.org; 1 Aug 2022 09:33:41 +0000 Received: from localhost ([127.0.0.1]:39291 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIRnx-0002Ik-7t for submit@debbugs.gnu.org; Mon, 01 Aug 2022 05:33:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oIRnv-0002IO-G1 for 56731-done@debbugs.gnu.org; Mon, 01 Aug 2022 05:33:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45918) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIRnp-0003UK-QR; Mon, 01 Aug 2022 05:33:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=cYhIgPEGvljJxYoEopKKJ0I07VMX14pgJALZgGzlmiw=; b=MdPnhyAgLyv7ReLS/9b0 bGxQla/7FsAUpmGT/U+pDvoai/yiKzs4AyRp8BQ35zMjaKOtyNWXEZWjB5GF481NC1vzN8z/omwVC YwLEyUvyNmGC3mRRqy2D21WPloGkMppSgnuE7Qwruj1l0p2UpMWjQjrxgeqxj2HPBX+R4x31+r+NB NkeeJYTY9B2+ZFwoesfn2J1259mB6GATE+T93xLmTuKE5b92QCh9OjmxAM1zq0Bw0Cnyv/dxlZOSK C5ANaFj6jrrmQw7VgdFO6qtIbpPWn1q5dvwhyHZx5/YcjdGU3RwcXu6a8FJ9Sk1mzhT/jxLJX5S/A D8Z0iWwNolfyVw==; Received: from [193.50.110.235] (port=37848 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIRnp-0004uX-Cp; Mon, 01 Aug 2022 05:33:33 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Denis 'GNUtoo' Carikli Subject: Re: bug#56731: [PATCH] gnu: Add cardpeek References: <20220724000914.3810-1-GNUtoo@cyberdimension.org> Date: Mon, 01 Aug 2022 11:33:32 +0200 In-Reply-To: <20220724000914.3810-1-GNUtoo@cyberdimension.org> (Denis Carikli's message of "Sun, 24 Jul 2022 02:09:14 +0200") Message-ID: <87mtco1f6b.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56731-done Cc: 56731-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: -3.3 (---) Hi, Denis 'GNUtoo' Carikli skribis: > * gnu/packages/security-token.scm (cardpeek): New variable. > > Signed-off-by: Denis 'GNUtoo' Carikli Applied, thanks! Ludo=E2=80=99. PS: We use =E2=80=98Signed-off-by=E2=80=99 for reviewers/committers only, n= ot for submitters. From unknown Wed Jun 18 23:01:25 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, 29 Aug 2022 11:24:05 +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