From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b3Bkq5HFsz32f1 for ; Thu, 22 May 2025 15:18:27 +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 4b3Bkq52wNz2yTm for ; Thu, 22 May 2025 15:18:27 +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) client-signature ECDSA (secp384r1)) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b3Bkq15BFz87 for ; Thu, 22 May 2025 15:18:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747927107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=GUDdtUQWpW5gpt5c+NT83u2SvjwELcWS/l3n8FplKUE=; b=Fx1G8l4gnXGgMCTXJAwByp7l6tVvAKePcirKpa3VZmQcYex+rhj0oUfNItv/nOtMVtqBVa kTprzcMsXQerMlDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747927107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=GUDdtUQWpW5gpt5c+NT83u2SvjwELcWS/l3n8FplKUE=; b=ryfa5KIeeP1SPEMrFqzb8+xNTz5etPvhfaRxn8ANxftkRrRYAyazSRSZnRclc69VUXROu2 t7wW2NXdlauLfiwjjz1ueE93XMbf6Z7C1wuP5dTROypQ5eewlJf1ywXnI+dL9CTgV5AIim PzTlwIkdo7hqeIUuxvy2pGVo07anCUe7KQHSmsNsiaasLjaKFwjtzA7sXyUaLUraGQPuy8 HFX8mlBWncjZM/VaVUyZMTysvoJD/FEIiMAGcFn2QqI0CvQ1Q0bgjy7Kag7pBkWVNp+Dcn tjfeJWG4jhzqHdaTJRRi1Y/625NVyVABJ08/uYJgaO9MyAuHt/yQCIpjFeLMBw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4b3Bkq0F0Mz2xhX; Thu, 22 May 2025 15:18:27 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 1e50e6e79163d3e0ef551044f1cd11807f6e2ba5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0563f17ea5d018cff939f95a3b6545442ee32f5d X-Git-Newrev: 1e50e6e79163d3e0ef551044f1cd11807f6e2ba5 Message-Id: <4b3Bkq0F0Mz2xhX@people01.haj.ipfire.org> Date: Thu, 22 May 2025 15:18:26 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: 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, master has been updated via 1e50e6e79163d3e0ef551044f1cd11807f6e2ba5 (commit) via 186cfa34b580f70f9ccf00aa4503e479df2cd31b (commit) from 0563f17ea5d018cff939f95a3b6545442ee32f5d (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 1e50e6e79163d3e0ef551044f1cd11807f6e2ba5 Author: Adolf Belka Date: Tue May 20 12:57:39 2025 +0200 http-client-functions.pl: Fixes bug13852 Suggested-by: Adam G Fixes: bug13852 Tested-by: Adolf Belka Tested-by: Adam G Signed-off-by: Adolf Belka Acked-by: Stefan Schantl Signed-off-by: Michael Tremer commit 186cfa34b580f70f9ccf00aa4503e479df2cd31b Author: Adolf Belka Date: Wed May 21 20:57:38 2025 +0200 core195: Ship ntp - fixes bug13855 Fixes: bug13855 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/cfgroot/http-client-functions.pl | 2 +- config/rootfiles/{oldcore/100 => core/195}/filelists/ntp | 0 2 files changed, 1 insertion(+), 1 deletion(-) copy config/rootfiles/{oldcore/100 => core/195}/filelists/ntp (100%) Difference in files: diff --git a/config/cfgroot/http-client-functions.pl b/config/cfgroot/http-client-functions.pl index 51687ffde..7f7675bbf 100644 --- a/config/cfgroot/http-client-functions.pl +++ b/config/cfgroot/http-client-functions.pl @@ -178,7 +178,7 @@ sub downloader (%) { # Check if an file for etags has been given. if ($etags_file) { # Read-in Etags file for known Etags if the file is present. - &readhash("$etags_file", \%etags) if (-f $etags_file); + &General::readhash("$etags_file", \%etags) if (-f $etags_file); # Check if an Etag for the requested file is stored. if ($etags{$etagprefix}) { diff --git a/config/rootfiles/core/195/filelists/ntp b/config/rootfiles/core/195/filelists/ntp new file mode 120000 index 000000000..7542d86cb --- /dev/null +++ b/config/rootfiles/core/195/filelists/ntp @@ -0,0 +1 @@ +../../../common/ntp \ No newline at end of file hooks/post-receive -- IPFire 2.x development tree