1728 Commits

Author SHA1 Message Date
chewitt
373b1e87e0 samba: set fruit:model = Xserve for macOS finder 2019-04-11 13:44:31 +04:00
MilhouseVH
e296b6be9d samba: update to samba-4.9.6 2019-04-08 13:43:06 +01:00
anoma
662eb8bc96
Merge pull request #3387 from MilhouseVH/le9_align_licence_usage
packages: align source code licence usage with project licence [backport]
2019-03-31 21:11:34 +00:00
MilhouseVH
805a0980ef connman: update to connman-1.37 2019-03-29 16:01:59 +00:00
MilhouseVH
cce413d1d2 packages: align source code licence usage with project licence 2019-03-27 10:42:53 +00:00
MilhouseVH
19fcc5052a packages: correct original copyright 2019-03-27 10:32:57 +00:00
MilhouseVH
88a8d8fbbf samba: update to samba-4.9.5 2019-03-12 12:37:54 +00: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
MilhouseVH
71f2832908 iptables: fix build with 3.10.y, remove hack 2018-12-03 04:25:43 +00:00
Matthias Reichl
903346fe98 bluez: symlink /etc/firmware to /usr/lib/firmware
This enables bluez/hciattach to use firmware files added by the
kernel overlay system.

Also move /etc/firmware symlink creation from linux to bluez,
the linux kernel package shouldn't need to care about quirks needed
by other packages.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-12-01 18:27:17 +01:00
MilhouseVH
75300f789d libssh: update to libssh-0.8.5 2018-11-29 18:14:11 +00:00
MilhouseVH
8e9bc1b5bb samba: update to samba-4.9.3 2018-11-27 12:46:27 +00:00
CvH
31a9a8ad50
Merge pull request #3089 from MilhouseVH/le90_iptables-1.8.1
iptables: update to iptables-1.8.2
2018-11-22 17:32:30 +01:00
MilhouseVH
3b0539d124 iptables: kernel 3.x.y isn't compatible with v1.8.2 2018-11-17 21:41:30 +00:00
MilhouseVH
88a363867d libnftnl: update to libnftnl-1.1.2 2018-11-17 21:40:40 +00:00
MilhouseVH
850744127c iptables: update to iptables-1.8.2 2018-11-17 21:40:38 +00:00
MilhouseVH
a4fde412bf samba: update to samba-4.9.2 2018-11-08 12:46:55 +00:00
Christian Hewitt
7cee2a095c
Merge pull request #3044 from bltavares/patch-1
Avoid managing ZeroTier network interfaces
2018-11-04 06:28:15 +04:00
Christian Hewitt
40622b2cea bluez: default enable bluetooth services 2018-10-24 11:12:29 +04:00
CvH
2adce8b3f8 libssh: update to 0.8.4 2018-10-23 11:29:12 +02:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
a4ec8951e0 cleanup: remove redundant PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
Bruno Tavares
2ae2bdc56c
Avoid managing ZeroTier network interfaces
[ZeroTier](https://zerotier.com/) is a VPN/SD-WAN that provides wide access to a virtual wide peer to peer ethernet network.
The daemon manages new interface networks under the `zt` prefix, and handle all the ip configuration under those interrfaces.

After [battling](https://github.com/zerotier/ZeroTierOne/issues/868) for a whole week figuring why the IPv6 addresses didn't show up on that interface under LibreElec, I found the issue was related to the configuration on `connman` regarding which interfaces it should manage.

This commit proposes a new network interface prefix to be included on the block list by default for new LibreElec installations, in order to avoid more people facing issues while trying to hook up their devices on the ZeroTier network.
2018-10-20 16:07:33 -03:00
MilhouseVH
fc00843b3f
Merge pull request #2994 from mglae/le9_samba_config
samba-config.service: fix destroying .cache structure
2018-10-04 00:54:27 +01:00
MilhouseVH
684f91cd87 samba: update to samba-4.9.1 2018-09-24 12:14:38 +01:00
mglae
66bc4f5a38 smbd-config: make smb.conf modification atomic 2018-09-21 23:46:43 +02:00
mglae
a2d4af6a40 samba-config.service: fix destroying .cache structure 2018-09-21 23:44:00 +02:00
MilhouseVH
210465b1d4 samba: update to samba-4.9.0 2018-09-13 23:31:56 +01:00
CvH
3d2218da0d
Merge pull request #2959 from MilhouseVH/le90_regdb_2018.09.07
wireless-regdb: update to wireless-regdb-2018.09.07
2018-09-10 15:03:15 +02:00
MilhouseVH
8d2330a32b wireless-regdb: update to wireless-regdb-2018.09.07 2018-09-07 22:17:04 +01:00
vpeter4
58810b3953 libssh: explicitly disable Kerberos support
In case krb5 package is build before libssh then libssh is build with Kerberos support. But later addons using libssh doesn't have required libraries and fail to start.
2018-09-02 08:27:42 +02:00
MilhouseVH
c2c24ecb23 samba: update to samba-4.8.5 2018-08-24 20:08:55 +01:00
vpeter4
83c54b4739 libssh: update to libssh-0.8.1
and make vfs.sftp kodi binary addon working
2018-08-15 21:02:07 +02:00
MilhouseVH
d946f3b516 samba: update to samba-4.8.4 2018-08-14 16:56:02 +01:00
Christian Hewitt
51b41b12ac
Merge pull request #2871 from InuSasha/updates/various
proftpd, net-snmp, openvpn: updates to recent version
2018-08-12 18:39:13 -04:00
Christian Hewitt
cfd32d11c7
Merge pull request #2873 from MilhouseVH/le90_wpa_supplicant_EAPOL_fix
wpa_supplicant: Fix EAPOL vulnerability
2018-08-12 18:37:18 -04:00
Jernej Škrabec
4ab7f7ce32
Merge pull request #2866 from MilhouseVH/le90_samba_network_online
samba: make services depend on network-online.target
2018-08-09 18:54:31 +02:00