Commit graph

2131 commits

Author SHA1 Message Date
Matthias Reichl
1dfbcbd8b4 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-15 18:54:04 +01:00
queeup
c99f990024 avahi: set root user as default for published sftp 2019-11-13 19:52:40 +03:00
MilhouseVH
76b8fea9d3 bluez: update to bluez-5.52 2019-10-31 18:07:21 +00:00
MilhouseVH
a4affbc635 samba: update to samba-4.11.2 2019-10-29 12:19:07 +00:00
MilhouseVH
602599af66 TEMP: samba: add manual install workaround for bso#14132
https://bugzilla.samba.org/show_bug.cgi?id=14132
2019-10-29 12:19:07 +00:00
MilhouseVH
45f49a40a4 TEMP?: samba: workaround for LOCKDIR bug bso#14166
https://bugzilla.samba.org/show_bug.cgi?id=14166
2019-10-29 12:19:07 +00:00
MilhouseVH
23fc29ee89 samba: add missing gnutls dependency 2019-10-29 12:19:07 +00:00
MilhouseVH
1a7f4a7ec6 samba: drop deprecated server config options 2019-10-29 12:19:07 +00:00
MilhouseVH
9a9a62822d samba: update to samba-4.11.1 2019-10-29 12:19:07 +00:00
MilhouseVH
8aa213c851 samba: update to samba-4.10.9 2019-10-29 12:19:07 +00:00
MilhouseVH
b05a97f146 samba: fix missing ncurses lib 2019-10-29 12:19:07 +00:00
MilhouseVH
53520bbdc0 samba: add verbose build option (and remove legacy option) 2019-10-29 12:19:07 +00:00
MilhouseVH
92ccff3e5d samba: stop using compile_et installed by e2fsprogs
Install the Heimdal version of compile_et (and asn1_compile for completeness)
using a heimdal_ prefix to avoid a name clash with e2fsprogs which installs a
similar but different (and older) compile_et shell script.

Then, tell Samba where to find the new Heimdal binaries.

Ref: https://bugzilla.samba.org/show_bug.cgi?id=13856
2019-10-29 12:19:07 +00:00
MilhouseVH
97f87d8e9c packages: switch from Python2 to Python3 2019-10-29 12:19:07 +00:00
MilhouseVH
a76c0ffca1
Merge pull request #3888 from tmm1/patch-1
avahi: remove disallow-other-stacks=yes
2019-10-24 23:49:57 +01:00
MilhouseVH
b165eea5cc samba: update to samba-4.9.14 2019-10-22 17:49:46 +01:00
MilhouseVH
962ac30e40 samba: enable nmblookup, for kodi 2019-10-15 03:32:23 +01:00
Aman Gupta
733eb8ff14
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
2019-10-08 13:56:10 -07:00
Ian Leonard
4256171292 rsync: move to network folder
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-10-01 16:29:50 +00:00
MilhouseVH
d742de92d7 bluez: update to bluez-5.51 2019-09-19 22:56:46 +01:00
CvH
1e1e695073
Merge pull request #3703 from chewitt/amlogic-master
update Amlogic to 5.3.x and various other cleanups
2019-09-13 13:16:45 +02:00
chewitt
f81c7557b1 bluez: update QCA9337 patch 2019-09-10 16:53:08 +00:00
MilhouseVH
7850345b1b samba: update to samba-4.9.13 2019-09-03 20:09:49 +01:00
MilhouseVH
3e7f519a44 samba: update to samba-4.9.12 2019-08-27 15:42:59 +01:00
MilhouseVH
36f160e800 bluez: fix 5.2-rc1 2019-07-15 14:30:41 +01:00
MilhouseVH
c7f2f6ab34
Merge pull request #3666 from lrusak/iwd
iwd: disable seccomp options for now as it breaks the service
2019-07-08 00:52:46 +01:00
Lukas Rusak
2f02cc83ad
iwd: disable seccomp options for now as it breaks the service 2019-07-07 10:01:27 -07:00
Lukas Rusak
2eca8c068e
connman: small fixup after 3525ffb 2019-07-05 10:11:20 -07:00
MilhouseVH
685044dcab
Merge pull request #1451 from lrusak/iwd
iwd (inet wireless daemon) support
2019-07-04 19:49:24 +01:00
Lukas Rusak
3525ffb482
connman: optionally use iwd 2019-07-04 11:26:55 -07:00
Lukas Rusak
c39a9e4420
iwd: add package 2019-07-04 11:22:21 -07:00
MilhouseVH
2e36eb91a2 samba: update to samba-4.9.11 2019-07-03 20:26:21 +01:00
MilhouseVH
70ba2af40a samba: update to samba-4.9.10 2019-07-02 20:16:43 +01:00
MilhouseVH
57b3ed9fcb samba: update to samba-4.9.9 2019-06-19 18:25:22 +01:00
Jernej Škrabec
34c842734b
Merge pull request #3557 from MilhouseVH/le10_packages3
packages: more bumps (only a few)
2019-06-14 16:47:02 +02:00
MilhouseVH
e6107599a7 nss-mdns: update to nss-mdns-0.14.1 2019-06-14 01:06:35 +01:00
MilhouseVH
649eaa8914 wireless-regdb: update to wireless-regdb-2019.06.03 2019-06-13 17:37:18 +01:00
MilhouseVH
6bbe2d3434 libnftnl: update to libnftnl-1.1.3 2019-06-07 08:49:07 +01:00
MilhouseVH
d85b8227aa iptables: update to iptables-1.8.3 2019-06-07 08:49:07 +01:00
MilhouseVH
e2ddb92294 wpa_supplicant: update to wpa_supplicant-2.8
dbus service dropped: https://w1.fi/cgit/hostap/commit/wpa_supplicant/Makefile?id=6a8dee76d4090287c016680c009b1334e01b5fbd
2019-06-07 08:49:07 +01:00
MilhouseVH
9ecb085a82 libtirpc: update to libtirpc-1.1.4 2019-06-07 08:49:07 +01:00
MilhouseVH
53d977f764 libssh: update to libssh-0.8.7 2019-06-07 08:49:07 +01:00
MilhouseVH
2d3373c386 openvpn: update to openvpn-2.4.7 2019-06-07 08:49:07 +01:00
MilhouseVH
b6fb6a5ad0 ethtool: update to ethtool-5.1 2019-06-07 08:49:07 +01:00
MilhouseVH
24337ab279 samba: update to samba-4.9.8 2019-05-14 23:51:38 +01:00
MilhouseVH
4e0e1fd670 samba: update to samba-4.9.7 2019-05-02 00:28:24 +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