diff options
author | wangmy <wangmy@fujitsu.com> | 2022-03-01 19:53:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 18:43:24 +0000 |
commit | 90db5dc39f43fc212a447a86dc7320c38b1dd9ef (patch) | |
tree | c0d79fb0477823cbcda76f1a7030f1b53cf14898 /meta | |
parent | 0b196b0d579ed49308b5dbaaf826ca3b9d6e61d3 (diff) | |
download | poky-90db5dc39f43fc212a447a86dc7320c38b1dd9ef.tar.gz |
libsolv: upgrade 0.7.20 -> 0.7.21
Changelog:
=========
- selected bug fixes:
* fix segfault on conflict resolution when using bindings
* fix split provides not working if the update includes a forbidden
vendor change
- new features:
* support strict repository priorities
new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY
* support zstd compressed control files in debian packages
* add an ifdef allowing to rename Solvable dependency members
("requires" is a keyword in C++20)
* support setting/reading userdata in solv files
new functions: repowriter_set_userdata, solv_read_userdata
* support queying of the custom vendor check function
new function: pool_get_custom_vendorcheck
* support solv files with an idarray block
* allow accessing the toolversion at runtime
(From OE-Core rev: a02f7e4cf097e3c814a3a415f700d87c71fa6528)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.7.21.bb (renamed from meta/recipes-extended/libsolv/libsolv_0.7.20.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb b/meta/recipes-extended/libsolv/libsolv_0.7.21.bb index f0ba9553e7..acf61e3adc 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.21.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ | |||
12 | file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ | 12 | file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "f618e6aae1d44be633b2ab91d4fd4f4f974f4d40" | 15 | SRCREV = "6f8bae1fea9c923bddf01c27115123010d191b07" |
16 | 16 | ||
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
18 | 18 | ||