- Upstream has move to GitLab
- Use meson instead of gmake
- Optionally support GeoIP1 + GeoIP2 via net/libmaxminddb
PR: 258363 (based on)
Reported by: freebsd@ohreally.nl
- Provide correct sample config files
- Put pid file under /var/run/zabbix and default log
file into /var/log/zabbix directory. Create the directories
as needed.
- Bump PKGREVISION for agent, proxy and server components only.
PR: 258076
Changelog:
Enhancements:
* Add site group filter to devices list
* Recognize a /32 IPv4 address as a child of a /32 IPv4 prefix
* Add table configuration button to child prefixes view
* Introduce LOGIN_PERSISTENCE configuration parameter to persist
user sessions
* Add search field to VM interfaces filter form
Bug Fixes:
* Model forms should save empty custom field values as null
* Enable filtering assigned VLANs by group in interface edit form
* Force assignment of null custom field values to objects
* Fix erroneous webhook dispatch on failure to save objects
* Show contextual label for IP address role
* Fix hidden "add components" dropdown on devices list
https://github.com/netbox-community/netbox/releases/tag/v2.11.12
Among other things, this fixes two important fields on FreeBSD 13.0
Reviewed by: otis
Approved by: otis (ports)
Differential Revision: https://reviews.freebsd.org/D31593
Sponsored by: Axcient
Changelog:
Enhancements:
* Add C21 & C22 power types
* Employ a sandbox when rendering Jinja2 code for increased security
Bug Fixes:
* Add import button to VM interfaces list
* Fix validation of unit ranges when creating a rack reservation
* Fix validation of IP address assigned as device/VM primary via
NAT relation
* Populate device field when cloning device components
* Allow assignment of scope to VLAN groups upon import
* Remove extraneous site column from VLAN group import form
* Fix exception on invalid CSV import column name
* Fix return URL persistence when adding multiple objects sequentially
* Remove extraneous columns from inventory item and device bay tables
* Add missing parent column to inventory item import form
https://github.com/netbox-community/netbox/releases/tag/v2.11.11
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib
- Show in the configure summary if PCRE support had been disabled
- USES+=pkgconfig is required for successful configure regardless
of the selected options, without it fail with ``configure.ac:62:
error: possibly undefined macro: AC_SUBST''
- Allow to build against GNU crypt library, rather than OpenSSL,
as a crypto engine