summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libwebp: 1.2.1 -> 1.2.2wangmy2022-01-261-1/+1
| | | | | | | (From OE-Core rev: 170ba2ab0733d781a95d8120fdfe9eccacee8b89) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-importlib-metadata: upgrade 4.10.0 -> 4.10.1Tim Orling2022-01-261-1/+1
| | | | | | | | | | | | | v4.10.1 * 361: Avoid potential REDoS in EntryPoint.pattern. References: https://github.com/python/importlib_metadata/issues/361 (From OE-Core rev: d7a7e6d640a5b0819be4478aeb0f42d4a4981c89) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyparsing: upgrade 3.0.6 -> 3.0.7Tim Orling2022-01-262-22/+29
| | | | | | | | | | | | | | | * Update HOMEPAGE to reflect move to github (in 2018) * Add DESCRIPTION and BUGTRACKER This upgrade includes bug fixes and minor enhancements. For changes, see: https://github.com/pyparsing/pyparsing/blob/master/CHANGES (From OE-Core rev: ed87730f9bfc04cba8e37847aa04d433da61e4a7) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-setuptools-scm: upgrade 6.3.2 -> 6.4.2Tim Orling2022-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v6.4.2 * fix #671 : NoReturn is not avaliable in painfully dead python 3.6 v6.4.1 * fix regression #669: restore get_version signature * fix #668: harden the selftest for distribution extras v6.4.0 * compatibility adjustments for setuptools >58 * only put minimal setuptools version into toml extra to warn people with old strict pins * coorectly handle hg-git self-use * better mercurial detection * modernize packaging setup * python 3.10 support * better handling of setuptools install command deprecation * consider pyproject.tomls when running as command * use list in git describe command to avoid shell expansions while supporting both windows and posix * add --strip-dev flag to python -m setuptools_scm to print the next guessed version cleanly * ensure no-guess-dev will fail on bad tags instead of generating invalid versions * ensure we use utc everywhere to avoid confusion References: https://github.com/pypa/setuptools_scm/issues/668 https://github.com/pypa/setuptools_scm/issues/669 https://github.com/pypa/setuptools_scm/issues/671 (From OE-Core rev: 3ac37c743470ab778bc47110660f3e1b37c534ba) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-hypothesis: upgrade 6.35.0 -> 6.36.0Tim Orling2022-01-261-1/+1
| | | | | | | | | | | | 6.36.0 - 2022-01-19 * This release disallows using typing.Final with from_type() and register_type_strategy(). - Why? Because Final can only be used during class definition. We don’t generate class attributes. - It also does not make sense as a runtime type on its own. (From OE-Core rev: 5044bb45748887b01e857554976fe1eeb16921dd) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ruby: do not parallel installAlexander Kanavin2022-01-261-3/+1
| | | | | | | | | | | | | | | | | | | ruby's makefiles are rebuilding several items on every invocation, even if nothing changed, all of which are factored into libruby.so and cause it to be relinked as well. This does not seem to affect plain make invocation, but does cause races in make install: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14695 Rather than figure out how to use make properly and convince upstream of it, let's just do serial installs and file a bug: https://bugs.ruby-lang.org/issues/18506 (From OE-Core rev: 1dc5cdf683133d210658eba9a619b737ec95cfe3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kmscube: depend on virtual/libgbmMarkus Niebel2022-01-261-0/+1
| | | | | | | | | | | when using vendor supplied OpenGL stacks no virtual/libgbm may be provided. An example for this is the Vivante stack for i.MX6. To get better error message in such cases, add dependency. (From OE-Core rev: 739b3af0bf1422cdabd13ccac8fbcc60b37d2fa4) Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Update to master head revision3.5_M2Richard Purdie2022-01-221-1/+1
| | | | | | (From OE-Core rev: a179485351a0563d12a2fef3e49971122255ed80) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beaglebone-yocto: move kernel and dtb to packagegroup-core-bootVivien Didelot2022-01-211-1/+1
| | | | | | | | | | | | | | | | Appending IMAGE_INSTALL with the kernel and device tree is a bad idea because it will bring these packages to every images, like a container image or sysroot image to pivot to, where the kernel artifacts are not wanted. Instead use the MACHINE_ESSENTIAL_EXTRA_RDEPENDS which results in having the kernel artifacts where they should be, part of packagegroup-core-boot. (From meta-yocto rev: d4cbe0e43393ec70e98caf006372b5311597d377) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beaglebone-yocto: prefer u-bootVivien Didelot2022-01-211-0/+2
| | | | | | | | | | | | If BBLAYERS contains a layer providing a package for virtual/bootloader, building for the beaglebone-yocto machine will fail. Setting u-boot as the preferred provider for virtual/bootloader ensures u-boot is choosen and the build succeeds. (From meta-yocto rev: 2ffbaf54f4d88ba251d282c90755ea964d224ba6) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* u-boot: Split do_configure logic into separate fileZev Weiss2022-01-202-30/+40
| | | | | | | | | | | | | Some auxiliary u-boot recipes may need u-boot properly configured (including *.cfg additions via bbappends) but aren't necessarily building u-boot itself; to support such situations, here we split the u-boot do_configure() out of u-boot.inc and into its own u-boot-configure.inc. (From OE-Core rev: e55e6fb4983a41f74c0e457bf54bd8dfa5608daa) Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* btrfs-tools: upgrade 5.15.1 -> 5.16wangmy2022-01-203-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch removed since it is included in 5.16 Add 0001-btrfs-progs-kerncompat-add-local-definition-for-alig.patch to fix "undefined reference to `__ALIGN_KERNEL'". Changelog: ========= - rescue: new subcommand clear-uuid-tree to fix failed mount due to bad uuid subvolume keys, caught by tree-checker - fi du: skip inaccessible files - prop: properly resolve to symlink targets - send, receive: fix crash after parent subvolume lookup errors - build: fix build on 5.12+ kernels due to changes in linux/kernel.h fix build on musl with old kernel headers - other: error handling fixes, cleanups, refactoring extent tree v2 preparatory work lots of RST documentation updates (last release with asciidoc sources), https://btrfs.readthedocs.io (From OE-Core rev: 420191dc951f04b36645ffae2d946b50150feab0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc : Fix CVE-2022-23219Sundeep KOKKONDA2022-01-203-0/+146
| | | | | | | | | | Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=226b46770c82899b555986583294b049c6ec9b40] Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=ef972a4c50014a16132b5c75571cfb6b30bef136] (From OE-Core rev: 6ad7240c732dd63e74ac32588b92241030c194ae) Signed-off-by: pgowda <pgowda.cve@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glibc : Fix CVE-2022-23218Sundeep KOKKONDA2022-01-203-0/+306
| | | | | | | | | | | Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=e368b12f6c16b6888dda99ba641e999b9c9643c8] Upstream-Status: Backport [https://sourceware.org/git/?p=glibc.git;a=commit;h=f545ad4928fa1f27a3075265182b38a4f939a5f7] (From OE-Core rev: 83fa93b5fdb10a589bad2a9fc83552df8f1dbf28) Signed-off-by: pgowda <pgowda.cve@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.13.09 -> 0.13.10Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: 5a9cadd4af3aba5426d1a2127b66d026f99a3538) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* repo: upgrade 2.19 -> 2.20Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: 340760a7817e109ef98d9de2878cf3e6c15444ef) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunistring: update 0.9.10 -> 1.0Alexander Kanavin2022-01-203-96/+5
| | | | | | | | | | | | Delete patches, as one is a backport, another patches code that upstream removed. License-Update: license changed to gplv2+ https://git.savannah.gnu.org/gitweb/?p=libunistring.git;a=commitdiff;h=87f797a50b854a4a2231203c25adbcec4f0dcd05 (From OE-Core rev: 32d2479782c7577352150ea1e3e6d2d48dad2eb0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* p11-kit: update 0.24.0 -> 0.24.1Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: d347e422ea815fcb4e6adad973d9d35b6eba39d4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ffmpeg: upgrade 4.4.1 -> 5.0Alexander Kanavin2022-01-204-11/+369
| | | | | | | | | libavresample has been removed; libswresample is the replacement. (From OE-Core rev: 5555bca01750024a786a1f78d573d02f12b45686) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liburcu: upgrade 0.13.0 -> 0.13.1Alexander Kanavin2022-01-201-2/+1
| | | | | | | (From OE-Core rev: b3e6dd66ec62dcca8594e0e43f76f14d2222b738) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup: upgrade 3.0.3 -> 3.0.4Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: b8abf4ebfe90099e3ca69f3f7ccf4e6efba5084e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 199 -> 200Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: 72a39ff2a23b8dbee32715d18afcb258f4005510) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: upgrade 2.34.2 -> 2.34.3Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: cf81bcb6363362580ec2c230e9872211e9079879) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: upgrade to latest revisionAlexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: 617c931a21d86e0067cc16688c0fc460443969a9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xwayland: upgrade 21.1.3 -> 21.1.4Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: caa2e927b273d67d116674c495de67f6374a45b0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libinput: upgrade 1.19.2 -> 1.19.3Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: 0921d3747238b6131ad6945633a5ced2a88f09fb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* piglit: upgrade to latest revisionAlexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: 452fbc4dca7ab5a8c93e19bf366ce43da4cc3262) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rpcsvc-proto: upgrade 1.4.2 -> 1.4.3Alexander Kanavin2022-01-201-2/+2
| | | | | | | (From OE-Core rev: 8c08b06f43879e8a9575ff33f0d26bb3673f710b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pigz: upgrade 2.6 -> 2.7Alexander Kanavin2022-01-202-53/+2
| | | | | | | (From OE-Core rev: 556b9208ba182143c33d29225d8aba84654231e1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vala: upgrade 0.54.4 -> 0.54.6Alexander Kanavin2022-01-203-43/+3
| | | | | | | (From OE-Core rev: 69b7a80addb2febbc4a9cc6243135650abd25faf) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-ruamel-yaml: upgrade 0.17.19 -> 0.17.20Alexander Kanavin2022-01-201-2/+2
| | | | | | | | | License-Update: copyright years (From OE-Core rev: 102889bbfe8f45e427a4b0727486475dcbef3d26) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyrsistent: upgrade 0.18.0 -> 0.18.1Alexander Kanavin2022-01-201-2/+2
| | | | | | | | | License-Update: copyright years (From OE-Core rev: 26372197c6b2cbed0b93e2cc7228d6c2ac8b102e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pygments: upgrade 2.11.1 -> 2.11.2Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: b5b0deb5450aa2752a758ce07ec1f64a2ac00f97) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mtools: upgrade 4.0.36 -> 4.0.37Alexander Kanavin2022-01-202-2/+2
| | | | | | | (From OE-Core rev: 9dda413644cc04f25871674a6023e61d2dd8e484) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* e2fsprogs: upgrade 1.46.4 -> 1.46.5Alexander Kanavin2022-01-204-77/+7
| | | | | | | | | Remove patch as upstream addressed the issue. (From OE-Core rev: cf11425c460ee4ff6b7ac0221a21b13b2d2b7e1e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: upgrade 4.10 -> 4.11.1Alexander Kanavin2022-01-204-22/+22
| | | | | | | | | License-Update: license clarified to BSD-3-Clause only (From OE-Core rev: 79201206b5f7867ad7ffd462705f34179b33c0d7) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* go: upgrade 1.17.5 -> 1.17.6Alexander Kanavin2022-01-208-3/+3
| | | | | | | (From OE-Core rev: f48e276ec340acc1c086dff3d18f92d822e31351) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* socat: upgrade 1.7.4.2 -> 1.7.4.3Alexander Kanavin2022-01-202-2/+38
| | | | | | | (From OE-Core rev: 2c51c702a3036f641d34d00123d359fc34e96cf7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* readline: upgrade 8.1 -> 8.1.2Alexander Kanavin2022-01-205-7/+7
| | | | | | | (From OE-Core rev: b3358fc1145fb7ac6745b91d1b8934fedcee03fa) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rust: update 1.57.0 -> 1.58.0Alexander Kanavin2022-01-2017-57/+76
| | | | | | | (From OE-Core rev: 43895e2967b2c80f4ee353b33ffe422ea7590ff1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite: update 3.37.1 -> 3.37.2Alexander Kanavin2022-01-201-2/+2
| | | | | | | (From OE-Core rev: e77c5d7ca59545f99d3bbacd0bac13df061b9a40) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* logrotate: update 3.18.1 -> 3.19.0, drop rotate-across-filesystems patchesAlexander Kanavin2022-01-205-237/+9
| | | | | | | | | | | | Upstream review and request to address it got no reaction from the author, and the patches are an ongoing rebase burden, so if someone needs this feature, please complete the upstreaming work first. (From OE-Core rev: c748945e9c91eb2b83b8a44828f35579bcd09146) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3: update 3.10.1 -> 3.10.2Alexander Kanavin2022-01-207-72/+10
| | | | | | | | | License-Update: copyright years (From OE-Core rev: d6515a7f58d0405efea21e3be4158681ed9edbe6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd: update 250.1 -> 250.3Alexander Kanavin2022-01-203-1/+1
| | | | | | | (From OE-Core rev: 4d3d6c0093113166df2b395f0c2f1e833e84a093) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* resolvconf: update 1.87 -> 1.91Alexander Kanavin2022-01-202-22/+1
| | | | | | | | | Drop patch as issue resolved upstream. (From OE-Core rev: a8accf2a042f8a8cbba350c6de20152efeddd747) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libuv: update 1.42.0 -> 1.43.0Alexander Kanavin2022-01-201-1/+1
| | | | | | | (From OE-Core rev: e2fcc4e5d17a1a11ffc13669bbdfc321a618ab86) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* efivar: update 37 -> 38Alexander Kanavin2022-01-207-47/+125
| | | | | | | | | | | | | | Drop determinism.patch, resolved by https://github.com/rhboot/efivar/commit/641a1626543ca3bf0cdd5ea0bd6cc3a82462521a Drop no-werror.patch, can now be replaced by ERRORS= in make invocation. Add a patch to efibootmgr to address build failures with new version. (From OE-Core rev: 60665cdd6b1bbed29b919328ab34827c055ed729) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: update 0.60.3 -> 0.61.1Alexander Kanavin2022-01-208-45/+322
| | | | | | | | | Backport patches to epiphany/gcr/g-i to address failures with new meson. (From OE-Core rev: 2ab302edc33681f94b2cd85b564f6feebe154392) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: fold nativesdk into the main recipeAlexander Kanavin2022-01-204-144/+133
| | | | | | | | | This allows automated version updates when possible, and reduces friction in manual ones. (From OE-Core rev: 54d4a767ab7beaa64cfc4c221317ea03b0b119ab) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* build-appliance-image: Update to master head revisionRichard Purdie2022-01-191-1/+1
| | | | | | (From OE-Core rev: ecb61b36938754cf925bf58aad3edf7346deced0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>