FreeBSD Bugzilla – Attachment 197536 Details for
Bug 231739
[NEW PORT] security/py-bro-pkg: Bro NSM package manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[NEW PORT] security/py-bro-pkg: Bro NSM package manager
py-bro-pkg.patch (text/plain), 3.26 KB, created by
Shirkdog
on 2018-09-26 23:09:46 UTC
(
hide
)
Description:
[NEW PORT] security/py-bro-pkg: Bro NSM package manager
Filename:
MIME Type:
Creator:
Shirkdog
Created:
2018-09-26 23:09:46 UTC
Size:
3.26 KB
patch
obsolete
>diff --git a/security/py-bro-pkg/Makefile b/security/py-bro-pkg/Makefile >new file mode 100644 >index 000000000000..4657669eae25 >--- a/security/py-bro-pkg/Makefile >+++ b/security/py-bro-pkg/Makefile >@@ -0,0 +1,28 @@ >+# $FreeBSD$ >+ >+PORTNAME= bro-pkg >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.4.2 >+CATEGORIES= security >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= mshirk@daemon-security.com >+COMMENT= Bro NSM package manager >+ >+LICENSE= BSD3CLAUSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}btest>=0:devel/py-btest@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist concurrent distutils >+ >+USE_GITHUB= yes >+GH_ACCOUNT= bro >+GH_PROJECT= package-manager >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/security/py-bro-pkg/distinfo b/security/py-bro-pkg/distinfo >new file mode 100644 >index 000000000000..0f9895e4dbec >--- a/security/py-bro-pkg/distinfo >+++ b/security/py-bro-pkg/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1538003125 >+SHA256 (bro-package-manager-v1.4.2_GH0.tar.gz) = 25e9ed42066cece276023dbbde65eff02fd7e879127883b02a4ae3a6350b0d1d >+SIZE (bro-package-manager-v1.4.2_GH0.tar.gz) = 87843 >diff --git a/security/py-bro-pkg/pkg-descr b/security/py-bro-pkg/pkg-descr >new file mode 100644 >index 000000000000..f40272f92401 >--- a/security/py-bro-pkg/pkg-descr >+++ b/security/py-bro-pkg/pkg-descr >@@ -0,0 +1,18 @@ >+The Bro Package Manager makes it easy for Bro users to install >+and manage third party scripts as well as plugins for Bro and >+BroControl. The command-line tool is preconfigured scripts as >+well as plugins for Bro and BroControl. The command-line tool >+is preconfigured to download packages from the Bro package source, >+a GitHub repository that has been setup such that any developer >+can request their Bro package be included. See the README file >+of that repository for information regarding the package submission >+process. NOTE: It's left up to users to decide for themselves >+via code review, GitHub comments/stars, or other metrics whether >+any given package is trustworthy as there is no implied guarantees >+that it's secure just because it's been accepted into the default >+package source. See the package manager documentation for further >+usage information, how-to guides, and walkthroughs. For offline >+reading, it's also available in the doc/ directory of the >+source code distribution. >+ >+WWW: https://github.com/bro/package-manager/ >diff --git a/security/py-bro-pkg/pkg-message b/security/py-bro-pkg/pkg-message >new file mode 100644 >index 000000000000..61ad7f6ec51e >--- a/security/py-bro-pkg/pkg-message >+++ b/security/py-bro-pkg/pkg-message >@@ -0,0 +1,9 @@ >+====================================================================== >+ >+Run the following to configure bro-pkg: >+ >+bro-pkg autoconfig >+ >+======================================================================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231739
:
197516
| 197536