- Jul 20, 2022
-
-
Rosen Penev authored
Should fix missing dependencies when manupulating options. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit ecd3a8a8)
-
Rosen Penev authored
Fixes compilation under some hosts. Added PKG_BUILD_PARALLEL for faster compilation. Some small cleanups for consistency between packages. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 8588715b)
-
Jeffery To authored
Includes fixes for: * CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding header * CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions * CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip * CVE-2022-30630: io/fs: stack exhaustion in Glob * CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read * CVE-2022-30632: path/filepath: stack exhaustion in Glob * CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal * CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode * CVE-2022-32148: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 60168651)
-
Rosen Penev authored
Autoreconf is enough to fix. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit df335b13)
-
Stijn Tintel authored
The glib2 package fails to build when CONFIG_PKG_FORTIFY_SOURCE_1 or CONFIG_PKG_FORTIFY_SOURCE_2 is enabled in the OpenWrt config: In file included from ../glib/libcharset/localcharset.c:28: /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'snprintf': /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:101:9: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] 101 | return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack()); | ^~~~~~ /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'sprintf': /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:110:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] 110 | __r = __orig_snprintf(__s, __b, __f, __builtin_va_arg_pack()); | ^~~ /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:114:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] 114 | __r = __orig_sprintf(__s, __f, __builtin_va_arg_pack()); | ^~~ Disable fortify source for the package as a workaround. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> (cherry picked from commit 723c4360)
-
Rosen Penev authored
Needs an extra header. pthread.h is also no longer implicitly included. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 4605f98b)
-
Rosen Penev authored
options.h header is needed now. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 31757575)
-
- Jul 18, 2022
-
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 4df4b8ea)
-
Tianling Shen authored
Updated geodata to latest version while at it. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 25922c6a)
-
Nick Hainke authored
e596ff1 ubus.c: only add nr entries matching our own SSID Signed-off-by:
Nick Hainke <vincent@systemli.org> (cherry picked from commit bb0d45ed)
-
- Jul 17, 2022
-
-
Pacien TRAN-GIRARD authored
Signed-off-by:
Pacien TRAN-GIRARD <pacien.trangirard@pacien.net> (cherry picked from commit 0bfe037f)
-
Pacien TRAN-GIRARD authored
This removes the guard "CONFIG_BUILD_PATENTED" for the ffmpeg build feature for mpd-full. ffmpeg was already unconditionally registered as a dependency (at line 51). The ffmpeg package already handles whether or not to include patented codecs internally using the same config flag, so guarding its use as a dependency here does not appear necessary anymore. (For reference: guard "BUILD_PATENTED" was introduced in 44eb12f3 for ffmpeg, then partially removed by 326c9732). Signed-off-by:
Pacien TRAN-GIRARD <pacien.trangirard@pacien.net> (cherry picked from commit f3fe7de8)
-
Michal Vasilek authored
cdn.postfix.johnriley.me serves a certificate for a different domain name. Signed-off-by:
Michal Vasilek <michal.vasilek@nic.cz> (cherry picked from commit d4feef97)
-
Dirk Brenken authored
* fix another vpn corner case * add support for javascript based captive portals (location.href) Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit 3ae7a46b)
-
- Jul 16, 2022
-
-
Nick Hainke authored
0689b5e ubus: add missing lock for ubus hearing_map 4b7db09 CONFIGURE.md: fix typo b3f61d4 CONFIGURE.md: adjust documentation about log levels Signed-off-by:
Nick Hainke <vincent@systemli.org> (cherry picked from commit eef9ee0b)
-
John Kohl authored
Signed-off-by:
John Kohl <jtk.git@bostonpog.org> (cherry picked from commit 5c96ee5b)
-
John Kohl authored
Signed-off-by:
John Kohl <jtk.git@bostonpog.org> (cherry picked from commit baed5531)
-
- Jul 15, 2022
-
-
Eneas U de Queiroz authored
wolfssl/options.h needs to be included before the other wolfssl headers to enable OpenSSL API required to build the package. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry picked from commit 8fb3fd3d)
-
Peter van Dijk authored
Signed-off-by:
Peter van Dijk <peter.van.dijk@powerdns.com> (cherry picked from commit 636da278)
-
Peter van Dijk authored
Signed-off-by:
Peter van Dijk <peter.van.dijk@powerdns.com> (cherry picked from commit c5480ef8)
-
- Jul 14, 2022
-
-
Jonathan Pagel authored
Signed-off-by:
Jonathan Pagel <jonny_tischbein@systemli.org> (cherry picked from commit 591f8cad) Signed-off-by:
Jonathan Pagel <jonny_tischbein@systemli.org>
-
Jonathan Pagel authored
Signed-off-by:
Jonathan Pagel <jonny_tischbein@systemli.org> (cherry picked from commit 9b1cdb7b) Signed-off-by:
Jonathan Pagel <jonny_tischbein@systemli.org>
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit 798cf62b)
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit e858624d)
-
Eneas U de Queiroz authored
This is the latest commit that touches the xr_usb_serial_common-1a dir. The changes are restricted to whitespace fixes and kernel version adaptations: ecc6ebe xr_usb: Use tty_driver_kref_put for kernel 5.15 and above caf6d25 xr_usb: Use tty_alloc_driver for kernel 5.15 and above a42b7e6 xr_usb: Compilation fixes for kernel 5.14 497adb7 #39 fix compilation for newer linux kernels 9103471 xr_usb: fix some whitespace errors Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry picked from commit eadab324)
-
Rosen Penev authored
Fixes compilation with kernel 5.15 Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit d1edd767)
-
- Jul 13, 2022
-
-
Petr Štetiar authored
libarchive looks for ext2fs headers during configure, and if it finds them it will expect to find them during compile, or on the rare occasion when they aren't it will fail: libarchive/archive_entry.c:59:55: fatal error: ext2fs/ext2_fs.h: No such file or directory As we just need headers for some type constants, let's re-use headers from tools/e2fsprogs package which are always available. Reported-by:
Adam Dov <adov@maxlinear.com> Suggested-by:
Paul Eggleton <paul.eggleton@linux.intel.com> References: https://git.yoctoproject.org/poky/commit/?id=f0b9a7cf9f80be1917e45266fa201f464a28c1e5 Signed-off-by:
Petr Štetiar <ynezz@true.cz> (cherry picked from commit 797945df)
-
- Jul 11, 2022
-
-
Hirokazu MORIKAWA authored
Update to v16.16.0 Release for the following issues: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)(CVE-2022-32213) HTTP Request Smuggling - Improper Delimiting of Header Fields (Medium)(CVE-2022-32214) HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)(CVE-2022-32215) DNS rebinding in --inspect via invalid IP addresses (High)(CVE-2022-32212) https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/ No vulnerabilities related with openssl (uses system openssl) Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com> (cherry picked from commit 8db0d098)
-
- Jul 10, 2022
-
-
Jeffery To authored
This also: * Adds PKG_SOURCE_DATE and PKG_SOURCE_VERSION to PKG_VERSION (by default, when PKG_VERSION is defined, PKG_SOURCE_DATE and PKG_SOURCE_VERSION are not used) * Fixes package copyright Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 2dd1c176)
-
Oskari Rauta authored
Few minor changes, like -h flag for program (help). Added URL to package definition. No new version release with version number, so version stays as is, but pkg_release is still bumbed with this commit. Signed-off-by:
Oskari Rauta <oskari.rauta@gmail.com> (cherry picked from commit 8f660901)
-
- Jul 07, 2022
-
-
Jeffery To authored
Fixes https://github.com/openwrt/packages/issues/18876. Fixes https://github.com/openwrt/packages/issues/18879 . Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 9e3b7d78)
-
- Jul 06, 2022
-
-
Dirk Brenken authored
* various vpn fixes/optimizations (run tested by forum users) * refine several log statements Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit cf1f9dc9)
-
Ivan Pavlov authored
updated to kernel 5.10.121+ changes Signed-off-by:
Ivan Pavlov <AuthorReflex@gmail.com> (cherry picked from commit 69e4ed4b)
-
Nick Hainke authored
866bc7f Xtables-addons 3.20 aa70669 doc: move changelog to rST d7de2a9 doc: remove old changelog entries d7e49a8 build: bump supported kernel version to 5.17 966fa43 extensions: replace PDE_DATA Signed-off-by:
Nick Hainke <vincent@systemli.org> (cherry picked from commit c3141dc1)
-
Nick Hainke authored
Add PKG_LICENSE_FILES. Use SPDX. Signed-off-by:
Nick Hainke <vincent@systemli.org> (cherry picked from commit b4d00c1c)
-
Rosen Penev authored
These will become errors in the next LTS kernel. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 1cd93b67)
-
Rosen Penev authored
Fixes compilation with kernel 5.15. Fixed changed binary name. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit e5af5067)
-
Rosen Penev authored
This reverts commit 4db8466a. branch 22.03 has GCC 11.2 Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Florian Eckert authored
[22.03] collectd: Fix various issues with lantiq dsl metrics.
-
- Jul 05, 2022
-
-
Dominik Riebeling authored
- Handle bool values correctly. We get the values as bool, but collectd requires a bool value to be numeric in the range [0, 1]. - Remove profile and mode values. Those are strings, which cannot be represented by collectd. - Update collectd type for some values. - Fix latn value being present twice. Signed-off-by:
Dominik Riebeling <bluebrother@posteo.de> (cherry picked from commit eb632da5)
-