This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 70e23c18a454f97b0a790c3ecd8d930f9999132d (commit) via 67a38b30b0652b1fd68f2e81192fa1130c8d7fba (commit) via 6e2c8f48182c169edb177526d7f639b0631d57cc (commit) from f6ec32737f961289744fd24f3c041f19faffad1a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 70e23c18a454f97b0a790c3ecd8d930f9999132d Author: Peter Müller peter.mueller@ipfire.org Date: Mon Feb 28 20:18:58 2022 +0000
python3-yaml: Drop unnecessary armv6l rootfile
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 67a38b30b0652b1fd68f2e81192fa1130c8d7fba Merge: f6ec32737 6e2c8f481 Author: Peter Müller peter.mueller@ipfire.org Date: Mon Feb 28 20:16:38 2022 +0000
Merge branch 'master' into next
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/armv6l/python3-yaml | 20 -------------------- config/suricata/ruleset-sources | 20 -------------------- 2 files changed, 40 deletions(-) delete mode 100644 config/rootfiles/packages/armv6l/python3-yaml
Difference in files: diff --git a/config/rootfiles/packages/armv6l/python3-yaml b/config/rootfiles/packages/armv6l/python3-yaml deleted file mode 100644 index 782cbca78..000000000 --- a/config/rootfiles/packages/armv6l/python3-yaml +++ /dev/null @@ -1,20 +0,0 @@ -#usr/lib/python3.10/site-packages/PyYAML-3.13-py3.10.egg-info -usr/lib/python3.10/site-packages/_yaml.cpython-310-arm-linux-gnueabi.so -#usr/lib/python3.10/site-packages/yaml -usr/lib/python3.10/site-packages/yaml/__init__.py -usr/lib/python3.10/site-packages/yaml/composer.py -usr/lib/python3.10/site-packages/yaml/constructor.py -usr/lib/python3.10/site-packages/yaml/cyaml.py -usr/lib/python3.10/site-packages/yaml/dumper.py -usr/lib/python3.10/site-packages/yaml/emitter.py -usr/lib/python3.10/site-packages/yaml/error.py -usr/lib/python3.10/site-packages/yaml/events.py -usr/lib/python3.10/site-packages/yaml/loader.py -usr/lib/python3.10/site-packages/yaml/nodes.py -usr/lib/python3.10/site-packages/yaml/parser.py -usr/lib/python3.10/site-packages/yaml/reader.py -usr/lib/python3.10/site-packages/yaml/representer.py -usr/lib/python3.10/site-packages/yaml/resolver.py -usr/lib/python3.10/site-packages/yaml/scanner.py -usr/lib/python3.10/site-packages/yaml/serializer.py -usr/lib/python3.10/site-packages/yaml/tokens.py diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources index 7da1ecc1d..58ab91aab 100644 --- a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources @@ -67,16 +67,6 @@ our %Providers = ( dl_type => "archive", },
- # Abuse.ch SSLBL JA3 fingerprint rules. - sslbl_ja3 => { - summary => "Abuse.ch SSLBL JA3 Rules", - website => "https://sslbl.abuse.ch/", - tr_string => "sslbl ja3 fingerprint rules", - requires_subscription => "False", - dl_url => "https://sslbl.abuse.ch/blacklist/ja3_fingerprints.rules", - dl_type => "plain", - }, - # Abuse.ch SSLBL Blacklist rules. sslbl_blacklist => { summary => "Abuse.ch SSLBL Blacklist Rules", @@ -87,16 +77,6 @@ our %Providers = ( dl_type => "plain", },
- # Abuse.ch URLhaus Blacklist rules. - urlhaus => { - summary => "Abuse.ch URLhaus Blacklist Rules", - website => "https://urlhaus.abuse.ch/", - tr_string => "urlhaus blacklist rules", - requires_subscription => "False", - dl_url => "https://urlhaus.abuse.ch/downloads/urlhaus_suricata.tar.gz", - dl_type => "archive", - }, - # Etnetera Aggressive Blacklist. etnetera_aggresive => { summary => "Etnetera Aggressive Blacklist Rules",
hooks/post-receive -- IPFire 2.x development tree