diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-10-27 15:28:42 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-10-27 15:28:42 +0000 |
commit | ce8d3020012cdc372a9989c0c2b4c49265642f7f (patch) | |
tree | 379796964730b99f225a9a8c4d3ec96f0be8585e | |
parent | 04208eb4021b6be557c1cbf5d3ddef54ba42311d (diff) | |
download | ports-ce8d3020012cdc372a9989c0c2b4c49265642f7f.tar.gz ports-ce8d3020012cdc372a9989c0c2b4c49265642f7f.zip |
net-mgmt/netbox: Update to 3.3.6
Changelog:
Enhancements:
* Enable filtering devices by device type slug
* Add LDAP configuration parameters to specify certificates
* Link "assigned" checkbox in IP address table to assigned interface
* Set cookie paths according to configured BASE_PATH
* Position A/Z termination cards above the fold under circuit view
Bug Fixes:
* Strip colons from usernames when using remote authentication
* Include OIDC dependencies for python-social-auth
* Fix service clone link
* Allow assignment of VC member to LAG on non-master peer
* Ensure consistent display of custom fields for all model forms
* Fix filtering of power feed by power panel when connecting a cable
* Correct display of assigned contacts in object tables
* Re-evaluate disabled LDAP user when processing API requests
* Correct home view links to connection lists
* Fix ModuleNotFoundError exception when generating API schema
under Python 3.9+
* Add left/right page plugin content embeds for tag view
* Prevent user without sufficient permission from creating an IP address
via FHRP group creation
* Distinguish between inside/outside NAT assignments for device/VM
primary IPs
* Correct display of status field in clusters list
* Add missing status attribute to cluster view
https://github.com/netbox-community/netbox/releases/tag/v3.3.6
MFH: 2022Q4
-rw-r--r-- | net-mgmt/netbox/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/netbox/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/netbox/pkg-plist | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 1e3c4277675b..6e6a6b817010 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.3.5 +DISTVERSION= 3.3.6 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -54,7 +54,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=4.0.8<4.1:www/py-django40@${PY_FLA ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.3.0<5:security/py-social-auth-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.3<2:graphics/py-svgwrite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tablib>=3.2.1<4:textproc/py-tablib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tzdata>=2022.4:devel/py-tzdata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tzdata>=2022.5:devel/py-tzdata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<7:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=20.1.0<21:www/py-gunicorn@${PY_FLAVOR} diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index e086f1cc6ecb..8b8660c5d3e9 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665074128 -SHA256 (netbox-community-netbox-v3.3.5_GH0.tar.gz) = c9027370377b9efa0a031671a7dae164d5db1561272440f2903022d1a48b75c5 -SIZE (netbox-community-netbox-v3.3.5_GH0.tar.gz) = 5217943 +TIMESTAMP = 1666795571 +SHA256 (netbox-community-netbox-v3.3.6_GH0.tar.gz) = c7393c3dbf2c2895c522c5fe33f45d41240c6a617bed5d289315de3fc93f2f5a +SIZE (netbox-community-netbox-v3.3.6_GH0.tar.gz) = 7311092 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index a0f6d3b08061..8cf69de6384d 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -638,9 +638,13 @@ %%DATADIR%%/project-static/dist/lldp.js %%DATADIR%%/project-static/dist/lldp.js.map %%DATADIR%%/project-static/dist/materialdesignicons-webfont-2ZY4X5WS.woff +%%DATADIR%%/project-static/dist/materialdesignicons-webfont-DWVXV5L5.woff %%DATADIR%%/project-static/dist/materialdesignicons-webfont-EH3JD4GG.ttf +%%DATADIR%%/project-static/dist/materialdesignicons-webfont-ER2MFQKM.woff2 %%DATADIR%%/project-static/dist/materialdesignicons-webfont-KSYPMDN6.woff2 %%DATADIR%%/project-static/dist/materialdesignicons-webfont-LWDVGUDX.eot +%%DATADIR%%/project-static/dist/materialdesignicons-webfont-UHEFFMSX.eot +%%DATADIR%%/project-static/dist/materialdesignicons-webfont-WM6M6ZHQ.ttf %%DATADIR%%/project-static/dist/netbox-dark.css %%DATADIR%%/project-static/dist/netbox-external.css %%DATADIR%%/project-static/dist/netbox-light.css @@ -1043,6 +1047,7 @@ %%DATADIR%%/users/tests/test_models.py %%DATADIR%%/users/tests/test_preferences.py %%DATADIR%%/users/urls.py +%%DATADIR%%/users/utils.py %%DATADIR%%/users/views.py %%DATADIR%%/utilities/__init__.py %%DATADIR%%/utilities/api.py |