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

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 12790-12792 Link Here
12790
multimedia/vdr-plugin-softhddevice||2019-05-31|Has expired: unmaintained and depends on vulnerable multimedia/ffmpeg0
12790
multimedia/vdr-plugin-softhddevice||2019-05-31|Has expired: unmaintained and depends on vulnerable multimedia/ffmpeg0
12791
devel/pecl-pthreads||2019-06-02|Has expired: Does not work with recent versions of php
12791
devel/pecl-pthreads||2019-06-02|Has expired: Does not work with recent versions of php
12792
net-mgmt/ccnet-client||2019-06-10|Removed, no longer has dependencies and has been abandoned upstream
12792
net-mgmt/ccnet-client||2019-06-10|Removed, no longer has dependencies and has been abandoned upstream
12793
security/py-bro-pkg|security/py-zeek-pkg|2019-06-10|Project renamed
(-)security/py-bro-pkg/Makefile (-30 lines)
Lines 1-30 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	bro-pkg
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.4.2
6
PORTREVISION=	1
7
CATEGORIES=	security python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	mshirk@daemon-security.com
11
COMMENT=	Bro NSM package manager
12
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}btest>=0:devel/py-btest@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR}
20
21
USES=		python
22
USE_PYTHON=	distutils autoplist concurrent
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	bro
26
GH_PROJECT=	package-manager
27
28
NO_ARCH=	yes
29
30
.include <bsd.port.mk>
(-)security/py-bro-pkg/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1538253976
2
SHA256 (bro-package-manager-v1.4.2_GH0.tar.gz) = 25e9ed42066cece276023dbbde65eff02fd7e879127883b02a4ae3a6350b0d1d
3
SIZE (bro-package-manager-v1.4.2_GH0.tar.gz) = 87843
(-)security/py-bro-pkg/pkg-descr (-18 lines)
Lines 1-18 Link Here
1
The Bro Package Manager makes it easy for Bro users to install
2
and manage third party scripts as well as plugins for Bro and
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
18
WWW: https://github.com/bro/package-manager/
(-)security/py-bro-pkg/pkg-message (-7 lines)
Lines 1-7 Link Here
1
======================================================================
2
3
Run the following to configure bro-pkg:
4
5
bro-pkg autoconfig
6
7
======================================================================
(-)security/py-zeek-pkg/Makefile (-4 / +4 lines)
Lines 1-14 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	bro-pkg
3
PORTNAME=	zeek-pkg
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.4.2
5
DISTVERSION=	1.7.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	security python
7
CATEGORIES=	security python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	mshirk@daemon-security.com
10
MAINTAINER=	mshirk@daemon-security.com
11
COMMENT=	Bro NSM package manager
11
COMMENT=	Zeek NSM package manager
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 22-28 Link Here
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-zeek-pkg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1538253976
1
TIMESTAMP = 1560201368
2
SHA256 (bro-package-manager-v1.4.2_GH0.tar.gz) = 25e9ed42066cece276023dbbde65eff02fd7e879127883b02a4ae3a6350b0d1d
2
SHA256 (zeek-package-manager-v1.7.1_GH0.tar.gz) = 96e080a50828bf87d2ecf8e943c6e6bdef1b5b53941072b7e684a59a776457c4
3
SIZE (bro-package-manager-v1.4.2_GH0.tar.gz) = 87843
3
SIZE (zeek-package-manager-v1.7.1_GH0.tar.gz) = 92101

Return to bug 237634