From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] ruleset-sources: Adjust download URL for snort community ruleset Date: Tue, 01 Aug 2023 17:58:40 +0200 Message-ID: <20230801155840.3712-1-stefan.schantl@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2282041251406937075==" List-Id: --===============2282041251406937075== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D ( website =3D> "https://www.snort.org", tr_string =3D> "community rules", requires_subscription =3D> "False", - dl_url =3D> "https://www.snort.org/rules/community", + dl_url =3D> "https://www.snort.org/downloads/community/community-rules.tar= .gz", dl_type =3D> "archive", }, =20 --=20 2.39.2 --===============2282041251406937075==--