From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fJh7r3CHKz2yql for ; Sun, 22 Feb 2026 11:09:12 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fJh7r30Fwz2xSm for ; Sun, 22 Feb 2026 11:09:12 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [IPv6:2001:678:b28::161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E7" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fJh7r1y4gzCj for ; Sun, 22 Feb 2026 11:09:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1771758552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=uupV7yfjLTXNRyH6CIP+ogGMab3or5eDaiejHGAf1xU=; b=3gUHzn7Jn/qdsz+3VulVmC/Yub2AZ5HOXBRJz2t9Tp4YS9kf8yiV1pRlfOUmvbzqarWwOL OCZiQ+PRhlE4P2CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1771758552; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=uupV7yfjLTXNRyH6CIP+ogGMab3or5eDaiejHGAf1xU=; b=pVWdLLudef7buXAmInmf+x3v4KtphxXPkNbQ1iEO7OGou7kIg+yo0HgNu+FS3j6YG3QqYU mezFnyQkQHySa0IW0qn2BT8CNFQsnkhNxintRVY7zXbcKonzfRq6T2KZoL871lOCawVR1Y mkqmRNZt667xotcYsB4DH/Syc2H8dM4jabw/JXRpx7CCzOCiHIOJ9YyLjkECeWAekWsbgy fCmfmoRVW2Pb6wz+Np36w61VfccBwzqlE8fCnQ5Mn/HH9n8yGzp4cYKyPxInKRg4iq28N6 UvH8qNETTZUzqLH+4tKt3iQAKan0j5V/yRxeuSQieosB7XYqyY9nAWJ4CicakQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4fJh7r1BhVz2xQJ; Sun, 22 Feb 2026 11:09:12 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 093843686eeb69f41112bdf380e49461676794cc X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: d74ef3ca3b1df3003cfaca3952add221089cfe56 X-Git-Newrev: 093843686eeb69f41112bdf380e49461676794cc Message-Id: <4fJh7r1BhVz2xQJ@people01.haj.ipfire.org> Date: Sun, 22 Feb 2026 11:09:12 +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, next has been updated via 093843686eeb69f41112bdf380e49461676794cc (commit) via 336b389fb89eb5d182e85be5c10b26c825e8ae5f (commit) via d23791c9e6fe66f9245279f43a01225943e6b234 (commit) from d74ef3ca3b1df3003cfaca3952add221089cfe56 (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 093843686eeb69f41112bdf380e49461676794cc Merge: d74ef3ca3 336b389fb Author: Michael Tremer Date: Sun Feb 22 11:09:06 2026 +0000 Merge branch 'master' into next ----------------------------------------------------------------------- Summary of changes: html/cgi-bin/wlanap.cgi | 2 +- lfs/hostapd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Difference in files: diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index 0c5dad558..a02b58b6d 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -414,7 +414,7 @@ print < $Lang::tr{'wlanap psk'} - + diff --git a/lfs/hostapd b/lfs/hostapd index 1ccc4d14a..b5347df9d 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 73 +PAK_VER = 74 DEPS = hooks/post-receive -- IPFire 2.x development tree