Received: (at submit) by debbugs.gnu.org; 7 Jul 2023 14:09:55 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jul 07 10:09:55 2023 Received: from localhost ([127.0.0.1]:43546 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qHm9i-0005p9-WC for submit <at> debbugs.gnu.org; Fri, 07 Jul 2023 10:09:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:36404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <GNUtoo@HIDDEN>) id 1qHm9g-0005p0-9h for submit <at> debbugs.gnu.org; Fri, 07 Jul 2023 10:09:53 -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 <GNUtoo@HIDDEN>) id 1qHm9g-0007Do-3R for guix-patches@HIDDEN; Fri, 07 Jul 2023 10:09:52 -0400 Received: from cyberdimension.org ([2001:910:1314:ffff::1] helo=gnutoo.cyberdimension.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from <GNUtoo@HIDDEN>) id 1qHm9d-0002jb-Ub for guix-patches@HIDDEN; Fri, 07 Jul 2023 10:09:51 -0400 Received: from gnutoo.cyberdimension.org (localhost [127.0.0.1]) by cyberdimension.org (OpenSMTPD) with ESMTP id 7bdc1103; Fri, 7 Jul 2023 14:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [::1]) by gnutoo.cyberdimension.org (OpenSMTPD) with ESMTP id d9c4fb02; Fri, 7 Jul 2023 14:09:44 +0000 (UTC) From: Denis 'GNUtoo' Carikli <GNUtoo@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH v1] gnu: Add simtrace-1 Date: Fri, 7 Jul 2023 16:09:44 +0200 Message-Id: <ff689141cb75d35ed673a6867b2551db3cfe9368.1688738697.git.GNUtoo@HIDDEN> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-Debbugs-Cc: ( <paren@HIDDEN>, Christopher Baines <mail@HIDDEN>, Ludovic Courtès <ludo@HIDDEN>, Mathieu Othacehe <othacehe@HIDDEN>, Raghav Gururajan <rg@HIDDEN>, Ricardo Wurmus <rekado@HIDDEN>, Simon Tournier <zimon.toutoune@HIDDEN>, Tobias Geerinckx-Rice <me@HIDDEN>, jgart <jgart@HIDDEN> Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:910:1314:ffff::1; envelope-from=GNUtoo@HIDDEN; 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 <GNUtoo@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) * gnu/packages/telephony.scm (simtrace-1): New variable. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@HIDDEN> --- gnu/packages/telephony.scm | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index aa65c4eaad..b00a2971c7 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -87,6 +87,7 @@ (define-module (gnu packages telephony) #:use-module (gnu packages security-token) #:use-module (gnu packages serialization) #:use-module (gnu packages speech) + #:use-module (gnu packages tex) #:use-module (gnu packages tls) #:use-module (gnu packages upnp) #:use-module (gnu packages video) @@ -989,6 +990,77 @@ (define-public libosmocore (home-page "https://osmocom.org/projects/libosmocore/wiki/Libosmocore") (license license:gpl2+))) +(define-public simtrace-1 + (package + (name "simtrace-1") + (version "1.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitea.osmocom.org/sim-card/simtrace") + (commit (string-append "v" version)))) + (sha256 + (base32 + "03wjdavp7fbr7jzzhqx6di9v87yvfi19i3kpn798vlpbw7iwkjry")))) + (arguments + (list #:tests? #f ;no tests + #:make-flags #~(list (string-append "CC=" + #$(cc-for-target)) + (string-append "DESTDIR=" + #$output)) + #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'chdir + (lambda _ + (chdir "host"))) + (add-after 'chdir 'fix-makefile + (lambda _ + (substitute* "Makefile" + (("/usr") + "")))) + (delete 'configure) + (add-after 'build 'build-usermanual + (lambda* (#:key inputs native-inputs + #:allow-other-keys) + (substitute* "../docs/usermanual.xml" + (("http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd") + (string-append (assoc-ref inputs "docbook-xml") + "/xml/dtd/docbook/docbookx.dtd"))) + ;; At the beginning of the document, a table is + ;; constructed with the build time in it. This + ;; comes from '\newcommand{\DBKdate}{\today}' in + ;; share/dblatex/latex/contrib/db2latex/db2latex.sty + ;; in /gnu/store/[...]-dblatex-[...]. We used the + ;; commit time for the date instead. + (invoke (which "faketime") "2019-10-01" + (which "dblatex") "../docs/usermanual.xml"))) + (add-after 'build-usermanual 'install-usermanual + (lambda _ + (install-file "../docs/usermanual.pdf" + (string-append #$output + "/share/doc/simtrace-1/")))) + (add-after 'install 'install-man + (lambda _ + (install-file "simtrace.1" + (string-append #$output "/man/man1/"))))))) + (build-system gnu-build-system) + (native-inputs (list dblatex docbook-xml-4.2 libfaketime pkg-config + texlive)) + (inputs (list libosmocore libusb lksctp-tools talloc)) + (synopsis + "Sniff the communication between phones and SIM cards with SIMtrace 1") + (description + "This contains the simtrace utility. +It is compatible with the SIMtrace 1 hardware that contains an Atmel AT91SAM7S +micro-controller. It is not compatible with the SIMtrace 2 hardware that uses +an Atmel ATSAM3S micro-controller instead. The simtrace utility can display +the SIM PDUs directly and/or send them to a given IP address to enable users +to view SIM PDUs in Wireshark. It also contains a complete user manual for +the SIMtrace 1 hardware.") + (home-page "https://osmocom.org/projects/simtrace/wiki/SIMtrace") + ;; The utility is GPLv2-only according to the source files headers, and the + ;; manual is under the cc-by-sa 3.0 + (license (list license:gpl2 license:cc-by-sa3.0)))) + (define-public xgoldmon ;; There are no releases nor tags. (let ((revision "1") base-commit: 961ffca1c75141cbb351d143b22b673638e9659d -- 2.40.1
Denis 'GNUtoo' Carikli <GNUtoo@HIDDEN>
:, guix-patches@HIDDEN
.
Full text available., guix-patches@HIDDEN
:bug#64510
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.