aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
AgeCommit message (Collapse)Author
39 hourssanlock: upgrade 3.9.1 -> 3.9.2Wang Mingyu
0001-include-libgen.h-for-basename.patch removed since it's included in 3.9.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 dayslibcbor: use shared librariesDan McGregor
libfido2 requires cbor be position independent. When PIE's the default this isn't a problem, but not all build configurations do that. Instead of relying on that, just make shared libraries. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysUse PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory pathalperak
The following paths have been replaced with PYTHON_SITEPACKAGES_DIR: - "${libdir}/${PYTHON_DIR}/site-packages" - "${libdir}/python${PYTHON_BASEVERSION}/site-packages" - "${libdir}/python*/site-packages" - "${libdir}/python3.*/site-packages" Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysdocopt.cpp: add support for native and nativesdkEero Aaltonen
There are use cases for build time cli tools, so include support for native as well. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 daysdocopt.cpp: turn boost to a PACKAGECONFIG optionEero Aaltonen
docopt.cpp only uses boost regex with the option USE_BOOST_REGEX=ON. When used, boost regex is statically linked. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 daysostree: Add missing dependencies for ptestsKhem Raj
When running ptests using meta-oe-image-ptest-ostree image these packageconfig/soup3 and utf8 locale is needed Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jose Quaresma <quaresma.jose@gmail.com>
2024-04-03highway,libjxl: Remove -mfp16-format=ieee when using clang compilerKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02highway: add recipeMarkus Volk
add google highway as a dependency for libjxl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02libdeflate: upgrade 1.19 -> 1.20Wang Mingyu
Changelog: ========== * Improved CRC-32 performance on recent x86 CPUs by adding VPCLMULQDQ-accelerated implementations using 256-bit and 512-bit vectors. * Improved Adler-32 performance on recent x86 CPUs by adding VNNI-accelerated implementations using 256-bit and 512-bit vectors. * Improved CRC-32 and Adler-32 performance on short inputs. * Optimized the portable implementation of Adler-32. * Added some basic optimizations for RISC-V. * Dropped support for gcc versions older than v4.9 (released in 2014) and clang versions older than v3.9 (released in 2016). * Dropped support for CRC-32 acceleration on 32-bit ARM using the ARMv8 pmull or crc32 instructions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-02libblockdev: upgrade 3.1.0 -> 3.1.1Wang Mingyu
Changelog: =========== - Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined - Port to G_GNUC_INTERNAL for controlling symbols visibility - Fix some more occurrences of missing port to G_GNUC_UNUSED - dm_logging: Annotate redirect_dm_log() printf format - tests: Add NVMe persistent discovery controller tests - tests: Add NVMe controller type checks - Makefile: Fix bumpver to work with micro versions - tests: Manually remove removed PVs from LVM devices file - tests: Ignore LVM devices file for non-LVM tests - tests: Fix removing custom LVM devices file - nvme: Add bd_nvme_is_tech_avail to the API file - lvm-dbus: Fix passing size for pvresize over DBus Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-27minifi-cpp: Fix libsodium build on aarch64/clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25wtmpdb: Upgrade to 0.11.0 releaseKhem Raj
Brings these changes wtmpdb last: support matching for username and/or tty last: add support for time-format option Drop lto patch as it has been fixed differently. Add a patch to fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25sanlock: Fix build with musl >= 1.2.5Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-25rsyslog: update from 8.2306.0 to 8.2402.0Randy MacLeod
Change the PACKAGECONFIG[systemd] that wrapped --with-systemdsystemunitdir to use the new --enable-libsystemd option: acb62dfda remove systemd embedded code, use library instead The bug related to using libcap-ng has beeen fixed: https://github.com/rsyslog/rsyslog/pull/5166/commits/030e047fd0c896b4cb2433bab853321eff6f8ec9 so use that library by default now to allow rsyslog to run with fewer privileges. PTest results: sysvinit, systemd TOTAL: 462, 462 PASS: 457, 459 SKIP: 5, 3 XFAIL: 0, 0 FAIL: 0, 0 XPASS: 0, 0 ERROR: 0, 0 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23plocate: Fix sys/stat.h and linux/stat.h conflicts with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20minifi-cpp: upgrade 0.7.0 -> 0.15.0Yi Zhao
Release Notes: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.15.0 * Use external dependencies where possible to get rid of bundled packages. * Add PACKAGECONFIGs. * Use its own systemd service file. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20libreport: upgrade 2.17.11 -> 2.17.15Wang Mingyu
Changelog: ========== ### Changed - reporter-bugzilla: Improve bug formatting - reporter-bugzilla: Reduce number of duplicate bug reports ### Fixed - reporter-bugzilla: Fail gracefully if API key contains invalid characters - reporter-bugzilla: Fix creating binary attachments - reporter-bugzilla: Fix loading configuration - Exclude coredump archives when creating a bug - reporter-upload: Fix double free crash - gui-wizard-gtk: Enable word wrap for comments - Fix compatibility with libxml2 2.12 - Fix multiple problems with the test suite ### Added - Add support for unpacking coredumps in the problem directory - Add "MEMORY_PRESSURE_WATCH" to the list of ignored words Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-20dialog: upgrade 1.3-20240101 -> 1.3-20240307Wang Mingyu
Changelog: =========== + add option --color-modes, which can be used to color the content of programbox, tailbox, textbox + updated configure script, e.g., for compiler-warning fixes. + amend change to formbox while revising --max-input to work with the form's "ilen" parameter + update config.guess, config.sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-18ostree: Upgrade 2024.4 -> 2024.5Jose Quaresma
$ git --no-pager log --oneline v2023.8...v2024.1 f3b66e8c (tag: v2024.5) Release 2024.5 756e2dad Merge pull request #3214 from cgwalters/checkout-overwrite-force bb6dfd3a checkout: Always replace existing content in overlay mode c314eaa9 Merge pull request #3213 from rborn-tx/fix-early-prune 4efb44f3 deploy: Ensure boot directory is open before accessing it 223a1af4 Merge pull request #3208 from HuijingHei/split-whitespace abc7d5b9 kargs: parse spaces in kargs input and keep quotes d95c2f8d Merge pull request #3206 from cgwalters/enable-new-naming 2fb7a048 sysroot: Turn on bootloader-naming-2 by default f1e663bd Merge pull request #3205 from cgwalters/fix-grub-probing e47b3709 bootloader/grub2: Don't do anything if we have static configs b4a1e383 Merge pull request #3204 from cgwalters/quiet-config-load 1a54d94f Merge pull request #3203 from dbnicholson/version-sigpipe bf811629 otcore: Drop config load print 422a2887 main: Ignore SIGPIPE when printing version 1b3ffe54 Merge pull request #3196 from cgwalters/fix-sepolicy-public 3ae7118e Merge pull request #3199 from travier/docs-fix a63f9516 docs: Cleanup title for historical OSTree README 4ae50658 docs: Move SPDX identifiers under first title cdb4cad4 Merge pull request #3197 from cgwalters/release 084e027d sepolicy: Fix publicity mismatch for ostree_sepolicy_host_enabled 14a5746d Post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17recipes: Drop remaining PR values from recipesMartin Jansa
* as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-11polkit: remove unneeded workaroundMarkus Volk
polkitd doesn't segfault with MemoryDenyWriteExecute=yes anymore Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08mozjs-115: fix reproducibility issueMarkus Volk
mozjs inserts lines with ${S} in many cpp files. Although required for compilation, it affects reproducibility for the mozjs-115-src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08ostree: upgrade 2024.3 -> 2024.4Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08ddrescue: upgrade 1.27 -> 1.28Wang Mingyu
Changelog: ============ * main.cc: Rename option '--verify-on-error' to '--check-on-error'. Rename option '--verify-input-size' to '--check-input-size'. Remove synonym '--exit-on-error'. * fillbook.cc (fill_areas), rescuebook.cc (do_rescue): Issue a final fsync to prevent early exit if kernel caches writes. * ddrescuelog.cc (show_status): Show mapfile names at verbosity == 0. * ddrescue.texi: Document how to create a compressed image. * configure, Makefile.in: New variable 'MAKEINFO'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-05polkit: update 123 -> 124Markus Volk
- support for mozjs-115 was added, remove the patch - update 0001-polkit.service.in-disable-MemoryDenyWriteExecute.patch - include missing files to avoid: /usr/lib/pam.d /usr/lib/sysusers.d /usr/lib/pam.d/polkit-1 /usr/lib/sysusers.d/polkit.conf Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ERROR: polkit-124-r0 do_package: QA Issue: polkit: Files/directories were installed but not shipped in any package: Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-05mozjs-115: update 115.6.0 -> 115.8.0Markus Volk
- python 3.12 support was added, remove the patch Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-27ostree: Remove strace from ptest rdepsKhem Raj
it checks for strace and then try fault injection if it exists. So, while it will be good to have strace port for rv32 it can be disabled for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19meta-oe: drop ${PYTHON_PN}Tim Orling
python2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19ostree: upgrade 2024.1 -> 2024.3Wang Mingyu
Changelog: =========== -prepare-root: Unify root.transient with composefs -libostree: write selinux xattr when on non-selinux systems -ostree.repo-config(5): Fix a typo -Expose MOUNT_ATTR_IDMAP detection result to C code -docs/atomic-rollbacks: Add a section on rollbacks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19logwatch: upgrade 7.9 -> 7.10Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19isomd5sum: upgrade 1.2.3 -> 1.2.4Wang Mingyu
Changelog: =========== -Add support for riscv64 -workflows: Update to use actions/checkout -Fix checksum failure with small isos -test: Update testing to include small iso and larger iso -Add a GitHub Action to run tests -Add mips64 -testpyisomd5sum.py: Support genisoimage, Python 2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-12flatpak: remove unneeded RDEPENDSMarkus Volk
The build has been modified to use internal copies of bubblewrap and xdg-dbus-proxy. https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=9c68079a26b64b836bc6a28e422a1099f48726d2 We can additionally remove the RDEPENDS for these tools, since flatpak now creates its own copies of the files in /usr/libexec. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-10etcd-cpp-apiv3: no longer skip ldflags QAThomas Perrot
Because there is no longer the error. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09nana: upgrade to latest commit from githubMartin Jansa
* nana 2.5 release is from 2005 and since then the development was moved from savannah to github, see: https://savannah.gnu.org/projects/nana https://savannah.gnu.org/news/?id=8130 * the latest commit on https://github.com/pjmaker/nana was also 10 years ago now, so don't expect nana-3.0 release any time soon, but the commits after the 2.5 help with some autotools issues, so it's worth taking them * 0001-Include-stdlib.h-for-exit-and-abort-prototypes.patch was resolved in: https://github.com/pjmaker/nana/commit/bed0de4e64250ad6aea810f8e5521e23b26e655b#diff-44df4b12f1a47b20b5e0e107fad4f7692a17a2861337fb6e984db755feb912b6 * sent as RFC, because I've only build tested this, but only nana-src has fewer files (possibly due to B != S) and nana.1 man page is still installed as before (hopefully without random build failures now) buildhistory-diff -p buildhistory 1b5542b7fe608fc952c94bea65103883be1b9f32 master packages/core2-64-oe-linux/nana/nana-dbg: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-dbg: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-dev: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-dev: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-doc: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-doc: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-locale: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-locale: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-src: FILELIST: removed all items "/usr/src/debug/nana/2.5/src/L_buffer.h /usr/src/debug/nana/2.5/src/nana_error.h /usr/src/debug/nana/2.5/src/calls.h /usr/src/debug/nana/2.5/src/L_times.h" packages/core2-64-oe-linux/nana/nana-src: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-src: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana-src: PKGSIZE changed from 9569 to 0 (-100%) packages/core2-64-oe-linux/nana/nana-staticdev: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana-staticdev: PKGR changed from r0.0 to r0.11 packages/core2-64-oe-linux/nana/nana: PKGV changed from 2.5 [default] to 2.5+git0+6d70617db8 packages/core2-64-oe-linux/nana/nana: PKGR changed from r0.0 to r0.11 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09can-isotp: Update to latest and skip itKhem Raj
Its only needed with kernel < 5.10, in such BSPs it could be over-written in BSP or distro layers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09recipes: drop ${SRCPV} usageMartin Jansa
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
2024-02-09sanlock: upgrade 3.9.0 -> 3.9.1Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libblockdev: upgrade 3.0.4 -> 3.1.0Wang Mingyu
Changelog: ============== - tests: Default to /tmp for create_sparse_tempfile() - tests: Avoid setting up intermediary loop device for the nvme target - tests: Remove unreliable nvme attribute checks - lvm-dbus: Fix leaking error - lvm-dbus: Avoid using already-freed memory - utils: Add expected printf string annotation - fs: Report reason for open() and ioctl() failures - ci: Add an action to compile libblockdev with different compilers - Sync spec with downstream - Add BDPluginSpec constructor and use it in plugin_specs_from_names - overrides: Remove unused 'sys' import - ci: Manually prepare spec file for Packit - ci: Remove the custom version command for Packit - swap: Add support for checking label and UUID format - fs: Add a function to check label format for F2FS - fs: Add a generic function to check for fs info availability - fs: Fix allowed UUID for generic mkfs with VFAT - fs: Add support for getting filesystem min size for NTFS and Ext - tests: Remove some obsolete rules to skip tests - Mark NVDIMM plugin as deprecated since 3.1 - part: Fix potential double free when getting parttype - tests: Use BDPluginSpec constructor in LVM DBus plugin tests - python: Add a deepcopy function to our structs - Fix missing progress initialization in bd_crypto_luks_add_key - tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09iotop: upgrade 1.25 -> 1.26Wang Mingyu
Changelog: Add clock in upper right corner License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09libcbor: upgrade 0.10.2 -> 0.11.0Wang Mingyu
Changelog: ========== - Updated documentation to refer to RFC 8949 - Improvements to 'cbor_describe' - Fix 'cbor_string_set_handle' not setting the codepoint count - 'cbor_load' will no longer fail on input strings that are well-formed but not valid UTF-8 - All decoders like 'cbor_load' and 'cbor_stream_decode' will accept all well-formed tag values Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-09ostree: Upgrade 2023.8 -> 2024.1Jose Quaresma
$ git --no-pager log --oneline v2023.8...v2024.1 3b4f5e36 (tag: v2024.1) Release 2024.1 19cd8cf1 Merge pull request #3135 from ericcurtin/aboot-documentation 6031f1c0 Merge pull request #3120 from jlebon/pr/state-overlays e233d023 build(deps): bump libglnx from `aff1eea` to `b415d046` 92b1a272 Add concept of state overlays 062cf603 Merge pull request #3136 from ericcurtin/pr-3134-feedback 477d472c status: Rename query-booted to is-default b79a2e16 Merge pull request #3134 from ericcurtin/query-boot-real 87a0aba9 Merge pull request #3133 from cgwalters/boot-complete-rollback 46bae54b status: Fix --skip-signatures description c13aef97 man: Add ostree admin status man page CLI options. 1397ee2b status: Introduce tool to quickly check if we are booted as default cd308d57 doc: Add section about ostree and aboot 501a0775 Merge pull request #3132 from ericcurtin/query-boot 852db038 systemd/ostree-boot-complete: Start earlier eb4fb917 systemd/ostree-boot-complete: Add `ConditionKernelCommandLine=ostree` 37971a9d status: Fix build without GPGME ac8638f3 Merge pull request #3131 from cgwalters/status-use-remote 4d06e98e Merge pull request #3130 from jlebon/pr/autoprune-aarch64-dtb e95109b3 status: Add an option to skip signature verification 24bf5b7d status: Pass correct remote name when verifying cc5747a6 lib/deploy: Add safety margin in early prune space check 4982306e lib/deploy: Round to block size in early prune space check 9faf5569 Merge pull request #3129 from cgwalters/fix-unlock-composefs-compat 6a339ac6 Merge pull request #3128 from cgwalters/hotfix-composefs dd33cc65 switchroot: use shared constant for unlock --hotfix a1c1c0b5 prepare-root: Fix composefs + ostree admin unlock --hotfix compat 40b143f4 Merge pull request #3127 from cgwalters/composefs-doc-toplevel-chattr ba12a168 Merge pull request #3119 from cgwalters/zipl-fix-nul-term 712eecad docs/composefs: Add note about toplevel dirs 888f29a6 Merge pull request #3125 from ericcurtin/explicit-sysroot-rw-ro-log e5498b94 switchroot: Be explicit about what could cause /sysroot to be ro 02915a3f Merge pull request #3124 from cgwalters/rust-features 798893b3 Merge pull request #3123 from cgwalters/deploy-log-space 6722c55f deploy: Log calculated needed space 8b6e96cf rust: Add missing feature versions 41c56b37 Merge pull request #3121 from fwilhe/patch-1 1c4420ed Link to gardenlinux/ostree-image-builder in README 5c7f42b8 Merge pull request #3116 from jmarrero/bootloader-doc ade0bd26 zipl: Convert to a data input stream 241597a8 zipl: NUL terminate buffer we're searching e9a2a2cf zipl: Fix error handling for read 876ddd32 zipl: Use O_CLOEXEC 5466e98c doc: Add section about ostree and bootloaders 234fa2ce Merge pull request #3117 from cgwalters/doc-root-transient 8f4beb4a docs: Add `var.md` a0f7b3c7 man: Document `root.transient` 071053d9 Merge pull request #3114 from cgwalters/root-ovl 8fbaebac prepare-root: Add support for root.transient 59cdd611 prepare-root: Add an autofree 6cb15c35 sysroot: Drop unused prototype 508b6ea6 Merge pull request #3112 from leonheldattoradex/main 3ff00e43 Update Torizon information 51a34a40 Merge pull request #3111 from cgwalters/release 56b268dd configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-30redis: restore Upstream-StatusMartin Jansa
* accidentally dropped in: https://git.openembedded.org/meta-openembedded/commit/?id=e91fa668ed1dd4a3f6b06bcb099f70dbdd2a50b4 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-27polkit: fix rules.d permissionsMaxime Roussin-BĂ©langer
Fix conflicting installations of polkit-group-rule-{network/datetime/udisks2}. Ensure {sysconfdir}/polkit-1/rules.d permissions match the current recipe during installation to prevent conflicts in do_rootfs of an image. Signed-off-by: Maxime Roussin-Belanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23plocate: upgrade 1.1.20 -> 1.1.22Wang Mingyu
Changelog: ========== - Revert the updatedb change in 1.1.21 that did not open pruned paths; it broke pruning of paths that were not at the root - Improve interactions between pruning and bind mount detection logic. - Pruned paths are now not opened, which can be useful in certain cases. Note that this does not (yet) apply to filesystems that are pruned due to type and not due to paths; they are still opened and then immediately closed again. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23sanlock: upgrade 3.8.5 -> 3.9.0Wang Mingyu
Changelog: ============ -sanlock: replace strncat for creating debug output -sanlock: reduce warnings -sanlock: fix direct_next_free missing init -sanlock: use product_uuid for host name -sanlock: add comment with timeout example -sanlock: skip short delay in delta lease reacquire -README.dev: update userstorage doc -userstorage: replace by PyPI userstorage -tox.ini: add py310 to environments -README.dev: update prerequisites -wdmd: close watchdog when not used -watchdog timeout configuration -Add python3-setuptools build requirement Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23redis: upgrade 7.2.3 -> 7.2.4Wang Mingyu
0001-src-Do-not-reset-FINAL_LIBS.patch 0006-Define-correct-gregs-for-RISCV32.patch lua-update-Makefile-to-use-environment-build-setting.patch refreshed for 7.2.4 Changelog: ============ -(CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory buffers which can result in incorrect accounting of buffer sizes and lead to heap overflow and potential remote code execution. -Fix crashes of cluster commands clusters with mixed versions of 7.0 and 7.2 -Fix slot ownership not being properly handled when deleting a slot from a node -Fix atomicity issues with the RedisModuleEvent_Key module API event Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-23libyang: upgrade 2.1.128 -> 2.1.148Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-20mozjs-115: fix the build on ARMv5Ross Burton
The JIT uses the ISB instruction, but being a multi-core barrier instruction this doesn't exist on the single-core ARMv5 ISA. Check the ISA level before using ISB. Also set [cleandirs] for ${B} to ensure clean builds are done when reconfiguring. [ YOCTO #14572 ] Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19libreport: upgrade 2.17.8 -> 2.17.11alperak
Changelog: ================ 2.17.11 Fixed reporter-bugzilla: Fix NameError exception reporter-bugzilla: Adding an attachment is a minor bug update (skip emails) reporter-bugzilla: Retry Bugzilla queries with delays, if needed Added Add "XDG_ACTIVATION_TOKEN" to the list of ignored words ================ 2.17.10 Fixed reporter-upload: Fix use-after-free error ================ 2.17.9 Fixed reporter-bugzilla: Honor XDG_CONFIG_HOME when accessing user's configuration files reporter-bugzilla: Fix reporting when the bug already exists reporter-bugzilla: Don't fail if reported_to file doesn't exist reporter-bugzilla: Make sure that the creator of a bug is always in CC reporter-bugzilla: Don't send emails about each individual attachment reporter-bugzilla: Fix string interpolation for duplicate bugs Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-19icewm: upgrade 3.4.4 -> 3.4.5alperak
Changelog: Fixes Fix for centering the clock LED digits vertically. Fix the KeyWinTile commands for multi-monitor setups. Fix the workspace buttons for right-to-left languages. Changes Let KeySysTile only tile the windows on the active monitor. Update the 'Hibernate' command and add two new hibernate icons. When pasting into the addressbar, replace newlines with spaces. When focusing with RaiseOnFocus, release the button grab. After raising a focused window, release its button grab. Avoid calls to fstat to circumvent a glibc inefficiency. Prefer localtime_r over localtime to evade a glibc inefficiency. Update the copyright notice in the about window. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>