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 4bwkqm0w0Sz32Mj for ; Mon, 4 Aug 2025 18:00:36 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bwkqm0gl6z2xdr for ; Mon, 4 Aug 2025 18:00:36 +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 "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bwkql2RvVz69 for ; Mon, 4 Aug 2025 18:00:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1754330435; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HbxN3Y/jbashvz6Yc2ZCfI2kP0sJJR/sb6SIdaLVp20=; b=ZkdJaL1ASaeDbeLNXC7wYrrswxn6Tdyh5qh0Aod6ioHZFD5L1PjNtLQKVoxUctWiWwWfWB YFUtHa35oV01jsCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1754330435; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HbxN3Y/jbashvz6Yc2ZCfI2kP0sJJR/sb6SIdaLVp20=; b=sTh9MbGzONk4XFnBDmpJjBw6ADli+k/6R7C9nHE9xoeyt4F0uM04Sb9lgBxyxgZY4KrcKA M3d95QZG8v3aUJhPA13nNTB+ESBqosCmXbyxSv16xiKHbXyGxL+62fUEGOwkBMaZl+oMC0 V4vzdSu2SbfHLqDiZZvDc6E7KYrVDl3nHneEcQCKEdCYt6kPE7zjtEe+gVdk2GMjVFuY1Q 4rmBxhX3pVKgg48qAbY+0YcV7feKpxZAFDiXgnMO9yIkDTWmP9082MqIZssqFpWzsUQSWb fy+sBwob5fBqJaGZZahy0s0UE5PqLDyZoJekwQuCstYsuGSfl+nyXjn1yXNKyA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4bwkql0dQ1z2xN7; Mon, 04 Aug 2025 18:00:35 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree tag, v2.29-core195, created. 27ec6f7860da27d046ddeb33809eba897b0766e7 X-Git-Refname: refs/tags/v2.29-core195 X-Git-Reftype: tag X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 27ec6f7860da27d046ddeb33809eba897b0766e7 Message-Id: <4bwkql0dQ1z2xN7@people01.haj.ipfire.org> Date: Mon, 04 Aug 2025 18:00:35 +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 tag, v2.29-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 ----------------------------------------------------------------------- hooks/post-receive -- IPFire 2.x development tree