1760 Commits
Author SHA1 Message Date
Scott Murray 2703974d5e lynis: upgrade 3.1.6 -> 3.1.7
Release notes:
https://github.com/CISOfy/lynis/releases/tag/3.1.7

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Scott Murray b9021e848b suricata: upgrade 8.0.4 -> 8.0.6
Release notes:
https://forum.suricata.io/t/suricata-8-0-5-and-7-0-16-released/6315
https://forum.suricata.io/t/suricata-8-0-6-and-7-0-17-released/6391

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Scott Murray 81e1c37216 crowdsec: upgrade 1.7.7 -> 1.8.1
Release notes:
https://github.com/crowdsecurity/crowdsec/releases/tag/v1.7.8
https://github.com/crowdsecurity/crowdsec/releases/tag/v1.8.0
https://github.com/crowdsecurity/crowdsec/releases/tag/v1.8.1

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Scott Murray 34dda49b4e aide: upgrade 0.19.3 -> 0.19.4
Release notes:
https://github.com/aide/aide/releases/tag/v0.19.4

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Khem Raj d34b7b8031 tpm2-pkcs11: Upgrade 1.9.2 -> 1.10.1
Fixes the build against OpenSSL 4.0, which completes the opaquing of
struct asn1_string_st:

  src/lib/ssl_util.c:201:9: error: incomplete definition of type
      'ASN1_OCTET_STRING' (aka 'struct asn1_string_st')

Upstream switched both call sites in ssl_util.c to the
ASN1_STRING_get0_data()/ASN1_STRING_length() accessors, so the upgrade
is all that is needed, no local patch.

Drop 0001-src-lib-tpm-return-NULL-for-twist-on-auth-failure.patch, it is
already applied upstream in this release (PR #923) and now fails to
apply.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Khem Raj b289c5040c tpm2-tools: Upgrade 5.7 -> 5.8
Release notes:
https://github.com/tpm2-software/tpm2-tools/blob/5.8/docs/CHANGELOG.md

Fixes GHSA-v7w4-4gc9-qcgv, GHSA-gwfg-w3jr-xh66 and GHSA-qp88-8f4j-wv7q,
including a heap buffer overflow in tpm2_getekcertificate.

Also brings OpenSSL 4.0 compatible macros, so the tools build and link
cleanly against openssl 4.x (verified against 4.0.2 with no deprecation
warnings; tpm2 links libcrypto.so.4).

Add autoconf-archive-native to DEPENDS: the 5.8 release tarball no longer
bundles the autoconf-archive ax_*.m4 macros under m4/ the way 5.7 did, so
the autoreconf done by autotools.bbclass leaves AX_CHECK_COMPILE_FLAG,
AX_CHECK_LINK_FLAG, AX_CHECK_PREPROC_FLAG, AX_ADD_FORTIFY_SOURCE,
AX_CODE_COVERAGE and AX_IS_RELEASE undefined. m4 then strips a quoting
level off their unexpanded arguments and the bare AC_MSG_ERROR leaks into
configure, failing autoconf's m4_pattern_forbid check with:

  configure.ac:40: error: undefined or overquoted macro: AC_MSG_ERROR

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Wang Mingyu 020af94bec ccs-tools: upgrade 1.8.9 -> 1.8.14
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Scott Murray d5cebb7381 clamav: upgrade 1.4.4 -> 1.4.6
Release notes:
https://github.com/Cisco-Talos/clamav/releases/tag/clamav-1.4.5
https://github.com/Cisco-Talos/clamav/releases/tag/clamav-1.4.6

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Scott Murray 0e9a9bcb8c ossec-hids: upgrade 3.7.0 -> 4.3.0
Release notes:
https://github.com/ossec/ossec-hids/releases/tag/3.8.0
https://github.com/ossec/ossec-hids/releases/tag/4.0.0
https://github.com/ossec/ossec-hids/releases/tag/4.1.0
https://github.com/ossec/ossec-hids/releases/tag/4.2.0
https://github.com/ossec/ossec-hids/releases/tag/4.3.0

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Scott Murray 958edac22e krill: upgrade 0.12.3 -> 0.16.0
Release notes:
https://github.com/NLnetLabs/krill/releases/tag/v0.13.0
https://github.com/NLnetLabs/krill/releases/tag/v0.13.1
https://github.com/NLnetLabs/krill/releases/tag/v0.14.0
https://github.com/NLnetLabs/krill/releases/tag/v0.14.1
https://github.com/NLnetLabs/krill/releases/tag/v0.14.2
https://github.com/NLnetLabs/krill/releases/tag/v0.14.3
https://github.com/NLnetLabs/krill/releases/tag/v0.14.4
https://github.com/NLnetLabs/krill/releases/tag/v0.14.5
https://github.com/NLnetLabs/krill/releases/tag/v0.14.6
https://github.com/NLnetLabs/krill/releases/tag/v0.15.0
https://github.com/NLnetLabs/krill/releases/tag/v0.15.1
https://github.com/NLnetLabs/krill/releases/tag/v0.16.0

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:56:10 +03:00
Scott Murray d8dc1ec244 sssd: upgrade 2.10.2 -> 2.13.1
Upgrade sssd to latest release.  Add _GNU_SOURCE to CFLAGS when
building with musl to pick up strchrnul definition.

Release notes:
https://sssd.io/release-notes/sssd-2.11.0.html
https://sssd.io/release-notes/sssd-2.11.1.html
https://sssd.io/release-notes/sssd-2.12.0.html
https://sssd.io/release-notes/sssd-2.13.0.html
https://sssd.io/release-notes/sssd-2.13.1.html

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 20:54:56 +03:00
Scott Murray f80269340c scap-security-guide: upgrade 0.1.80 -> 0.1.81
Release notes:
https://github.com/ComplianceAsCode/content/releases/tag/v0.1.82

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 02:29:19 +03:00
Scott Murray 2596106b09 openscap: upgrade 1.4.3 -> 1.4.4
Release notes:
https://github.com/OpenSCAP/openscap/releases/tag/1.4.4

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 02:28:54 +03:00
Esa Jaaskela db0b71a7f3 aide: Fix unstable install task hash
The installation task hash for the aide is marked as nostamp. This is
done because the native task installs files outside the sysroot, to the
Aide staging directory. Those files are not captured by
do_populate_sysroot, so they are missing whenever the task is skipped or
restored from sstate.

Install the required native contents to the sysroot, and then customise
and deploy the configuration file in the aide_init_db rootfs postprocess
function that utilizes the files. The configuration file needs to be
reset every time the function is run to avoid using stale
configurations.

Staging the native files through the sysroot makes the nostamp
unnecessary, so remove it along with the unstable task hash it caused.

Signed-off-by: Esa Jaaskela <esa.jaaskela@suomi24.fi>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 02:00:19 +03:00
Scott Murray 55fa46e742 meta-tpm: Fix SUMMARY/HOMEPAGE in affected recipes
To quiet the missing metadata warnings, switch DESCRIPTION to SUMMARY
in the following recipes:
- security-tpm-image
- security-tpm2-image
- packagegroup-security-tpm
- openssl-tpm-engine

and add HOMEPAGE to these recipes:
- libtpms
- swtpm
- tpm-tools

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 02:00:09 +03:00
Krupal Ka Patel 6df247cb9b tpm2-tools: fix PACKAGECONFIG typo
Correct the misspelled PACKAGECONFIG variable so efivar is enabled by
default as intended by commit cdb4e444ac.

Signed-off-by: Krupal Ka Patel <krkapate@cisco.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:59:54 +03:00
Peter Marko 452d3452a7 tpm2-tss: set status for CVE-2024-29040
CVE-2024-29040 is per Debian report [2] fixed in 4.1.0.

[1] https://security-tracker.debian.org/tracker/CVE-2024-29040

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:59:46 +03:00
Peter Marko 0a641b1ee8 tpm2-tools: set status for CVE-2017-7524 and CVE-2024-29039
CVE-2017-7524 is a historical CVE and new cve-check does not undestand
fixed version data. Debian report [1] shows fix commit which can be
linked to release information.

CVE-2024-29039 is per Debian report [2] fixed in 5.7.

[1] https://security-tracker.debian.org/tracker/CVE-2017-7524
[2] https://security-tracker.debian.org/tracker/CVE-2024-29039

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:59:30 +03:00
Gaël PORTAY 2491b069c4 docs: update path of wic files
The wic files were moved from wic/ to files/wic since commit 596b966a0d
("wic: wic need to be moved to files/wic within the layer to be
found/used").

This updates the path of wic files in the documentation.

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:59:17 +03:00
Gaël PORTAY e441952be9 wic: document the meta-intel dependency in the dm-verity hash example
The dependency might not be obvious to everyone, so leave a hint as in
commit 2fbeebc18c ("dm-verity: document the meta-intel dependency in the
systemd example").

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:59:07 +03:00
Gaël PORTAY da1114978f dm-verity: remove unused variable
This removes unused variable that was dropped by commit d80cd2ba6a
("dm-verity: Set the IMAGE_FSTYPES correctly when dm-verity is
enabled").

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:58:58 +03:00
Shreejit C 3c2feadddb meta-tpm: Add missing recipe metadata (HOMEPAGE/SUMMARY)
Several meta-tpm recipes were missing HOMEPAGE and/or SUMMARY entries,
tripping the missing-metadata recipe QA check that is enabled for
core-layer recipes. The warnings surface whenever do_recipe_qa actually
runs (a fresh build with no sstate hit), e.g.:

  WARNING: tpm2-tss-4.1.3-r0 do_recipe_qa: QA Issue: Recipe tpm2-tss in
  .../tpm2-tss_4.1.3.bb does not contain a HOMEPAGE. Please add an entry.
  [missing-metadata]

Add the upstream project URL as HOMEPAGE, and a SUMMARY where absent:

  - tpm2-tss:                   add HOMEPAGE
  - tpm2-tools:                 add HOMEPAGE
  - tpm2-openssl:               add HOMEPAGE
  - tpm2-abrmd:                 add HOMEPAGE
  - tpm2-pkcs11:                add HOMEPAGE
  - tpm2-tss-engine:            add HOMEPAGE
  - python3-tpm2-pytss:         add SUMMARY
  - packagegroup-security-tpm2: add SUMMARY

Signed-off-by: Shreejit C <shreejit.c@emerson.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:58:51 +03:00
Sandeep J 7bb182b14e README: fix broken URLs in meta-integrity and ccs-tools
Update TOMOYO documentation URL:
   http://tomoyo.sourceforge.jp/1.8/index.html.en
to:
   https://tomoyo.sourceforge.net/1.8/index.html.en

Replace dead gmane.org permalink references with mail-archive.com
copies of the original Tizen dev mailing list messages:
   http://permalink.gmane.org/gmane.comp.handhelds.tizen.devel/6281
to:
   https://www.mail-archive.com/dev@lists.tizen.org/msg06106.html

   http://permalink.gmane.org/gmane.comp.handhelds.tizen.devel/6275
to:
   https://www.mail-archive.com/dev@lists.tizen.org/msg06100.html

Signed-off-by: Sandeep J <Sandeep.J@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:58:40 +03:00
Bin Cao c5829507cf samhain: fix server startup failure on systemd-based systems
Fix two issues preventing samhain-server (yule) from starting:

1. The compiled-in PID file path /var/run/samhain.pid fails because
   /var/run is a symlink to /run on systemd-based systems, and
   samhain's security check rejects symlinks for PID directories.
   Add SetLockfilePath = /run/yule.pid to yulerc.template, following
   the same approach used in 0004-Set-the-PID-Lock-path-for-samhain.pid
   for the standalone/client configuration.

2. The init scripts unconditionally source /etc/default/rcS which does
   not exist on systemd-based systems, producing a confusing error
   message. Source it conditionally instead.

Signed-off-by: Bin Cao <bin.cao.cn@windriver.com>
(adapted against prior 4.5.3 upgrade)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-09-14 01:58:23 +03:00
Peter Marko c0d1d6200e tpm2-pkcs11: upgrade 1.9.1 -> 1.9.2
This contains fix for building native recipe with security flags
enabled:
* https://github.com/tpm2-software/tpm2-pkcs11/commit/be97b21ae641303ce83a8fbb54002701c1aede31

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-25 17:14:15 +03:00
Bin Cao f7d6b118f6 samhain: upgrade 4.5.2 -> 4.5.3
Update samhain-client, samhain-server, and samhain-standalone to 4.5.3.

Release notes: https://www.la-samhna.de/samhain/archive.html

Signed-off-by: Bin Cao <bin.cao.cn@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
jason.lau 18c343e92e aide: fix pkg_postinst_ontarget shell script
- Fix conditional checks for AIDE_SCAN_POSTINIT and AIDE_RESCAN_POSTINIT:
  '[ 0 ]' always evaluates to true since it's a non-empty string.
  Use string comparison '= "1"' instead.
- Fix invalid use of '&&' inside '[ ]' test brackets. Use separate
  test expressions joined by shell '&&'.

Signed-off-by: Haitao Liu <haitao.liu@windriver.com>
(reworked for 0.19.3, fixed indentation)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Li Zhou e9fb34c51e aide-base.bbclass: correct STAGING_AIDE_DIR
Fix the typo "aida" to "aide" in STAGING_AIDE_DIR.

Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Yi Zhao 05f3f6eb2a arpwatch: fix typos
APRWATCH_FROM -> ARPWATCH_FROM
ARPWATH_REPLY -> ARPWATCH_REPLY
CONFFILE_FILES -> CONFFILES:${PN}

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Peter Marko 68d3c150e9 tpm2-tools: make efivar optional
Previous commit made this a hard dependency because it's autodetected.
Instead of that, make it configurable so it can be disabled (roughtly
equivalent to behavior before that commit).

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Ross Burton 8d6cbaceb3 parsec-service: update TS group name
meta-arm recently changed the group name that is used by TS[1], so update
the group name to match.

[1] meta-arm 595cb0f1a0 ("arm/trusted-services: fix udev management in libts")

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Ross Burton 57f8a1e923 parsec-service: do group membership modifications in useradd
Instead of calling groupmems after creating the user, we can tell useradd
to do the group membership when creating the user.  There are several
reasons for this:

1) Consolidation of the calls into a single call means creation is atomic,
   it either worked or it did not.
2) The existing logic doesn't work if both TPM and TS were enabled.
3) GROUPMEMS_PARAM is broken in oe-core master[1] and this will not be
   fixed as groupmems has been removed from shadow[2].

Instead, construct a list of groups that parsec needs to be a member of,
and pass them to useradd.

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=16277
[2] shadow 388ce70 "*/: groupmems(8): Remove program"

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Ross Burton 66c38186ba parsec-service: assign PACKAGECONFIG in one line
By :appending the TPM option we make it impossible for distros to simply
assign to PACKAGECONFIG.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Anton Antonov 7cafc3fe73 meta-parsec: Do not run Parsec CI jobs on 32bit platforms.
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Anton Antonov 45a2630ad8 parsec-service: Update Parsec service version.
This update adds compatibility with clang 22.1 in oe-core.

Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
jason.lau e376bba755 google-authenticator-libpam: update 1.0.9 -> 1.11
Changes from 1.09 to 1.10:
  - Shorten syslog name to work with rsyslog (#172)
  - Update config file with grace period in all cases (#193)
  - Remove printing QR code using Google Charts URL (service shut down)

  Changes from 1.10 to 1.11:
  - Change secret key bits from 128 to 160 bits (#266, #271)
  - Add support for black & white terminals (#268, #270)
  - Fix grace_period for IPv6 link-local addresses (#265)

  Also fix the .bb recipe:
  - Fix typo: RDEPNEDS -> RDEPENDS
  - Use new override syntax: RDEPENDS:pam-google-authenticator
    (replaces old underscore style RDEPENDS_pam-google-authenticator)

Signed-off-by: Haitao Liu <haitao.liu@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Li Zhou 05a1e64fbc layer.conf: correct WARN_QA
Fix the typo "tmp-layer" in "WARN_QA:append".
The right name for this layer in OVERRIDES is layer-tpm-layer
by checking "bitbake -e <recipe_name> | grep ^OVERRIDES=".

Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:05 +03:00
Li Zhou a289f22878 firejail: fix COMPATIBLE_MACHINE setting
Because "x86_64" and "arm64" aren't valid in bitbake OVERRIDES,
they should be corrected to "x86-64" and "aarch64".
On the other side, "x86_64" and "arch64" aren't valid MACHINE
name.
So correct the way to "only allow x86-64 and arm64 to build":
COMPATIBLE_MACHINE = "(-)"          => disallow all machine first
COMPATIBLE_MACHINE:aarch64 = "(.*)" => when arch "aarch64" in
OVERRIDES, allow all machines.
COMPATIBLE_MACHINE:x86-64 = "(.*)"  => when arch "x84-64" in
OVERRIDES, allow all machines.

Fix 1dd076d3a7 ("firejail: only allow x86-64 and arm64 to build")

Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-05-18 19:21:04 +03:00
Scott Murray 925357d25a Update kas configuration for wrynose branch
Update base kas configuration for CI to wrynose branches.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-30 00:14:30 +03:00
Marta Rybczynska 9265f142f3 README: update CI links
Update CI links for meta-security

Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray 5bcd679c2c packagegroup-core-security: remove python3-privacyidea
To work around an install conflict between python3-cryptography and
python3-pyrad and unblock CI runs, remove python3-privacyidea from
the packagegroup dynamic bbappend temporarily.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray 5a333f4646 packagegroup-core-security: Add missing packages
Add aircrack-ng, crowdsec, ncrack, and opendnssec where appropriate
now that they have been updated to build again.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray 07439815e7 ncrack: Update
Bump to HEAD of ncrack's master branch to pick up build fixes for
newer gcc's.  PV has been updated to indicate that we are now
building something newer than the 0.7 tagged commit.

License-Update: copyright years refreshed

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray ffdbb6dffd libmhash: Remove
Remove libmhash, as it is no longer required to build aide.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray 203087eb70 aide: Upgrade to 0.19.3
Release notes:
https://github.com/aide/aide/releases/tag/v0.19
https://github.com/aide/aide/releases/tag/v0.19.1
https://github.com/aide/aide/releases/tag/v0.19.2
https://github.com/aide/aide/releases/tag/v0.19.3

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray 90049242e6 clamav: Upgrade to 1.4.4
Release notes:
https://github.com/Cisco-Talos/clamav/releases/tag/clamav-1.4.4

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray d0386f2844 libmspack: Remove
Remove libmspack recipe, and remove it from clamav's DEPENDS.
clamav now vendors its own substantially modified copy, so there's
no reason to carry a recipe for it.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray 8e4092ad8d opendnssec: Upgrade to 2.1.14
Upgrade to 2.1.14 and add some patches from the github PR queue to
fix compilation.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray 1792ae2762 aircrack-ng: Upgrade to 1.7
Upgrade to the latest release, 1.7, and rework recipe so that it
actually builds again.  Note that the extra scripts are no longer
installed by default as they seem somewhat stale and likely further
work is required to have any of them work.  A PACKAGECONFIG option,
"ext-scripts" has been added to enable installing them if they are
required for some reason.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00
Scott Murray cd05fe6992 crowdsec: Upgrade to v1.7.7
The crowdsec recipes has seemingly been broken since soon after its
addition, rewrite it to build the latest version with the go-mod
bbclass.

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2026-04-27 21:47:27 +03:00