Port details on branch 2022Q4 |
- py-netbox-secretstore Secret store for NetBox
- 1.3.0_1 security
=0 1.3.0_1Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2022-12-18 16:28:07
- Last Update: 2022-12-18 16:26:15
- Commit Hash: 37077a8
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/dansheps/netbox-secretstore
- Description:
- With NetBox 3.0 the secrets are no longer managed by NetBox itself. This is
the continuation of the secrets app.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}netbox-secretstore>0:security/py-netbox-secretstore@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-netbox-secretstore/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-netbox-secretstore
- pkg install py39-netbox-secretstore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-netbox-secretstore listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-netbox-secretstore
- Package flavors (<flavor>: <package>)
- py39: py39-netbox-secretstore
- distinfo:
- TIMESTAMP = 1661102853
SHA256 (netbox-secretstore-1.3.0.tar.gz) = 5960b266131f7192b49054357f9ced73e44ee3db9a8ec2153de86063abb0ee13
SIZE (netbox-secretstore-1.3.0.tar.gz) = 46744
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-importlib-metadata>0 : devel/py-importlib-metadata@py39
- py39-pycryptodome>0 : security/py-pycryptodome@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-netbox-secretstore
- USES:
- python:3.8+
- pkg-message:
- For install:
- To enable the plugin please do the following steps:
1. Add/update the following line in the netbox configuration (usually
/usr/local/share/netbox/netbox/configuration.py):
PLUGINS = ['netbox_secretstore']
2. Run NetBox migrations and collect static files:
# cd /usr/local/share/netbox
# python3.9 manage.py migrate
# python3.9 manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
- If upgrading from < 1.0.14:
- Due to some changes of net-mgmt/py-netbox-plugin-extensions, which is required
by security/py-netbox-secretstore, the NetBox configuration must therefore be
adjusted accordingly:
1. Add/update the following line in the netbox configuration (usually
/usr/local/share/netbox/netbox/configuration.py):
PLUGINS = ['netbox_plugin_extensions','netbox_secretstore']
2. Run NetBox migrations and collect static files:
# cd /usr/local/share/netbox
# python3.9 manage.py migrate
# python3.9 manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
- If upgrading from < 1.2.0:
- 1. The plugin 'netbox_plugin_extensions' is no longer required since the
1.2.0 release. Please remove it from the PLUGINS section in the nextbox
configuration.
2. Run NetBox migrations and collect static files:
# cd /usr/local/share/netbox
# python3.9 manage.py migrate
# python3.9 manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_1 18 Dec 2022 16:26:15
    |
Kai Knoblich (kai)  |
security/py-netbox-secretstore: Fix runtime with NetBox 3.3.10
* The plugin has a version check that allows versions of NetBox up
to 3.3.9. Adjust this check to allow NetBox 3.3.10 as well.
* Bump PORTREVISION due changed package.
MFH: 2022Q4
(cherry picked from commit c38f09a2f97478ff4ab5910776b6a4ed407a3239) |
Number of commits found: 1
|