2021-05-16 www/py-django30: Has expired: Extended support has expired on April 6th, 2021. Use www/py-django31 or www/py-django32 instead
2021-05-16 net-mgmt/unifi-devel: Use net-mgmt/unifi6 instead
First no ports should ever be depending on pkg directly because it
prevents building with WITH_PKG=devel, they should depend on
${PKG_ORIGIN}.
Second, netsnmp do not expose the pkg API but only consume it, so
program linking to netsnmp should not end up being directly linked to
libpkg!
Patch the configure script to stop asking net-snmp-config for extra libs
which will faultly bring in linking against -lpkg and -lelf, and remove
entirely libpkg as a dependency on the package
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
- no bulk requests for Socomec Netvision, plugin may hang
- updated glplugin, fixes error for apc powernet and capacity during selftest
- more logging output for liebert
- bugfix in selftest of liebert
to address some known issues with the port, namely:
- Prevent segmentation fault in certain scenarios
- Fix busy loop on empty UDP packet (CVE-2020-14303)
- Plug memory leak in nbt_name_request_destructor()
While here, remove needless .include <bsd.port.options.mk> and vocalize
the installation command.
Commits: ebab6d6, 3cc0f1e
Obtained from: https://git.samba.org/?p=samba.git;a=history;f=libcli/nbt/nbtsocket.c
PR: 237038
- Fix lagg(4) interfaces support which broke after FreeBSD 12.2
- Fix parsing of ifconfig(8) output to handle data in any order
While here, do not try to update icon cache which breaks non-root
installation, it is handled by the port via INSTALLS_ICONS anyway.
PR: 250302
Approved by: maintainer
Timeout from: pi (three months)
- virt-viewer has moved from autotools to meson, make changes accordingly
- add options for features that previously were unconditionally
enabled; these are still enabled by default
- NLS options is gone as it cannot be disabled anymore
===> Configuring for pmacct-1.7.5
configure: error: unrecognized options: --disable-, --enable-64bit
There is no --enable-64bit option anymore. The --disable- is caused
by the extra = after KAFKA_CONFIGURE_ENABLE= because the framework
splits *_CONFIGURE_ENABLE on =. Arguably it should raise an error
here instead of appending nonsense like --disable-. This took
forever to find. :-(
PR: 255291
Changelog:
Enhancements:
* Add DC terminal power port, outlet types
* Add Saf-D-Grid power port, outlet types
* Support Markdown rendering for report logs
* Add F connector port type
* Add SFP56 50GE interface type
Bug Fixes:
* Update parent device/VM when deleting a primary IP
* Fix VLAN assignment when editing VM interfaces in bulk
* Update object data when renaming a custom field
* Optimize change log cleanup
* Fix MAC address field display in VM interfaces search form
* Fix custom field filtering for cables, virtual chassis
* Fix choice field filters (multiple models)
https://github.com/netbox-community/netbox/releases/tag/v2.10.10
MFH: 2021Q2