summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-apispec: upgrade 6.7.0 -> 6.7.1Wang Mingyu2024-11-191-1/+1
| | | | | | | | Changelog: Fix rendering of nullable nested fields in 3.0 spec Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.13.3 -> 1.14.0Wang Mingyu2024-11-191-1/+1
| | | | | | | | Changelog: Added a new hook to the DefaultImpl DefaultImpl.version_table_impl(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aioresponses: upgrade 0.7.6 -> 0.7.7Wang Mingyu2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== - fix: invalid rst code - Merge pull request #262 from bdraco/3110_compat - Fix compat with aiohttp 3.11.0+ - Merge pull request #233 from outp1/master - Merge pull request #251 from chs2/feat/callable-raise-for-status - Merge pull request #256 from DanielNoord/patch-1 - Update __version__ to latest released version - Merge pull request #254 from gaby/packaging - Add packaging to requirements.txt - feat: support raise_for_status as callable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2024.8 -> 2024.9Wang Mingyu2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - deploy: Don't recompute verity checksums if not enabled - prepare-root: allow sysroot.readonly=true with kernel cmdline ro - rust-bindings: Fix readthedocs.io link - curl: Add more assertions for curl return values - checkout: Add commentary around whiteout "quoting" - commit: Give a better error message for unhandled file type - deploy: Don't copy xattrs for devicetree - tests: Skip checking for immutable bit on composefs - tests: Work around GPG 2.2.45 error behaviour when revoking an expired key - checkout: Only verify digest if repo requires fsverity - prepare-root: Fix composefs docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 200 -> 201Wang Mingyu2024-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: upgrade 2.03.27 -> 2.03.28Wang Mingyu2024-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Use radix_tree to lookup for UUID within committed metadata. - Use radix_tree to lookup LV list entry within VG struct. - Introduce setting config/validate_metadata = full | none. - Restore fs resize call for lvresize -r on the same size LV (2.03.17). - Correct off-by-one devicesfile backup counting. - Replace use of dm_hash with radix_tree for lv names and uuids. - Refactor vg_validate with uniq_insert and better use of CPU caches. - Add radix_tree_uniq_insert. - Update DM cache when taking next VG lock instead of dropping it. - Generate json string id only for json reporting. - For vgsummary use new API call dm_config_parse_only_section(). - Use radix_tree for PV names mapping. - Split check_lv_segment into separate _in/complete_vg variant. - Use find_lv instead of find_lv_in_vg when possible. - Do a mirror fixup only when mirrors with logs are imported. - Add faster crc32 calculation from zlib code for x86_64. - Fall back to direct zeroing if BLKZEROOUT fails during new LV initialization. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 3.2.0 -> 3.2.1Wang Mingyu2024-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - crypto: check that IOC_OPAL_GET_STATUS is defined - smart: Clarify use of ID_ATA_SMART_ACCESS udev property - smart: Clarify ID_ATA_SMART_ACCESS udev property values - nvme: Avoid element-type g-i annotations - README: Update supported technologies - dist: Fix source URL in spec - packit: Fix generating spec from template - dist: Sync spec with downstream - misc: Fix installing test dependencies on Debian/Ubuntu - ci: Do not try to install test dependencies for CodeQL analysis - lvm: Clarify the global config functionallity in libblockdev - ci: Install 'python3-libdnf5' for TMT test plans - Makefile: Fix generating RPM log during bumpver Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.388 -> 0.389Wang Mingyu2024-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 12.1.2 -> 12.2.0Wang Mingyu2024-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ghex: upgrade 46.0 -> 46.1Wang Mingyu2024-11-191-1/+1
| | | | | | | | Changelog: fix GdkDisplay access before init Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.48 -> 0.4.50Wang Mingyu2024-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack-example-tools: add new recipeDavid Sands2024-11-191-0/+34
| | | | | | | This commit adds a package that provides jack-utils (along with jack example clients) that are broken out from the main jack repo since jack v1.9.22 Signed-off-by: David Sands <david.sands3@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: remove jack-utilsDavid Sands2024-11-191-2/+1
| | | | | | | This commit removes jack-utils from the jack recipe as it has been broken out into it's own repo from jack v1.9.22 onwards. Signed-off-by: David Sands <david.sands3@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: 3.10.10 -> 3.10.11Tom Geelen2024-11-191-1/+1
| | | | | | Changelog: https://github.com/aio-libs/aiohttp/releases/tag/v3.10.11 Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: demote udev runtime dependency to recommendationRasmus Villemoes2024-11-191-1/+1
| | | | | | | | | | | | | | | | We use veritysetup in our custom initramfs to verify the rootfs before mounting it. We do not use udev or run systemd as PID1 in that initramfs. This RDEPENDS on udev and lvm2, and everything that udev ends up pulling in, thus bloats the initramfs by more than 10MiB. Removing udev from PACKAGECONFIG is not really an option, because we do want the udev integration in the real rootfs. Demote it to a recommendation so that the initramfs recipe can avoid udev and lvm2 using BAD_RECOMMENDATIONS or NO_RECOMMENDATIONS. Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* magic-enum: Upgrade 0.9.6 -> 0.9.7Ricardo Simoes2024-11-191-1/+1
| | | | | | | | Changelog: https://github.com/Neargye/magic_enum/releases/tag/v0.9.7 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libestr: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfastjson: add CVE_PRODUCTBenjamin Bouvier2024-11-191-0/+2
| | | | | | | Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: inherit cython classRoss Burton2024-11-191-3/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: inherit cython classRoss Burton2024-11-191-2/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: inherit cython classRoss Burton2024-11-191-3/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reedsolo: inherit cython classRoss Burton2024-11-191-2/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: inherit cython classRoss Burton2024-11-191-2/+2
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pystemd: inherit cython classRoss Burton2024-11-191-2/+2
| | | | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Also switch to python_setuptools_build_meta as there is a pyproject.toml. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-propcache: inherit cython classRoss Burton2024-11-191-2/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pocketsphinx: inherit cython classRoss Burton2024-11-191-2/+2
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pkcs11: inherit cython classRoss Burton2024-11-191-2/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-frozenlist: inherit cython classRoss Burton2024-11-191-2/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: inherit cython classRoss Burton2024-11-191-7/+1
| | | | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Also remove obsolete setuptools/wheel build dependencies. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: inherit cython classRoss Burton2024-11-191-2/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cchardet: inherit cython classRoss Burton2024-11-191-3/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: inherit cython classRoss Burton2024-11-191-2/+2
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: fix gadget-stop installGrygorii Tertychnyi2024-11-191-1/+1
| | | | | | | It was by mistake installed gadget-start instead. Signed-off-by: Grygorii Tertychnyi <grembeter@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: remove stray newlineBartosz Golaszewski2024-11-191-1/+0
| | | | | | | | There's an additional, unneeded newline at the end of libgpiod.inc. Remove it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Fix the ptest path to test-driverOla x Nilsson2024-11-191-10/+12
| | | | | | | | | | | | | | | | | | | Add a sed substitution for ${PTEST_PATH}/${TESTDIR}/Makefile that transforms LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver to LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver SH_LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver which is where the test-driver script can be found when installed. The addition of this substition makes ptests work with or without an automake patch in OE-Core that does the same thing. Relates to [YOCTO #15635] Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix the ptest path to test-driverOla x Nilsson2024-11-191-8/+10
| | | | | | | | | | | | | | | | | Add a sed substitution for ${PTEST_PATH}/${TESTDIR}/Makefile that transforms SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver to SH_LOG_DRIVER = $(SHELL) $(top_builddir)/test-driver which is where the test-driver script can be found when installed. The addition of this substition makes ptests work with or without an automake patch in OE-Core that does the same thing. Relates to [YOCTO #15635] Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: add PACKAGECONFIGs for gtk3/gtk4 librariesRoss Burton2024-11-191-2/+4
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: remove X11 dependenciesRoss Burton2024-11-191-4/+1
| | | | | | | | | The dependencies on libxext and xrandr were removed in 3.21.4 (2016). This also means we can remove the check for the X11 DISTRO_FEATURE. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 3.0.3 -> 3.0.6Soumya Sambu2024-11-191-1/+1
| | | | | | | | | | | Includes fix for CVE-2024-49767 Changelog: ========== https://github.com/pallets/werkzeug/blob/3.0.6/CHANGES.rst Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: upgrade 4.18.2 -> 4.18.3Jason Schonberg2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog found at https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.18.3 - shutdown: Do not set an error when returning TRUE - logout-dialog: Fix use-after-free - Use glib wrappers for memory allocation - build: Fix build when there is no suspend/hibernate support - build: Add suspend support for Solaris - startxfce4: Fix xinit arguments order - manager: Always use xfsm_manager_save_yourself_dbus() (Fixes #106) - settings: Remove useless tooltip - xflock4: Update fallback list - logout-dialog: Lower warning level - shutdown: Keep error NULL when unused - cleanup: Remove dead polkit code - Revert "Fallback to old method for shutdown (bug #8630)." - Use g_critical() instead of g_error() - Use GLib logging functions or g_printerr() instead of g_print() - Use GLib logging functions instead of g_printerr() - build: Fix untranslated policykit file - Escape/unescape string list delimiter when saving/restoring session - Replace XfceRc with GKeyFile for session file parsing - Translation Updates: Albanian, Armenian (Armenia), Asturian, Azerbaijani, Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Re-enable hwloc supportPeter Kjellerstedt2024-11-191-0/+1
| | | | | | | | | | The problem with using pkg-config to find hwloc when cross-compiling was solved by upstream in 2021.13.0. However, the upgrade in commit d8c5a72788ab0f2e36aee16e6d9e7555537366a5 missed that upstream defaults to disabling searching for hwloc when cross-compiling. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: Package zsh-completions and extend to native recipeKhem Raj2024-11-191-14/+24
| | | | | | Add missing perl modules in rdeps Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.27.0 -> 1.28.1Jason Schonberg2024-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog 1.28.1 : This release contains a fix for a single significant regression introduced in c-ares 1.28.0. - ares_search() and ares_getaddrinfo() resolution fails if no search domains are specified. Issue #737 Changelog 1.28.0 : Features: - Emit warnings when deprecated c-ares functions are used. This can be disabled by passing a compiler definition of CARES_NO_DEPRECATED. PR #732 - Add function ares_search_dnsrec() to search for records using the new DNS record data structures. PR #719 - Rework internals to pass around ares_dns_record_t instead of binary data, this introduces new public functions of ares_query_dnsrec() and ares_send_dnsrec(). PR #730 Changes: - tests: when performing simulated queries, reduce timeouts to make tests run faster - Replace configuration file parsers with memory-safe parser. PR #725 - Remove acountry completely, the manpage might still get installed otherwise. Issue #718 Bugfixes: - CMake: don't overwrite global required libraries/definitions/includes which could cause build errors for projects chain building c-ares. Issue #729 - On some platforms, netinet6/in6.h is not included by netinet/in.h and needs to be included separately. PR #728 - Fix a potential memory leak in ares_init(). Issue #724 - Some platforms don't have the isascii() function. Implement as a macro. PR #721 - CMake: Fix Chain building if CMAKE runtime paths not set - NDots configuration should allow a value of zero. PR #735 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ebtables: Remove the dependecy on bashPeter Kjellerstedt2024-11-192-12/+9
| | | | | | | Rewrite ebtables-legacy-save to avoid using bashisms. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: upgrade 1.15.1 -> 1.17.1Tom Geelen2024-11-191-1/+1
| | | | | | | | | | | | | | Changelogs: - https://github.com/aio-libs/yarl/releases/tag/v1.17.1 - https://github.com/aio-libs/yarl/releases/tag/v1.17.0 - https://github.com/aio-libs/yarl/releases/tag/v1.16.0 - https://github.com/aio-libs/yarl/releases/tag/v1.15.5 - https://github.com/aio-libs/yarl/releases/tag/v1.15.4 - https://github.com/aio-libs/yarl/releases/tag/v1.15.3 - https://github.com/aio-libs/yarl/releases/tag/v1.15.2 Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: version bump 4.2.2 -> 4.4.0Jan Vermaete2024-11-191-3/+4
| | | | | Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: move appdirs from core packageGuðni Már Gilbert2024-11-191-3/+2
| | | | | | | | | | | | python3-appdirs is currently only a dependency when python3-twisted-conch is installed. I propose to remove python3-appdirs from python3-twisted-core such that it's not installed in the final image when python3-twisted-conch is not installed. Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: remove do_install appendGuðni Már Gilbert2024-11-191-5/+0
| | | | | | | | It looks like it doesn't remove any files today. So I propose we simply remove this append to do_install to clean up the recipe Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>