summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* vim: set PACKAGECONFIG idiomaticallyRoss Burton2021-12-011-3/+1
| | | | | | | | | Don't set an empty default value and them immediately assign to it. (From OE-Core rev: d7565241437487618a57d8f3f21da6fed69f6b8a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: fix CVE-2021-3968 and CVE-2021-3973Ross Burton2021-12-012-0/+96
| | | | | | | | | | Backport a fix for -3972, and whitelist -3968: it isn't valid as it fixes a bug which was introduced after 8.2. (From OE-Core rev: bec5caadfb53638748d8c41ce7230c2bf7808d27) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sqlite3: upgrade 3.36.0 -> 3.37.0wangmy2021-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 1.STRICT tables provide a prescriptive style of data type management, for developers who prefer that kind of thing. 2.When adding columns that contain a CHECK constraint or a generated column containing a NOT NULL constraint, the ALTER TABLE ADD COLUMN now checks new constraints against preexisting rows in the database and will only proceed if no constraints are violated. 3.Added the PRAGMA table_list statement. 4.CLI enhancements: a.Add the .connection command, allowing the CLI to keep multiple database connections open at the same time. b.Add the --safe command-line option that disables dot-commands and SQL statements that might cause side-effects that extend beyond the single database file named on the command-line. c.Performance improvements when reading SQL statements that span many lines. 5.Added the sqlite3_autovacuum_pages() interface. 6.The sqlite3_deserialize() does not and has never worked for the TEMP database. That limitation is now noted in the documentation. 7.The query planner now omits ORDER BY clauses on subqueries and views if removing those clauses does not change the semantics of the query. 8.The generate_series table-valued function extension is modified so that the first parameter ("START") is now required. This is done as a way to demonstrate how to write table-valued functions with required parameters. The legacy behavior is available using the -DZERO_ARGUMENT_GENERATE_SERIES compile-time option. 9.Added new sqlite3_changes64() and sqlite3_total_changes64() interfaces. 10.Added the SQLITE_OPEN_EXRESCODE flag option to sqlite3_open_v2(). 11.Use less memory to hold the database schema. (From OE-Core rev: b1c6e95d075531998de5b73e7ec7073647d5a2d2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libexif: upgrade 0.6.23 -> 0.6.24wangmy2021-12-011-2/+2
| | | | | | | | | | | | | | | | libexif-0.6.24 Changelog: Translation updates: sr, vi, pl, uk, french fixed regression in exif_data_load_data which could not load EXIF in JPEG data anymore Decode lots of Canon tag names removed empty strings from translation (empty string would translate to the PO info header) various warning removals and code improvements added sample "persistent" afl fuzzer (100x faster than normal afl fuzzer) (From OE-Core rev: 7bfd1d2faa30cec9876901de718278ea013cc281) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunwind: upgrade 1.5.0 -> 1.6.0wangmy2021-12-016-127/+23
| | | | | | | | | | | | | | | | 0001-Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch 0001-configure-Do-not-enforce-libdir-for-ppc64.patch removed since they're included in 1.6.0 refresh the following patches: 0003-x86-Stub-out-x86_local_resume.patch 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch 0006-Fix-for-X32.patch (From OE-Core rev: fb4a298594e1722ab57cd312e391e6f7c5597f8a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup-2.4: upgrade 2.74.1 -> 2.74.2wangmy2021-12-011-1/+1
| | | | | | | | | | | Changes in libsoup from 2.74.1 to 2.74.2: * Error when libsoup3 is already loaded before libsoup2 (From OE-Core rev: 0640eb72ef4db97fc07011d8398dbafbd3c8b119) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gmp: fix CVE-2021-43618Ross Burton2021-11-232-0/+28
| | | | | | | (From OE-Core rev: fb3b9a7f668a6ffd56a99e1e8b83cdbad2a4bc66) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap: upgrade 2.60 -> 2.61wangmy2021-11-231-1/+1
| | | | | | | | | | | better number parsing in capsh and setcap; fixed segfaulting in .so executables; added example of capable shared library object. (From OE-Core rev: b14f4f2195538e11a216a008f51e08ce1867c8b5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* numactl: add missing Upstream-Status to a patchAlexander Kanavin2021-11-211-1/+1
| | | | | | | (From OE-Core rev: 33c2da75c5de1c89ea1ee423b175f8c78d674c40) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libnl: add missing Upstream-Status tagAlexander Kanavin2021-11-211-0/+1
| | | | | | | (From OE-Core rev: 1dde11fe8eddf616e97e1914977c60f23c1a82a7) 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-4/+3
| | | | | | | (From OE-Core rev: c613ca14c35a5d1782c79a25b83875cbfa2b952b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* curl: update 7.79.1 -> 7.80.0Alexander Kanavin2021-11-212-48/+2
| | | | | | | (From OE-Core rev: 2c290dee4a1f951a9aa4af7252edace91f61e967) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 190 -> 192Alexander Kanavin2021-11-211-1/+1
| | | | | | | (From OE-Core rev: 69144352ecfefa596d5ec94fbc7ef3eefe9a37c1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libunistring: address automake 1.16.5 failuresAlexander Kanavin2021-11-212-0/+58
| | | | | | | (From OE-Core rev: fe0e7e4b626c70416a0e19f339cb5d52e16b9d2c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* db: mark all patches as non-upstreamableAlexander Kanavin2021-11-216-6/+6
| | | | | | | | | | | Since Oracle relicensed bdb, the open source community is slowly but surely replacing bdb with supported and open source friendly alternatives. (From OE-Core rev: b30d3a3243ac9ca2fa0f10337373eac96fdb2602) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtasn1: upgrade 4.17.0 -> 4.18.0wangmy2021-11-162-9/+20
| | | | | | | | | | | | | | * Noteworthy changes in release 4.18.0 (2021-11-09) [stable] - Improve GTK-DOC manual. Closes: #35. - Improve --help and --version for tools with gnulib. Closes: #37. - Update gnulib files and various maintenance fixes. refresh dont-depend-on-help2man.patch (From OE-Core rev: 0d15632f3db787d3f08eb260732567e62f52ffb3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: fix CVE-2021-3927 and CVE-2021-3928Ross Burton2021-11-163-0/+127
| | | | | | | (From OE-Core rev: 2001631e7a6edb7adc40ee4357466cc54472db71) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libevdev: upgrade 1.11.0 -> 1.12.0wangmy2021-11-162-47/+2
| | | | | | | | | determinism.patch removed since it is included in 1.12.0 (From OE-Core rev: d2b063f64ef00ef1fe947d3a92e79876e5df541e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shared-mime-info: fix meson 0.60 buildsAlexander Kanavin2021-11-112-1/+73
| | | | | | | (From OE-Core rev: 268400236a73ebdb1b6acf75fdd0a4a6d7965a7c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgpg-error: mark patch as non-upstreamableAlexander Kanavin2021-11-111-1/+1
| | | | | | | (From OE-Core rev: b01c20ac79ebe84090ee260a9d153d8398df6c88) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgpg-error: update 1.42 -> 1.43Alexander Kanavin2021-11-113-38/+10
| | | | | | | (From OE-Core rev: 7637c0ccd5bc41eda7cd40e4f56dfbe5fbd17e0a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: add patch number to CVE-2021-3778 patchRoss Burton2021-11-101-11/+26
| | | | | | | (From OE-Core rev: 222be29051a3543ac63a0eb07019e90d44429b16) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vim: fix CVE-2021-3796, CVE-2021-3872, and CVE-2021-3875Ross Burton2021-11-105-2/+344
| | | | | | | | | Backport patches from upstream to fix these CVEs. (From OE-Core rev: b493eb4f9a6bb75a2f01a53b6c70762845bf79f9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpcre2: upgrade 10.37 -> 10.39wangmy2021-11-101-2/+2
| | | | | | | | | | | | | This release is mainly to fix an important JIT bug, but it also contains an update to Unicode 14.0.0 and some code and configuration tidies. License-Update: Add "Retired from" before "University of Cambridge Computing Service" (From OE-Core rev: 928afb0d6faa48dd43cdc2c1a6598ad048a43d36) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iso-codes: upgrade 4.7.0 -> 4.8.0wangmy2021-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - ISO 3166-1: Add flag emoji to countries. Thanks to Pander for the suggestion. Fixes #19 - ISO 639-5: New translation for Chinese (Simplified) - ISO 3166-2: Major update of data. Thanks to the script of Kevin Kaiser, which enables the download of ISO pages and parses the data. Fixes #15, #16, #27 - Rename ChangeLog.md to CHANGELOG.md and follow the suggestions from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Move all CHANGELOG entries from versions before 4.0 to an archive file (CHANGELOG-PRE-4.0.md) in order to reduce the massive size of this CHANGELOG. - Translation updates for ISO 3166-1 - Translation updates for ISO 3166-2 - Translation updates for ISO 639-2 - Translation updates for ISO 639-3 - Translation updates for ISO 639-5 - Translation updates for ISO 15924 (From OE-Core rev: bc2b7decc9a9720500c381ee4839718dd820a15a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 189 -> 190wangmy2021-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: [Chris Lamb] Don't raise a traceback if we cannot de-marshal Python bytecode to support Python 3.7 loading newer .pyc files. (Closes: reproducible-builds/diffoscope#284) Fix Python tests under Python 3.7 with file 5.39+. [Vagrant Cascadian] Skip Python bytecode testing when "file" is older than 5.39. [Roland Clobus] Detect whether the GNU_BUILD_ID field has been modified. (From OE-Core rev: b9c59b5d2ac29544c1877f50ec10d2126339d814) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpcre/libpcre2: correct SRC_URIAlexander Kanavin2021-11-072-2/+4
| | | | | | | | | | http://ftp.pcre.org is down, take sources according to links on http://www.pcre.org (From OE-Core rev: 81ba0ba3e8d9c08b8dc69c24fb1d91446739229b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdbm: upgrade 1.19 -> 1.22Alexander Kanavin2021-11-052-11/+10
| | | | | | | (From OE-Core rev: f379e20f8e35ce1ddaf0669051b9c82c39a882ec) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libjitterentropy: upgrade 3.3.0 -> 3.3.1Alexander Kanavin2021-11-031-1/+1
| | | | | | | (From OE-Core rev: 9fe674c9d782996ba2625367d1ffc82fb9501156) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* icu: update 69.1 -> 70.1Alexander Kanavin2021-11-032-12/+10
| | | | | | | | | License-Update: formatting, updated copyright holders (From OE-Core rev: dc4b988fa3bc53028bed1a2245de36003690a23c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 188 -> 189Alexander Kanavin2021-11-031-1/+1
| | | | | | | (From OE-Core rev: a77af2b54f96cf0b743b3e22978f9a979aaf3712) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nghttp2: upgrade 1.45.1 -> 1.46.0Alexander Kanavin2021-11-031-1/+1
| | | | | | | (From OE-Core rev: 3d7ad21e7ac66f96752dcd9eeb1018c718d9b7ff) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup-2.4: upgrade 2.74.0 -> 2.74.1Alexander Kanavin2021-11-031-1/+1
| | | | | | | (From OE-Core rev: e344f359b1fb14cec9d48743bd1bfd2d943f7da6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup: upgrade 3.0.1 -> 3.0.2Alexander Kanavin2021-11-031-1/+1
| | | | | | | (From OE-Core rev: c9e367cbdd24750f83baf89d6926e4e77f4e2295) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* curl: submit patch upstreamAlexander Kanavin2021-11-031-1/+1
| | | | | | | | (From OE-Core rev: 9b1dba1a8e56f95bb3ab44130da293795975b67d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Update github.com urls to use httpsRichard Purdie2021-11-0310-10/+10
| | | | | | | | | | | | | | 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>
* linunistring: Add missing gperf-native dependencyRichard Purdie2021-10-301-0/+1
| | | | | | (From OE-Core rev: 73d3efbaeb2f412ab8d3491d2da3f3124fc009f3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Add explict branch to git SRC_URIsRichard Purdie2021-10-3012-12/+12
| | | | | | | | | | | | | 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>
* vte: upgrade 0.64.2 -> 0.66.0Alexander Kanavin2021-10-282-2/+27
| | | | | | | | (From OE-Core rev: 35fa233f295bbbffafaa26bb446c4f0a4d166c8d) 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>
* libcap: upgrade 2.59 -> 2.60Alexander Kanavin2021-10-282-2/+2
| | | | | | | | (From OE-Core rev: 3b8d3da7cf1988685684e91249f71994022fe435) 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>
* diffoscope: upgrade 187 -> 188Alexander Kanavin2021-10-281-1/+1
| | | | | | | | (From OE-Core rev: 3d505d3eed4b7ab5c18555e8d0b5489118261d21) 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>
* libevent,btrfs-tools: fix Upstream-Status tagAlexandre Belloni2021-10-232-2/+2
| | | | | | | (From OE-Core rev: fe3b2d0cb23a0d4abd229682beaa0bb64f4a97bd) Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* boost: allow searching for python310Martin Jansa2021-10-232-0/+51
| | | | | | | | (From OE-Core rev: a8add0bdec7c51c9a7f851b2c63017c79faaa273) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libssh2: skip one of the ptests until openssh 8.8 compatibility is fixedAlexander Kanavin2021-10-231-1/+2
| | | | | | | | (From OE-Core rev: 0a4275e61ec719247ddd1df5950ad570e8d3af02) 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>
* gnupg: update 2.3.2 -> 2.3.3Alexander Kanavin2021-10-233-39/+43
| | | | | | | | (From OE-Core rev: dabf520ef0868eb5e0f97444da28ff44e9f8d0c1) 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>
* libsoup-2.4: upgrade 2.72.0 -> 2.74.0Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: 56cae0c26f4795735487536affa7b28278e8af39) 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>
* libmd: upgrade 1.0.3 -> 1.0.4Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: f8db9cb455482ca811f7e76c5ca62476ae0c363d) 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>
* libcap: upgrade 2.54 -> 2.59Alexander Kanavin2021-10-233-10/+8
| | | | | | | | (From OE-Core rev: da4b08a95523b44e1893a3cf42083dd459d1f6a6) 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>
* libatomic-ops: upgrade 7.6.10 -> 7.6.12Alexander Kanavin2021-10-231-2/+1
| | | | | | | | (From OE-Core rev: ee3672b87f89658902080619f62e8a447eebe525) 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>
* iso-codes: upgrade 4.6.0 -> 4.7.0Alexander Kanavin2021-10-231-1/+1
| | | | | | | | (From OE-Core rev: 0e35b943d75e0eec1bed3141e2c5c015db60fb8f) 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>