GNU bug report logs -
#53966
[PATCH] gnu: udpcast: Update to 20211207.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sun, 13 Feb 2022 05:11:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 53966 in the body.
You can then email your comments to 53966 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#53966
; Package
guix-patches
.
(Sun, 13 Feb 2022 05:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michael Rohleder <mike <at> rohleder.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 13 Feb 2022 05:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/admin.scm (udpcast): Update to 20211207.
[source]: Remove buildroot.net uri.
---
gnu/packages/admin.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index daab720be5..525a5fdb69 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2019, 2020, 2021 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust <at> gmail.com>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith <at> outlook.com>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
@@ -4912,23 +4912,20 @@ (define-public runitor
(define-public udpcast
(package
(name "udpcast")
- (version "20200328")
+ (version "20211207")
(source
(origin
(method url-fetch)
;; 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"))))
+ (base32 "0l6hck694szrrvz85nm48rwb7mzvg2z2bwa50v51pkvym3kvxkm3"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake m4 perl))
--
2.34.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53966
; Package
guix-patches
.
(Sun, 13 Feb 2022 09:33:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 53966 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Michael Rohleder schreef op zo 13-02-2022 om 06:09 [+0100]:
> ;; XXX: Original server is at https://www.udpcast.linux.lu is
> not
> ;; reliable.
Do you know in what sense it is unreliable?
> (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")))
>
I noticed the old URI
<https://fossies.org/linux/privat/udpcast-20200328.tar.gz/>
now is a 404. It seems like old versions are automatically removed,
so the fossies URL would be unreliable (from a reproducibility POV).
The only remaining URL is the www.udpcast.linux.lu URL. It would be
nice to have more fallbacks, so personally I would keep the
sources.buildroot.net URL, even though it currently 404s, with a
comment like
;; At time of writing, sources.buildroot.net only has old versions
;; of udpcast, but presumably it will be updated eventually.
YMMV.
Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53966
; Package
guix-patches
.
(Sun, 13 Feb 2022 16:46:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 53966 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Maxime Devos <maximedevos <at> telenet.be> writes:
> Michael Rohleder schreef op zo 13-02-2022 om 06:09 [+0100]:
>> ;; XXX: Original server is at https://www.udpcast.linux.lu is
>> not
>> ;; reliable.
>
> Do you know in what sense it is unreliable?
No.
>> (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")))
>>
>
>
> I noticed the old URI
> <https://fossies.org/linux/privat/udpcast-20200328.tar.gz/>
> now is a 404. It seems like old versions are automatically removed,
> so the fossies URL would be unreliable (from a reproducibility POV).
https://fossies.org/linux/privat/udpcast-20211207.tar.gz
seems to be available, so we have 2 uris.
>
> The only remaining URL is the www.udpcast.linux.lu URL. It would be
> nice to have more fallbacks, so personally I would keep the
> sources.buildroot.net URL, even though it currently 404s, with a
> comment like
>
> ;; At time of writing, sources.buildroot.net only has old versions
> ;; of udpcast, but presumably it will be updated eventually.
>
> YMMV.
Ok.
--
C makes it easy for you to shoot yourself in the foot. C++ makes that
harder, but when you do, it blows away your whole leg. - Bjorne Stroustrup
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 14 Feb 2022 09:58:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Mon, 14 Feb 2022 09:58:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 53966-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Michael Rohleder <mike <at> rohleder.de> writes:
> * gnu/packages/admin.scm (udpcast): Update to 20211207.
> [source]: Remove buildroot.net uri.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Mar 2022 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.