notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2022Q4
py-netbox-secretstore Secret store for NetBox
1.3.0_1 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.0_1Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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):
py39-netbox-secretstore
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--1.4.1_2-----
FreeBSD:14:latest--1.3.0_1--1.4.1_2-1.4.1_2
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-importlib-metadata>0 : devel/py-importlib-metadata@py39
  2. py39-pycryptodome>0 : security/py-pycryptodome@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/n/netbox-secretstore/
  2. https://pypi.org/packages/source/n/netbox-secretstore/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.0_1
18 Dec 2022 16:26:15
commit hash: 37077a8c4e1441e0c253c03a5f8c3821ac40c0f8commit hash: 37077a8c4e1441e0c253c03a5f8c3821ac40c0f8commit hash: 37077a8c4e1441e0c253c03a5f8c3821ac40c0f8commit hash: 37077a8c4e1441e0c253c03a5f8c3821ac40c0f8 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
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