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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2026Q2
py-netbox-secrets Secret store for NetBox
3.0.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 3.0.2Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-04-17 12:37:11
Last Update: 2026-05-15 10:03:42
Commit Hash: 87a81ea
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
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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found 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 py311-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 py311-netbox-secrets listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-netbox-secrets
Package flavors (<flavor>: <package>)
  • py311: py311-netbox-secrets
distinfo:
TIMESTAMP = 1778772749 SHA256 (netbox_secrets-3.0.2.tar.gz) = f36233aaacaf16817baa7bc0f78c515e08bd05638d2918db6de05347569ee32b SIZE (netbox_secrets-3.0.2.tar.gz) = 61545

Packages (timestamps in pop-ups are UTC):
py39-netbox-secrets
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly--1.8.5--n/an/an/a
FreeBSD:14:latest-----1.8.2-1.8.2
FreeBSD:14:quarterly-----1.9.01.9.01.9.0
FreeBSD:15:latest--n/a-n/an/a1.10.21.10.2
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-netbox-secrets
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.0.13.0.1-2.3.43.0.1n/an/an/a
FreeBSD:13:quarterly3.0.13.0.1-2.3.23.0.1n/an/an/a
FreeBSD:14:latest3.0.2--2.3.03.0.2---
FreeBSD:14:quarterly3.0.23.0.2-2.3.23.0.2---
FreeBSD:15:latest--n/a2.3.0n/an/a--
FreeBSD:15:quarterly3.0.23.0.2n/a-n/an/a--
FreeBSD:16:latest3.0.23.0.2n/a-n/an/a--
 
py312-netbox-secrets
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-3.0.2--3.1.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest3.0.23.1.0n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-3.1.0n/a-n/an/a--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-pycryptodome>=3.23.0 : security/py-pycryptodome@py311
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_py-netbox-secrets
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/n/netbox_secrets/
  2. https://pypi.org/packages/source/n/netbox_secrets/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.2
15 May 2026 10:03:42
commit hash: 87a81eac58ee97ab5b112eca42b84334e709c227commit hash: 87a81eac58ee97ab5b112eca42b84334e709c227commit hash: 87a81eac58ee97ab5b112eca42b84334e709c227commit hash: 87a81eac58ee97ab5b112eca42b84334e709c227 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
security/py-netbox-secrets: Update to 3.0.2

Changelog:

https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v3.0.2

MFH:		2026Q2
(cherry picked from commit fd13be496c2646a4124e3c6925bd3cdb2e0b053a)
3.0.1
17 Apr 2026 12:34:26
commit hash: b22b137600ab701791cee4cd7e606fbed9f59fd5commit hash: b22b137600ab701791cee4cd7e606fbed9f59fd5commit hash: b22b137600ab701791cee4cd7e606fbed9f59fd5commit hash: b22b137600ab701791cee4cd7e606fbed9f59fd5 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
security/py-netbox-secrets: Update to 3.0.1

* Remove patches that are no longer needed.

Changelog:

https://github.com/Onemind-Services-LLC/netbox-secrets/releases/tag/v3.0.1

MFH:		2026Q2
(cherry picked from commit f2e7efda0deb21178521f6b341ace8f3dedb3f64)

Number of commits found: 2