From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ipfire-scm+bounces-64-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 4ZtbB71nG0z33GZ
	for <archive@lists.ipfire.org>; Thu,  8 May 2025 15:08:47 +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)
	 client-signature RSA-PSS (4096 bits))
	(Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK))
	by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZtbB71VPJz2ybk
	for <ipfire-scm@lists.ipfire.org>; Thu,  8 May 2025 15:08:47 +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 "E6" (verified OK))
	by mail01.ipfire.org (Postfix) with ESMTPS id 4ZtbB63RZ7z15p
	for <ipfire-scm@lists.ipfire.org>; Thu,  8 May 2025 15:08:46 +0000 (UTC)
DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org;
	s=202003ed25519; t=1746716926;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc; bh=GxT3Zahe0HP8yDbCTfiEsYTgntTQFAwSCYb4zP5G4VA=;
	b=0zjOkgUG7Tu0SbU8AnBT1ecSBMZj4gSLUZPDXEBeDIx+VzIZjpT3NcjRDOBLSLYNIsMhSP
	7WMO1wIuRJ5SmoAw==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa;
	t=1746716926;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc; bh=GxT3Zahe0HP8yDbCTfiEsYTgntTQFAwSCYb4zP5G4VA=;
	b=XvmA65o5zklkK+mOL0ohW1jG829z4mnfcfsytHZxgdsBA1kXCnCj0nLFgX+a4TrXOs++31
	u9FtAAwbF8VyJ16Ortk82KIrJ7IJzTP0mIVh+iIirHGFqN/WgEYo3o5pb34DmtCLxENqDB
	ruQTCJs186CmFFJp2IMq4K3ih7MTJyDdcmR+MR4qCCGtetRRrQWUVXDJ9T6kPsG5gcdEm0
	Igg+kHy4kP213+j4fZJMCe+L6umq5yxg/CrqH/yRxj7reh+MUz5gwHrMttBkp1mbZ1hqfA
	EmpD3qB3PIUFNF0HpSeBIEIYdpnS48oBBjIYen501A/xSHPYdBdKlt2z18BZMA==
Received: by people01.haj.ipfire.org (Postfix, from userid 1000)
	id 4ZtbB61KZnz2xKf; Thu,  8 May 2025 15:08:46 +0000 (UTC)
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fbf3998e6b0e59f649cfcd6c9c0fa0cd2645febd
X-Git-Refname: refs/heads/next
X-Git-Reftype: branch
X-Git-Oldrev: a895b24787df6db4dffd3309c2e5b98351e50f22
X-Git-Newrev: fbf3998e6b0e59f649cfcd6c9c0fa0cd2645febd
Message-Id: <4ZtbB61KZnz2xKf@people01.haj.ipfire.org>
Date: Thu,  8 May 2025 15:08:46 +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  fbf3998e6b0e59f649cfcd6c9c0fa0cd2645febd (commit)
       via  5fe0ef05cb0add7c92e855d28e2fbaad8695a0e7 (commit)
      from  a895b24787df6db4dffd3309c2e5b98351e50f22 (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 fbf3998e6b0e59f649cfcd6c9c0fa0cd2645febd
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Thu May 8 14:01:52 2025 +0200

    core195: Ship sqlite
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 5fe0ef05cb0add7c92e855d28e2fbaad8695a0e7
Author: Adolf Belka <adolf.belka@ipfire.org>
Date:   Thu May 8 14:01:51 2025 +0200

    sqlite: Update to version 3.49.2
    
    - Update from version 3.49.1 to 3.49.2
    - Update of rootfile
    - Changelog
        3.49.2
    	Fix a bug in the NOT NULL optimization of version 3.40.0 (item 3c in the
    	 version 3.40.0 change log) that can lead to a memory error if abused.
    	Fix the count-of-view optimization so that it does not give an incorrect answer
    	 for a DISTINCT query.
    	Fix a possible incorrect answer that can result if a UNIQUE constraint of a
    	 table contains the PRIMARY KEY column and that UNIQUE constraint is used by an
    	 IN operator.
    	Fix obscure problems with the generate_series() extension function.
    	Incremental improvements to the configure/make.
    
    Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/sqlite                              | 2 +-
 config/rootfiles/{oldcore/125 => core/195}/filelists/sqlite | 0
 lfs/sqlite                                                  | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
 copy config/rootfiles/{oldcore/125 => core/195}/filelists/sqlite (100%)

Difference in files:
diff --git a/config/rootfiles/common/sqlite b/config/rootfiles/common/sqlite
index 9e28c2d2b..1408c1879 100644
--- a/config/rootfiles/common/sqlite
+++ b/config/rootfiles/common/sqlite
@@ -3,6 +3,6 @@ usr/bin/sqlite3
 #usr/include/sqlite3ext.h
 usr/lib/libsqlite3.so
 usr/lib/libsqlite3.so.0
-usr/lib/libsqlite3.so.3.49.1
+usr/lib/libsqlite3.so.3.49.2
 #usr/lib/pkgconfig/sqlite3.pc
 #usr/share/man/man1/sqlite3.1
diff --git a/config/rootfiles/core/195/filelists/sqlite b/config/rootfiles/core/195/filelists/sqlite
new file mode 120000
index 000000000..4ea569766
--- /dev/null
+++ b/config/rootfiles/core/195/filelists/sqlite
@@ -0,0 +1 @@
+../../../common/sqlite
\ No newline at end of file
diff --git a/lfs/sqlite b/lfs/sqlite
index ea3edcec2..ed23e9529 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3490100
+VER        = 3490200
 
 THISAPP    = sqlite-autoconf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 08f9379977b9a7962de5283cb532ecdd500e6e9b00d5e64e14e323777b47ea90e15745528d441328b7907060b7f594dc5054b327b471189477e595c0575c43a0
+$(DL_FILE)_BLAKE2 = 588e881e986c618d7321546a5b236fe68371898295d80ff54f8d7037e5ae28d5384808f85e395e3467aa3494f84234709a1e9310277d6f0866e4c750f04c2fbb
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree