From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ipfire-scm+bounces-4-archive=lists.ipfire.org@lists.ipfire.org> Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZBwbf28LJz36Vt for <archive@lists.ipfire.org>; Tue, 11 Mar 2025 14:08:46 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZBwbf1rpzz2xbk for <ipfire-scm@lists.ipfire.org>; Tue, 11 Mar 2025 14:08:46 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZBwb84clBz7hT for <ipfire-scm@lists.ipfire.org>; Tue, 11 Mar 2025 14:08:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1741702100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=lnPZWB4yzF2EYPEkodb+e8F4kCRfyHToGlSErVgwB2M=; b=pFPSRBAKs6zoGVKfbgSkap1aI7fImcdoN6MgVsZN5Rt8ZA70F9bnwru0kxvaV8t4NMNEhB nHO37G20auDHDnBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1741702100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=lnPZWB4yzF2EYPEkodb+e8F4kCRfyHToGlSErVgwB2M=; b=SY8exNAqGzAEMTJjX/AQfdeQhawWvhL2Oqo0evV0ibJnRcadaAIM/x61tRJVQV5hxVYXgE A7JDXtjXVY+3OTq/rCBna296tlP3NTyI+J3ELYES7EFSoI/k8x2b7WerMRHcdrBmn4Kt4K FCnEWwSliBtuu3/LxQ0e76Wj9jmUqcDPmniTePei9B9qJTfVOCNPLCko9A/9wlxJJdVsGF lLuN9sj9tBdAkHgcGs1eKPcPT0vgFtpcocvh8bpSkL+NPDP8gCl5JxgSxAd1CGY2f1ljyZ w0gxvf5hilkGhpM/qDKAkkIa0VAYF/LvAJqEoZoXrUj79MbT8LebpIu0OWA4AQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4ZBwb82Mq0z2xh9; Tue, 11 Mar 2025 14:08:20 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f759f35ce1256d146a868609c8bea80e0ef99474 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: e18bef46ff6888caa7a7ef52cda032ec2464f8ae X-Git-Newrev: f759f35ce1256d146a868609c8bea80e0ef99474 Message-Id: <4ZBwb82Mq0z2xh9@people01.haj.ipfire.org> Date: Tue, 11 Mar 2025 14:08:20 +0000 (UTC) From: Michael Tremer <git@ipfire.org> Precedence: list List-Id: <ipfire-scm.lists.ipfire.org> List-Subscribe: <https://lists.ipfire.org/>, <mailto:ipfire-scm+subscribe@lists.ipfire.org?subject=subscribe> List-Unsubscribe: <https://lists.ipfire.org/>, <mailto:ipfire-scm+unsubscribe@lists.ipfire.org?subject=unsubscribe> List-Post: <mailto:ipfire-scm@lists.ipfire.org> List-Help: <mailto:ipfire-scm+help@lists.ipfire.org?subject=help> Sender: <ipfire-scm@lists.ipfire.org> Mail-Followup-To: <ipfire-scm@lists.ipfire.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via f759f35ce1256d146a868609c8bea80e0ef99474 (commit) from e18bef46ff6888caa7a7ef52cda032ec2464f8ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f759f35ce1256d146a868609c8bea80e0ef99474 Author: Michael Tremer <michael.tremer@ipfire.org> Date: Tue Mar 11 14:04:48 2025 +0000 sqlite: Ship /usr/lib/libsqlite3.so Some binaries seem to be linking against libsqlite3.so (i.e. vnstatd). Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/config/rootfiles/common/sqlite b/config/rootfiles/common/sqlite index 074e1f685..9e28c2d2b 100644 --- a/config/rootfiles/common/sqlite +++ b/config/rootfiles/common/sqlite @@ -1,7 +1,7 @@ usr/bin/sqlite3 #usr/include/sqlite3.h #usr/include/sqlite3ext.h -#usr/lib/libsqlite3.so +usr/lib/libsqlite3.so usr/lib/libsqlite3.so.0 usr/lib/libsqlite3.so.3.49.1 #usr/lib/pkgconfig/sqlite3.pc hooks/post-receive -- IPFire 2.x development tree