From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH] libsolv: Update to version 0.7.19 Date: Mon, 02 Aug 2021 20:45:57 +0200 Message-ID: <7B10B847-A05C-411A-9049-342E8C5691B0@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2119171695492802131==" List-Id: <development.lists.ipfire.org> --===============2119171695492802131== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable =EF=BB=BFReviewed-by: Michael Tremer <michael.tremer(a)ipfire.org> > On 31 Jul 2021, at 20:06, Adolf Belka <adolf.belka(a)ipfire.org> wrote: >=20 > =EF=BB=BF- Update from 0.7.14 to 0.7.19 > - Update of rootfile not required > - Changelog > These are the major changes between libsolv versions: > Version 0.7.19 > - selected bug fixes: > * fix rare segfault in resolve_jobrules() that could happen > if new rules are learnt > * fix a couple of memory leaks in error cases > * fix error handling in solv_xfopen_fd() > Version 0.7.18 > - selected bug fixes: > * fixed regex code on win32 > * fixed memory leak in choice rule generation > - new features: > * repo_add_conda: add flag to skip v2 packages > Version 0.7.17 > - selected bug fixes: > * repo_write: fix handling of nested flexarray > * improve choicerule generation a bit more to cover more cases > * harden testcase parser against repos being added too late > * support python-3.10 > * check %_dbpath macro in rpmdb code > - new features: > * handle default/visible/langonly attributes in comps parser > * support multiple collections in updateinfo parser > * add '-D' option in rpmdb2solv to set the dbpath > Version 0.7.16 > - selected bug fixes: > * do not ask the namespace callback for splitprovides when writing > a testcase > * fix add_complex_recommends() selecting conflicted packages in > rare cases leading to crashes > * improve choicerule generation so that package updates are > prefered in more cases > * deal with missing repos in testcase_mangle_repo_names > Version 0.7.15 > - selected bug fixes: > * fix deduceq2addedmap clearing bits outside of the map > * conda: feature depriorization first > * conda: fix startswith implementation > * move find_update_seeds() call in cleandeps calculation > - new features: > * set SOLVABLE_BUILDHOST in rpm and rpmmd parsers > * new testcase_mangle_repo_names() function > * new solv_fmemopen() function >=20 > Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> > --- > lfs/libsolv | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/libsolv b/lfs/libsolv > index 3741fddaf..192e9b013 100644 > --- a/lfs/libsolv > +++ b/lfs/libsolv > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 0.7.14 > +VER =3D 0.7.19 >=20 > THISAPP =3D libsolv-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ TARGET =3D $(DIR_INFO)/$(THISAPP) >=20 > PROG =3D libsolv > DEPS =3D > -PAK_VER =3D 3 > +PAK_VER =3D 4 >=20 > ###########################################################################= #### > # Top-level Rules > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D a7a991fa70c310c31fabedc5b12453af > +$(DL_FILE)_MD5 =3D 05adaf6abe6b65a330272642baad82e1 >=20 > install : $(TARGET) >=20 > --=20 > 2.32.0 --===============2119171695492802131==--