package: replace git:// URLs with https:// URLs where possible
Replace the remaining git:// URLs with their https:// equivalents as this is more secure and also more palatable to corporate firewalls. Signed-off-by: Markus Mayer <mmayer@broadcom.com> [yann.morin.1998@free.fr: convert dahdi-linux too] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
bd1798ad95
commit
6626bf7c5f
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
BOOT_WRAPPER_AARCH64_VERSION = 8d5a765251d9113c3c0f9fa14de42a9e7486fe8a
|
||||
BOOT_WRAPPER_AARCH64_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
|
||||
BOOT_WRAPPER_AARCH64_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
|
||||
BOOT_WRAPPER_AARCH64_SITE_METHOD = git
|
||||
BOOT_WRAPPER_AARCH64_LICENSE = BSD-3-Clause
|
||||
BOOT_WRAPPER_AARCH64_LICENSE_FILES = LICENSE.txt
|
||||
BOOT_WRAPPER_AARCH64_DEPENDENCIES = linux
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
AER_INJECT_VERSION = 9bd5e2c7886fca72f139cd8402488a2235957d41
|
||||
AER_INJECT_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git
|
||||
AER_INJECT_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git
|
||||
AER_INJECT_SITE_METHOD = git
|
||||
AER_INJECT_LICENSE = GPL-2.0
|
||||
AER_INJECT_LICENSE_FILES = README
|
||||
AER_INJECT_DEPENDENCIES = host-flex host-bison
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
DAHDI_LINUX_VERSION = 5c840cf43838e0690873e73409491c392333b3b8
|
||||
DAHDI_LINUX_SITE = git://git.asterisk.org/dahdi/linux.git
|
||||
DAHDI_LINUX_SITE = https://gerrit.asterisk.org/dahdi-linux
|
||||
DAHDI_LINUX_SITE_METHOD = git
|
||||
|
||||
# We need to download all those firmware blobs ourselves, otherwise
|
||||
# dahdi-linux will try to download them at install time.
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
FIRMWARE_UTILS_VERSION = 86739f2b3ae9502368b89ef37fa6f31c42aad6f4
|
||||
FIRMWARE_UTILS_SITE = git://git.openwrt.org/project/firmware-utils.git
|
||||
FIRMWARE_UTILS_SITE = https://git.openwrt.org/project/firmware-utils.git
|
||||
FIRMWARE_UTILS_SITE_METHOD = git
|
||||
FIRMWARE_UTILS_LICENSE = \
|
||||
BSD-2-Clause (tplink-safeloader), \
|
||||
BSD-3-Clause (seama), \
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
FLASHBENCH_VERSION = 2e30b1968a66147412f21002ea844122a0d5e2f0
|
||||
FLASHBENCH_SITE = git://git.linaro.org/people/arnd/flashbench.git
|
||||
FLASHBENCH_SITE = https://git.linaro.org/people/arnd/flashbench.git
|
||||
FLASHBENCH_SITE_METHOD = git
|
||||
FLASHBENCH_LICENSE = GPL-2.0
|
||||
FLASHBENCH_LICENSE_FILES = COPYING
|
||||
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
MMC_UTILS_VERSION = d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8
|
||||
MMC_UTILS_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
|
||||
MMC_UTILS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
|
||||
MMC_UTILS_SITE_METHOD = git
|
||||
MMC_UTILS_LICENSE = GPL-2.0
|
||||
MMC_UTILS_LICENSE_FILES = mmc.h
|
||||
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
MXSLDR_VERSION = 2793a657ab7a22487d21c1b020957806f8ae8383
|
||||
MXSLDR_SITE = git://git.denx.de/mxsldr.git
|
||||
MXSLDR_SITE = https://git.denx.de/mxsldr.git
|
||||
MXSLDR_SITE_METHOD = git
|
||||
MXSLDR_LICENSE = GPL-2.0+
|
||||
MXSLDR_LICENSE_FILES = COPYING
|
||||
HOST_MXSLDR_DEPENDENCIES = host-libusb host-pkgconf
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
OPEN62541_VERSION = v1.2.2
|
||||
OPEN62541_SITE_METHOD = git
|
||||
OPEN62541_SITE = git://github.com/open62541/open62541.git
|
||||
OPEN62541_SITE = https://github.com/open62541/open62541.git
|
||||
OPEN62541_GIT_SUBMODULES = YES
|
||||
OPEN62541_INSTALL_STAGING = YES
|
||||
OPEN62541_LICENSE = MPL-2.0
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
PAHOLE_VERSION = v1.23
|
||||
PAHOLE_SITE = git://git.kernel.org/pub/scm/devel/pahole/pahole.git
|
||||
PAHOLE_SITE = https://git.kernel.org/pub/scm/devel/pahole/pahole.git
|
||||
PAHOLE_SITE_METHOD = git
|
||||
# pahole contains git submodule and relies on them to be built.
|
||||
PAHOLE_GIT_SUBMODULES = YES
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
PSPLASH_VERSION = 44afb7506d43cca15582b4c5b90ba5580344d75d
|
||||
PSPLASH_SITE = git://git.yoctoproject.org/psplash
|
||||
PSPLASH_SITE = https://git.yoctoproject.org/psplash
|
||||
PSPLASH_SITE_METHOD = git
|
||||
PSPLASH_LICENSE = GPL-2.0+
|
||||
PSPLASH_LICENSE_FILES = COPYING
|
||||
PSPLASH_AUTORECONF = YES
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
RTC_TOOLS_VERSION = 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7
|
||||
RTC_TOOLS_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git
|
||||
RTC_TOOLS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git
|
||||
RTC_TOOLS_SITE_METHOD = git
|
||||
RTC_TOOLS_LICENSE = GPL-2.0
|
||||
RTC_TOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
RTMPDUMP_VERSION = c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
|
||||
RTMPDUMP_SITE = git://git.ffmpeg.org/rtmpdump
|
||||
RTMPDUMP_SITE = https://git.ffmpeg.org/rtmpdump
|
||||
RTMPDUMP_SITE_METHOD = git
|
||||
RTMPDUMP_INSTALL_STAGING = YES
|
||||
# Note that rtmpdump is GPL-2.0 but librtmp has its own license and since we only
|
||||
# care about librtmp, it's LGPL-2.1+
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
SOX_VERSION = 7524160b29a476f7e87bc14fddf12d349f9a3c5e
|
||||
SOX_SITE = git://git.code.sf.net/p/sox/code
|
||||
SOX_SITE = https://git.code.sf.net/p/sox/code
|
||||
SOX_SITE_METHOD = git
|
||||
SOX_DEPENDENCIES = host-autoconf-archive host-pkgconf
|
||||
SOX_LICENSE = GPL-2.0+ (sox binary), LGPL-2.1+ (libraries)
|
||||
|
@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
TFTPD_VERSION = b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7
|
||||
TFTPD_SITE = git://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git
|
||||
TFTPD_SITE = https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git
|
||||
TFTPD_SITE_METHOD = git
|
||||
TFTPD_CONF_OPTS = --without-tcpwrappers
|
||||
TFTPD_LICENSE = BSD-4-Clause
|
||||
TFTPD_LICENSE_FILES = tftpd/tftpd.c
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
WILINK_BT_FIRMWARE_VERSION = 43fca73c6a98c63fcb98f82af5bf83761778e005
|
||||
WILINK_BT_FIRMWARE_SITE = git://git.ti.com/ti-bt/service-packs.git
|
||||
WILINK_BT_FIRMWARE_SITE = https://git.ti.com/git/ti-bt/service-packs.git
|
||||
WILINK_BT_FIRMWARE_SITE_METHOD = git
|
||||
WILINK_BT_FIRMWARE_LICENSE = PROPRIETARY
|
||||
WILINK_BT_FIRMWARE_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user