From patchwork Sat Jul 31 19:06:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4583 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GcYdp2Dhhz3xGs for ; Sat, 31 Jul 2021 19:06:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GcYdp00nKz11P; Sat, 31 Jul 2021 19:06:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GcYdn6dKgz2y2d; Sat, 31 Jul 2021 19:06:21 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GcYdn3Tw5z2xb4 for ; Sat, 31 Jul 2021 19:06:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GcYdm6GVSz11P; Sat, 31 Jul 2021 19:06:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1627758380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ORCVpkAWpkbboqf93TyS/9EpcI2SK6wPQtjELVNjCCU=; b=K4pioNguW86TU77/xmnDubxyEWn7XN8owbYbUkLBG2idaGSWUvPrpB3M/YO++sTEc3/U8x HwK5OA7Yanr1NJDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1627758380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ORCVpkAWpkbboqf93TyS/9EpcI2SK6wPQtjELVNjCCU=; b=Rs3fOnzgPLvsFCoyYk+ufdqzOicFCgl02dYlZhNXyGnCtuhcQlrad8DXgy9pHETQkdIazu xsqCMSQEAVHemBNm0a80IfGPwaNhbS4cB7BuqPaYTkN45sZ0Lbw4sDx0mcP9LbG+l+V7dZ XTBbfU1BssFAVIAk/aZ0mdu+BMzUkfCslfK0c8VbYymkEPjShqFJ0BlHSuEEIjFvEYWTC0 T6oJ2tjvQ9gRzScLhuhYFWzesjUch9PHM0AULVJTsa9KJjf2fIaSe6eP+XPbVkFkOTv2mn EF0+dAq8eEDIyOeEDku0awH9LTPb8HoXkoqWTv+R2I1WDn/kIz/QYv95OFQqCg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libsolv: Update to version 0.7.19 Date: Sat, 31 Jul 2021 21:06:17 +0200 Message-Id: <20210731190617.2899422-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Signed-off-by: Adolf Belka --- lfs/libsolv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libsolv b/lfs/libsolv index 3741fddaf..192e9b013 100644 --- a/lfs/libsolv +++ b/lfs/libsolv @@ -24,7 +24,7 @@ include Config -VER = 0.7.14 +VER = 0.7.19 THISAPP = libsolv-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = libsolv DEPS = -PAK_VER = 3 +PAK_VER = 4 ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a7a991fa70c310c31fabedc5b12453af +$(DL_FILE)_MD5 = 05adaf6abe6b65a330272642baad82e1 install : $(TARGET)