From dd8d7bb83154439a6bb87a7cb08cc84d369a2828 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Tue, 16 Jun 2020 22:01:21 +1000 Subject: [PATCH] libcanberra-32: use http and not https for source, web server is broken configuration and downloads the index html file as the archive name --- libcanberra-32/.signature | 4 ++-- libcanberra-32/Pkgfile | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/libcanberra-32/.signature b/libcanberra-32/.signature index 69396a38..41dd28b1 100644 --- a/libcanberra-32/.signature +++ b/libcanberra-32/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXS0uUlw+oY3NDzu2XgsUI2VuJsAQ7Vxk+6faaxu2gK8DTVs/LuqK2JhdPRI0bPpQ+iYF/ml+McL4ckXXE8V63Ak= -SHA256 (Pkgfile) = d6e4f548ffc085e6b35176747e31a0cd77c3402344cbdf291b31d88debf9d699 +RWSwxGo/zH7eXWG62tpbltErVBMNlxu75fdHFTPW6zKbU+v1AsT5XXc4Su5mtsnvYLYKjfA9ImyjNvkyuq7Yo6+z4AMLZIGMeQk= +SHA256 (Pkgfile) = b74ade5f1ff93644f25738cf66a8c54708e9718cc2af8ec357e4f407a9b48063 SHA256 (.footprint) = 4c240323b3c234ceeee69a6b29384fcf0b561d15798590a3de53c9aa7bbee14d SHA256 (libcanberra-0.30.tar.xz) = c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72 SHA256 (libcanberra-broadway-fix.patch) = 5c07bf6a7199d992e6f797de157bf4368391e597ab7a332da401269a8d8dd12b diff --git a/libcanberra-32/Pkgfile b/libcanberra-32/Pkgfile index 726afbd1..a34c2f3e 100644 --- a/libcanberra-32/Pkgfile +++ b/libcanberra-32/Pkgfile @@ -7,7 +7,10 @@ name=libcanberra-32 version=0.30 release=1 -source=(https://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz +source=( + # https broken, cert is ok server does not dish out file over https + #https://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz + http://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz libcanberra-broadway-fix.patch libcanberra-multi-backend.patch)