summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* mc: update 4.8.26 - > 4.8.27Alexander Kanavin2021-08-232-7/+19
| | | | | | | (From OE-Core rev: edcbd5eb311ad7b718e730048231c0c89c3397f4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffutils: update 3.7 -> 3.8Alexander Kanavin2021-08-232-88/+5
| | | | | | | | | Drop patch as issue fixed upstream. (From OE-Core rev: 51ce88191ff3161935b23a4df9805338e4553c5b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lighttpd: convert from autotools to mesonAlexander Kanavin2021-08-232-29/+56
| | | | | | | | | | | | | | | | virtual/crypt is a hard dependency in meson builds. ipv6 support is determined automatically. The rest of the options are converted where available; not every autoconf option exists in meson. Modules are now packaged in /usr/lib/lighttpd, so adjust packaging accordingly. (From OE-Core rev: a0a34524016050a78cb49d6657fcca5a2261d7fe) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: add /etc/default/useraddYi Zhao2021-08-202-0/+11
| | | | | | | | | | | | | | The shadow 4.9 stops shiping /etc/default/useradd[1] and uses built-in settings by default. Some settings are not consistent with previous shadow 4.8.1 in oe-core. e.g. The default shell is /bin/bash rather than /bin/sh. Per shadow 4.8.1 settings, add /etc/default/useradd back. [1] https://github.com/shadow-maint/shadow/commit/bbf4b79bc49fd1826eb41f6629669ef0b647267b (From OE-Core rev: 736d0b29c6246658a925ea9036ccfe6216d12837) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grep: upgrade 3.6 -> 3.7Denys Dmytriyenko2021-08-181-1/+1
| | | | | | | | | | | | GNU grep 3.7 has been released with a fix for a bug causing "extreme performance degradation" in certain types of search. https://www.theregister.com/2021/08/16/gnu_grep_37/ (From OE-Core rev: 8a2bfc9da626597e915b774e1dca95ae2929014f) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: fix default value in SHA_get_salt_rounds()Mingli Yu2021-08-172-0/+65
| | | | | | | | | | | | | Backport a patch [1] to fix chpasswd, gpasswd and passwd "hang" for several minutes (10-20min) at 100% cpu usage though they finally terminate successfully. [1] https://github.com/shadow-maint/shadow/issues/393 (From OE-Core rev: ad8c62f988017e1e4da1f5ed7fb6f4a5ce44844e) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* man-db: Add compression PACKAGECONFIG entriesRichard Purdie2021-08-171-0/+11
| | | | | | | | | Add PACKAGECONFIG entries for various compression algorithms to ensure builds are deterministic. (From OE-Core rev: 65b847856e44ef83ead3a0efb48ea19dc6c9df4a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tar: ignore node-tar CVEsRoss Burton2021-08-161-0/+3
| | | | | | | | | These two CVEs are specific to the Node package node-tar. (From OE-Core rev: bc7216e8148d0dee7b56e6851da6615e93647a0a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: add PACKAGECONFIG for audit and selinuxYi Zhao2021-08-131-3/+3
| | | | | | | | | | | Add PACKAGECONFIG for audit and selinux rather than disable them directly. This is useful for selinux distro feature. (From OE-Core rev: 0a0c6cfc5a17ed442aad9e71e627e0fa39e60ead) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libconvert-asn1-perl: 0.27 -> 0.31Changqing Li2021-08-121-4/+4
| | | | | | | | | | | | | | | Old homepage is bad link, cannot be accessed. Now this project is development on github, and the new homepage is get from https://github.com/gbarr/perl-Convert-ASN1 Old SRC_URI is not used any more, the lastest update is in 2014. >From 0.28, the download link changed to: https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/ (From OE-Core rev: 558a7999dc138c6d51025cc3508e2ccb2556b7a9) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: update patch statusRoss Burton2021-08-121-1/+1
| | | | | | | | | This patch has now been submitted to parted-devel. (From OE-Core rev: c9a958104c526806d38ab2f6f45a07c428d027fe) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: drop unneeded ld-is-gold patchRoss Burton2021-08-122-35/+0
| | | | | | | | | This patch doesn't appear to be needed anymore, so drop it. (From OE-Core rev: d8c6a87a568ba9b9e84a661989d5b26e07394641) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iputils: fix do_configure failure of missing ip commandChen Qi2021-08-042-1/+222
| | | | | | | | | | | | If 'testimage' and 'testsdk' are not inherited, the 'ip' comamnd will not be in HOSTTOOLS. This results in do_configure failure of iputils. Backport a patch and skipping building tests to fix the problem. (From OE-Core rev: 99cbd4eb95599abdceb7cbb228ff7e74a6a29a09) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: Detemine minimal stack size via sysconfKhem Raj2021-08-022-0/+104
| | | | | | | | | This helps it compile with glibc 2.34+ (From OE-Core rev: 9150933dc524b6cedc42b063b7a2092e202f3672) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zstd: fix CVE_PRODUCTChen Qi2021-08-021-0/+2
| | | | | | | | | zstd uses 'zstandard' in NVD database. e.g. CVE-2021-24031 (From OE-Core rev: 304eb663e414171d38faeebb3c72e49e6e4e1112) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: update 4.8.1 -> 4.9Alexander Kanavin2021-08-027-335/+167
| | | | | | | | | | | | | | | | | Add a couple backports to fix builds. Drop 0002-Allow-for-setting-password-in-clear-text.patch; what it adds is horribly insecure and AB testing didn't reveal any regressions or use cases for it. Drop /etc/default/ tweaks as files are no longer installed there. Drop manpage alternatives as manpages are no longer installed. (From OE-Core rev: 759df7395908f18b3b68f28d043ac9ebd42dd0c8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iputils: update 20210202 -> 20210722Alexander Kanavin2021-08-022-26/+7
| | | | | | | | | | Drop rdisc part from 0001-rarpd-rdisc-Drop-PrivateUsers.patch as it's been fixed upstream; rarpd still isn't. (From OE-Core rev: 521a8b2161614db50deed16a7a70d924b8ffe12f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Convert to new override syntaxRichard Purdie2021-08-0283-469/+469
| | | | | | | | | | | | This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: Drop defining daddr_tKhem Raj2021-07-282-34/+0
| | | | | | | | | | | This is fixed differently upstream [1] [1] https://github.com/ColinIanKing/stress-ng/commit/7e150ab18b0e8954ca426eb5366000a8f0d01110 (From OE-Core rev: 96b1d483ccf2166bf577e73075d5fe57c45bbfdf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texinfo: Update gnulib to fix build with glibc 2.34Khem Raj2021-07-242-0/+11766
| | | | | | | | (From OE-Core rev: 53f5c5b56fd4b2c6a2fabdd26553296aff192380) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zstd: Include pzstd in the buildRichard Purdie2021-07-201-0/+2
| | | | | | | | | We don't currently build the parallel version of zstd but we should. Add this to the build. It will then be used in buildtools-tarball. (From OE-Core rev: a2c85d3cac2a6c4cd8e961e915e9567ef2fc2c0b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: add device mappper PACKAGECONFIGRoss Burton2021-07-201-2/+2
| | | | | | | | | | | Instead of forcibly disabling the device mapper support, add a disabled PACKAGECONFIG. (From OE-Core rev: d3ec50f754184081ec768d654da74ec8cac22c5f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: skip tests that need vfat supportRoss Burton2021-07-192-0/+52
| | | | | | | | | | | | | | At the time of writing the qemu kernels don't support vfat filesystems. There are patches on the list to add that, but as two tests fail without vfat support, make them skip if vfat isn't available. [ YOCTO #14470 ] (From OE-Core rev: 17ecb3552cb7d7e7f82cc8b2e1b83f276525cbda) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cups: update to 2.3.3op2Ross Burton2021-07-197-194/+39
| | | | | | | | | | | | | | | | | Apple are no longer maintaining CUPS, and future development is now happening under the OpenPrinting project: https://ftp.pwg.org/pub/pwg/liaison/openprinting/presentations/cups-plenary-may-2021.pdf Also stop disabling the manpage installation as manpages are useful, and remove some patch chunks that are not required. The CVE-2020-10001 patch is dropped as this is incorporated into 2.3.3op2. (From OE-Core rev: 53bd9a96a003a7103b8475f9c1ad7ef999e34f87) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: fix ptest RRECOMMENDSRoss Burton2021-07-181-1/+1
| | | | | | | | | | | The recipe was using =, which replaces the default RRECOMMENDS from ptest.bbclass. (From OE-Core rev: cebcb4ae46b0860179edfe480e8e4d924f931436) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: remove obsolete patchRoss Burton2021-07-182-21/+0
| | | | | | | | | | | We've had recipe-specific sysroots for a long time now, so there's no need to forcible disable floating checks. (From OE-Core rev: 517ac15fd7335f3d4179e427bd2a289a988eaafc) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.12.11 -> 0.12.12Alexander Kanavin2021-07-161-1/+1
| | | | | | | | (From OE-Core rev: 92b1fed7df8305f0b335e09c83d7364d5c6dadbe) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ethtool: upgrade 5.12 -> 5.13Alexander Kanavin2021-07-162-4/+4
| | | | | | | | (From OE-Core rev: ec9455b35684ffee6db861e2aa81cd77f9dfdc0d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: improve ptest executionRoss Burton2021-07-102-5/+7
| | | | | | | | | | | | | | | | | | Delete the right log files in run-ptest so the tests can be executed more than once. Install config.h so the tests which examine the build configuration will do the right thing, specifically this causes the tests using libblkid to execute instead of skip. Add missing RDEPENDS: mkswap and tune2fs binaries, loop and vfat kernel modules. (From OE-Core rev: 43bd50cbf902ce92ea613d142fae2524011b8f55) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: generate alternative links for chfn and chshRoss Burton2021-07-071-0/+2
| | | | | | | | | These can be provided by util-linux, so add alternative links for them. (From OE-Core rev: 953a91bd258dcb825df3837635ce7561331c049e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texinfo: update 6.7 -> 6.8Alexander Kanavin2021-07-072-257/+1
| | | | | | | | | | | Drop texinfo-4.12-zlib.patch as it completely lacks a description, was added together with the original recipe without an explanation in the commit message, and is difficult to rebase. (From OE-Core rev: b8634f645b38d4cf3709e7d365e528317d75e676) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tzdata: Allow controlling zoneinfo binary formatZoltán Böszörményi2021-07-071-3/+7
| | | | | | | | | | tzcode 2020b changed the default format from "-b fat" to "-b slim". Allow external control for the binary format. (From OE-Core rev: c9e8b716eb71d4526517825eacefb91ab2c1781c) Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iputils: correct upstream version checkAlexander Kanavin2021-07-051-1/+1
| | | | | | | | (From OE-Core rev: fdb36b54a53405785c492e9f98e2ffcbcedec296) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* man-pages: upgrade 5.11 -> 5.12Alexander Kanavin2021-07-051-3/+3
| | | | | | | | | | License-Update: installation instructions (From OE-Core rev: e6f456bf661fdc9586edbbc8be71aabbaf2e3531) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.12.10 -> 0.12.11wangmy2021-07-021-1/+1
| | | | | | | | (From OE-Core rev: 9efc3f62a9e0db514c9aa300acb2d26b1ab80ccc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bash: Fix a rare make race build failureRichard Purdie2021-07-022-0/+99
| | | | | | | | | | | | There is a rare make race that occurs in bash due to the way it constructs certain headers and a build tool. Restructure the creation to remove the race. [YOCTO #14227] (From OE-Core rev: 6f683cf21630142e82cc37d79f3d797d179d8d12) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iputils: Update to 20210202Changhyeok Bae2021-06-291-1/+1
| | | | | | | | (From OE-Core rev: ce549ff785db6e47392c30cca725661b421db7c9) Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bash: update 5.1 -> 5.1.8Alexander Kanavin2021-06-262-32/+24
| | | | | | | | | | (From OE-Core rev: 65ccd5fb231b8628374aac5eadae57d8179490ec) (From OE-Core rev: 713860c05ba9a11a20c3a983dd45fc06f19cddc0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ltp: Reinstate 'hanging' tests for evaluationRichard Purdie2021-06-172-46/+0
| | | | | | | | | | We think we've found the root cause of the ltp hangs as a cgroup kernel fs bug introduced in 5.1 and now fixed in linux-yocto. Reinstate these tests and see if any issues recur. (From OE-Core rev: 59d0df4ee3448ce5d5bcc03008f3e239003f9d79) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sudo: upgrade 1.9.7 -> 1.9.7p1Alexander Kanavin2021-06-171-1/+1
| | | | | | | (From OE-Core rev: 7da8152cc42c14ddc02c6a3180632c958a191d74) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.12.09 -> 0.12.10Alexander Kanavin2021-06-171-1/+1
| | | | | | | (From OE-Core rev: 42adfa656617212b6db0d56a4fde1718c32a1e57) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ethtool: upgrade 5.10 -> 5.12wangmy2021-06-122-2/+2
| | | | | | | | | refresh avoid_parallel_tests.patch (From OE-Core rev: e1d6e71a54b79b76eb62a6c8da3018b0642967db) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* less: upgrade 589 -> 590wangmy2021-06-121-1/+1
| | | | | | | (From OE-Core rev: 798f7c3cf5dcd531d16c426819147656c661dd2e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sysstat: make the service start automaticallyMingli Yu2021-06-061-0/+4
| | | | | | | | | Make sysstat start automatically during bootup. (From OE-Core rev: e9401f17fe63bef2c3c79e63a9a549d4f450d6a0) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* less: upgrade 586 -> 589wangmy2021-06-061-1/+1
| | | | | | | (From OE-Core rev: f209fceeeb4eabe7a0b4b016b538f911a51dd913) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.12.08 -> 0.12.09wangmy2021-05-281-1/+1
| | | | | | | (From OE-Core rev: 1de8a2a93b847a9de29bd3aa9a3248b59a19f07e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* logrotate: upgrade 3.18.0 -> 3.18.1wangmy2021-05-281-1/+1
| | | | | | | (From OE-Core rev: dabd47e2f7cf4d8d2a4df15c2789bb3d9a7ccedd) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ptest: add newly discovered missing runtime dependencies across recipesAlexander Kanavin2021-05-271-1/+1
| | | | | | | | | | Making ptest images based on core-image-minimal uncovered quite a few missing depenendcies from various recipes, here they are. (From OE-Core rev: 2cda6242f2f0f6f9c6bdef72bbb271eab7e5e1f5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zstd: Add patch to fix MinGW buildsJoshua Watt2021-05-272-0/+194
| | | | | | | | | | Adds a patch to fix the make files to work correctly when building for MinGW (From OE-Core rev: 5eb716501c57de18b505265a19ccf754dcf1a83c) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libarchive: enable zstd supportSamuli Piippo2021-05-271-1/+2
| | | | | | | | | | | | | | | | | | | | | Now that zstd is in oe-core, add PACKAGECONFIG for it and enabled it by default in libarchive. zstd support is expected by CMake, which in nativesdk depends on libarchive. CMake depends on having all formats supported and build issues can arise when zstd is not available: https://gitlab.kitware.com/cmake/cmake/-/issues/21552 Quote from a CMake dev: "As far as CMake's design is concerned, we have no optional formats. All should be supported. That's why we bundle sufficiently new versions of libarchive and libzstd. If a distro builds with an older libarchive that doesn't have zstd support, then that is not a proper packaging of CMake." (From OE-Core rev: 6090bec1261726e5290f50e9cd22e42952253ed5) Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>