diff options
author | Joe Slater <joe.slater@windriver.com> | 2022-04-13 11:36:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-13 13:45:44 -0700 |
commit | 93f2146211001ee3cf697d8428969cc3069ed6ba (patch) | |
tree | ab3c2f70a1ce97cdd3d7d181ba0a39e87b26211c /recipes-ids | |
parent | 4158c871a6b878ac480d23f244201a503c40e3c9 (diff) | |
download | meta-security-93f2146211001ee3cf697d8428969cc3069ed6ba.tar.gz |
LICENSE: update to SPDX standard names
Use convert-spdx-licenses.py to update LICENSE in recipes.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids')
-rw-r--r-- | recipes-ids/aide/aide_0.17.3.bb | 2 | ||||
-rw-r--r-- | recipes-ids/ossec/ossec-hids_3.6.0.bb | 2 | ||||
-rw-r--r-- | recipes-ids/tripwire/tripwire_2.4.3.7.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ids/aide/aide_0.17.3.bb b/recipes-ids/aide/aide_0.17.3.bb index fbfa8a7..b1fb58d 100644 --- a/recipes-ids/aide/aide_0.17.3.bb +++ b/recipes-ids/aide/aide_0.17.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Advanced Intrusion Detection Environment" | 1 | SUMMARY = "Advanced Intrusion Detection Environment" |
2 | HOMEPAGE = "https://aide.github.io" | 2 | HOMEPAGE = "https://aide.github.io" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0-only" |
5 | 5 | ||
6 | DEPENDS = "bison-native libpcre" | 6 | DEPENDS = "bison-native libpcre" |
7 | 7 | ||
diff --git a/recipes-ids/ossec/ossec-hids_3.6.0.bb b/recipes-ids/ossec/ossec-hids_3.6.0.bb index 853facf..b0759b1 100644 --- a/recipes-ids/ossec/ossec-hids_3.6.0.bb +++ b/recipes-ids/ossec/ossec-hids_3.6.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A full platform to monitor and control your systems" | 1 | SUMMARY = "A full platform to monitor and control your systems" |
2 | LICENSE = "GPL-2.0" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d625d1520b5e38faefb81cf9772badc9" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d625d1520b5e38faefb81cf9772badc9" |
4 | 4 | ||
5 | 5 | ||
diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb index 5bb0e3e..9149e89 100644 --- a/recipes-ids/tripwire/tripwire_2.4.3.7.bb +++ b/recipes-ids/tripwire/tripwire_2.4.3.7.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Open Source Tripwire® software is a security and data \ | |||
3 | integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems" | 3 | integrity tool useful for monitoring and alerting on specific file change(s) on a range of systems" |
4 | HOMEPAGE="http://sourceforge.net/projects/tripwire" | 4 | HOMEPAGE="http://sourceforge.net/projects/tripwire" |
5 | SECTION = "security Monitor/Admin" | 5 | SECTION = "security Monitor/Admin" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c069be8dbbe48e89b580ab4ed86c127" |
8 | 8 | ||
9 | SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0" | 9 | SRCREV = "6e64a9e5b70a909ec439bc5a099e3fcf38c614b0" |