Ubiquiti still hasn't fixed UniFi-LTS after this was reported ages ago, so
I guess every OS will have to fix this manually.
Reported by: many
MFH: 2019Q1
with base GCC.
Additionally, replace USE_GCC=any with USES=compiler:nestedfct.
PR: 236009
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
devices through NX-API
Low-level library for managing Cisco devices through NX-API using JSON-RPC
and XML.
It's the successor of net-mgmt/py-pynxos with a more open license. Thus this
port has been repocopied from net-mgmt/py-pynxos .
WWW: https://github.com/ktbyers/nxapi-plumbing
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19288
NEWS-file:
- Use keytab for realm and NetBIOS name when delete-computer
- Patch adcli.xml to fix documentation
- Remove \n or \r\n from password on stdin
- Update the documentation about the default kerberos cache
- Fix check for EAGAIN or EINTR
While I'm here:
* Remove unifi{2-4}- from CONFLICTS - these ports no longer exist in the
ports tree
* Do some spring cleaning by grouping/re-arranging some variables to
their proposed blocks
* Pet portlint
Changelog:
Controller bug fixes/changes since 5.10.18:
* Fix Mongo for 32-bit non-UCK systems.
* Fix error with getting temporary cloud credentials.
Controller bug fixes/changes since 5.10.17:
* Fix database migration errors for users without guest portal
configurations.
Controller bug fixes/changes since 5.10.16:
* Fix translations for zh_CN.
Controller bug fixes/changes since 5.10.15:
* Fix L3 adopt and upgrade process.
* Fix external guest portal cookies.
Controller bug fixes/changes since 5.10.12:
* Fix an issue that could prevent database migration from succeeding when
upgrading from a previous version.
* Fix issue where setting SSH username and password on a UCK would fail and
not notify the user.
* Fix issue when clicking Submit button for changing SSH credentials.
Controller bug fixes/changes since 5.10.11:
* Add beta badge to Auto-Optimize Network feature.
* Fix a bug when disabling Auto-Optimize Network feature.
* Various bug fixes and improvements.
https://community.ubnt.com/ubnt/attachments/ubnt/Blog_UniFi/380/2/UniFi-changelog-5.10.x.txt
PR: 235905
Submitted by: Bryce Edwards <bryce@bryce.net> (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19401
- Makefile
adopt the port; pet portlint;
add LICENSE;
use USES=go (introducing GO_ENV and GO_BUILDFLAGS);
push vendor tree to 'public/vendor' (upstream change);
offer MYSQL support (defined by upstream).
- files/*
patch-util_config.go -> patch failing 'printVersion' (undef var).
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D19045
nagiosql's Makefile currently has some redundant escaping of single
quotes in its Makefile. These get passed through as escaped single
quotes to regex(3), which is an escape of an ordinary character.
Such escapes will be forbidden in a future version of regex(3), so
we'll get ahead of the game and remove said escapes now.
While here, there are two questionable expressions: -e
"s|\>/etc/nagiosql|\>${ETCDIR}|g" and the one immediately following
it. \> is a word delimiter (see reformat(7)), and will only match
as such. If this were to match, it would replace <word
delimiter>/etc/nagiosql with >${ETCDIR} -- this likely works as
intended now, but I think it was intended that it matches a literal
>/etc/nagiosql, so the included patch treats it accordingly.
- While here reset MAINTAINER after a timeout of 3 months and
repeated previous timeouts
PR: 233458
Submitted by: kevans
Approved by: chris@smartt.com (maintainer timeout, 3 months)
- ../UPDATING
add note regarding default options being changed.
- Makefile
adopt the port; update '1.2.8p22' to '1.2.8p24';
enable Nagios 4.x as the default supported version;
RUN_DEPENDS uses respective Nagios package as dependency;
delete unnecessary ${RM} -r api/perl;
new option now provides mk-livestatus' Perl API;
clean USES variable; built just fine.
- pkg-message
update documentation's URL (linked the one with text in English);
add clear note that Nagios' event broker support needs to be enabled.
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D18513
Enhancements:
* Enable filtering of devices by rack face
* Add button to copy unlocked secret to clipboard
* Add Markdown rendering for provider NOC/admin contact fields
* Add cable types for OS1/OS2 singlemode fiber
* Add port types for APC fiber
* Enable filtering cables list by connection status
* Clarify purpose of tags field on interface edit form
Bug Fixes:
* Allow filtering devices by null rack position
* Don't display connect button for wireless interfaces
* Correct foreground color of device roles in rack elevations
* Remove duplicate display of VRF RD on IP address view
* Fix filtering of nullable character fields
* Fix ordering regions by site count
* Fix config context list and edit forms to use Select2 elements
* Cable type in filter form should be blank by default
* Fix assigned prefixes link on VRF view
* Fix empty connected circuit link on device interfaces list
* Fix bulk editing of pass-through ports
The changelog is also available here:
https://github.com/digitalocean/netbox/blob/v2.5.7/CHANGELOG.md
Approved by: joneum (mentor)
Differential Revision: https://reviews.freebsd.org/D19297
While I'm here:
* Pet portlint
Notable changes since 2.4.9:
* Switched from Django 1.11 to 2.1
* Dropped support for Python 2
* Modeling of patch panels and cables with introducion of new pass-through
port component type
* Removed deprecated User Activity log
* Introduction of further interface types
* Implemented Select2 for select fields in forms
* Many more enhancements/bug fixes, for all changes see:
https://github.com/digitalocean/netbox/blob/v2.5.6/CHANGELOG.md
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19178
We previously patched the code to look for:
SMART STATUS RETURN: incomplete response, ATA output registers missing
That line is now:
SMART Status not supported: Incomplete response, ATA output registers missing
It also seems like the temperature has moved from part 190 to 194.
PR: 235475
Approved by: Krzysztof (maintainer)
MFH: 2019Q1