View | Details | Raw Unified | Return to bug 256807
Collapse All | Expand All

(-)b/security/py-zkg/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	zkg
1
PORTNAME=	zkg
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	2.7.1
3
DISTVERSION=	2.10.0
4
PORTREVISION=	1
5
CATEGORIES=	security python
4
CATEGORIES=	security python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
6
(-)b/security/py-zkg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1612733509
1
TIMESTAMP = 1624541541
2
SHA256 (zeek-package-manager-v2.7.1_GH0.tar.gz) = ff0d9cf003d51135fa82c8f6f0ca98ba02528df7267636d877d4da38e51ac8fa
2
SHA256 (zeek-package-manager-v2.10.0_GH0.tar.gz) = a0f236dac5b29dc9c5c660100c2249c3a4b7d4efdc079493bd0c5593c200132b
3
SIZE (zeek-package-manager-v2.7.1_GH0.tar.gz) = 113533
3
SIZE (zeek-package-manager-v2.10.0_GH0.tar.gz) = 135310
(-)b/security/py-zkg/pkg-message (-6 / +3 lines)
Lines 1-15 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
5
===================================
4
Run the following to configure zkg:
6
Run the following to configure zkg:
5
7
6
zkg autoconfig
8
zkg autoconfig
7
9
===================================
8
NOTE:
9
10
The previous command "bro-pkg" can also be used intermittently for a
11
while but its usage is deprecated and may be removed in a future
12
release.
13
EOM
10
EOM
14
}
11
}
15
]
12
]

Return to bug 256807