Skip to content

Commit

Permalink
security/maltrail: Update to 0.44
Browse files Browse the repository at this point in the history
  - switch from pcapy to pcapy-ng

Changes: stamparm/maltrail@0.43...0.44

PR:		262973
  • Loading branch information
mimugmail authored and MikaelUrankar committed Apr 1, 2022
1 parent cbc9cfb commit d5cf409
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 8 deletions.
4 changes: 2 additions & 2 deletions security/maltrail/Makefile
@@ -1,5 +1,5 @@
PORTNAME= maltrail
PORTVERSION= 0.40
PORTVERSION= 0.44
CATEGORIES= security python

MAINTAINER= m.muenz@gmail.com
Expand All @@ -8,7 +8,7 @@ COMMENT= Malicious traffic detection system, utilizing public (black)lists
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pcapy>=0:net/py-pcapy@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pcapy-ng>=0:net/py-pcapy-ng@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}

USES= python:run
Expand Down
6 changes: 3 additions & 3 deletions security/maltrail/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1640257247
SHA256 (stamparm-maltrail-0.40_GH0.tar.gz) = 09574ed89e22a22f79eb79112fdb63a13180c75ff62613445d545ca60a893713
SIZE (stamparm-maltrail-0.40_GH0.tar.gz) = 5205871
TIMESTAMP = 1648796641
SHA256 (stamparm-maltrail-0.44_GH0.tar.gz) = b0ff9c14f87a4c4bdb94003f052effca672eecfd41cd8c31ba7b17a8337ec029
SIZE (stamparm-maltrail-0.44_GH0.tar.gz) = 5778947

0 comments on commit d5cf409

Please sign in to comment.