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 2023Q2
py-netbox-secretstore Secret store for NetBox
1.4.1_2 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.4.1_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No longer maintained by upstream, not compatible with NetBox 3.5, please migrate to security/py-netbox-secrets
Expired This port expired on: 2023-08-15
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-06-04 07:09:39
Last Update: 2023-06-04 06:54:32
Commit Hash: 4d4ba50
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 = 1676976590 SHA256 (netbox-secretstore-1.4.1.tar.gz) = fb0a81cfddc38d1b3d9793ec7013fd97c7945d54c4b0989ac32f5a92920c4eaf SIZE (netbox-secretstore-1.4.1.tar.gz) = 46819

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
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
Test dependencies:
  1. 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.)
If upgrading from < 1.4.2_2:
Upstream no longer maintains py-netbox-secretstore which it is not compatible with NetBox 3.5 or newer. To ensure compatibility with newer releases of NetBox, the py-netbox-secrets plugin should be used instead. To migrate from security/py-netbox-secretstore to security/py-netbox-secrets please do following steps: 1. Make a backup. 2. Install security/py-netbox-secrets 3. Enable both plugins by updating the following line in the netbox configuration (usually /usr/local/share/netbox/netbox/configuration.py): PLUGINS = ['netbox_secretstore', 'netbox_secrets'] 4. Run NetBox migrations: # cd /usr/local/share/netbox # python3.9 manage.py migrate 5. Re-adjust the indices for the netbox-secrets plugin: # python3.9 manage.py sqlsequencereset netbox_secrets > output.sql 6. Run the output of the previous command in the database, e.g.: # psql -d NETBOXDB < output.sql 7. You can now remove netbox-secretstore from the application by removing it from the PLUGINS line in the netbox configuration: PLUGINS = ['netbox_secrets'] 8. Collect static files of the netbox-secrets plugin: # python3.9 manage.py collectstatic --no-input 9. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.). 10. You may have clean up your database of the old tables manually, e.g.: DROP TABLE netbox_secretstore_secret; DROP TABLE netbox_secretstore_secretrole; DROP TABLE netbox_secretstore_sessionkey; DROP TABLE netbox_secretstore_userkey; 11. Uninstall security/py-netbox-secretstore.
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.4.1_2
04 Jun 2023 06:54:32
commit hash: 4d4ba5031e4cfbc0d1c1b54d25b9a728e8a621bacommit hash: 4d4ba5031e4cfbc0d1c1b54d25b9a728e8a621bacommit hash: 4d4ba5031e4cfbc0d1c1b54d25b9a728e8a621bacommit hash: 4d4ba5031e4cfbc0d1c1b54d25b9a728e8a621ba files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
security/py-netbox-secretstore: Backport patches and deprecate

* Backport a patch of the upstream repository that fixes an issue with
  bulk updates for M2M (= many-to-many) operations.

* Add patches from the py-netbox-secrets repository as well which are
  required to migrate to the py-netbox-secrets plugin.

* Also give some advice how to migrate to the py-netbox-secrets plugin.

* Deprecate and set and an expiration date because upstream no longer
  maintains py-netbox-secretstore which is in its current state not
  compatible with newer releases of NetBox.

* Bump PORTREVISION due package change and to give users a heads-up that
  the plugin is deprecated.

MFH:		2023Q2 (in 3 weeks)
(cherry picked from commit 53edd11f9dac25ba3053108406373e6a0550f551)

Number of commits found: 1