From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: Re: [PATCH] ruleset-sources: Update download URL for Talos rulesets. Date: Thu, 23 Jun 2022 19:07:01 +0200 Message-ID: In-Reply-To: <125f8bf3-e07e-89c2-bd48-44ee31879fec@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3994727049623850476==" List-Id: --===============3994727049623850476== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hello Peter, if possible it would we great to ship this with core 169. It is simply a minor change and allows those who are using the rulesets from Talos to get the latest rules again. Best regards, -Stefan > Hello Stefan, > > thank you for submitting this. > > Does this patch urgently need to go into Core Update 169? While there > is still an > issue left to solve with the update, I would rather abstain from > packing any patch > that now comes up into it as well... > > Apart from that: > > Reviewed-by: Peter Müller > > Thanks, and best regards, > Peter Müller > > > > Signed-off-by: Stefan Schantl > > --- > >  config/suricata/ruleset-sources | 4 ++-- > >  1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/config/suricata/ruleset-sources > > b/config/suricata/ruleset-sources > > index 1d2c6e98b..592cbedf0 100644 > > --- a/config/suricata/ruleset-sources > > +++ b/config/suricata/ruleset-sources > > @@ -23,7 +23,7 @@ our %Providers = ( > >                 website => "https://www.snort.org", > >                 tr_string => "registered user rules", > >                 requires_subscription => "True", > > -               dl_url => > > "https://www.snort.org/rules/snortrules-snapshot-29190.tar.gz?oinkcode= > > ", > > +               dl_url => > > "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode= > > ", > >                 dl_type => "archive", > >         }, > >   > > @@ -33,7 +33,7 @@ our %Providers = ( > >                 website => "https://www.snort.org", > >                 tr_string => "subscripted user rules", > >                 requires_subscription => "True", > > -               dl_url => > > "https://www.snort.org/rules/snortrules-snapshot-29190.tar.gz?oinkcode= > > ", > > +               dl_url => > > "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode= > > ", > >                 dl_type => "archive", > >         }, > >   --===============3994727049623850476==--