cfengine-masterfiles: upgrade 3.27.1 -> 3.28.0

Changes:
- Add dnf and dnf_group package modules.
- Refactor cfe_autorun_inventory_packages; use a Python script to check the
  Linux distribution version.
- Add cryptsetup to the stdlib paths.
- Add full-hosts-delete and 2FA support to the distributed cleanup script.
- Numerous lint/format cleanups, a fixed pip packages-promise regex, and
  CHANGELOG formatting improvements.

Release announcement:
https://cfengine.com/blog/2026/cfengine-3-28-released-introspection/

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-07-29 02:19:59 +00:00
parent ac1b55d4d2
commit 4a33c1ac06
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=22b3189b9b79f1de35860dcc299bb6bc"
SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BP}.tar.gz \
"
SRC_URI[sha256sum] = "fd32c1255c0114d55929b496a15a6a6f48231f108be23f50ad3b8abc2e734ccf"
SRC_URI[sha256sum] = "e044ce5926491e649f96c943482bf56bc268389fcb5d2edc4bcc4e94ceff09aa"
UPSTREAM_CHECK_URI = "https://github.com/cfengine/masterfiles/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"