From patchwork Thu Oct 1 12:37:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 3503 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C2CLt2Qczz3whV for ; Thu, 1 Oct 2020 12:37:26 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C2CLs0p0WzGf; Thu, 1 Oct 2020 12:37:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C2CLr6ySMz2ytS; Thu, 1 Oct 2020 12:37:24 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C2CLq6gK8z2xl8 for ; Thu, 1 Oct 2020 12:37:23 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C2CLp4GryzGf; Thu, 1 Oct 2020 12:37:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1601555842; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=9NSndUZ/Zct3pjne48EK8ujeqejnGmgfKCjvf4JHvAE=; b=/WHqiQHNh8n7RZB6vtccNCR/SF9DbQ9D5GC8mCQUyT4OlG+d3gmPx561zJjsRu/13H7NPr KRPkIIPzUGqCi2Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1601555842; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=9NSndUZ/Zct3pjne48EK8ujeqejnGmgfKCjvf4JHvAE=; b=hRz4Atf4Hh4owokOGntjH9vktXxS+KrMXe138jEQI4xjVPeaxNSsLhUwMzDUc7iWmEfLw/ IJiuX145RqRuneoVmuQGWgDX2t4l5XOLZaPL++4f4TSmkRY5lCjuhNuZuysKiVrgCYHaDC pUNsFm3Y/5C3HrfMTLQVBqMUeveLX73GioIt8Kf2he2UtrAByCEHOzEmm+ME+UzvVhZ95z +boGfBu+VsAAWoY7yzlyoOp4Zg4uASd4kYzYdEZMHrKhPxu61SCFx5mRb4GSOZeku5Tzsd h9p+/ucstpTjd6OiK2vQZLWb+12fYlX+4bW6nFnvCPTIXQKvvm4WcReikuTfeg== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] libsolv: Update to version 0.7.14 Date: Thu, 1 Oct 2020 14:37:14 +0200 Message-Id: <20201001123714.7034-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=ummeegge@ipfire.org 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" Several fixes and features has been added. A full overview of all changes can be found in here --> https://github.com/openSUSE/libsolv/blob/master/package/libsolv.changes . Signed-off-by: Erik Kapfer --- config/rootfiles/packages/libsolv | 18 ++++++++++++++++-- lfs/libsolv | 8 ++++---- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/libsolv b/config/rootfiles/packages/libsolv index de1d12d05..8a9c1a246 100644 --- a/config/rootfiles/packages/libsolv +++ b/config/rootfiles/packages/libsolv @@ -19,6 +19,7 @@ #usr/include/solv/repo_write.h #usr/include/solv/repodata.h #usr/include/solv/rules.h +#usr/include/solv/selection.h #usr/include/solv/solv_xfopen.h #usr/include/solv/solvable.h #usr/include/solv/solver.h @@ -30,9 +31,22 @@ #usr/include/solv/transaction.h #usr/include/solv/util.h #usr/lib/libsolv.so -usr/lib/libsolv.so.0 +usr/lib/libsolv.so.1 #usr/lib/libsolvext.so -usr/lib/libsolvext.so.0 +usr/lib/libsolvext.so.1 +#usr/lib/pkgconfig/libsolv.pc +#usr/lib/pkgconfig/libsolvext.pc #usr/share/cmake #usr/share/cmake/Modules #usr/share/cmake/Modules/FindLibSolv.cmake +#usr/share/man/man1/dumpsolv.1 +#usr/share/man/man1/installcheck.1 +#usr/share/man/man1/mergesolv.1 +#usr/share/man/man1/repo2solv.1 +#usr/share/man/man1/solv.1 +#usr/share/man/man1/testsolv.1 +#usr/share/man/man3/libsolv-bindings.3 +#usr/share/man/man3/libsolv-constantids.3 +#usr/share/man/man3/libsolv-history.3 +#usr/share/man/man3/libsolv-pool.3 +#usr/share/man/man3/libsolv.3 diff --git a/lfs/libsolv b/lfs/libsolv index 1f79ce700..3741fddaf 100644 --- a/lfs/libsolv +++ b/lfs/libsolv @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.0.0-c02d759 +VER = 0.7.14 THISAPP = libsolv-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = libsolv DEPS = -PAK_VER = 2 +PAK_VER = 3 ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a8ba49ca49c309d61836fe78b0e0f83a +$(DL_FILE)_MD5 = a7a991fa70c310c31fabedc5b12453af install : $(TARGET)