From: Michael Schroeder Date: Wed, 26 May 2021 12:27:52 +0000 (+0200) Subject: Add changes, bump version to 0.6.37 X-Git-Tag: 0.6.37^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=449dfafb48bf780781173304d7036912e18b2480;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.37 --- diff --git a/NEWS b/NEWS index 5b1a2afa..e3bd30f2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,21 @@ This file contains the major changes between libsolv versions: +Version 0.6.37: +- bug fixes: + * fix heap-buffer-overflow in repodata_schema2id [CVE-2019-20387] + * testcase_read: error out if repos are added or the system is + changed too late [CVE-2021-3200] + * fix ruleinfo of complex dependencies returning the wrong origin + * fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason + * fix add_complex_recommends() selecting conflicted packages in + rare cases + * fix potential segfault in resolve_jobrules + * fix solv_zchunk decoding error if large chunks are used +- new features: + * backport support for blacklisted packages to support ptf + packages and retracted patches + Version 0.6.36 - bug fixes: * do not autouninstall packages because of forcebest updates diff --git a/VERSION.cmake b/VERSION.cmake index d8662767..fe3e310d 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "36") +SET(LIBSOLV_PATCH "37") diff --git a/package/libsolv.changes b/package/libsolv.changes index dcdbabd5..5aea77ec 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 26 14:25:00 CEST 2021 - mls@suse.de + +- fix heap-buffer-overflow in repodata_schema2id [CVE-2019-20387] + [bnc#1161510] +- backport support for blacklisted packages to support ptf + packages and retracted patches [jsc#SLE-17973] +- fix ruleinfo of complex dependencies returning the wrong origin +- fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason +- fix add_complex_recommends() selecting conflicted packages in rare + cases +- testcase_read: error out if repos are added or the system is changed + too late [CVE-2021-3200] [bnc#1186229] +- fix potential segfault in resolve_jobrules +- fix solv_zchunk decoding error if large chunks are used +- bump version to 0.6.37 + ------------------------------------------------------------------- Thu Jun 27 16:36:00 CEST 2019 - mls@suse.de