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 4gDnPv39pxz2xfM for ; Mon, 11 May 2026 17:53:07 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gDnPv2tGlz2xHh for ; Mon, 11 May 2026 17:53:07 +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 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gDnPs6cjGz23K for ; Mon, 11 May 2026 17:53:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778521985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1Yc0TwUiVBIfPBoZeHlAGgqYfyLu/ttY2ttovpYdi8I=; b=cZwIAijHUzxEajQeiwvweF+jZ4rOFRAVQm0WPHpM+Z6zP5gWM+ReAeBAf8JJoZtyNTP+jO KBpFw+Zo7qpTbaCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778521985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1Yc0TwUiVBIfPBoZeHlAGgqYfyLu/ttY2ttovpYdi8I=; b=YKcBVidq/VgVy/aAo3h2dSEatV3IoJOrZleKTAs7BBswdwgV710md7FbnrMAskDeMQ3uaT uMD92NoFBP4x4V7/bSvhmwlup9Z84+dREztkwqkuL6WSp2kRymuGX9c9YrkI39oMmQv+42 iXz3/iZABgYPWFXovP+8OUJBWC9e0eEUK1tKB+6wvGtcUkQ5KN5pvz+zVkGwyVF2SW/mth tPp0IYGEfzTL/FE8EZfK2XZaq4ZwiKqqKvRMdelH4Wc34N1P0U9Zv58sr/+MVfJIrgHWZN IAVGPotGqRmq/fa0XghYEa8ryZ8n44nLHUUMbjzshdmNyNzOdPyr5m8gctG+sw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gDnPs40h0z2xcP; Mon, 11 May 2026 17:53:05 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 1f2ea92214879acc6292dfcdbb103e3210eed4cc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9f5a87822cd6d5826935e3caebffbdcb239edfe7 X-Git-Newrev: 1f2ea92214879acc6292dfcdbb103e3210eed4cc Message-Id: <4gDnPs40h0z2xcP@people01.haj.ipfire.org> Date: Mon, 11 May 2026 17:53:05 +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 1f2ea92214879acc6292dfcdbb103e3210eed4cc (commit) from 9f5a87822cd6d5826935e3caebffbdcb239edfe7 (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 1f2ea92214879acc6292dfcdbb103e3210eed4cc Author: Adolf Belka Date: Mon May 11 12:42:27 2026 +0200 ovpnmain.cgi: CU202 fix - Update the RW Log Status extraction - Previously the second section of the RW Log Status file had IP:Port, so selecting the first part of that section showed the IP. - The new status now has Protocol:IP:Port so the selection has to be changed to the second part of that section so the index goes from 0 to 1 - That was missed by me when I did the OpenVPON-2.7 update Tested-by: Adolf Belka Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: html/cgi-bin/ovpnmain.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index ab91eec57..4e3cc7f50 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -3187,7 +3187,7 @@ END $users[$uid]{'BytesSent'} = &General::formatBytes($match[4]); $users[$uid]{'Since'} = $match[5]; - my $address = (split ':', $users[$uid]{'RealAddress'})[0]; + my $address = (split ':', $users[$uid]{'RealAddress'})[1]; $users[$uid]{'RealAddress'} = $address; $users[$uid]{'Country'} = &Location::Functions::lookup_country_code($address); $uid++; hooks/post-receive -- IPFire 2.x development tree