summaryrefslogtreecommitdiffstats
path: root/recipes-ids
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-03 07:12:41 -0700
committerArmin Kuster <akuster808@gmail.com>2021-11-04 08:18:00 -0700
commit7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch)
tree3fb81ec0571b65b37914cfa2204d01db67216d88 /recipes-ids
parent8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff)
downloadmeta-security-7e27eb5fca7a22e82251f79103bb12d2b70307fb.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: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids')
-rw-r--r--recipes-ids/crowdsec/crowdsec_1.1.1.bb2
-rw-r--r--recipes-ids/ossec/ossec-hids_3.6.0.bb2
-rw-r--r--recipes-ids/tripwire/tripwire_2.4.3.7.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ids/crowdsec/crowdsec_1.1.1.bb b/recipes-ids/crowdsec/crowdsec_1.1.1.bb
index 887c75d..81f2b8f 100644
--- a/recipes-ids/crowdsec/crowdsec_1.1.1.bb
+++ b/recipes-ids/crowdsec/crowdsec_1.1.1.bb
@@ -3,7 +3,7 @@ SUMMARY = "CrowdSec is a free, modern & collaborative behavior detection engine,
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=105e75b680b2ab82fa5718661b41f3bf" 4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=105e75b680b2ab82fa5718661b41f3bf"
5 5
6SRC_URI = "git://github.com/crowdsecurity/crowdsec.git;branch=master" 6SRC_URI = "git://github.com/crowdsecurity/crowdsec.git;branch=master;protocol=https"
7SRCREV = "73e0bbaf93070f4a640eb5a22212b5dcf26699de" 7SRCREV = "73e0bbaf93070f4a640eb5a22212b5dcf26699de"
8 8
9DEPENDS = "jq-native" 9DEPENDS = "jq-native"
diff --git a/recipes-ids/ossec/ossec-hids_3.6.0.bb b/recipes-ids/ossec/ossec-hids_3.6.0.bb
index 309ca52..853facf 100644
--- a/recipes-ids/ossec/ossec-hids_3.6.0.bb
+++ b/recipes-ids/ossec/ossec-hids_3.6.0.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d625d1520b5e38faefb81cf9772badc9"
4 4
5 5
6DEPENDS = "openssl libpcre2 zlib libevent" 6DEPENDS = "openssl libpcre2 zlib libevent"
7SRC_URI = "git://github.com/ossec/ossec-hids;branch=master \ 7SRC_URI = "git://github.com/ossec/ossec-hids;branch=master;protocol=https \
8 file://0001-Makefile-drop-running-scrips-install.patch \ 8 file://0001-Makefile-drop-running-scrips-install.patch \
9 file://0002-Makefile-don-t-set-uid-gid.patch \ 9 file://0002-Makefile-don-t-set-uid-gid.patch \
10 " 10 "
diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb
index 3a9bc1d..93cb443 100644
--- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb
+++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127"
9SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0" 9SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0"
10 10
11SRC_URI = "\ 11SRC_URI = "\
12 git://github.com/Tripwire/tripwire-open-source.git \ 12 git://github.com/Tripwire/tripwire-open-source.git;branch=master;protocol=https \
13 file://tripwire.cron \ 13 file://tripwire.cron \
14 file://tripwire.sh \ 14 file://tripwire.sh \
15 file://tripwire.txt \ 15 file://tripwire.txt \