Commit graph

20 commits

Author SHA1 Message Date
tnn
cfce8f3479 unifi: works with openjdk11 now (after openjdk11-1.11.0.10.9nb1) 2021-03-21 09:03:04 +00:00
tnn
7c3b130973 unifi: update to 5.14.23 for two bugfixes
Remove false positive errors from controller logs.
Fix overlapping firewall rule ID with port forward and DPI blocking enabled.
2020-08-30 06:03:53 +00:00
gdt
079e9197e3 net/unifi: Update to 5.14.22
Tested on NetBSD-8/amd64 with local APs.

Upstream NEWS:

[bugfixes]

Improvements

    Move Analytics & Improvements toggle to UniFi OS settings (applicable only for UniFi OS systems).
    Disable DnsFilterAlert and IpReputationBlock events by default.
    Add support for UXG-Pro.
    Add Switch Port anomalies.
    Add ability to report incorrect WiFi score.
    Set default DTIM interval to 3.
    Auto-backup should be enabled by default.
    Disable Element Adopt on Connectivity Disable.
    Improve logging for Hotspot RADIUS.
    Improve power cycle behavior for USP Plug.
    Improve logging errors.
    Update translations.
    Update LCM idle timeout.

Known issues

    Error with FileNotFoundException message in logs is a false positive - will be fixed in future release.
2020-08-20 00:51:26 +00:00
gdt
27992044cd net/unifi: Update to 5.13.32
Tested on netbsd-8/amd64 with access points; updating was uneventful.

Upstream changes: basically bugfixes.
2020-07-30 14:14:38 +00:00
gdt
49a41b4d2a net/unifi: Update to 5.13.29
Features

    Add L3 switching features for USW-Pro series.

Improvements

    Add support for MongoDB 3.6.
    Auto-optimize enables Wi-Fi AI.
    Prioritize busy times in Wi-Fi AI logic.
    Update Hotspot 2.0 for WFA requirements.
    Add VHT160 option for Japan.
    Show client icons on DPI and statistics pages.
    Improve SSID validation.
    Improve support for USP Plug.
    Allow adopting UBB only if both devices are connected.
    Allow changing VHT mode for 5GHz radio on UBB.
    Adjust speed test statistics to longer intervals.
    Add LTS notifications.
    Add Analytics & Improvements opt-in modal which is displayed post upgrade.
    Add description of SNMPv3 security options.
    Allow sending test emails via Cloud Email service.
    Make timezones dropdown searchable.
    Update IANA timezone database.
    Update inter-VLAN routing Network form.
    Remove OP mode from Port Profiles.
    Add MAC column to Insights/Known Clients.
    Update available IDS/IPS categories to lessen false positives and improve resource use.
    Rename UDM-Beacon to UAP-BeaconHD.
    Improve Property Panel for USW Leaf.
    Handle LCM sync event notifications on UDM.
    Support U-LTE on UDM devices.
    Support WAN failover for UDM devices.
    Add UDM boot sound checkbox.
    Various fixes and improvements in Beta Settings.
    Various performance improvements.
    Update translations and add missing events.

Known issues

    Don't remind me button for LTS notifications doesn't function properly.
    Blocking countries in map is not working, workaround is using the classic settings.
    Incorrect DPI Statistics.
2020-06-16 17:33:11 +00:00
gdt
d1cb56dec4 net/unifi: Update to 5.12.35
(Tested on NetBSD 8/amd64 with up-to-date dependencies from pkgsrc
head.  This is notable as only recently does mongodb3 work (fdatasync)
and build with up-to-date boost.  Thanks to Paul Ripke and Adam for
fixes.)

Upstream changes since last pkgsrc update:

Features

    Cloud Email.*
    Netconsole logging for USG.
    New Settings.
    Push notification support.
    RADIUS DAS/DAC/CoA support.
    Release channel selection for controller and firmware updates (New Settings).
    Wi-Fi AI (New Settings).
    Wi-Fi Schedule enhancements (New Settings).

