diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-11-05 22:22:14 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-11-05 22:22:14 +0000 |
commit | 89d241404cc1fe0d2d28700ae5f090c8d783782e (patch) | |
tree | 4ecc7ac2d843fde7324ea0c558d272f18104a519 | |
parent | 19c6804930bd54dfa86280083090c48c300f6fe8 (diff) | |
download | ports-89d241404cc1fe0d2d28700ae5f090c8d783782e.tar.gz ports-89d241404cc1fe0d2d28700ae5f090c8d783782e.zip |
net-mgmt/netbox: Update to 3.3.7
Changelog:
Bug Fixes:
* Enforce advisory locks when allocating available IP addresses to
prevent race conditions
* Fix social authentication for new users
* Permit nullifying VLAN group scope_type via REST API
* Fix exception when ordering contacts by number of assignments
* Permit nullifying site time_zone via REST API
https://github.com/netbox-community/netbox/releases/tag/v3.3.7
MFH: 2022Q4
-rw-r--r-- | net-mgmt/netbox/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/netbox/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 6e6a6b817010..2b454e5908c6 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.3.6 +DISTVERSION= 3.3.7 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.5:devel/py-tzdata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tzdata>=2022.6: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 8b8660c5d3e9..1474be9b2ad5 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666795571 -SHA256 (netbox-community-netbox-v3.3.6_GH0.tar.gz) = c7393c3dbf2c2895c522c5fe33f45d41240c6a617bed5d289315de3fc93f2f5a -SIZE (netbox-community-netbox-v3.3.6_GH0.tar.gz) = 7311092 +TIMESTAMP = 1667652976 +SHA256 (netbox-community-netbox-v3.3.7_GH0.tar.gz) = 5d8d772ec86bebf366fca92200dae18e5b0eb2e9e01af8bafb7d070686db8ef4 +SIZE (netbox-community-netbox-v3.3.7_GH0.tar.gz) = 7312013 |