Commit 72eb8290 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

package: use http:// for alioth.debian.org URLs

Fixes http://autobuild.buildroot.net/results/183a1be6ab1137c90dca0201d4bc72c7c0e659a3



alioth.debian.org uses a SSL certificate signed by spi-inc.org, which isn't
a trusted CA on non-Debian systems, causing wget to refuse download.

Fix it by using http URLs instead.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent bbfa50f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# ########################################################
CCID_VERSION = 1.4.7
CCID_SOURCE = ccid-$(CCID_VERSION).tar.bz2
CCID_SITE = https://alioth.debian.org/frs/download.php/3730
CCID_SITE = http://alioth.debian.org/frs/download.php/3730
CCID_INSTALL_STAGING = YES
CCID_DEPENDENCIES = pcsc-lite host-pkg-config libusb

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# ########################################################
PCSC_LITE_VERSION = 1.8.6
PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2
PCSC_LITE_SITE = https://alioth.debian.org/frs/download.php/3757
PCSC_LITE_SITE = http://alioth.debian.org/frs/download.php/3757
PCSC_LITE_INSTALL_STAGING = YES
PCSC_LITE_DEPENDENCIES = host-pkg-config