*Cloud Email notes:

    Enabled after successful Remote Access login. This will send (all)
    admin invites, alert/event, and password recovery emails via UniFi
    Cloud Access without requiring a SMTP server to be configured. We
    plan to add support for password recovery without having Remote
    Access or SMTP configured in a future update.  If SMTP is
    configured then that will be used instead of Cloud Email.
2020-03-14 13:43:40 +00:00
gdt
a801b31f14 net/unifi: Update to 5.11.50
Updating note: This is major update from 5.10.x, and for me, it wanted
to restore from an internal backup.  So as is always good advice, back
up everything before you start in case.  And for this, if you can do
an in-app backup just before, that may reduce lossage of historical
data.

Release Notes for 5.11.46 (upstream does not reliably publish findable
release notes).

    Java 8 must be installed on the system hosting the controller
    software. Java 9 and later are not yet supported.

    Minimum supported device firmware for UAP/USW is 4.0.9, and for
    USG it’s 4.4.34 – multi-tenanted instances will be force-upgraded
    (for the greater good), single-tenanted instances can opt to defer
    the controller upgrade for up to 90 days.

    If you have any ‘service dns forwarding options’ configuration
    defined in config.gateway.json, it will overwrite the provisioning
    of statically defined name servers, leaving you with no
    DNS. Either remove the ‘service dns forwarding options’ portion of
    config.gateway.json, or add additional ‘options’ lines defining
    name servers, such as ‘server=1.1.1.1’, ‘server=8.8.8.8’, etc.

    PoE passthrough control was implemented for UAP-IW-HD which means
    that the default for PoE passthrough is now disabled instead of
    enabled. If you were using this feature before then you will need
    to re-enable it via the device property panel.

    (Many bugfixes.)
2019-10-25 14:48:02 +00:00
gdt
bb53675263 net/unif: Add comment about why update to 5.11.50 is on hold 2019-10-25 00:41:37 +00:00
gdt
ae8459e814 net/unifi: Store blog URL
The content that belongs in NEWS are often in a blog.  Thanks to
thorpej@ for pointing this out; perhaps in-lieu-of-upstream-NEWS
contents will be better in future commits.
2019-08-08 16:47:26 +00:00
gdt
eade108fcb net/unif: Improve comments 2019-08-08 13:24:41 +00:00
gdt
5d2a4c6f25 net/unifi: Update to 5.10.26
Upstream lacks a changelog, but this appears to be bugfixes.
2019-08-08 13:18:06 +00:00
gdt
2ed8bfe0a8 net/unifi: Update to 5.10.25
(Upstream splash screen weakly indicates changes are only bugfixes.)
2019-07-09 00:38:40 +00:00
gdt
9393c2421b net/unifi: Fix MASTER_SITES to avoid nbN
This is just the usual use of PKGVERSION_NOREV.  Pointed out by Oskar.
2019-06-29 14:40:01 +00:00
gdt
5ca430147c net/unifi: Change mongodb dependency to mongodb3
The server side public license, used by databases/mongodb (version 4),
appears to be incompatible with ubiquiti-license.  Also,
databases/mongodb does not build on platforms where net/unifi works
(e.g., netbsd-8 amd64).
2019-06-28 16:41:06 +00:00
gdt
c35ac1c98e net/unifi: Update to 5.10.24
Note that mongodb does not build, and hence this was tested with mongodb 3.4.4.

This is a minor update, from .23.  Upstream does not apear to publish
change information, and this is opaque proprietary software.
2019-06-07 15:18:13 +00:00
gdt
2801b72b3c net/unifi: Update to 5.10.23
Upstream does not apear to publish chagne information, and this is
opaque proprietary software.
2019-05-20 01:36:37 +00:00
tnn
d9b4c0dbd3 unifi: update to 5.9.29
New Features:
New Dashboard.
IPS Dashboard.
IPS Signature Suppression.
Add support IPS signature categories control.
Add per radio uplink control.
Add speed and duplex config for USG interfaces.
Add Fallback VLAN support for USW when using 802.1X.
Add local SSO login.
Add Controller HD and Micro SD free space monitoring to admin notification settings.
Analytic Reporting.
New Cloud Access integration.
Various bug fixes and improvements.
2018-12-19 12:50:15 +00:00
tnn
73c9ca3cef unifi: update to unifi-5.8.28
New features (omitting bugfixes) since ~5.5.28:

