summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* logrotate: add a link to upstream review for one of the patchAlexander Kanavin2021-11-241-1/+1
| | | | | | | | | | The patch author (Robert Yang) has been asked by email to rework the patch. (From OE-Core rev: 42b0ae35701ec459f621b9b2a3bc350c02c7267f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* groff: include references to corresponding upstream commits in a patchAlexander Kanavin2021-11-241-1/+5
| | | | | | | (From OE-Core rev: 818684b458f20a66c26db5138d7ee185f5b790f1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.13.06 -> 0.13.07wangmy2021-11-231-1/+1
| | | | | | | (From OE-Core rev: d1557f552c6945803642ea78f26bc2082a29bc22) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* slang: mark patch as inappropriate for upstream submissionAlexander Kanavin2021-11-211-1/+3
| | | | | | | (From OE-Core rev: a693275cbe710b140b0dca4e265fe812ad70a4e8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* patches: correct whitespace/spelling for Upstream-Status tagsAlexander Kanavin2021-11-213-5/+4
| | | | | | | (From OE-Core rev: c613ca14c35a5d1782c79a25b83875cbfa2b952b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpipeline: upgrade 1.5.3 -> 1.5.4Alexander Kanavin2021-11-211-2/+2
| | | | | | | | | License-Update: http -> https (From OE-Core rev: 25009e391f06a0a5d60cb18e4d41f1a558c0e6f9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* asciidoc: upgrade 10.0.1 -> 10.0.2Alexander Kanavin2021-11-211-1/+1
| | | | | | | (From OE-Core rev: 81fa674bf15441280473d79ac8c082a9d91a8c36) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* unzip/zip: mark all patches as non-upstreamableAlexander Kanavin2021-11-215-5/+5
| | | | | | | | | | | | | | While upstream is not technically dead as of today [1], it has not made a release in over a decade, and there is no source code repo to rebase the patches on. If/when a new release ever comes, or someone takes over the maintenance, we can reassess the situation with these patches. [1] Discussion in https://sourceforge.net/p/infozip/bugs/53/ (From OE-Core rev: 982e5fa5d7ca9920e2a63b5a3f1435cf57d94345) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ethtool: upgrade 5.14 -> 5.15wangmy2021-11-212-2/+2
| | | | | | | (From OE-Core rev: a8af54d73dabca557fcc7b12eca29b28517933b6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cups: Fix missing installation of cups sysv init scriptsClaus Stovgaard2021-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The packageconfig needs to be --disable-systemd as documented in configure file for cups. With the current value "--without-systemd" the SYSTEM_DIR variable ends up being set to "no" It is caused by the --without-* section in configure file resulting in eval with_$ac_useropt=no ;; $ac_useropt is "systemd" causing the variable $with_systemd to be set to "no", because of below test if test ${with_systemd+y} then : withval=$with_systemd; SYSTEMD_DIR="$withval" else $as_nop SYSTEMD_DIR="" fi cups configure test for i if SYSTEMD_DIR is empty to decide if the init scripts need to be installed. A value of "no" results in that no init scripts is installed. With --disable-systemd it works as expected - installing the init files. Though cups should properly improve their configure script. (From OE-Core rev: 967fdd2ba12f22d8e46600ff085833993a32cfeb) Signed-off-by: Claus Stovgaard <clst@ambu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rpcbind: install rpcbind.confYi Zhao2021-11-132-1/+2
| | | | | | | | | | Although we provide rpcbind.conf, it isn't shipped to the package. Also fix the sysconfdir in rpcbind.service. (From OE-Core rev: 61fb93ff9b6129f6bd11a4535080529cc2a643df) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-core-full-cmdline: Drop compatibility mappingsRichard Purdie2021-11-131-35/+0
| | | | | | | | | | The task-core namespace was dropped years ago and we've had the compatibility mappings for a long time. We should no longer need them as everyone should long since have adapted. (From OE-Core rev: 5b3606d3567eb87a9685e5de3437603b1a2d3569) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroups-core-full-cmdline: Drop libraries packagegroup and gmpRichard Purdie2021-11-131-8/+0
| | | | | | | | | | | | We pull in libraries as/where needed as dependencies so there is no need to have them as specific packagegroups. This change removes glib-2.0 and gmp. This also has the advantage of meaning debian renaming now isn't used anywhere and the packagegroup can remain allarch. (From OE-Core rev: 170fbd5c606657009cf218e5d84c93e688a46ea6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* slang: Clean up the additions to PREMIRRORSPeter Kjellerstedt2021-11-111-1/+1
| | | | | | | | | | | Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in PREMIRRORS with "\n". (From OE-Core rev: a7fc98fadab8779bf7975cca5b3ed006884b4910) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* msmtp: upgrade 1.8.18 -> 1.8.19wangmy2021-11-101-1/+1
| | | | | | | (From OE-Core rev: 52b44cb8770097310549aaef9bf014cc30ab83c6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cracklib: patches submitted upstreamAlexander Kanavin2021-11-032-2/+2
| | | | | | | (From OE-Core rev: 3d2e9354945dcf4e89e001f9816c8ea2dc79b066) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cracklib: update 2.9.5 -> 2.9.7Alexander Kanavin2021-11-034-123/+21
| | | | | | | (From OE-Core rev: d5486e497db0582d9b30ecdf8b34e4b2d33b6d37) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gawk: update 5.1.0 -> 5.1.1Alexander Kanavin2021-11-032-34/+2
| | | | | | | (From OE-Core rev: ff2a4b3c2f1e81d8cc1bd2b4f823e83a775f641a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.13.00 -> 0.13.06Alexander Kanavin2021-11-032-28/+1
| | | | | | | (From OE-Core rev: 6e87b43f1fec8430529d22b5c0c970afdc39b9f5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lighttpd: upgrade 1.4.60 -> 1.4.61Alexander Kanavin2021-11-032-40/+1
| | | | | | | (From OE-Core rev: 1377aeba6bbdb6a8d0bfa9cb754ef52f6e9b06d1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* asciidoc: upgrade 10.0.0 -> 10.0.1Alexander Kanavin2021-11-031-1/+1
| | | | | | | (From OE-Core rev: 80f1045d7eb871994fb7379d27bd339e1efa70ef) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* go-helloworld/glide: Fix urlsRichard Purdie2021-11-031-1/+1
| | | | | | | | Handle github protocol changes not covered by the script due to variable indirection. (From OE-Core rev: 3bb1cb476dbad1037522970af9afd69691a7033c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Update github.com urls to use httpsRichard Purdie2021-11-039-9/+9
| | | | | | | | | | | | | | Github has announced there will be no more git:// fetching from their servers: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git and they're about to start having brownout periods to encourage people to update. This runs the conversion script over OE-Core to update our urls to use https instead of git. (From OE-Core rev: b37b61e9a1e448a34957db9ae39285d21352552e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsolv: Enable correct qsort_r on muslKhem Raj2021-11-012-0/+35
| | | | | | | | | | | Newer musl now has this function implemented and signatures are same as glibc, current codepaths forces it on BSD path which is wrong for musl and results in random segfaults in apps using libsolv e.g. opkg (From OE-Core rev: caf0457ef1e081eed177ade5e727dd7aa3f41bdd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Add explict branch to git SRC_URIsRichard Purdie2021-10-3015-15/+15
| | | | | | | | | | | | | There is uncertainty about the default branch name in git going forward. To try and cover the different possible outcomes, add branch names to all git:// and gitsm:// SRC_URI entries. This update was made with the script added to contrib in this patch which aims to help others convert other layers. (From OE-Core rev: b51c405faf6f8c0365f7533bfaf470d79152a463) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cups: exclude beta/rc versions from version checkAlexander Kanavin2021-10-281-2/+2
| | | | | | | | (From OE-Core rev: d651eea3dce926399cd42c62494e4ce1940bcf06) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* asciidoc: update 9.1.1 -> 10.0.0Alexander Kanavin2021-10-281-8/+3
| | | | | | | | | | Convert from autotools to setuptools. (From OE-Core rev: 94e656959aba02491bf2f665391369d69c0fb039) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tzdata: update 2021d -> 2021eAlexander Kanavin2021-10-281-3/+3
| | | | | | | | (From OE-Core rev: 660f932c21fed410ad092ec610749e7090b6a324) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* msmtp: upgrade 1.8.17 -> 1.8.18Alexander Kanavin2021-10-281-1/+1
| | | | | | | | (From OE-Core rev: 3e95794412c1dfcdf1a505b2a9718d3faf113ef6) 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: convert to git, website is downAlexander Kanavin2021-10-282-3/+31
| | | | | | | | (From OE-Core rev: 0bc00868993d7093a70f29de9047f9ae0be33836) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sudo: update multilib patch for sudo.confKai Kang2021-10-231-5/+14
| | | | | | | | | | | Update multilib patch for sudo.conf that there is one more replacement of @plugindir@ to avoid installation conflict. (From OE-Core rev: e1afed1569bc076a1823e997137884172acc7123) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gawk: reduce strictness of the time testRoss Burton2021-10-232-0/+23
| | | | | | | | | | | | | | | | | The time.awk test does a sleep() and verifies that the actual delay is close to the requested time. However on a loaded system the range of acceptable durations is quite tight and will occasionally fail. Solve this by increasing the range of acceptable delays slightly to between 50% and 200% of the requested delay. [ YOCTO #14371 ] (From OE-Core rev: 92920dd698c5d3a3d8197083f0a1932e7f6550dc) 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>
* gawk: replace AR patch with upstreamed patchRoss Burton2021-10-231-26/+21
| | | | | | | | (From OE-Core rev: 18da900ec1b4a9bac2c205145ec2282c52543fd2) 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>
* sudo: upgrade 1.9.8p1 -> 1.9.8p2Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: f34e0126128a35e2d9d58ae097929ba292d80f33) 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>
* msmtp: upgrade 1.8.15 -> 1.8.17Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: 0a5854ed80133ad4610c90b81d5743cc922bfbca) 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>
* libarchive: upgrade 3.5.1 -> 3.5.2Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: f8f39cd5757907d50444203e0e6e2c5ed0a47152) 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>
* asciidoc: upgrade 9.1.0 -> 9.1.1Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: cc5f720f6ecd45815db83fbb14ba4e214717680f) 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>
* acpica: upgrade 20210730 -> 20210930Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: b11b0e99e3e1cc74f046a09e89d284ff81c9640c) 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>
* tzdata: upgrade 2021a -> 2021dAlexander Kanavin2021-10-231-3/+4
| | | | | | | | (From OE-Core rev: f171f4f528090fc108624de6049274aa4d4880eb) 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>
* lighttpd: update 1.4.59 -> 1.4.60Alexander Kanavin2021-10-233-29/+40
| | | | | | | | (From OE-Core rev: f7753438aa164be1371f599969c829a276881589) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ghostscript: update 9.54.0 -> 9.55.0Alexander Kanavin2021-10-231-3/+3
| | | | | | | | | | | | jbig2dec seems no longer optional; the source for it is bundle with ghostscript. License-Update: removed patent references (From OE-Core rev: 44a3bea7e8fedbc76b6e8f97e1f669def81e158a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* man-pages: update to 5.13Oleksandr Kravchuk2021-10-171-1/+1
| | | | | | | (From OE-Core rev: 9a9cd95fcc792b1daf71d75aa61488611e9490ce) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsolv: upgrade 0.7.19 -> 0.7.20zhengruoqin2021-10-161-1/+1
| | | | | | | | (From OE-Core rev: 77650314fe85a487f390cc7ea5351a804a64b289) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpam: Fix build with DISTRO_FEATURES usrmergeZoltán Böszörményi2021-10-141-2/+4
| | | | | | | | (From OE-Core rev: 71780bb9ac3c9e096888128d9cf3441c1758d816) Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libconvert-asn1-perl: upgrade 0.31 -> 0.33Tim Orling2021-10-141-2/+1
| | | | | | | | | | | | | | | | | | | 0.33 -- Wed Sep 22 19:49:53 ADT 2021 * Official CPAN release of 0.33 0.32 -- Tue Sep 21 18:45:20 ADT 2021 * examples/x509decode: parameters are optional for AlgorithmIdentifier when using [ec]dsa algorithms * t/19issue14.t: issue with warnings * Fixes #44 Redundant argument in printf warning * examples/x509decode: fix prototype error * examples/ldap: fix asn1_dump not working (From OE-Core rev: c43a57540eb7351fb096d85de72adbef467bfafd) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wget: update 1.21.1 -> 1.21.2Alexander Kanavin2021-10-142-1/+3
| | | | | | | | (From OE-Core rev: 3c57a4b0d3d2886c2e4f96d4f24a7b86bf04cfd7) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sudo: update 1.9.7p2 -> 1.9.8p1Alexander Kanavin2021-10-143-10/+34
| | | | | | | | | | Drop specialhandling for mksig items; issue fixed upstream. (From OE-Core rev: c5226a62fe90ff6b24d5063f1ecefd656b3494a3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ltp: Update to 20210927Petr Vorel2021-10-147-73/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | New patches to fix functionality: * 0002-lib-fix-MemAvailable-parsing.patch * 0003-lapi-rtnetlink.h-Fix-include-guards.patch * 0004-lapi-Create-if_addr.h-and-reuse-it-in-rtnetlink.h.patch * 0005-lapi-if_addr.h-Define-IFA_FLAGS.patch Removed patch from this release * 0001-syscalls-ioctl_ns05.c-ioctl_ns06.c-Fix-too-small-buf.patch Rebased patch * 0001-Remove-OOM-tests-from-runtest-mm.patch * Updated copying (reduced files in 5eff445d4 ("Reduce LICENCE/COPYING files")) * Updated removed musl incompatible files in remove_broken_musl_sources() (process.c was removed in 926d3b906 ("sched: Remove process.c")), also update link to CI file. [RP: Fixed Upstream-Status lines in patches] (From OE-Core rev: c227daf3c40666ea8f2b28bd1006633f5efb4692) Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libnewt: Use python3targetconfig to fix reproducibility issueRichard Purdie2021-10-131-1/+1
| | | | | | | | | | We're seeing pthread being linked sometimes and not others leading to non-reproducible target binaries. The reason is mixing the native python config with the target one. We should use the target one. (From OE-Core rev: 3fe5101b335384ef83e96ccc58687fd631164075) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ethtool: update to 5.14Changhyeok Bae2021-10-112-4/+4
| | | | | | | | (From OE-Core rev: f169ffde59fcf05d0ea14e0a67c0892f89fcda43) 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>