Summary: | security/suricata: suricata-update is failing to find certain python modules when trying to update rules. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ian Dickens <ian> | ||||
Component: | Individual Port(s) | Assignee: | Kevin Bowling <kbowling> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | franco, kbowling | ||||
Priority: | --- | Flags: | linimon:
maintainer-feedback?
(franco) |
||||
Version: | Latest | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ian Dickens
2021-04-25 18:21:52 UTC
So, I was able to finally fix this for myself by downloading the parsers.py and matchers.py from https://fossies.org/linux/suricata/suricata-update/suricata/update and placing them in /usr/local/lib/python3.8/site-packages/suricata/update/ https://fossies.org/linux/suricata/suricata-update/suricata/update/matchers.py https://fossies.org/linux/suricata/suricata-update/suricata/update/parsers.py After that suricata-update worked fine. Created attachment 225204 [details]
fix plist for suircata-update
Hi,
Sorry for the delay. Attached patch fixes the issue, but we need to wait for a committer to pick this up.
Cheers,
Franco
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0e101ec785b9a445e5beca3a5c8351a1537e810 commit b0e101ec785b9a445e5beca3a5c8351a1537e810 Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2021-06-15 15:09:35 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-06-15 15:09:35 +0000 security/suricata: Fix plist issues suricata-update is failing to find certain python modules when trying to update rules. PR: 255397 Reported by: Ian Dickens <ian@south-border.com> Approved by: maintainer MFH: 2021Q2 security/suricata/Makefile | 2 +- security/suricata/pkg-plist | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) A commit in branch 2021Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=52617d7bda4f806b6f26e03506182411dcc8b877 commit 52617d7bda4f806b6f26e03506182411dcc8b877 Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2021-06-15 15:09:35 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-06-15 15:12:45 +0000 security/suricata: Fix plist issues suricata-update is failing to find certain python modules when trying to update rules. PR: 255397 Reported by: Ian Dickens <ian@south-border.com> Approved by: maintainer MFH: 2021Q2 (cherry picked from commit b0e101ec785b9a445e5beca3a5c8351a1537e810) security/suricata/Makefile | 1 + security/suricata/pkg-plist | 6 ++++++ 2 files changed, 7 insertions(+) Thanks for your contributions! Yay, thanks! |