From patchwork Mon Oct 12 18:28:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3524 Return-Path: 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C96d50Q85z3x1S for ; Mon, 12 Oct 2020 18:28:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C96d32cH0zNh; Mon, 12 Oct 2020 18:28:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C96d31lWGz2xxj; Mon, 12 Oct 2020 18:28:39 +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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C96d16qDWz2xl8 for ; Mon, 12 Oct 2020 18:28:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C96d10wYpzNh for ; Mon, 12 Oct 2020 18:28:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602527317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=F+CwYue4IjyZJmWtxKVEteou2PpGIMq5ynn4HJ8XQ/o=; b=AP/wGywRX3m9SpLpK7bVoM6YAyGXsG9YapMEDI5r7yYNeyFS+krA8dtMdUBCjp3lDPLNwK Dkr1RIRHy+hAFSAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602527317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=F+CwYue4IjyZJmWtxKVEteou2PpGIMq5ynn4HJ8XQ/o=; b=rGu0BDW5l3X8/oDC+wRJLHOHE05uhkGeDkXITC+3qZKDOfdf0dnXqTRsBKZIEyMCm0Fsbw HSQWmVx0peb58irfQsoQ/1Kkbje2Ifb6BIka4BOBG1ymTbap/cXNJPozP0fOMgp7cHZmHt InJY4g9x/XTugRlRvpG/stkh2o6Spidl9Lnpw8S30v6viUlI40/wJ3qoYey1zD91iT91/R xcQR1JfYWb0oXe70gFNLGzg9i5fsubWm0vbLpZPTwHUgfASz4FUB1ER7Kxsg6hpsSEoBUu u89Be5Nw8sYlJtdooR+4vEaltwIXF0WCHOmjugOF1f6FaGFsASr52dbeZF+r/g== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] update.sh: Delete obsolete files from Net-DNS 1.25 Date: Mon, 12 Oct 2020 20:28:31 +0200 Message-Id: <20201012182831.29026-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes Bug #12491 Signed-off-by: Matthias Fischer --- config/rootfiles/core/151/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/151/update.sh b/config/rootfiles/core/151/update.sh index 699528274..fa7e3a3bf 100644 --- a/config/rootfiles/core/151/update.sh +++ b/config/rootfiles/core/151/update.sh @@ -34,6 +34,10 @@ done # Remove files rm -rfv \ /usr/lib/perl5/site_perl/5.30.0/Locale +rm -rfv \ + /usr/lib/perl5/site_perl/5.30.0/*/Net/DNS +rm -fv \ + /usr/lib/perl5/site_perl/5.30.0/*/Net/DNS.pm # Stop services /etc/init.d/ipsec stop