31993 Commits

Author SHA1 Message Date
Sascha Kuehndel (InuSasha)
74f5cb1e49
nmap: fix build with openssl 1.1.0+ 2019-03-07 19:59:46 +01:00
Sascha Kuehndel (InuSasha)
bfbf8118dc
rtmpdump: fix build with openssl 1.1.1+
incl. fix for parallel build
2019-03-07 19:59:46 +01:00
Sascha Kuehndel (InuSasha)
c0adfb3190
openssl: update to 1.1.1a 2019-03-07 19:59:36 +01:00
James Millar
f287c29539 Add nghttp2 support 2019-03-07 08:24:08 -05:00
MilhouseVH
a8cb578089 brcmfmac_sdio-firmware-rpi: fix delay on non-wifi enabled devices 2019-03-07 05:57:52 +00:00
CvH
fa3c85519f
Merge pull request #3351 from MilhouseVH/le10_ban_spaces
config/options: ban spaces in paths
2019-03-07 00:11:50 +01:00
CvH
f14df920b9
Merge pull request #3342 from MilhouseVH/le92_fixup_mysql
scripts/build: fix broken sym link after #3328
2019-03-07 00:04:26 +01:00
Jernej Škrabec
7cc13d7a09
Merge pull request #3334 from MilhouseVH/nvidia-410.104
xf86-video-nvidia: update to xf86-video-nvidia-410.104
2019-03-07 00:04:11 +01:00
CvH
c2448b74c2
Merge pull request #3348 from MilhouseVH/le10_x11_bump_1
packages/{x11,print,devel}: bump packages
2019-03-07 00:03:51 +01:00
CvH
5cca42543e
Merge pull request #3354 from MilhouseVH/le92_rpi3p_bt_race
brcmfmac_sdio-firmware-rpi: fix race between service and /dev/serial1
2019-03-07 00:03:15 +01:00
MilhouseVH
5f7fbed311
Merge pull request #3329 from lrusak/safe-remove
[RFC] add safe_remove to notify if a file doesn't exist
2019-03-06 23:02:02 +00:00
MilhouseVH
c51f7c6cf0
Merge pull request #3349 from antonlacon/packages-misc
Packages: Miscellaneous package bumps to new minor versions
2019-03-06 22:57:40 +00: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
a8572849b0 scripts/build_mt: add checkdeps 2019-03-04 11:58:16 +00:00
MilhouseVH
a9d56d9224 brcmfmac_sdio-firmware-rpi: fix race between service and /dev/serial1 2019-03-04 05:38:03 +00:00
MilhouseVH
35fc18cc9e config/options: ban spaces in paths 2019-03-02 21:44:05 +00:00
Matthias Reichl
d209e704ab update_retroplayer-addons: exclude non-working game addons
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 15:59:13 +01:00
Matthias Reichl
959b75da79 imagedecoder.mpo: add package
imagedecoder.mpo is available as a binary addon from the Kodi
repo but was missing in LibreELEC

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:59:23 +01:00
Matthias Reichl
a65908b1d7 update_binary-addons: exclude vfs.nfs from updates
vfs.nfs isn't released yet

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:59:23 +01:00
Matthias Reichl
9c8860c5bc update_binary-addons: make missing addon check work again
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:59:11 +01:00
Matthias Reichl
3d60aba791 update_binary-addons: remove p8-platform bump
LibreELEC uses a locally managed, newer version of p8-platform

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
b95e19bbe4 inputstream.rtmp: add missing PKG_REV
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
49ccc51a66 inputstream.adaptive: add missing PKG_REV
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
2dc893ca88 vfs.sacd: remove package
vfs.sacd is currently unreleased at upstream and not tagged properly

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
3f2eb80d8f update_binary-addons: exclude vfs.sacd from updates
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
e126bb7dec game.netplay: remove package
game.netplay is non-working and not maintained

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
8fb7fbbaf7 update_retroplayer-addons: exclude game.netplay from updates
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
78259e03a0 update addons: add possibility to exclude packages in updates
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:18:02 +01:00
Matthias Reichl
673f7d28a2 update_retroplayer-addons: don't bump PKG_REV on game addon bumps
As we are using tags, and the addon version should match the tag
version bumping PKG_REV on kodi game addon updates isn't needed.

As with update_binary-addons bumping PKG_REV may be wanted as
we are switching from HEAD to tags and can be enabled by setting
the PKG_BUMP_REV environment variable.

PKG_REV will also be bumped the script is run with "-f" as before.

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:17:19 +01:00
Matthias Reichl
8df1fcbfeb update_retroplayer-addons: switch to using tags
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:10:38 +01:00
Matthias Reichl
8e921e37a9 factor out common binary/retroplayer addon update functions
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 11:06:15 +01:00
MilhouseVH
34670aaae7 config/functions: slightly more efficient package cache processing 2019-03-02 09:22:56 +00:00
MilhouseVH
2f5e2ed14d tools/viewplan: fix argument order 2019-03-02 07:03:16 +00:00
MilhouseVH
7b64c946cd config/multithread: don't filter by PKG_ARCH 2019-03-01 12:25:50 +00:00
Ian Leonard
ea18eb57d5 tiff: update to 4.0.10
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
3a3d215fe2 libjpeg-turbo: update to 2.0.2
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
b386b4e7d8 testing: update website
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
9545d4c443 curl: update to 7.64
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
45cd696e78 nano: update to 3.2
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
8ad229b70f openssl: update to 1.0.2r
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
2595d4f413 tz: update to 2018i
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
1dfe4e69cf libgpg-error: update to 1.35
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 09:44:21 +00:00
Ian Leonard
a626f708fa libgcrypt: update to 1.8.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 02:06:39 +00:00
Ian Leonard
a8a3076ecd nasm: update to 2.14.02
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 02:06:39 +00:00
Ian Leonard
b096af0d37 sqlite: update to 3.27.2
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-03-01 02:06:39 +00:00
MilhouseVH
75ea6f2a61 pcre: update to pcre-8.43 2019-03-01 00:08:56 +00:00
MilhouseVH
1cde376267 mpfr: update to mpfr-4.0.2 2019-03-01 00:08:56 +00:00
MilhouseVH
66cc14f7aa elfutils: update to elfutils-0.176 2019-03-01 00:08:56 +00:00
MilhouseVH
138395370c glib: update to glib-2.59.3 2019-03-01 00:08:56 +00:00
MilhouseVH
67203a3ebc freetype: update to freetype-2.9.1 2019-03-01 00:08:56 +00:00