GNU bug report logs -
#52379
[PATCH] gnu: Add udpcast
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52379 in the body.
You can then email your comments to 52379 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#52379
; Package
guix-patches
.
(Wed, 08 Dec 2021 21:30:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
poptsov.artyom <at> gmail.com (Artyom V. Poptsov)
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 08 Dec 2021 21:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Guixers,
this patch adds udpcast. [1]
Unfortunately the official site seems to be not very reliable. So I
decided to use a mirror site to download the archive. [2]
Thanks,
- Artyom
1: https://www.udpcast.linux.lu/
2: http://sources.buildroot.net/udpcast/
[0001-gnu-Add-udpcast.patch (text/x-diff, attachment)]
[Message part 3 (text/plain, inline)]
--
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 20 Dec 2021 15:14:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
poptsov.artyom <at> gmail.com (Artyom V. Poptsov)
:
bug acknowledged by developer.
(Mon, 20 Dec 2021 15:14:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 52379-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello,
poptsov.artyom <at> gmail.com (Artyom V. Poptsov) skribis:
> From 15a0b78195c39efb337d161fac327d1e77f939db Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
> Date: Tue, 7 Dec 2021 23:55:13 +0300
> Subject: [PATCH] gnu: Add udpcast
>
> * gnu/packages/admin.scm (udpcast): New variable.
Applied with the changes below.
Thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f62f7bd808..ee11120ce0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4829,27 +4829,24 @@ (define-public udpcast
(source
(origin
(method url-fetch)
- (uri (format #f
- ;; XXX: Original server is at https://www.udpcast.linux.lu
- ;; Unfortunately it's not very reliable:
- ;; "https://www.udpcast.linux.lu/download/udpcast-~a.tar.gz"
- ;; Here's an alternative URL for downloading the package:
- ;; "https://fossies.org/linux/privat/udpcast-~a.tar.gz"
- ;; "http://sources.buildroot.net/udpcast/udpcast-~a.tar.gz"
- "http://sources.buildroot.net/udpcast/udpcast-~a.tar.gz"
- version))
+ ;; XXX: Original server is at https://www.udpcast.linux.lu is not
+ ;; reliable.
+ (uri (list (string-append
+ "http://sources.buildroot.net/udpcast/udpcast-"
+ version ".tar.gz")
+ (string-append
+ "https://fossies.org/linux/privat/udpcast-"
+ version ".tar.gz")
+ (string-append
+ "https://www.udpcast.linux.lu/download/udpcast-"
+ version ".tar.gz")))
(sha256
(base32 "06pj86nbi9hx7abbb0z2c5ynhfq0rv89b7nmy0kq3xz2lsxfw6cw"))))
(build-system gnu-build-system)
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("m4" ,m4)
- ("perl" ,perl)))
- (arguments
- `(#:tests? #f)) ; no test suite
- (synopsis
- "Multicast file transfer tool")
+ (list autoconf automake m4 perl))
+ (arguments `(#:tests? #f)) ;no test suite
+ (synopsis "Multicast file transfer tool")
(description
"UDPcast is a file transfer tool that can send data simultaneously to
many destinations on a LAN. This can for instance be used to install entire
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 18 Jan 2022 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.