diff options
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/Firejail/firejail_0.9.72.bb | 2 | ||||
| -rw-r--r-- | recipes-security/chipsec/chipsec_1.9.1.bb | 2 | ||||
| -rw-r--r-- | recipes-security/fscrypt/fscrypt_1.1.0.bb | 4 | ||||
| -rw-r--r-- | recipes-security/fscryptctl/fscryptctl_1.1.0.bb | 2 | ||||
| -rw-r--r-- | recipes-security/glome/glome_git.bb | 2 | ||||
| -rw-r--r-- | recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb | 2 | ||||
| -rw-r--r-- | recipes-security/isic/isic_0.07.bb | 2 | ||||
| -rw-r--r-- | recipes-security/krill/krill_0.12.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/libest/libest_3.2.0.bb | 2 | ||||
| -rw-r--r-- | recipes-security/libmhash/libmhash_0.9.9.9.bb | 2 | ||||
| -rw-r--r-- | recipes-security/libmspack/libmspack_1.11.bb | 2 | ||||
| -rw-r--r-- | recipes-security/ncrack/ncrack_0.7.bb | 2 |
12 files changed, 13 insertions, 13 deletions
diff --git a/recipes-security/Firejail/firejail_0.9.72.bb b/recipes-security/Firejail/firejail_0.9.72.bb index 5713f46..10023c1 100644 --- a/recipes-security/Firejail/firejail_0.9.72.bb +++ b/recipes-security/Firejail/firejail_0.9.72.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI = "git://github.com/netblue30/firejail.git;protocol=https;branch=master | |||
| 16 | 16 | ||
| 17 | DEPENDS = "libseccomp" | 17 | DEPENDS = "libseccomp" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${UNPACKDIR}/git" |
| 20 | 20 | ||
| 21 | inherit autotools-brokensep pkgconfig bash-completion features_check | 21 | inherit autotools-brokensep pkgconfig bash-completion features_check |
| 22 | 22 | ||
diff --git a/recipes-security/chipsec/chipsec_1.9.1.bb b/recipes-security/chipsec/chipsec_1.9.1.bb index 9fbdaa7..24451f8 100644 --- a/recipes-security/chipsec/chipsec_1.9.1.bb +++ b/recipes-security/chipsec/chipsec_1.9.1.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "virtual/kernel nasm-native" | |||
| 12 | SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https" | 12 | SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https" |
| 13 | SRCREV = "d8c2a606bf440c32196c6289a7a458f3ae3107cc" | 13 | SRCREV = "d8c2a606bf440c32196c6289a7a458f3ae3107cc" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${UNPACKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit module setuptools3 | 17 | inherit module setuptools3 |
| 18 | 18 | ||
diff --git a/recipes-security/fscrypt/fscrypt_1.1.0.bb b/recipes-security/fscrypt/fscrypt_1.1.0.bb index ea9593b..c620c6e 100644 --- a/recipes-security/fscrypt/fscrypt_1.1.0.bb +++ b/recipes-security/fscrypt/fscrypt_1.1.0.bb | |||
| @@ -20,12 +20,12 @@ inherit go goarch features_check | |||
| 20 | 20 | ||
| 21 | REQUIRED_DISTRO_FEATURES = "pam" | 21 | REQUIRED_DISTRO_FEATURES = "pam" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${UNPACKDIR}/git" |
| 24 | 24 | ||
| 25 | do_compile() { | 25 | do_compile() { |
| 26 | export GOARCH=${TARGET_GOARCH} | 26 | export GOARCH=${TARGET_GOARCH} |
| 27 | export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go" | 27 | export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go" |
| 28 | export GOPATH="${WORKDIR}/git" | 28 | export GOPATH="${UNPACKDIR}/git" |
| 29 | 29 | ||
| 30 | # Pass the needed cflags/ldflags so that cgo | 30 | # Pass the needed cflags/ldflags so that cgo |
| 31 | # can find the needed headers files and libraries | 31 | # can find the needed headers files and libraries |
diff --git a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb index 3de2bfa..cf03a18 100644 --- a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb +++ b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 12 | SRCREV = "7c80c73c084ce9ea49a03b814dac7a82fd7b4c23" | 12 | SRCREV = "7c80c73c084ce9ea49a03b814dac7a82fd7b4c23" |
| 13 | SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https" | 13 | SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${UNPACKDIR}/git" |
| 16 | 16 | ||
| 17 | do_compile:prepend() { | 17 | do_compile:prepend() { |
| 18 | sed -i 's/fscryptctl\.1//g' ${S}/Makefile | 18 | sed -i 's/fscryptctl\.1//g' ${S}/Makefile |
diff --git a/recipes-security/glome/glome_git.bb b/recipes-security/glome/glome_git.bb index 8787ddc..b99239e 100644 --- a/recipes-security/glome/glome_git.bb +++ b/recipes-security/glome/glome_git.bb | |||
| @@ -10,7 +10,7 @@ inherit meson pkgconfig | |||
| 10 | 10 | ||
| 11 | DEPENDS += "openssl" | 11 | DEPENDS += "openssl" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${UNPACKDIR}/git" |
| 14 | SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https" |
| 15 | SRCREV = "48d28f82bd51ae4bccc84fbbee93c375b026596b" | 15 | SRCREV = "48d28f82bd51ae4bccc84fbbee93c375b026596b" |
| 16 | 16 | ||
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb index 8a0b1ee..ba0531c 100644 --- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb +++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb | |||
| @@ -8,7 +8,7 @@ SRCREV = "962f353aac6cfc7b804547319db40f8b804f0b6c" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "libpam" | 9 | DEPENDS = "libpam" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit autotools features_check | 13 | inherit autotools features_check |
| 14 | 14 | ||
diff --git a/recipes-security/isic/isic_0.07.bb b/recipes-security/isic/isic_0.07.bb index 28153e3..3e56091 100644 --- a/recipes-security/isic/isic_0.07.bb +++ b/recipes-security/isic/isic_0.07.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI = "http://prdownloads.sourceforge.net/isic/${BPN}-${PV}.tgz \ | |||
| 17 | SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4" | 17 | SRC_URI[md5sum] = "29f70c9bde9aa9128b8f7e66a315f9a4" |
| 18 | SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d" | 18 | SRC_URI[sha256sum] = "e033c53e03e26a4c72b723e2a5a1c433ee70eb4d23a1ba0d7d7e14ee1a80429d" |
| 19 | 19 | ||
| 20 | S="${WORKDIR}/${BPN}-${PV}" | 20 | S="${UNPACKDIR}/${BPN}-${PV}" |
| 21 | 21 | ||
| 22 | inherit autotools-brokensep | 22 | inherit autotools-brokensep |
| 23 | 23 | ||
diff --git a/recipes-security/krill/krill_0.12.3.bb b/recipes-security/krill/krill_0.12.3.bb index ee959c2..2e200dd 100644 --- a/recipes-security/krill/krill_0.12.3.bb +++ b/recipes-security/krill/krill_0.12.3.bb | |||
| @@ -15,7 +15,7 @@ include krill-crates.inc | |||
| 15 | UPSTREAM_CHECK_URI = "https://github.com/NLnetLabs/${BPN}/releases" | 15 | UPSTREAM_CHECK_URI = "https://github.com/NLnetLabs/${BPN}/releases" |
| 16 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${UNPACKDIR}/git" |
| 19 | CARGO_SRC_DIR = "" | 19 | CARGO_SRC_DIR = "" |
| 20 | 20 | ||
| 21 | inherit pkgconfig useradd systemd cargo cargo-update-recipe-crates | 21 | inherit pkgconfig useradd systemd cargo cargo-update-recipe-crates |
diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb index b4c6165..04bfcee 100644 --- a/recipes-security/libest/libest_3.2.0.bb +++ b/recipes-security/libest/libest_3.2.0.bb | |||
| @@ -20,7 +20,7 @@ EXTRA_OECONF = "--disable-pthreads --with-ssl-dir=${STAGING_LIBDIR}" | |||
| 20 | CFLAGS += "-fcommon" | 20 | CFLAGS += "-fcommon" |
| 21 | LDFLAGS:append:libc-musl = " -lexecinfo" | 21 | LDFLAGS:append:libc-musl = " -lexecinfo" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${UNPACKDIR}/git" |
| 24 | 24 | ||
| 25 | PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" | 25 | PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" |
| 26 | 26 | ||
diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb index f725a26..f5518d2 100644 --- a/recipes-security/libmhash/libmhash_0.9.9.9.bb +++ b/recipes-security/libmhash/libmhash_0.9.9.9.bb | |||
| @@ -10,7 +10,7 @@ HOMEPAGE = "http://mhash.sourceforge.net/" | |||
| 10 | LICENSE = "LGPL-2.0-only" | 10 | LICENSE = "LGPL-2.0-only" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/mhash-${PV}" | 13 | S = "${UNPACKDIR}/mhash-${PV}" |
| 14 | 14 | ||
| 15 | SECTION = "libs" | 15 | SECTION = "libs" |
| 16 | 16 | ||
diff --git a/recipes-security/libmspack/libmspack_1.11.bb b/recipes-security/libmspack/libmspack_1.11.bb index 59df84b..338701e 100644 --- a/recipes-security/libmspack/libmspack_1.11.bb +++ b/recipes-security/libmspack/libmspack_1.11.bb | |||
| @@ -11,6 +11,6 @@ SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https" | |||
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git/${BPN}" | 14 | S = "${UNPACKDIR}/git/${BPN}" |
| 15 | 15 | ||
| 16 | inherit autotools | 16 | inherit autotools |
diff --git a/recipes-security/ncrack/ncrack_0.7.bb b/recipes-security/ncrack/ncrack_0.7.bb index 8e6b444..881ee38 100644 --- a/recipes-security/ncrack/ncrack_0.7.bb +++ b/recipes-security/ncrack/ncrack_0.7.bb | |||
| @@ -13,6 +13,6 @@ DEPENDS = "openssl zlib" | |||
| 13 | 13 | ||
| 14 | inherit autotools-brokensep | 14 | inherit autotools-brokensep |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${UNPACKDIR}/git" |
| 17 | 17 | ||
| 18 | INSANE_SKIP:${PN} = "already-stripped" | 18 | INSANE_SKIP:${PN} = "already-stripped" |
