[PATCH] gnu: udpcast: Update to 20211207.

  • Done
  • quality assurance status badge
Details
3 participants
  • Nicolas Goaziou
  • Maxime Devos
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220213050928.22409-1-mike@rohleder.de
* 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(-)

Toggle diff (41 lines)
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@gmail.com>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@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
Maxime Devos wrote 3 years ago
68d97cac57ef847b158f60ad5953a1cd635bbd8e.camel@telenet.be
Michael Rohleder schreef op zo 13-02-2022 om 06:09 [+0100]:
Toggle quote (4 lines)
> ;; XXX: Original server is at https://www.udpcast.linux.luis
> not
> ;; reliable.

Do you know in what sense it is unreliable?

Toggle quote (12 lines)
> (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
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.
-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgjQGRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7iyMAP40i0K3JNL3VPT+3gWZCaI6Y+be
2LZEQi3N6iEHCx39JAEAqwin6h+RB1FpD1r2pYMOluz6ft98Fv72doqWSIpFgws=
=Gehe
-----END PGP SIGNATURE-----


Michael Rohleder wrote 3 years ago
(name . Maxime Devos)(address . maximedevos@telenet.be)(address . 53966@debbugs.gnu.org)
87ee46ogv5.fsf@rohleder.de
Maxime Devos <maximedevos@telenet.be> writes:
Toggle quote (7 lines)
> 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.

Toggle quote (17 lines)
>> (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).

seems to be available, so we have 2 uris.

Toggle quote (11 lines)
>
> 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
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmIJNZ8RHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyW9JQf/W3ow8p4FCboIuzDgk7UXzeFLo0qf2QvB
Y8j9NFjHjEgs80bqZk+xiNCbC/xBN44Z8pny2cXI6zW84DlA46RwVNcl4+/mrFDR
nwFPVWzWjN8xD5LPes8MB9NJXsMIqrR5grTrBLMc/LZKGsg7dl8z8R4jMaq8isZs
A3dA/TF0Pn2mf6fFgex482OzjyfCv7WrwKLOovyp/7mdpNpoJtYCtzAGxndx0Ao/
MPwiebUvOO54/DJ3b129wUY/MPUvigHlkBrMHvqGsjAbFgRFYkIMG/5dO+tkHsrA
BIGQNOIWoGBlvzAKXAbJFka4OC2rDqwsdaNhL0rRseOSP2H3eZ7K0g==
=sHE+
-----END PGP SIGNATURE-----

Nicolas Goaziou wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 53966-done@debbugs.gnu.org)
87mtitsrdf.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (3 lines)
> * gnu/packages/admin.scm (udpcast): Update to 20211207.
> [source]: Remove buildroot.net uri.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53966@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53966
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help