From patchwork Tue Aug 1 15:58:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 7060 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RFft84CSgz3wmm for ; Tue, 1 Aug 2023 15:58:56 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RFft65jQKzkb; Tue, 1 Aug 2023 15:58:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RFft652f7z2yJG; Tue, 1 Aug 2023 15:58:54 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RFft51m9Vz2x9l for ; Tue, 1 Aug 2023 15:58:53 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RFft44YK9zLg; Tue, 1 Aug 2023 15:58:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690905532; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xq7/ApnEceJa5IZmNUqn+9K9njI1nRz9OYsPYp/cJVo=; b=iMnMoD2NKhrlmksdLApK960lBevahx+zCo5uA2sDMNnc6Bu8Y2hLuRx2LnfsyfjUJqc6Dd KlTLf9h1FJWze3BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690905532; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xq7/ApnEceJa5IZmNUqn+9K9njI1nRz9OYsPYp/cJVo=; b=EtPJJzSSObqMH735b1VaoKbsgHOM8LEWDvyTrv8gwcd82gR6KE7cza0S6yOUZrEuDiVQm1 QKOJ0znLzTZTse81T1JbyT0Il6WJ6jbckeEUQ0edsT0EgkTE7qwAMTfIwfn7oDACzn5+Hu D5WRbhHs+YiqrnGouIQTkbAIugL1uUSX2sslHRv0qP08d8VBayVmT4xbIrwnxrejpcMk8G R0ZRuBH07qGga887dWS+lT0RkVZxCD+gv0YOUGgUIlrfOgiPSTmyQAWdq9XaLs5UVJiXv4 4vRt25d752LWS1cl/FG5LTFf1px+voAcTgZi1wFWxNvnbEDBxZACQEAKlBNBDA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] ruleset-sources: Adjust download URL for snort community ruleset Date: Tue, 1 Aug 2023 17:58:40 +0200 Message-Id: <20230801155840.3712-1-stefan.schantl@ipfire.org> In-Reply-To: References: MIME-Version: 1.0 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: #13203 Signed-off-by: Stefan Schantl --- config/suricata/ruleset-sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources index 592cbedf0..14d1b865f 100644 --- a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources @@ -43,7 +43,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "community rules", requires_subscription => "False", - dl_url => "https://www.snort.org/rules/community", + dl_url => "https://www.snort.org/downloads/community/community-rules.tar.gz", dl_type => "archive", },