Port details |
- py-netbox-secrets Secret store for NetBox
- 1.9.0 security
=0 1.9.0Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2023-05-11 04:03:14
- Last Update: 2023-09-10 13:15:32
- Commit Hash: caccfde
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/Onemind-Services-LLC/netbox-secrets
- Description:
- This is the continuation of the NetBox Secretstore app. The original plugin is
minimally maintained and has a lot of issues.
This plugin is a complete rewrite of the original plugin. It is more generic
and flexible than the original plugin. It is also regularly tested with the
latest NetBox releases to ensure compatibility and stability.
Features:
* Store secrets in the database encrypted with a public key (RSA)
* More generic and flexible than the original plugin (e.g. secrets
can be assigned to any object in NetBox)
* Secrets can be assigned to contacts to associate them with
a secret (e.g. SSH key)
* Updated user interface to make it easier to use and more intuitive
to navigate
* Regularly tested with the latest NetBox releases to ensure
compatibility and stability
¦ ¦ ¦ ¦ 
- 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-secrets>0:security/py-netbox-secrets@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-netbox-secrets/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-netbox-secrets
- pkg install py39-netbox-secrets
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-secrets listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-netbox-secrets
- Package flavors (<flavor>: <package>)
- py39: py39-netbox-secrets
- distinfo:
- TIMESTAMP = 1694194479
SHA256 (netbox-secrets-1.9.0.tar.gz) = 36880127e29ac1b6ca700da4f33264d7999ddf6d8c5d5ae5be8e90f5cb923685
SIZE (netbox-secrets-1.9.0.tar.gz) = 52665
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
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- 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-secrets
- USES:
- python
- 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_secrets']
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:
|
Port Moves |
- port moved here from security/py-netbox-secretstore on 2023-08-22
REASON: Has expired: No longer maintained by upstream, not compatible with NetBox 3.5, please migrate to security/py-netbox-secrets
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.0 10 Sep 2023 13:15:32
    |
Kai Knoblich (kai)  |
security/py-netbox-secrets: Update to 1.9.0
Changelog:
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v1.9.0
MFH: No (not compatible with NetBox 3.5.x) |
1.8.5 01 Aug 2023 06:42:10
    |
Kai Knoblich (kai)  |
security/py-netbox-secrets: Update to 1.8.5
Changelogs since 1.8.3:
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v1.8.5
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v1.8.4
MFH: 2023Q3 |
1.8.2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.8.2 02 Jun 2023 16:19:24
    |
Kai Knoblich (kai)  |
security/py-netbox-secrets: Update to 1.8.2
Changelogs since 1.7.6:
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v1.8.2
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v1.8.1
https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v1.8.0
MFH: No (not compatible with NetBox 3.4.x) |
1.7.6 11 May 2023 03:37:30
    |
Kai Knoblich (kai)  |
security/py-netbox-secrets: New port
This is the continuation of the NetBox Secretstore app. The original
plugin is minimally maintained and has a lot of issues.
This plugin is a complete rewrite of the original plugin. It is more
generic and flexible than the original plugin. It is also regularly
tested with the latest NetBox releases to ensure compatibility and
stability.
Features:
* Store secrets in the database encrypted with a public key (RSA)
* More generic and flexible than the original plugin (e.g. secrets
can be assigned to any object in NetBox)
* Secrets can be assigned to contacts to associate them with
a secret (e.g. SSH key)
* Updated user interface to make it easier to use and more intuitive
to navigate
* Regularly tested with the latest NetBox releases to ensure
compatibility and stability
MFH: 2023Q2 (in 3 weeks, to provide a migration path for
security/py-netbox-secretstore, which is deprecated) |
Number of commits found: 5
|