Commit graph

85 commits

Author SHA1 Message Date
pennae 64ead2ba7d unifi7: 7.0.23 -> 7.0.25 2022-03-29 17:42:59 +02:00
pennae 584217ec82 unifi7: 7.0.20-894288bd9b -> 7.0.23 2022-03-18 10:28:53 +01:00
Patryk Wychowaniec 62ce6f2c9d
unifi7: add package
https://community.ui.com/releases/UniFi-Network-Application-7-0-20/3e4a4099-c063-42f6-8e21-5fb2c99fcea9

Since that's a release candidate, unifiLTS remains unchanged.
2022-02-02 20:42:06 +01:00
Zhaofeng Li 8bbae8e558 unifi: Add NixOS tests 2021-12-18 00:19:04 -08:00
Zhaofeng Li a4bcad541e unifi5: Follow new mitigation guidelines
Simply disabling lookups isn't enough, and the JndiLookup class must be
removed:

https://web.archive.org/web/20211217085954/https://logging.apache.org/log4j/2.x/security.html
2021-12-17 15:55:13 -08:00
Zhaofeng Li 62f6b04a84 unifi6: 6.5.54 -> 6.5.55 2021-12-15 23:02:56 +01:00
Zhaofeng Li 48feb21a3c unifi6: 6.5.53 -> 6.5.54 2021-12-11 15:07:48 -08:00
Shaun Sharples 887d55c92f unifi6: 6.4.54 -> 6.5.53 2021-11-29 14:15:19 +01:00
pennae 62813808ff nixos/unifi, unifi: add pennae to maintainers 2021-10-15 17:14:33 +02:00
Thomas Gerbet 5e7817e752 unifi6: 6.2.26 -> 6.4.54 2021-09-23 15:45:36 +02:00
Pascal Bach 3f7771d65c unifi6: 6.2.25 -> 6.2.26 2021-08-09 23:28:07 +02:00
Pascal Bach 70346bf6d0 unifi6: 6.1.71 -> 6.2.25 2021-06-08 23:05:02 +02:00
Pascal Bach dd2782678a unifi6: 6.0.45 -> 6.1.71 2021-04-08 23:02:38 +02:00
Elias Probst b58f10c3ba unifi6: update to 6.0.45 2021-01-27 10:11:51 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
elseym bee49dfd0e unifi: rename packages
- renames unifiStable to unifi5
- renames unifiBeta to unifi6
- aliases unifi to unifi6
- aliases unifiStable to unifi6 for backward compatibility
2020-12-28 17:04:20 +01:00
elseym df94250243 unifiStable: 5.14.23 -> 6.0.43 2020-12-28 17:04:20 +01:00
Milan Pässler e2aeff77f5 unifiBeta: 6.0.28 -> 6.0.36 2020-11-30 22:28:14 +01:00
Luke Granger-Brown 1f4133acd4 unifiBeta: update to 6.0.28 2020-11-05 13:00:00 +01:00
Patryk Wychowaniec 07518da204
unifiBeta: init at 6.0.23 2020-10-19 18:47:12 +02:00
Pascal Bach 87b6cc6cef unifiStable: 5.14.22 -> 5.14.23 2020-09-07 22:44:24 +02:00
Pascal Bach fcbf367090 unifiStable: 5.13.32 -> 5.14.22 2020-08-22 16:11:29 +02:00
Pascal Bach 2a9765e265 unifiStable: 5.13.29 -> 5.13.32 2020-07-03 22:33:09 +02:00
Cole Mickens 0693bed8ee
unifiStable: 5.12.72 -> 5.13.29 2020-06-11 23:44:51 -07:00
Justin Humm 8744ce01f1 unifiStable: 5.12.66 -> 5.12.72 2020-06-07 16:00:03 +02:00
Simon Waibl 55e327244a
Merge pull request #83872 from bachp/unifi-5.12.66
unifiStable: 5.12.35 -> 5.12.66
2020-04-15 21:26:20 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Pascal Bach 05cc2b1f51 unifiStable: 5.12.35 -> 5.12.66 2020-03-31 14:44:11 +02:00
elseym e35e970cc5 unifiStable: 5.12.22 -> 5.12.35 2019-11-25 13:27:09 +01:00
Jan Hrnko 9b4bbe7bfe unifiStable: 5.11.39 -> 5.12.22 2019-11-18 22:38:44 +01:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Franz Pletz f35cffcf36
Merge pull request #67971 from petabyteboy/feature/remove-unifi-testing
unifi: remove unifiTesting
2019-09-02 22:18:18 +00:00
Milan Pässler (work) b85f48c351 unifi: remove unifiTesting
The testing branch is not updated anymore and all mentions have been
removed from the Ubiquiti website.
2019-09-02 23:59:10 +02:00
Milan Pässler (work) 185fd61631 treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
2019-09-02 23:42:12 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
cw 62ba7964f4 unifiStable: 5.10.26 -> 5.11.39 2019-08-23 13:02:22 +02:00
Marek Mahut 54c7663873
Merge pull request #67055 from cw789/unifi_update
unifiStable: 5.10.25 -> 5.10.26
2019-08-22 16:52:15 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
cw 904bc753d2 unifiStable: 5.10.25 -> 5.10.26 2019-08-20 11:49:50 +02:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
cw 62d9fc656f unifiStable: 5.10.23 -> 5.10.25 2019-08-01 23:12:21 +00:00
Franz Pletz 0d00b0b646
unifiTesting: 5.10.19 -> 5.11.18 2019-05-06 16:12:42 +02:00
Franz Pletz 6b24a1aca5
unifiStable: 5.10.19 -> 5.10.23 2019-05-06 16:12:42 +02:00
Franz Pletz f30f120b9b
unifiLTS: 5.6.39 -> 5.6.42 2019-05-06 16:12:42 +02:00
Pascal Bach 87cb443497 unifiStable: 5.10.17 -> 5.10.19 (#56992) 2019-03-07 23:11:43 +01:00
0x4A6F 04a1f848a3
unifi: 5.9.29 -> 5.10.17 2019-02-15 01:17:14 +00:00
Justin Humm 38f23046a3
unifi, nixos/unifi: add erictapen as maintainer 2019-01-27 17:28:15 +01:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Peter Hoeg ef927360e3 unifiStable: 5.8.30 -> 5.9.29 2018-10-17 14:53:39 +08:00