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 4h82rP6hbKz2xl4 for ; Mon, 27 Jul 2026 15:41:25 +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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4h82rP6MBlz2xJ5 for ; Mon, 27 Jul 2026 15:41:25 +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 "YE2" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4h82rF20S0z1cL for ; Mon, 27 Jul 2026 15:41:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1785166877; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=TPUIPiAXt7xP48ZP4Z0UF2eG2XwhxSAphwtMuzKsCV4=; b=ZN7PiLspYB9mt4ANCpyTnM8X1B2iEpIdEU0TjCVy8OqSwZa0CkMlv1L0iiBRxLzjUqU4iS TSH79yVPfRrqfnAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1785166877; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=TPUIPiAXt7xP48ZP4Z0UF2eG2XwhxSAphwtMuzKsCV4=; b=GPh1UItbdaM3k1uQA/xKXBZsGb8nWHaI3C1XscOrl8+n3BZmFW8jgsUU2NP/ukwi1s2JLS ZH4znV0X2zGrET2MHKn8+ZnHuVjlG7sR2ETKdajDDIjMP1LX9zQvdNv+ClZ+2lC/XecDO2 AG4pU5ItnnSxLsmJqKNqSkQGi7RsjIPU4he+Kz5tu2ICtxsNgWPovDoMxcrOXRxxaRATp8 KQUcp28xQyMWfB7bUi1k54YxAUfobB1YGkZez808HeT1rJ8Ut7e+Gto+gNW2sMeOFv8q+w QCe0VESu0e+4jDfTpHRmsAL6Zv9f35JsI9iKl5nBroBupd6MBGG9XUm4+06xDw== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4h82rD6HjJz2xgJ; Mon, 27 Jul 2026 15:41:16 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a30c851f2f5e94680d983576bb13cc2f0e27ebc2 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 65574466679195a8cf114660b2665284ebe1089d X-Git-Newrev: a30c851f2f5e94680d983576bb13cc2f0e27ebc2 Message-Id: <4h82rD6HjJz2xgJ@people01.haj.ipfire.org> Date: Mon, 27 Jul 2026 15:41:16 +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 a30c851f2f5e94680d983576bb13cc2f0e27ebc2 (commit) from 65574466679195a8cf114660b2665284ebe1089d (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 a30c851f2f5e94680d983576bb13cc2f0e27ebc2 Author: Michael Tremer Date: Mon Jul 27 15:41:05 2026 +0000 core205: Remove unboundctrl Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/205/update.sh | 2 ++ 1 file changed, 2 insertions(+) Difference in files: diff --git a/config/rootfiles/core/205/update.sh b/config/rootfiles/core/205/update.sh index aae3c39c1..25443bf90 100644 --- a/config/rootfiles/core/205/update.sh +++ b/config/rootfiles/core/205/update.sh @@ -34,6 +34,8 @@ done # Stop services # Remove files +rm -rfv \ + /usr/local/bin/unboundctrl # Extract files extract_files hooks/post-receive -- IPFire 2.x development tree