Skip to content

Commit

Permalink
security/maltrail:
Browse files Browse the repository at this point in the history
- Update to 0.14
- Add missing sqlite3 dependency
- Limit to python 2.7 because 3.x is not supported yet [1]

PR:		239110
Submitted by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
See:		stamparm/maltrail#162 [1]


git-svn-id: https://svn.freebsd.org/ports/head@506854 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
decke committed Jul 18, 2019
1 parent 80b18f2 commit 46bd9d2
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 8 deletions.
7 changes: 4 additions & 3 deletions security/maltrail/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= maltrail
PORTVERSION= 0.13
PORTVERSION= 0.14
CATEGORIES= security python

MAINTAINER= m.muenz@gmail.com
Expand All @@ -10,9 +10,10 @@ 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>=0:net/py-pcapy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}

USES= python:run
USES= python:2.7,run

USE_GITHUB= yes
GH_ACCOUNT= stamparm
Expand Down
6 changes: 3 additions & 3 deletions security/maltrail/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1561393485
SHA256 (stamparm-maltrail-0.13_GH0.tar.gz) = 0ee8080b3cd90bd8e4be2bb9ef0ff9832124a09dc771cd439117f2b287ec8088
SIZE (stamparm-maltrail-0.13_GH0.tar.gz) = 1532585
TIMESTAMP = 1563364788
SHA256 (stamparm-maltrail-0.14_GH0.tar.gz) = d9714a710a923c5e3f4cb838db6522e6bd375c0048f2d0434e51707d45b1518a
SIZE (stamparm-maltrail-0.14_GH0.tar.gz) = 1777476
Loading

0 comments on commit 46bd9d2

Please sign in to comment.