View | Details | Raw Unified | Return to bug 237634 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-zkg/Makefile (-6 / +6 lines)
Lines 1-14 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	bro-pkg
3
PORTNAME=	zkg
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.4.2
5
DISTVERSION=	2.0.0
6
PORTREVISION=	1
7
CATEGORIES=	security python
6
CATEGORIES=	security python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
8
10
MAINTAINER=	mshirk@daemon-security.com
9
MAINTAINER=	mshirk@daemon-security.com
11
COMMENT=	Bro NSM package manager
10
COMMENT=	Zeek NSM package manager
12
11
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 16-28 Link Here
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}btest>=0:devel/py-btest@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}btest>=0:devel/py-btest@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR} \
19
		git:devel/git
20
20
21
USES=		python
21
USES=		python
22
USE_PYTHON=	distutils autoplist concurrent
22
USE_PYTHON=	distutils autoplist concurrent
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	bro
25
GH_ACCOUNT=	zeek
26
GH_PROJECT=	package-manager
26
GH_PROJECT=	package-manager
27
27
28
NO_ARCH=	yes
28
NO_ARCH=	yes
(-)security/py-zkg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1538253976
1
TIMESTAMP = 1560496581
2
SHA256 (bro-package-manager-v1.4.2_GH0.tar.gz) = 25e9ed42066cece276023dbbde65eff02fd7e879127883b02a4ae3a6350b0d1d
2
SHA256 (zeek-package-manager-v2.0.0_GH0.tar.gz) = 1f2e348b57c2fbbcb519450bc431f81cf8f1fde794a0d176b2e19da8b31f26d8
3
SIZE (bro-package-manager-v1.4.2_GH0.tar.gz) = 87843
3
SIZE (zeek-package-manager-v2.0.0_GH0.tar.gz) = 95526
(-)security/py-zkg/pkg-descr (-17 / +18 lines)
Lines 1-18 Link Here
1
The Bro Package Manager makes it easy for Bro users to install
1
The Zeek Package Manager makes it easy for Zeek users to install and manage
2
and manage third party scripts as well as plugins for Bro and
2
third party scripts as well as plugins for Zeek and ZeekControl.
3
BroControl. The command-line tool is preconfigured scripts as
4
well as plugins for Bro and BroControl. The command-line tool 
5
is preconfigured to download packages from the Bro package source,
6
a GitHub repository that has been setup such that any developer
7
can request their Bro package be included. See the README file
8
of that repository for information regarding the package submission
9
process. NOTE: It's left up to users to decide for themselves 
10
via code review, GitHub comments/stars, or other metrics whether
11
any given package is trustworthy as there is no implied guarantees
12
that it's secure just because it's been accepted into the default
13
package source. See the package manager documentation for further
14
usage information, how-to guides, and walkthroughs. For offline
15
reading, it's also available in the doc/ directory of the
16
source code distribution.
17
3
18
WWW: https://github.com/bro/package-manager/
4
The command-line tool is preconfigured to download packages from the Zeek
5
package source, a GitHub repository that has been setup such that any developer
6
can request their Zeek package be included.
7
8
See the README file of that repository for information regarding the package
9
submission process.
10
11
NOTE:
12
13
It's left up to users to decide for themselves via code review, GitHub
14
comments/stars, or other metrics whether any given package is trustworthy as
15
there is no implied guarantees that it's secure just because it's been accepted
16
into the default package source. See the package manager documentation for
17
further usage information, how-to guides, and walkthroughs.
18
19
WWW: https://github.com/zeek/package-manager/
(-)security/py-zkg/pkg-message (-2 / +8 lines)
Lines 1-7 Link Here
1
======================================================================
1
======================================================================
2
2
3
Run the following to configure bro-pkg:
3
Run the following to configure zkg:
4
4
5
bro-pkg autoconfig
5
zkg autoconfig
6
6
7
NOTE:
8
9
The previous command "bro-pkg" can also be used intermittently for a
10
while but its usage is deprecated and may be removed in a future
11
release.
12
7
======================================================================
13
======================================================================

Return to bug 237634