GNU bug report logs - #59315
[PATCH v1 2/2] gnu: Add xgoldmon

Previous Next

Package: guix-patches;

Reported by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>

Date: Wed, 16 Nov 2022 18:08:02 UTC

Severity: normal

Tags: patch

Merged with 59316

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59315 in the body.
You can then email your comments to 59315 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59315; Package guix-patches. (Wed, 16 Nov 2022 18:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 16 Nov 2022 18:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: guix-patches <at> gnu.org
Cc: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Subject: [PATCH v1 2/2] gnu: Add xgoldmon
Date: Wed, 16 Nov 2022 19:07:09 +0100
* gnu/packages/telephony.scm (xgoldmon): New variable.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
---
 gnu/packages/telephony.scm | 55 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 2f508f4bdd..74af9acd47 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -979,3 +979,58 @@ (define-public libosmocore
 @end itemize")
     (home-page "https://osmocom.org/projects/libosmocore/wiki/Libosmocore")
     (license license:gpl2+)))
+
+(define-public xgoldmon
+  ;; There are no releases nor tags.
+  (let ((revision "1")
+        (commit "f2d5372acee4e492f31f6ba8b850cfb48fbbe478"))
+    (package
+     (name "xgoldmon")
+     (version (git-version "1.0" revision commit))
+     (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/2b-as/xgoldmon")
+                    (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0dvgagqsbwq1sd5qjzk0hd9rxnv2vnmhazvv5mz4pj7v467amgdz"))))
+    (arguments
+     (list
+      #:tests? #f ;; No tests
+      #:make-flags #~(list (string-append "CC=" #$(cc-for-target)))
+      #:phases #~(modify-phases
+                  %standard-phases
+                  (delete 'configure)
+                  ;; No install target
+                  (replace
+                   'install
+                   (lambda _
+                     (let ((bin (string-append #$output "/bin"))
+                           (doc (string-append #$output "/share/doc")))
+                       (install-file "xgoldmon" bin)
+                       (install-file "README" doc)
+                       (install-file
+                        "screenshot-mtsms-while-in-a-call.png" doc)))))))
+    (inputs (list libosmocore
+                  lksctp-tools
+                  talloc))
+    (native-inputs (list pkg-config))
+    (build-system gnu-build-system)
+    (synopsis "Displays cellular network protocol traces in Wireshark")
+    (description "xgoldmon is an utility that converts the USB logging mode
+messages that various Intel/Infineon XGold modems send to the USB port to
+gsmtap.  It then then sends them to a given IP address to enable users
+to view cellular network protocol traces in Wireshark.
+
+It supports the following smartphones:
+@itemize
+@item Samsung Galaxy S4, GT-I9500 variant
+@item Samsung Galaxy SIII, GT-I9300 variant
+@item Samsung Galaxy Nexus, GT-I9250 variant
+@item Samsung Galaxy SII, GT-I9100 variant
+@item Samsung Galaxy Note II, GT-N7100 variant
+@end itemize")
+    (home-page "https://github.com/2b-as/xgoldmon")
+    (license license:gpl2+))))
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#59315; Package guix-patches. (Sun, 27 Nov 2022 00:40:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
To: guix-patches <at> gnu.org
Subject: Re: [PATCH v1 2/2] gnu: Add xgoldmon
Date: Sun, 27 Nov 2022 01:39:05 +0100
[Message part 1 (text/plain, inline)]
merge 59315 59316
[Message part 2 (application/pgp-signature, inline)]

Merged 59315 59316. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2022 21:21:02 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 04 Dec 2022 21:24:02 GMT) Full text and rfc822 format available.

Notification sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
bug acknowledged by developer. (Sun, 04 Dec 2022 21:24:02 GMT) Full text and rfc822 format available.

Message #15 received at 59315-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
Cc: 59315-done <at> debbugs.gnu.org
Subject: Re: bug#59315: [PATCH v1 2/2] gnu: Add xgoldmon
Date: Sun, 04 Dec 2022 22:22:52 +0100
Hi GNUtoo,

Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org> skribis:

> * gnu/packages/telephony.scm (xgoldmon): New variable.

Applied this one and the previous one, thanks!

Ludo’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 04 Dec 2022 21:24:02 GMT) Full text and rfc822 format available.

Notification sent to Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>:
bug acknowledged by developer. (Sun, 04 Dec 2022 21:24:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 02 Jan 2023 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 167 days ago.

Previous Next


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