diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 11:38:56 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-15 11:56:17 +0000 |
| commit | 543567bb8ade638407a5e831e6b0584f292721bb (patch) | |
| tree | 7d7aaa9e7c5388c81c3e89d6deb586c489812b09 /meta/recipes-extended | |
| parent | 9c87e0204bde784cf9f03a5cff6432569edcb276 (diff) | |
| download | poky-543567bb8ade638407a5e831e6b0584f292721bb.tar.gz | |
recipes: Update github.com urls to use https
Github has announced there will be no more git:// fetching from their servers:
https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
and they're about to start having brownout periods to encourage people
to update. This runs the conversion script over OE-Core to update our
urls to use https instead of git.
(From OE-Core rev: 8b83eddda83327d25247bb9b61a049b0a8698a45)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b37b61e9a1e448a34957db9ae39285d21352552e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/iputils/iputils_20210722.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/libnsl/libnsl2_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/libnss-nis/libnss-nis.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.7.19.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/ltp/ltp_20210524.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/zstd/zstd_1.5.0.bb | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-extended/iputils/iputils_20210722.bb b/meta/recipes-extended/iputils/iputils_20210722.bb index c92bc830bc..d81f787dd8 100644 --- a/meta/recipes-extended/iputils/iputils_20210722.bb +++ b/meta/recipes-extended/iputils/iputils_20210722.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=55aa8c9fcad0691cef0ecd420361e390" | |||
| 10 | 10 | ||
| 11 | DEPENDS = "gnutls" | 11 | DEPENDS = "gnutls" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/iputils/iputils;branch=master \ | 13 | SRC_URI = "git://github.com/iputils/iputils;branch=master;protocol=https \ |
| 14 | file://0001-rarpd-rdisc-Drop-PrivateUsers.patch \ | 14 | file://0001-rarpd-rdisc-Drop-PrivateUsers.patch \ |
| 15 | file://0001-meson-Make-tests-optional.patch \ | 15 | file://0001-meson-Make-tests-optional.patch \ |
| 16 | " | 16 | " |
diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_git.bb index 6194d90177..3f6ccbad70 100644 --- a/meta/recipes-extended/libnsl/libnsl2_git.bb +++ b/meta/recipes-extended/libnsl/libnsl2_git.bb | |||
| @@ -14,7 +14,7 @@ PV = "2.0.0" | |||
| 14 | 14 | ||
| 15 | SRCREV = "82245c0c58add79a8e34ab0917358217a70e5100" | 15 | SRCREV = "82245c0c58add79a8e34ab0917358217a70e5100" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/thkukuk/libnsl;branch=master \ | 17 | SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb index bc2e292f40..478e9e2be3 100644 --- a/meta/recipes-extended/libnss-nis/libnss-nis.bb +++ b/meta/recipes-extended/libnss-nis/libnss-nis.bb | |||
| @@ -17,7 +17,7 @@ PV = "3.1+git${SRCPV}" | |||
| 17 | 17 | ||
| 18 | SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad" | 18 | SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master \ | 20 | SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master;protocol=https \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb b/meta/recipes-extended/libsolv/libsolv_0.7.19.bb index 768682f885..a3a4fc7896 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.19.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "expat zlib" | 9 | DEPENDS = "expat zlib" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master \ | 11 | SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | SRCREV = "c773294be6b0a2425f344a8999f173fb00cfd16f" | 14 | SRCREV = "c773294be6b0a2425f344a8999f173fb00cfd16f" |
diff --git a/meta/recipes-extended/ltp/ltp_20210524.bb b/meta/recipes-extended/ltp/ltp_20210524.bb index b728dffc19..0636cb92cb 100644 --- a/meta/recipes-extended/ltp/ltp_20210524.bb +++ b/meta/recipes-extended/ltp/ltp_20210524.bb | |||
| @@ -29,7 +29,7 @@ CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" | |||
| 29 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" | 29 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" |
| 30 | SRCREV = "0fb171f2beddaf64bd27597577c206c0f892b3cd" | 30 | SRCREV = "0fb171f2beddaf64bd27597577c206c0f892b3cd" |
| 31 | 31 | ||
| 32 | SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master \ | 32 | SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \ |
| 33 | file://0001-Remove-OOM-tests-from-runtest-mm.patch \ | 33 | file://0001-Remove-OOM-tests-from-runtest-mm.patch \ |
| 34 | file://0001-syscalls-ioctl_ns05.c-ioctl_ns06.c-Fix-too-small-buf.patch \ | 34 | file://0001-syscalls-ioctl_ns05.c-ioctl_ns06.c-Fix-too-small-buf.patch \ |
| 35 | " | 35 | " |
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb index 81bd40bf61..c08e9d52c3 100644 --- a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb +++ b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | |||
| @@ -19,7 +19,7 @@ PV = "1.4.2" | |||
| 19 | 19 | ||
| 20 | SRCREV = "6f54e54455c073d08a56ea627c6cd2355a40eb53" | 20 | SRCREV = "6f54e54455c073d08a56ea627c6cd2355a40eb53" |
| 21 | 21 | ||
| 22 | SRC_URI = "git://github.com/thkukuk/${BPN};branch=master \ | 22 | SRC_URI = "git://github.com/thkukuk/${BPN};branch=master;protocol=https \ |
| 23 | file://0001-Use-cross-compiled-rpcgen.patch \ | 23 | file://0001-Use-cross-compiled-rpcgen.patch \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb b/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb index eca531d05d..f4ecb7d459 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5b4be4b2549338526758ef479c040943 \ | |||
| 10 | 10 | ||
| 11 | inherit update-rc.d update-alternatives systemd autotools | 11 | inherit update-rc.d update-alternatives systemd autotools |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \ | 13 | SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1;protocol=https \ |
| 14 | file://sysklogd \ | 14 | file://sysklogd \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
diff --git a/meta/recipes-extended/zstd/zstd_1.5.0.bb b/meta/recipes-extended/zstd/zstd_1.5.0.bb index 978812fddb..51305d0562 100644 --- a/meta/recipes-extended/zstd/zstd_1.5.0.bb +++ b/meta/recipes-extended/zstd/zstd_1.5.0.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause & GPLv2" | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \ |
| 10 | file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" | 10 | file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/facebook/zstd.git;branch=release \ | 12 | SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https \ |
| 13 | file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \ | 13 | file://0001-Makefile-sort-all-wildcard-file-list-expansions.patch \ |
| 14 | file://0001-MinGW-Build-Fixes.patch \ | 14 | file://0001-MinGW-Build-Fixes.patch \ |
| 15 | " | 15 | " |
