* [PATCH] ruleset-sources: Update download URL for Talos rulesets.
@ 2022-06-23 6:03 Stefan Schantl
2022-06-23 10:30 ` Peter Müller
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Schantl @ 2022-06-23 6:03 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1182 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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=<subscription_code>",
+ dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=<subscription_code>",
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=<subscription_code>",
+ dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=<subscription_code>",
dl_type => "archive",
},
--
2.30.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ruleset-sources: Update download URL for Talos rulesets.
2022-06-23 6:03 [PATCH] ruleset-sources: Update download URL for Talos rulesets Stefan Schantl
@ 2022-06-23 10:30 ` Peter Müller
2022-06-23 11:31 ` Michael Tremer
2022-06-23 17:07 ` Stefan Schantl
0 siblings, 2 replies; 5+ messages in thread
From: Peter Müller @ 2022-06-23 10:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]
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 <peter.mueller(a)ipfire.org>
Thanks, and best regards,
Peter Müller
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> 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=<subscription_code>",
> + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=<subscription_code>",
> 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=<subscription_code>",
> + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=<subscription_code>",
> dl_type => "archive",
> },
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ruleset-sources: Update download URL for Talos rulesets.
2022-06-23 10:30 ` Peter Müller
@ 2022-06-23 11:31 ` Michael Tremer
2022-06-23 17:07 ` Stefan Schantl
1 sibling, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2022-06-23 11:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1790 bytes --]
I don’t quite understand why we can’t ship this.
> On 23 Jun 2022, at 11:30, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> 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 <peter.mueller(a)ipfire.org>
>
> Thanks, and best regards,
> Peter Müller
>
>
>> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
>> ---
>> 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=<subscription_code>",
>> + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=<subscription_code>",
>> 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=<subscription_code>",
>> + dl_url => "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=<subscription_code>",
>> dl_type => "archive",
>> },
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ruleset-sources: Update download URL for Talos rulesets.
2022-06-23 10:30 ` Peter Müller
2022-06-23 11:31 ` Michael Tremer
@ 2022-06-23 17:07 ` Stefan Schantl
2022-06-23 17:49 ` Peter Müller
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Schantl @ 2022-06-23 17:07 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2278 bytes --]
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 <peter.mueller(a)ipfire.org>
>
> Thanks, and best regards,
> Peter Müller
>
>
> > Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> > ---
> > 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=
> > <subscription_code>",
> > + dl_url =>
> > "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=
> > <subscription_code>",
> > 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=
> > <subscription_code>",
> > + dl_url =>
> > "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=
> > <subscription_code>",
> > dl_type => "archive",
> > },
> >
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ruleset-sources: Update download URL for Talos rulesets.
2022-06-23 17:07 ` Stefan Schantl
@ 2022-06-23 17:49 ` Peter Müller
0 siblings, 0 replies; 5+ messages in thread
From: Peter Müller @ 2022-06-23 17:49 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2690 bytes --]
Hello Stefan,
thanks for your reply.
Michael already explained the nature of this patch to me, and it is included
wit C169: https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=b77b41a579982fd6ee524f1c8ee45fea03bb9b76
Thanks for your follow-up and elaboration though. :-)
All the best,
Peter Müller
> 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 <peter.mueller(a)ipfire.org>
>>
>> Thanks, and best regards,
>> Peter Müller
>>
>>
>>> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
>>> ---
>>> 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=
>>> <subscription_code>",
>>> + dl_url =>
>>> "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=
>>> <subscription_code>",
>>> 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=
>>> <subscription_code>",
>>> + dl_url =>
>>> "https://www.snort.org/rules/snortrules-snapshot-29200.tar.gz?oinkcode=
>>> <subscription_code>",
>>> dl_type => "archive",
>>> },
>>>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-23 17:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 6:03 [PATCH] ruleset-sources: Update download URL for Talos rulesets Stefan Schantl
2022-06-23 10:30 ` Peter Müller
2022-06-23 11:31 ` Michael Tremer
2022-06-23 17:07 ` Stefan Schantl
2022-06-23 17:49 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox