Jiri Slachta
7c667ed4ed
Merge pull request #11127 from micmac1/18.06-tiff
...
[18.06] tiff: update to 4.1.0
2020-01-26 18:27:28 +01:00
Jiri Slachta
33e31a4b3a
tiff: update version to 4.1.0
...
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2020-01-26 09:20:30 +01:00
Jan Pavlinec
709dc04d2a
tiff: patch security issues
...
Fixes
CVE-2019-7663
CVE-2019-6128
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-01-26 09:19:11 +01:00
Rosen Penev
9e1fcfa6eb
Merge pull request #9795 from LoEE/jpc/git-macos-cross
...
[18.06]git: fix cross compilation on macOS
2020-01-25 15:25:00 -08:00
Ted Hess
3219dbfd8a
libsoup: fix intltool host dependency. Cleaup some build args
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
(cherry-picked from 0daec55ce5
)
2020-01-24 23:31:48 -08:00
Rosen Penev
c6e48ff8ed
avrdude: Fix GPIO path building
...
%ud is a GNU extension. It's not really supported elsewhere.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 536c6b8be7
)
2020-01-23 21:33:14 -08:00
Josef Schlehofer
ba934d1fbd
zerotier: add /etc/config/zerotier as configuration file
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-01-22 12:46:54 +01:00
Josef Schlehofer
3d47a69b0c
libseccomp: add seccomp-syscalls.h to InstallDev
...
In the version 2.4.2, there was introduced a new header file.
Ship it to InstallDev
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-01-17 05:16:45 +01:00
Rosen Penev
c629b44d88
Merge pull request #11023 from jefferyto/golang-goarm-fix-openwrt-18.06
...
[openwrt-18.06] golang: Fix selection of GOARM value
2020-01-14 12:09:20 -08:00
Jeffery To
4c6ac36d52
golang: Fix selection of GOARM value
...
This fixes how GOARM is selected for arm platforms, based on support for
VFP/VFPv3 rather than CPU version.
Fixes #10967 .
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-01-15 00:59:28 +08:00
Nikos Mavrogiannopoulos
56e7ce0f9e
Merge pull request #10995 from BKPepe/libseccomp-18.06
...
[18.06] libseccomp: update to version 2.4.2
2020-01-13 22:57:13 +01:00
Josef Schlehofer
769b3956e8
libseccomp: update to version 2.4.2
...
Fixes CVE-2019-9893
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-01-12 12:42:48 +01:00
Rosen Penev
36611df05c
transmission: sync with master
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-10 18:11:03 -08:00
Josef Schlehofer
b0df5d3365
Merge pull request #10832 from BKPepe/git-18.06
...
[OpenWrt 18.06] git: Update to version 2.16.6 (security fix)
2020-01-01 13:04:17 +01:00
Josef Schlehofer
7f96b4e2c2
git: Update to version 2.16.6 (security fix)
...
Fixes CVEs:
CVE-2018-17456
CVE-2019-1348
CVE-2019-1349
CVE-2019-1350
CVE-2019-1351
CVE-2019-1352
CVE-2019-1353
CVE-2019-1354
CVE-2019-1387
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-01-01 13:03:34 +01:00
tripolar
8304a768cb
Merge pull request #10858 from BKPepe/wget-18.06
...
[OpenWrt 18.06] wget: fix CVE-2019-5953
2019-12-30 14:03:47 +01:00
Rosen Penev
3abdfbd14c
lcdgrilo: Fix compilation with newer Vala
...
It seems semantics changed slightly.
Cleaned up Makefile for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 16fb706641
)
2019-12-30 00:15:00 -08:00
Rosen Penev
01ddd6de19
lcdgrilo: Depend on vala/host instead
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 5935670ba1
)
2019-12-30 00:12:28 -08:00
Eneas U de Queiroz
a41b4aa0c0
lcdgrilo: remove check dependency
...
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from 2e8b7358c4
)
2019-12-29 23:30:38 -08:00
Hannu Nyman
0a00a26911
nano: update to 4.7
...
Update nano to version 4.7
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit c62f8962ba
)
2019-12-29 15:21:17 +02:00
Hannu Nyman
1bc3375c57
Merge pull request #10889 from EricLuehrsen/unbound_196_1806
...
[18.06] unbound: update to 1.9.6
2019-12-28 22:33:00 +02:00
Eric Luehrsen
c791ba8f5b
unbound: update to 1.9.6
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-12-28 09:22:48 -05:00
Eneas U de Queiroz
998ef11cb4
grilo: copy vapi files to versioned vala dir
...
The version is obtained via `valac --api-version`
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from 8d0c849e56
)
2019-12-24 19:17:47 -08:00
Eneas U de Queiroz
8f7b6a2bbc
grilo: update vapi files, copy to unversioned dir
...
Updates vapigen-generated vapi files to vala-0.34.
Files are now copied to $(STAGING_DIR_HOSTPKG)/share/vala/vapi, without
the vala version being hardcoded.
Removed copyright line, and redundant PKG_BUILD_DEPENDS and
TARGET_LDFLAGS.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from 1b794e93e3
)
2019-12-24 19:16:26 -08:00
Rosen Penev
b89a2903b2
lcdproc: Fix non x86 platforms on musl
...
Musl only specifies in/outb for x86/x86. Use the fallback path in case
musl is used.
This should fail compilation during the linking stage but for some reason
does not. Will do if -Werror=implicit-function-declaration is specified.
Fixed up license information.
Other small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from fa40b85f20
)
2019-12-24 19:12:22 -08:00
Rosen Penev
6e079e91ce
Merge pull request #10763 from leonghui/wiki-link-update-18.06
...
[18.06] treewide: replace old wiki links
2019-12-22 21:44:56 -08:00
Michael Heimpold
3727d98ce2
php7: update to 7.2.26
...
This fixes:
- CVE-2019-11046
- CVE-2019-11044
- CVE-2019-11045
- CVE-2019-11050
- CVE-2019-11047
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit d5c18b1d5e
)
2019-12-22 13:36:39 +01:00
Josef Schlehofer
49b5fc001f
bind: Update to version 9.11.14
...
Add patch to fix compile issue:
stats.c: In function 'setcounter':
stats.c:300:29: error: 'val' undeclared (first use in this function); did you mean 'value'?
stats->counters[counter] = val;
^~~
value
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-21 15:56:20 -08:00
Josef Schlehofer
8fe26c9855
wget: fix CVE-2019-5953
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-21 19:57:41 +01:00
Hannu Nyman
279f4a3386
Merge pull request #10855 from BKPepe/python3-18.06
...
[OpenWrt 18.06] python3: Updated to version 3.6.10
2019-12-21 20:07:27 +02:00
Josef Schlehofer
29fe5f91d7
python3: Updated to version 3.6.10
...
Remove backported patches:
025-bpo-34155-Dont-parse-domains-containing-GH-13079-GH-.patch
026-bpo-38243-xmlrpc.server-Escape-the-server_title-GH-1.patch
Fixes CVE-2019-16056
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-21 18:12:34 +01:00
Rosen Penev
102c621fc7
Merge pull request #10846 from cshoredaniel/pr-18.06-fix-nut-cgi-initscript
...
nut: Fix NUT CGI startup script
2019-12-21 07:02:17 -08:00
Daniel F. Dickinson
45c95e8629
nut: Fix NUT CGI startup script
...
Commit c1aa1f784c
which backported
a number of fixes from master, missed one fix for nut-cgi. If
nut-cgi is installed standalone or nut-cgi starts before nut-server
(the default in 18.04.5) then the configuration file directory does
not get create and therefore there is no CGI configuration file.
This commit fixes that.
Closes : #10687
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-12-21 05:30:40 -05:00
Rosen Penev
d810a30391
Merge pull request #10752 from stangri/18.06-https-dns-proxy
...
[18.06] https-dns-proxy: switch to https-dns-proxy package name
2019-12-18 16:14:35 -08:00
Josef Schlehofer
97de555425
git: Update to version 2.16.6 (security fix)
...
Fixes CVEs:
CVE-2018-17456
CVE-2019-1348
CVE-2019-1349
CVE-2019-1350
CVE-2019-1351
CVE-2019-1352
CVE-2019-1353
CVE-2019-1354
CVE-2019-1387
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-18 23:21:47 +01:00
Stan Grishin
0369174652
https-dns-proxy: switch to https-dns-proxy package name
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-12-17 14:48:56 -07:00
Leong Hui Wong
0a3b6465f6
treewide: update wiki links
...
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
2019-12-14 15:31:54 +08:00
Rosen Penev
44b1f65cc4
Merge pull request #10744 from luizluca/libvpx-fixcve
...
[18.06] libvpx: backport security fixes
2019-12-10 22:58:11 -08:00
Luiz Angelo Daros de Luca
98ca3621cf
libvpx: backport security fixes
...
Fixes CVE-2019-9232 CVE-2019-9325 CVE-2019-9371 CVE-2019-9433.
From: openwrt/telephony#492
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-12-09 23:33:09 -03:00
W. Michael Petullo
cce63a697b
luajit: install libluajit-5.1.so.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry-picked from commit 30d5958)
2019-12-06 15:02:32 +01:00
W. Michael Petullo
c1975f5a1f
luajit: add .hpp to InstallDev
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry-picked from commit efb7d0be6d
)
2019-12-06 15:01:51 +01:00
Hannu Nyman
6f528c6789
nano: update to 4.6
...
Update nano editor to version 4.6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 421dae85a3
)
2019-12-01 14:25:17 +02:00
Hannu Nyman
be3ec8baeb
Merge pull request #10678 from gladiac1337/haproxy-1.8.23-openwrt-18.06
...
[openwrt-18.06] haproxy: Update HAProxy to v1.8.23
2019-11-29 17:30:09 +02:00
Christian Lachner
bc37a31b16
haproxy: Update HAProxy to v1.8.23
...
- Update haproxy download URL and hash
- This fixes CVE-2019-19330 (See: https://nvd.nist.gov/vuln/detail/CVE-2019-19330 )
Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-29 14:01:50 +01:00
Daniel Golle
fff2e26a9b
transmission: sync with master branch
...
Fixes to init-script were not cherry-picked properly, sync it with
version found in master branch.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry-picked from a79d6df674
)
2019-11-28 16:16:21 -08:00
Jan Pavlinec
2986916b81
tor: update to version 4.1.6
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-11-28 22:27:56 +01:00
Rosen Penev
edeac5d3a6
Merge pull request #9836 from cotequeiroz/grilo-plugins_xml
...
[18.06] grilo plugins: fix build errors
2019-11-27 13:37:07 -08:00
Eneas U de Queiroz
8794f09564
grilo-plugins: adjust CONFIGURE_ARGS
...
Removed unused flags, and added --enable-compile-warnings=minimum to
avoid a build failure with fortify-headers:
In file included from [staging_dir/target]/usr/include/libxml2/libxml/tree.h:15:0,
from [staging_dir/target]/usr/include/libxml2/libxml/parser.h:16,
from grl-jamendo.c:32:
[staging_dir/toolchain]/include/fortify/stdio.h: In function 'snprintf':
[staging_dir/toolchain]/include/fortify/stdio.h:99:2: error: format not
a string literal, argument types not checked [-Werror=format-nonliteral]
return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack());
^~~~~~
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-11-27 10:21:12 -03:00
Eneas U de Queiroz
c3ab7aace8
grilo-plugins: remove XML::Parser build dependency
...
gnome-common.m4 and gnome-compiler-flags.m4 were taken from version
3.18.0, and match current master branch.
Disable building help and test directories.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry picked from commit a87108fe40
)
2019-11-27 10:21:11 -03:00
Eneas U de Queiroz
86af453021
grilo-plugins: use hostpkg glib-compile-resources
...
Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry picked from commit 8e0b7978ec
)
2019-11-27 10:21:07 -03:00