19 Commits

Author SHA1 Message Date
sthen
1d695c8ee4 Update unifi/lts DESCR information about security support to past-tense.
only use this branch if you have one of the devices that do not work with
the unifi/stable release (Broadcom 11ac and Pico M2 flashed with unifi
firmware). Prompted by a mail from Jordan Geoghegan.
2020-10-30 22:13:37 +00:00
sthen
f3c2287b93 update email address 2020-08-01 11:23:05 +00:00
sthen
bae0f1d527 unifi: provide a new snappy-java-1.1.7.3.jar with rebuilt
libsnappyjava.so, not sure what happened but somewhere along the line
the old one stopped working and adoption failed (at least in the testing
version) as it was unable to uncompress inform packets coming from APs.

may also be needed for the lts version, if anyone uses it let me know
if it's also failing (snappy-java is a pain to build..).
2020-07-14 14:15:47 +00:00
sthen
d4e637c5c9 unifi: don't install upstream readme, it has bogus information 2020-07-06 11:32:42 +00:00
sthen
c6443493bb unifi: warn at update if the database is old and was created using mongodb's
deprecated MMAPV1 engine, doing a config backup + shutdown + remove db files
+ restore will recreate with WiredTiger which has significantly smaller files
and checkpointing (and seems like it maybe a bit more robust..)
2020-06-26 13:15:23 +00:00
sthen
2ccda23352 update unifi stable to 5.12.66, testing to 5.13.10 (you will need a
beta login to download that), and drop a file that was used in the
attempt at working with newer java (which didn't work too well and the
old source for that file has gone away)
2020-03-24 14:54:27 +00:00
sthen
bfea536da9 - switch unifi MODJAVA_VER back to 1.8, it sort-of works with 11 but not
supported upstream and there have been some problems.

- update comment about snappy-java to better explain the situation ;)
2020-01-25 22:03:23 +00:00
sthen
f95b8a030e mention in README that you should connect to https://localhost:8443/ to
configure, suggested by kn@. (this saves a bit of time figuring out which
of the 5 listening TCP ports is needed for this..)
2019-08-29 18:58:49 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
sthen
cb139feb98 update to unifi-5.6.42, includes unspecified "security improvements" (details to
follow later at https://community.ubnt.com/t5/Security-Updates-Blog/bg-p/Security_Updates_Blog)
2019-05-08 11:24:04 +00:00
sthen
24bed0ae23 Use activation.jar from Maven, avoiding the binary version from Oracle
which required FETCH_MANUALLY which doesn't work properly if only one of
the set of distfiles is manual-fetch.

Fetch problem reported by Brad.
2019-03-27 21:20:57 +00:00
sthen
a9105f27de fix error in brain->keyboard interface while adjusting for javax.activation being needed 2019-03-26 21:27:36 +00:00
sthen
a20fd05451 handle jdk 11 for unifi;
unifi requires javax.activation from activation.jar, which is present
and active in jdk 8, present but deprecated in 9/10 (hidden behind a
command-line flag), and removed in jdk 11.

add a FETCH_MANUALLY distfile to take this from Java Activation Framework;
this is under Oracle's binary license with an indemnity clause so you get
to download it yourself, but it's fairly straightforward. adapt the startup
script to cope.
2019-03-25 03:13:32 +00:00
sthen
9298eee8bc remove comments, BUILD_V won't be needed in lts/ 2019-03-12 22:14:17 +00:00
sthen
d59e8a4c99 cd in rc_stop as well as rc_start; avoid littering a stupid logs/
directory in $PWD
2019-02-26 21:57:50 +00:00
sthen
1562e03b73 - update URL in unifi PERMIT_* lines (and bump REVISIONs because these
are included in packages)

- as this is port-only (no redistribution) and the dependencies have
slow builds, print a message suggesting use of FETCH_PACKAGES if it
wasn't already used.
2019-02-19 22:44:40 +00:00
sthen
df6294b915 update to unifi lts 5.6.40 2018-09-11 20:17:41 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
c751df60bf rejiggle the unifi branches again giving a clearer indication of what's what,
5.6 -> rename to lts (supported until oct 2018)
5.7 -> now eol, remove/autoupdate to 5.8
5.8 -> rename to stable
2018-06-28 18:15:19 +00:00