Commit graph

24 commits

Author SHA1 Message Date
Paul Spooren
e10f9545c0 luci-ssl: switch to WolfSSL
OpenWrt installs WolfSSL per default to offer WPA3. To save some space
switch to a WolfSSL based px5g implementation for self-signed
certificate generation instead of a MbedTLS version.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-31 13:01:55 +03:00
Florian Eckert
141857a12a luci-lib-docker: add options argument to send_http_socket
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29 09:30:04 +02:00
Florian Eckert
a722abd279 luci-lib-docker: update conding style
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28 14:16:30 +02:00
Florian Eckert
490596a623
Merge pull request #4073 from TDT-AG/pr/20200427-luci-app-dockerman
luci-app-dockerman: add package
2020-06-10 10:56:12 +02:00
Florian Eckert
f3e1f44243 luci-lib-docker: initial checkin
Initial commit version v0.3.3 from https://github.com/lisaac/luci-lib-docker

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-10 08:44:58 +02:00
Hannu Nyman
219f0ce891 luci(-ssl)-nginx: depend on luci-app-opkg
Commit 391e82d6a3 in 2018 added luci-app-opkg dependency to
the 'luci' collection and its derivatives, but as nginx collections
do not depend on main 'luci', they did not get the intended change.

Fixes #4148

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-06-09 23:23:38 +03:00
Jo-Philipp Wich
ead5e81c16 luci: depend on uhttpd-mod-ubus
Start requiring uhttpd-mod-ubus support to speedup RPC calls.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-15 00:31:38 +01:00
Jo-Philipp Wich
b94be57aff
Merge pull request #2285 from dengqf6/luci-ssl-nginx
luci-ssl-nginx: fix dependencies
2018-12-11 06:56:35 +01:00
Jo-Philipp Wich
391e82d6a3 luci-mod-system: replace builtin opkg support with luci-app-opkg
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-14 20:46:04 +01:00
Deng Qingfang
355eff6bac luci-ssl-nginx: fix dependencies
Remove libustream-openssl because Nginx doesn't depend on it.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-11-14 23:52:53 +08:00
Jo-Philipp Wich
1602313f5c luci: do not depend on uhttpd-mod-ubus
We do not need this module at all, yet.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-22 18:17:58 +02:00
Ansuel Smith
639bbc1827
luci-nginx: fix nginx dependency
As nginx-ssl is now available, we fix luci-ssl-nginx package dep to use the right package. DRop luci-ssl-openssl-nginx as openssl is needed by nginx anyway.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-06 17:34:39 +02:00
Ansuel Smith
0a6ad23f2e
luci-nginx: add nginx support file
This adds nginx-mod-luci as a dependency of this package.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-17 14:52:11 +02:00
Ansuel Smith
90bf08af82
luci-nginx: add nginx metapackages
Create a metapackage with nginx as default webserver instead of uhttpd

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-11 22:23:09 +02:00
Jo-Philipp Wich
650397a11f luci: depend on rpcd-mod-rrdns
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-07-11 14:05:31 +02:00
Florian Eckert
40aa47f10a luci-ssl: add license tag
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-06-13 13:40:35 +02:00
Quirin Hofstaetter
9b211f0053 luci: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
2017-06-13 13:40:33 +02:00
Hannu Nyman
b6341bd197 luci-ssl-openssl: use OpenSSL for key generation, drop px5g
Replace a dependency for px5g with openssl-util. Both LEDE and
Openwrt have now uhttpd versions that can generate keys with
OpenSSL cmd tools if px5g is not found. This change enables an
"OpenSSL-only" version of LuCI without mbedTLS/PolarSSL.

(Note: if px5g is found, uhttpd will prefer that.)

Relevant commits in uhttpd:

LEDE:
3c4858eeb2
82132540a3
9097dc5ad8

Openwrt:
6ec32832d2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-31 16:47:12 +02:00
Hannu Nyman
cf5d266dff luci-ssl-openssl: update note about px5g's SSL library usage
px5g still requires libmbedtls (in LEDE) or libpolarssl (in Openwrt).

In LEDE it is also possible to replace px5g with openssl-util and
achieve "openssl-only" build without libmbedtls, as uhttpd can also
generate keys with openssl commandline tools if px5g is not present.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-09 17:54:05 +02:00
Jo-Philipp Wich
974194b440 luci-ssl: depend on mbedtTLS
LEDE uses mbedTLS as default SSL provider now and PolarSSL becomes EOL at the
end of 2016.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-12-22 16:48:37 +01:00
Hannu Nyman
67de9f4bca luci-ssl-openssl: Provide OpenSSL-based LuCI collection
Add a new OpenSSL-based collection that uses libustream-openssl
instead of the default libustream-polarssl.
(Note: px5g still needs libpolarssl, so both libs will be included)

Mention PolarSSL in the title of luci-ssl.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-03 21:09:08 +03:00
Jo-Philipp Wich
a7083780de collections/luci: depend on luci-proto-ipv6 if IPV6 is enabled
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-05-06 16:00:33 +02:00
Christian Schoenebeck
42757cb549 Modified dependencies
Module luci-base
- libubus-lua not needed

Module luci-mod-admin
- libubus-lua needed

Collection luci
- luci-lib-nixio not needed, already in luci-base

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-10 22:33:43 +01:00
Jo-Philipp Wich
1bb4822dca Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names
 * Make each LuCI module its own standalone package
 * Deploy a shared luci.mk which is used by each module Makefile

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:26:20 +01:00