diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 23:06:48 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:49 -0700 |
commit | b402a3076fbafe05d0b8621e50603b65c3fe8147 (patch) | |
tree | 4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-networking/recipes-support | |
parent | 175765fdf30200314d19bc8f11f4ede9b820dad6 (diff) | |
download | meta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.tar.gz |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
33 files changed, 35 insertions, 35 deletions
diff --git a/meta-networking/recipes-support/arptables/arptables_git.bb b/meta-networking/recipes-support/arptables/arptables_git.bb index 33e4e13ac..a4eaa9ff3 100644 --- a/meta-networking/recipes-support/arptables/arptables_git.bb +++ b/meta-networking/recipes-support/arptables/arptables_git.bb | |||
@@ -6,7 +6,7 @@ SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a" | |||
6 | PV = "0.0.5+git${SRCPV}" | 6 | PV = "0.0.5+git${SRCPV}" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://git.netfilter.org/arptables \ | 9 | git://git.netfilter.org/arptables;branch=master \ |
10 | file://0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch \ | 10 | file://0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch \ |
11 | file://arptables-arpt-get-target-fix.patch \ | 11 | file://arptables-arpt-get-target-fix.patch \ |
12 | file://arptables.service \ | 12 | file://arptables.service \ |
diff --git a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb index 8c7b3844b..c974d54fe 100644 --- a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb +++ b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
5 | DEPENDS = "libnl libconfuse ncurses" | 5 | DEPENDS = "libnl libconfuse ncurses" |
6 | 6 | ||
7 | SRCREV = "1b3f11bde315e221474f7d066ce4efb4ff4d39e3" | 7 | SRCREV = "1b3f11bde315e221474f7d066ce4efb4ff4d39e3" |
8 | SRC_URI = "git://github.com/tgraf/bmon.git;branch=master" | 8 | SRC_URI = "git://github.com/tgraf/bmon.git;branch=master;protocol=https" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb b/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb index 5fafb4ef6..7821a120e 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv3 & LGPLv3" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRCREV = "8c06dce7d596e478c20bc54bdcec87ad97f80a1b" | 7 | SRCREV = "8c06dce7d596e478c20bc54bdcec87ad97f80a1b" |
8 | SRC_URI = "git://git.samba.org/cifs-utils.git" | 8 | SRC_URI = "git://git.samba.org/cifs-utils.git;branch=master" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | DEPENDS += "libtalloc" | 11 | DEPENDS += "libtalloc" |
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb index 263de81c7..e36a86fd0 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029" | |||
7 | DEPENDS = "curl" | 7 | DEPENDS = "curl" |
8 | DEPENDS:class-native = "curl-native" | 8 | DEPENDS:class-native = "curl-native" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git" | 10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git;branch=master;protocol=https" |
11 | 11 | ||
12 | SRCREV = "592552a165cc569dac7674cb7fc9de3dc829906f" | 12 | SRCREV = "592552a165cc569dac7674cb7fc9de3dc829906f" |
13 | 13 | ||
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb index ceb40185f..4cfb0c804 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb +++ b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb | |||
@@ -8,8 +8,8 @@ SECTION = "admin" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils;branch=${PV} \ | 11 | SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils;branch=${PV};protocol=https \ |
12 | git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers \ | 12 | git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers;branch=master;protocol=https \ |
13 | file://0001-v84-Make-setup_options-definitions-as-extern.patch \ | 13 | file://0001-v84-Make-setup_options-definitions-as-extern.patch \ |
14 | ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','file://0001-drbd-utils-support-usrmerge.patch','',d)} \ | 14 | ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','file://0001-drbd-utils-support-usrmerge.patch','',d)} \ |
15 | " | 15 | " |
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb index 9ebed2a14..6035ddfcc 100644 --- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb +++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | |||
@@ -19,7 +19,7 @@ DEPENDS += "ethtool \ | |||
19 | 19 | ||
20 | RDEPENDS:${PN} += "bash ethtool libgcc" | 20 | RDEPENDS:${PN} += "bash ethtool libgcc" |
21 | 21 | ||
22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap" | 22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap;branch=master;protocol=https" |
23 | 23 | ||
24 | SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31" | 24 | SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31" |
25 | 25 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index 1ee04bd47..92051a8e7 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" | 13 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" |
14 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;branch=main \ | 14 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;branch=main;protocol=https \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb index 775398474..8fe4fcbd2 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libdevel" | |||
10 | 10 | ||
11 | GEOIP_DATABASE_VERSION = "20181205" | 11 | GEOIP_DATABASE_VERSION = "20181205" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/maxmind/geoip-api-c.git;branch=main \ | 13 | SRC_URI = "git://github.com/maxmind/geoip-api-c.git;branch=main;protocol=https \ |
14 | http://sources.openembedded.org/GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIP-dat; \ | 14 | http://sources.openembedded.org/GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIP-dat; \ |
15 | http://sources.openembedded.org/GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIPv6-dat; \ | 15 | http://sources.openembedded.org/GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIPv6-dat; \ |
16 | http://sources.openembedded.org/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLiteCity-dat; \ | 16 | http://sources.openembedded.org/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLiteCity-dat; \ |
diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb index 2d04ded34..122dfc000 100644 --- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb +++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb | |||
@@ -12,7 +12,7 @@ SECTION = "libs" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" | 13 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/nodejs/http-parser.git" | 15 | SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https" |
16 | SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" | 16 | SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb index ad0ec2700..1e6db5b7e 100644 --- a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb +++ b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | SRCREV = "c3ee70c878b9c5833a77a1f339f1ca4dc6f225c5" | 10 | SRCREV = "c3ee70c878b9c5833a77a1f339f1ca4dc6f225c5" |
11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
12 | git://github.com/nmav/ipcalc.git;protocol=https; \ | 12 | git://github.com/nmav/ipcalc.git;protocol=https;;branch=master \ |
13 | file://0001-Makefile-pass-extra-linker-flags.patch \ | 13 | file://0001-Makefile-pass-extra-linker-flags.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb index c081e6979..b8d0536eb 100644 --- a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb +++ b/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "ISC" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a" |
4 | 4 | ||
5 | SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d" | 5 | SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d" |
6 | SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master" | 6 | SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master;protocol=https" |
7 | 7 | ||
8 | inherit autotools-brokensep pkgconfig gettext | 8 | inherit autotools-brokensep pkgconfig gettext |
9 | 9 | ||
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb index 4549a068c..545556036 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb | |||
@@ -14,7 +14,7 @@ PV .= "+git${SRCPV}" | |||
14 | LK_REL = "1.0.19" | 14 | LK_REL = "1.0.19" |
15 | 15 | ||
16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
17 | git://github.com/sctp/lksctp-tools.git \ | 17 | git://github.com/sctp/lksctp-tools.git;branch=master;protocol=https \ |
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | file://v4test.sh \ | 19 | file://v4test.sh \ |
20 | file://v6test.sh \ | 20 | file://v6test.sh \ |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index 197703e90..28def7b48 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
8 | DEPENDS = "flex-native bison-native libnl python" | 8 | DEPENDS = "flex-native bison-native libnl python" |
9 | 9 | ||
10 | PV = "0.3.1+git${SRCPV}" | 10 | PV = "0.3.1+git${SRCPV}" |
11 | SRC_URI = "git://github.com/linux-wpan/lowpan-tools \ | 11 | SRC_URI = "git://github.com/linux-wpan/lowpan-tools;branch=master;protocol=https \ |
12 | file://no-help2man.patch \ | 12 | file://no-help2man.patch \ |
13 | file://0001-Fix-build-errors-with-clang.patch \ | 13 | file://0001-Fix-build-errors-with-clang.patch \ |
14 | file://0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch \ | 14 | file://0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch \ |
diff --git a/meta-networking/recipes-support/mctp/mctp_git.bb b/meta-networking/recipes-support/mctp/mctp_git.bb index cab5d6c13..ebfa84d89 100644 --- a/meta-networking/recipes-support/mctp/mctp_git.bb +++ b/meta-networking/recipes-support/mctp/mctp_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" | |||
7 | 7 | ||
8 | SRCREV = "a8658290b7914f67146a982671b09f2270ba1654" | 8 | SRCREV = "a8658290b7914f67146a982671b09f2270ba1654" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main" | 10 | SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-networking/recipes-support/mtr/mtr_0.94.bb b/meta-networking/recipes-support/mtr/mtr_0.94.bb index 0ee0b85be..460fd2e8b 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.94.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.94.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" | 9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" |
10 | 10 | ||
11 | SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1" | 11 | SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1" |
12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master \ | 12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https \ |
13 | file://0001-Fix-a-lot-of-Werror-format-security-errors-in-printw.patch \ | 13 | file://0001-Fix-a-lot-of-Werror-format-security-errors-in-printw.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb index 9dceb0f26..7eb99c133 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "https://github.com/libguestfs/nbdkit" | |||
9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ | 12 | SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "babc2e2717c9025392dce613006a6ecae5886a57" | 15 | SRCREV = "babc2e2717c9025392dce613006a6ecae5886a57" |
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb index 037d929b6..69b774a8f 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
7 | 7 | ||
8 | PV = "1.0.5" | 8 | PV = "1.0.5" |
9 | SRCREV = "b706f5f01aa82aa0db678fffd15a1527f330c507" | 9 | SRCREV = "b706f5f01aa82aa0db678fffd15a1527f330c507" |
10 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http \ | 10 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \ |
11 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ | 11 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb index 88a19e264..3b6880a38 100644 --- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb +++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" | |||
9 | SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4" | 9 | SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4" |
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https \ | 12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))" |
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index 724869b60..62ba966d0 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e661ab33a2a71ad6652c178dedf8aaa2" | |||
7 | 7 | ||
8 | PV = "2.7.0+git${SRCPV}" | 8 | PV = "2.7.0+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/HewlettPackard/netperf.git \ | 10 | SRC_URI = "git://github.com/HewlettPackard/netperf.git;branch=master;protocol=https \ |
11 | file://cpu_set.patch \ | 11 | file://cpu_set.patch \ |
12 | file://vfork.patch \ | 12 | file://vfork.patch \ |
13 | file://init \ | 13 | file://init \ |
diff --git a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb index ce22943d6..d2535487b 100644 --- a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb +++ b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb | |||
@@ -14,7 +14,7 @@ and ypdomainname. \ | |||
14 | # v4.2.3 | 14 | # v4.2.3 |
15 | SRCREV = "1bfda29c342a81b97cb1995ffd9e8da5de63e7ab" | 15 | SRCREV = "1bfda29c342a81b97cb1995ffd9e8da5de63e7ab" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/thkukuk/yp-tools \ | 17 | SRC_URI = "git://github.com/thkukuk/yp-tools;branch=master;protocol=https \ |
18 | file://domainname.service \ | 18 | file://domainname.service \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-networking/recipes-support/ntimed/ntimed_git.bb b/meta-networking/recipes-support/ntimed/ntimed_git.bb index ccfe11288..9badfd75d 100644 --- a/meta-networking/recipes-support/ntimed/ntimed_git.bb +++ b/meta-networking/recipes-support/ntimed/ntimed_git.bb | |||
@@ -8,7 +8,7 @@ SECTION = "net" | |||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://main.c;beginline=2;endline=24;md5=89db8e76f2951f3fad167e7aa9718a44" | 9 | LIC_FILES_CHKSUM = "file://main.c;beginline=2;endline=24;md5=89db8e76f2951f3fad167e7aa9718a44" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/bsdphk/Ntimed \ | 11 | SRC_URI = "git://github.com/bsdphk/Ntimed;branch=master;protocol=https \ |
12 | file://use-ldflags.patch" | 12 | file://use-ldflags.patch" |
13 | 13 | ||
14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
diff --git a/meta-networking/recipes-support/ntopng/ndpi_4.0.bb b/meta-networking/recipes-support/ntopng/ndpi_4.0.bb index aee2d8c6f..960c4c201 100644 --- a/meta-networking/recipes-support/ntopng/ndpi_4.0.bb +++ b/meta-networking/recipes-support/ntopng/ndpi_4.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "GPLv3" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
10 | 10 | ||
11 | SRCREV = "dabab0e9515c2e6a71a91bdc807453e416f831ca" | 11 | SRCREV = "dabab0e9515c2e6a71a91bdc807453e416f831ca" |
12 | SRC_URI = "git://github.com/ntop/nDPI.git;branch=4.0-stable \ | 12 | SRC_URI = "git://github.com/ntop/nDPI.git;branch=4.0-stable;protocol=https \ |
13 | file://0001-autogen.sh-not-generate-configure.patch \ | 13 | file://0001-autogen.sh-not-generate-configure.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/ntopng/ntopng_5.0.bb b/meta-networking/recipes-support/ntopng/ntopng_5.0.bb index 0ddc59678..c4b8db388 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_5.0.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_5.0.bb | |||
@@ -12,7 +12,7 @@ LICENSE = "GPLv3" | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | SRCREV = "85867090d92df4365c0af8d47f54ab3106117e59" | 14 | SRCREV = "85867090d92df4365c0af8d47f54ab3106117e59" |
15 | SRC_URI = "git://github.com/ntop/ntopng.git;protocol=git;branch=5.0-stable \ | 15 | SRC_URI = "git://github.com/ntop/ntopng.git;protocol=https;branch=5.0-stable \ |
16 | file://0001-configure.seed-fix-configure-error.patch \ | 16 | file://0001-configure.seed-fix-configure-error.patch \ |
17 | file://0001-configure.seed-fix-host-contamination.patch \ | 17 | file://0001-configure.seed-fix-host-contamination.patch \ |
18 | file://0001-Makefile.in-don-t-use-the-internal-lua.patch \ | 18 | file://0001-Makefile.in-don-t-use-the-internal-lua.patch \ |
diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb index 676647819..b3d1bdcd0 100644 --- a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb +++ b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb | |||
@@ -13,7 +13,7 @@ SECTION = "net" | |||
13 | 13 | ||
14 | DEPENDS = "openssl" | 14 | DEPENDS = "openssl" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/open-iscsi/open-isns \ | 16 | SRC_URI = "git://github.com/open-iscsi/open-isns;branch=master;protocol=https \ |
17 | file://0001-isnsd.socket-use-run-instead-of-var-run.patch \ | 17 | file://0001-isnsd.socket-use-run-instead-of-var-run.patch \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb index 116ff81a3..20b064c9e 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb | |||
@@ -25,7 +25,7 @@ LICENSE:modules/freebsd/vmxnet = "GPL-2.0" | |||
25 | LICENSE:modules/linux = "GPL-2.0" | 25 | LICENSE:modules/linux = "GPL-2.0" |
26 | LICENSE:modules/solaris = "CDDL-1.0" | 26 | LICENSE:modules/solaris = "CDDL-1.0" |
27 | 27 | ||
28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | 28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=master \ |
29 | file://tools.conf \ | 29 | file://tools.conf \ |
30 | file://vmtoolsd.service \ | 30 | file://vmtoolsd.service \ |
31 | file://vmtoolsd.init \ | 31 | file://vmtoolsd.init \ |
diff --git a/meta-networking/recipes-support/phytool/phytool.bb b/meta-networking/recipes-support/phytool/phytool.bb index 29499d6d7..7fde88c44 100644 --- a/meta-networking/recipes-support/phytool/phytool.bb +++ b/meta-networking/recipes-support/phytool/phytool.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" | |||
4 | 4 | ||
5 | PV = "2+git${SRCPV}" | 5 | PV = "2+git${SRCPV}" |
6 | SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c" | 6 | SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c" |
7 | SRC_URI = "git://github.com/wkz/phytool.git" | 7 | SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb index bcb6c0e10..a32fee588 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | DEPENDS = "libnl" | 5 | DEPENDS = "libnl" |
6 | RDEPENDS:${PN} = "bash perl" | 6 | RDEPENDS:${PN} = "bash perl" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git" | 8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https" |
9 | SRCREV = "d7a9dde2b164a1563c7a51e4ade8ea3b6cdea9ef" | 9 | SRCREV = "d7a9dde2b164a1563c7a51e4ade8ea3b6cdea9ef" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb index 8e62f588f..fc1575d65 100644 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | SRCREV = "d998043dc39cb763c9adec3eda3cc8b1d79f444c" | 8 | SRCREV = "d998043dc39cb763c9adec3eda3cc8b1d79f444c" |
9 | SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git" | 9 | SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-networking/recipes-support/spice/spice-protocol_git.bb b/meta-networking/recipes-support/spice/spice-protocol_git.bb index 1d56bea17..ca683bf22 100644 --- a/meta-networking/recipes-support/spice/spice-protocol_git.bb +++ b/meta-networking/recipes-support/spice/spice-protocol_git.bb | |||
@@ -18,7 +18,7 @@ PV = "0.14.1+git${SRCPV}" | |||
18 | SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" | 18 | SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://anongit.freedesktop.org/spice/spice-protocol \ | 21 | git://anongit.freedesktop.org/spice/spice-protocol;branch=master \ |
22 | " | 22 | " |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index b0f1d5110..9c6baccc7 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -21,8 +21,8 @@ SRCREV_spice-common = "4fc4c2db36c7f07b906e9a326a9d3dc0ae6a2671" | |||
21 | SRCREV_FORMAT = "spice_spice-common" | 21 | SRCREV_FORMAT = "spice_spice-common" |
22 | 22 | ||
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://anongit.freedesktop.org/spice/spice;name=spice \ | 24 | git://anongit.freedesktop.org/spice/spice;name=spice;branch=master \ |
25 | git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \ | 25 | git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master \ |
26 | file://0001-Convert-pthread_t-to-be-numeric.patch \ | 26 | file://0001-Convert-pthread_t-to-be-numeric.patch \ |
27 | file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ | 27 | file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ |
28 | file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \ | 28 | file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \ |
diff --git a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb index 079f52f99..5245f95f5 100644 --- a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb +++ b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libusb1" | |||
10 | SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" | 10 | SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | git://anongit.freedesktop.org/spice/usbredir \ | 13 | git://anongit.freedesktop.org/spice/usbredir;branch=master \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb index 17f750c5f..4eb313ad0 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb | |||
@@ -9,7 +9,7 @@ SECTION = "net" | |||
9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master \ | 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ |
13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ | 13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ |
14 | " | 14 | " |
15 | SRCREV = "8e538dcaa8df2d0fab8ff3dcf94ac1f972450b66" | 15 | SRCREV = "8e538dcaa8df2d0fab8ff3dcf94ac1f972450b66" |
diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb index bab75fee3..6b83cbd52 100644 --- a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb +++ b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d" | |||
8 | 8 | ||
9 | DEPENDS = "libnl" | 9 | DEPENDS = "libnl" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/linux-wpan/wpan-tools" | 11 | SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https" |
12 | SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" | 12 | SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |