1760 Commits

Author SHA1 Message Date
chewitt
975b30d64d wireguard: update tools/module 2020-02-20 14:22:28 +00:00
chewitt
5a0591e51b connman: bump to 1.38 2020-02-20 14:22:28 +00:00
cdu13a
5d2454fe5f connman: fix compile with older headers 2020-02-01 11:51:29 -05:00
chewitt
6b8fe40614 wireguard-linux-compat: add WireGuard kernel module package 2020-01-31 08:48:38 +00:00
chewitt
0a7bb4ffeb wireguard-tools: add WireGuard userspace tools package 2020-01-31 08:48:38 +00:00
chewitt
6ac10dc4f8 connman: add support for WireGuard 2020-01-31 08:48:38 +00:00
chewitt
d1640fe4c0 libmnl: enabled shared build 2020-01-31 08:48:38 +00:00
Christian Hewitt
5c83a514f6
Merge pull request #4136 from MilhouseVH/le92_fix_addons_error
buildsystem: "set -e" error handling not working for addon builds [backport]
2020-01-23 17:54:15 +04:00
MilhouseVH
f2ff582d14 wireless-regdb: has no dependencies 2020-01-21 19:48:12 +00:00
MilhouseVH
2b7d71f18e samba: update to samba-4.9.18 2020-01-21 15:10:45 +00:00
MilhouseVH
57f6504a55 samba: update to samba-4.9.17 2020-01-12 00:19:33 +00:00
Matthias Reichl
97e2c5204c disable network online services when using kernel ip configuration
Also drop Requisite on connman.service as it's not really needed
(connman and network online services all have conditions on
!/dev/.kernel_ipconfig) and it causes a dependency failed message
as Requisites are evaluated before conditions.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-11-16 17:31:43 +01:00
Matthias Reichl
bee4bb3f4a connman: disable service if ip configuration is used
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-11-16 17:31:34 +01:00
Matthias Reichl
4159f97316 connman: move host and resolver configuration to separate service
Setup system hostname, /etc/resolv.conf and /etc/hosts in a service
that can be run independently of connman.

The volatile etc files are created in /run/libreelec instead of
/run/connman so they can be modified similarily to standard linux
installations with a writable /etc. Connman can then hook into
that and move resolv.conf management to /run/connman/resolv.conf when
it's started.

If kernel IP configuration is used the resolv info from the kernel
will be used to create resolv.conf. Users can also provide their
own resolv.conf file in /storage/.config/resolv.conf which takes
precedence over ther kernel info. If no resolv.conf info is present
a fallback with use the Google nameservers is created (as before).

Loopback network interface setup has been removed, this is already
set up by systemd.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-11-16 17:31:18 +01:00
MilhouseVH
855ec8710c samba: update to samba-4.9.15 2019-10-29 12:28:41 +00:00
Aman Gupta
b6e9a63684 avahi: remove disallow-other-stacks=yes
This was originally added because SO_REUSEPORT was not available on older kernels

With this setting, avahi-daemon does not use either SO_REUSEADDR or SO_REUSEPORT, which means that other mDNS applications cannot access the multicast udp port 5353 at the same time. This includes mDNS clients which are simply trying to discover other services on the network. One such client exists in a PVR add-on I am writing for Kodi which currently fails in network discovery when run on LibreELEC.

See also https://github.com/grandcat/zeroconf/issues/63

(cherry picked from commit 733eb8ff1458d7b2f2a06402ea5c6516209a313f)
2019-10-24 23:23:52 +00:00
MilhouseVH
654f3024eb samba: enable nmblookup, for kodi 2019-10-15 06:56:48 +01:00
MilhouseVH
5c262a7c63 samba: update to samba-4.9.13 2019-09-04 16:50:40 +01:00
MilhouseVH
b26a38279d samba: update to samba-4.9.10 2019-07-03 05:35:03 +01:00
MilhouseVH
0644052754 samba: update to samba-4.9.9 2019-07-03 05:35:03 +01:00
MilhouseVH
7fe797c21d nss-mdns: update to nss-mdns-0.14.1 2019-06-15 06:26:29 +01:00
MilhouseVH
f25a4c7159 wireless-regdb: update to wireless-regdb-2019.06.03 2019-06-15 06:26:29 +01:00
MilhouseVH
fb0007845a packages: mega bump 2019-06-13 22:12:21 +01:00
MilhouseVH
8f4bdc77cc samba: update to samba-4.9.8 2019-06-13 22:12:20 +01:00
MilhouseVH
284432cf4f samba: update to samba-4.9.7 2019-06-13 22:12:20 +01:00
MilhouseVH
71749c0070 openssh: update to openssh-8.0p1 2019-04-20 19:57:27 +01:00
chewitt
eacc210e04 iptables: iptables_helper support for ethernet tethering 2019-04-17 06:28:37 +04:00
chewitt
7edc88c5e2 samba: set fruit:model = Xserve for macOS finder 2019-04-11 08:06:35 +04:00
Jernej Škrabec
13bd9b8829
Merge pull request #3375 from MilhouseVH/linux5.0.2+
linux (RPi/Generic): update to linux-5.0.7
2019-04-10 22:30:36 +02:00
MilhouseVH
8123a9278e samba: update to samba-4.9.6 2019-04-08 13:16:47 +01:00
MilhouseVH
94d7d9c353 connman: update to connman-1.37 2019-03-29 15:21:16 +00:00
MilhouseVH
d66153c15b wireless-regdb: update to wireless-regdb-2019.03.01 2019-03-28 14:53:43 +00:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
MilhouseVH
e691b3b693 packages: correct original copyright 2019-03-26 16:43:42 +00:00
MilhouseVH
283a9554c6 samba: update to samba-4.9.5 2019-03-12 12:36:50 +00:00
Sascha Kuehndel (InuSasha)
7eba70ea88
openssh: update to 7.9p1 2019-03-07 19:59:46 +01:00
MilhouseVH
8194238126
Merge pull request #3316 from chewitt/sshd-no-dss
openssh: drop support for ssh-dss keys
2019-03-06 22:57:18 +00:00
MilhouseVH
77f1f1097b libnfs: update to libnfs-4.0.0 2019-02-17 19:41:39 +00:00
Christian Hewitt
3be8d586a4 openssh: drop support for dss keys 2019-02-16 15:39:35 +04:00
MilhouseVH
0bed73d3c0 samba: don't unintentionally exit with failure when SAMBA_SERVER is disabled 2019-01-24 19:22:15 +00:00
Jernej Skrabec
17aba9fcf1 libssh: Disable documentation building
Documentation build process tries to use doxygen installed on host,
which may fail to build docs.

In order to avoid that, just disable documentation building altogether.
2019-01-17 20:50:09 +01:00
MilhouseVH
c0d14cea67 libnfs: update to libnfs-38b62bc, fixes xbmc/15194 2019-01-12 01:46:55 +00:00
Christian Hewitt
971cfd1a69
Merge pull request #3179 from CvH/9.0/shairplay
libshairplay: update to 096b61a
2019-01-04 02:06:26 +04:00
CvH
a98586ba33
Merge pull request #3171 from MilhouseVH/le90_buildsystem_source_packages-with-drop
buildsystem: centralise package sourcing
2018-12-29 18:18:15 +01:00
CvH
965b4b5b0f libshairplay: update to 096b61a 2018-12-21 12:13:30 +01:00
MilhouseVH
dd4d00cd3a samba: update to samba-4.9.4 2018-12-20 12:31:16 +00:00
MilhouseVH
b518bbf4e7 packages: implement late variable binding
Move variable assignments into configure_package() if the assignments
depend on variables initialised after the package is sourced, ie.
$PKG_BUILD, $PKG_SOURCE_NAME etc.
2018-12-18 03:43:28 +00:00
Ian Leonard
7f4e3e613c openssh: update to 7.9p1
Refreshes keydir patch to account for xmss keys and retiring of ssh1 support.
Adds upstream patch to correct openssl version check.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-12-06 09:43:58 +00:00
CvH
c73c2c6a27
Merge pull request #3141 from HiassofT/le9-firmware-fix
fix .config/firmware handling
2018-12-04 09:30:17 +01:00
Christian Hewitt
bf8d34dbe3
Merge pull request #3138 from MilhouseVH/le90_libssh_0.8.5
libssh: update to libssh-0.8.5
2018-12-03 09:23:07 +04:00