summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libsolv/libsolv_0.7.20.bb
AgeCommit message (Collapse)Author
2022-03-02libsolv: upgrade 0.7.20 -> 0.7.21wangmy
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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-03recipes: Update github.com urls to use httpsRichard Purdie
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-01libsolv: Enable correct qsort_r on muslKhem Raj
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 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-30meta: Add explict branch to git SRC_URIsRichard Purdie
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-16libsolv: upgrade 0.7.19 -> 0.7.20zhengruoqin
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>