-Add BaseStationXG LED bar color control to the device properties panel.
-Local SSO login.
-Add app switcher.
-Add speed and duplex config for USG interfaces.
-Add WiFi Happiness to client STA statistics.
-Allow users to opt-out wireless uplinking/meshing on per-radio basis.
-Assign USG Physical Ports to Logical Networks.
-Add netconsole logging to site config.
-Allow setting Management VLAN at Access Points.
-Property Panel: Show images of most popular client devices.
-Added support for USC8 switch.
-Add WeChat authentication to Hotspot.
-Add Elite Device service.
-Allow setting opacity on Image-type maps.
-New Channel Distribution widget.
-Add Scheduled Upgrades support (Beta).
-Add site VPN route distance.
-Add app switcher.
-Allow users to opt-out wireless uplinking/meshing on per-radio basis.
-Support Antenna selection for internal antenna.
-Add Intrusion Prevention System (IPS) [beta].
-Link to property panel from Location on Neighboring Access Points page.
-Add IPv6 support (Beta).
-Add restart devices permission.
-Add support for new Elite Device service.
-Add Bulgarian translations to the Hotspot Portal.
-Batch remove vouchers.
-Customize voucher columns.
-Ability to display historical statistics per Client (traffic, packets, signal power etc.).
-Add support for SNMPv3.
-Add GeoIP Filtering options to settings [Beta].
-Add Virtual devices on Maps to plan coverage.
-Add SSH keys to authenticate to device.
-Add Auto Channel feature on Maps.
-Add Release Notes.
-Add ability to create and set user defined DHCP options.
-Add Wireless Uplink priority.
-Add support for new Elite Device service.
-Add RADIUS MAC Authentication.
-Add Firmware Manager to cache locally firmwares.
-Add AirView (SHD exclusive).
-Add Switch Port Profiles.
-Add USG Performance Graphs.
-Add AirTime for UAP-SHD [alpha].
-Add temperatures to USG-Pro properties window.
-Add Facebook Wi-Fi Authentication [Alpha].
-Add DPI blocking per categories [Alpha].
-Add Insights / Controller Logs page.
-Add LAN traffic statistics for client in Property Panel.
-Add Debug Dashboard to Statistics section (Beta).
-Batch add and remove device tags.
-Add Arabic language to Hotspot Portal.
-Add permissions options when inviting a site admin (device adoption, etc.).
-Allow configure 8 SSIDs per radio (on supported devices).
-Add Finnish and Hungarian to the languages supported by Hotspot Portal.
-Add LLDP MED configuration.
-Add Outdoor / Indoor Switch.
-Add NTP server fields.
-Add batch device provision.
-Add DB migration page and show upgrade progress.
-Add date header to email notifications.
-Install and run service as `unifi` user instead of as root on Debian/Ubuntu.
-Add Logging settings.
-Add batch edit switches.
-Add UPnP service (moved from config.properties).
-Add Multicast DNS Service (moved from config.properties).
-Add RADIUS-based authorization in Hotspot [BETA].
-Add new type of map with predictive coverage [BETA].
-Add Ubiquiti store (buy devices directly from the controller) [BETA].
-Add EDU SIP settings.
-Add Greek translations.
2018-08-20 21:25:10 +00:00
tnn
222a4ac14f Update to unifi-5.5.20.
Changes:
- UI bugfixes
- "security improvements"(?)
- bundled firmware update
2017-09-10 12:20:01 +00:00
tnn
5a3318e93e Import unifi-5.4.16 as net/unifi.
UniFi is a web portal for setting up and provisioning network products
made by Ubiquiti Networks, inc.
2017-06-24 14:16:37 +00:00