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 4bKsBr3TYGz30Bx for ; Sun, 15 Jun 2025 12:00:04 +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 4bKsBr3BwNz2y9H for ; Sun, 15 Jun 2025 12:00:04 +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 4bKsBq43CQz83 for ; Sun, 15 Jun 2025 12:00:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749988803; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=acByUbYgRV+ZTSyTe9tLsNcWDnCtmhFiUNME3lIhjKk=; b=Zwc74rYuDSeSuwcEJsWMpzvWG5KYYkUFYzUK8DntnykqRMSIf2HqbV4XbyBuH/oT4rmPSw CAfGX6mt0zl0/8BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749988803; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=acByUbYgRV+ZTSyTe9tLsNcWDnCtmhFiUNME3lIhjKk=; b=pHH9W1pVzVKwUFIlpHXhBp5uK9UGA+oAksmVOcck3ZDSij9B60YonjG5axRSHKAzKIvs4Z V1UhzCLkp/IgCn6cQha34ttllZf0fXAPxV0hXy3RpqkfFUVrTS6VohVOrs0oO0m0cFuVAg BgC5nE0AB6sLBhF95cHIOVeT+13YsTwlut9qiLIwYOIr4EUYxbf2RDV7Dorff4A9z4IqYe bDM/z91x+4XAhWGCHFVjxXOxBSAHN9IfHVWF0xRFpvQ2gmxPEZ7dsr3Ozm67J6Zd0iX3MT PRFno5pXw3FNqFHFWxRT06lYEVbg7nHsKXE1QnMlVQQXYrL/u1txWJ6yXY7OMw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4bKsBq2PPTz2xc5; Sun, 15 Jun 2025 12:00:03 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, core195, created. 27ec6f7860da27d046ddeb33809eba897b0766e7 X-Git-Refname: refs/heads/core195 X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 27ec6f7860da27d046ddeb33809eba897b0766e7 Message-Id: <4bKsBq2PPTz2xc5@people01.haj.ipfire.org> Date: Sun, 15 Jun 2025 12:00:03 +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, core195 has been created at 27ec6f7860da27d046ddeb33809eba897b0766e7 (commit) - Log ----------------------------------------------------------------- commit 27ec6f7860da27d046ddeb33809eba897b0766e7 Author: Michael Tremer Date: Sun Jun 1 17:00:51 2025 +0200 wireguard: Don't try to delete any interfaces that don't exist When the WireGuard interfaces are being destroyed, we are using some globbing to identify the right interfaces. If there are no interfaces the globbing string does not match anything and is returned itself. To avoid an error when trying to delete an interface that never existed, we configure the shell to never expand empty globbings. Signed-off-by: Michael Tremer commit 9ef726eeb272104656baf3c38eca75c4dc5bea10 Author: Michael Tremer Date: Sun Jun 1 15:19:13 2025 +0200 wireguard-functions.pl: Fix ListenPort The option was incorrectly named "Port" before. Signed-off-by: Michael Tremer ----------------------------------------------------------------------- hooks/post-receive -- IPFire 2.x development tree