aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | mutt: move configurables to Config.inMatthew Hagan2022-02-02
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | Merge pull request #17762 from stangri/master-https-dns-proxyStan Grishin2022-02-02
|\ \ \ \ | | | | | | | | | | https-dns-proxy: update to 2021-11-22-1
| * | | | https-dns-proxy: update to 2021-11-22-1Stan Grishin2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 2021-11-22 upstream source * update patch file * update init script to preserve manual entries (fixes https://github.com/stangri/source.openwrt.melmac.net/issues/149) * update init script service_triggers Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | adguardhome: Bump adguardhome to v0.107.3 stableJames White2022-02-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | apache2: security update to version 2.4.52Josef Schlehofer2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVEs: - CVE-2021-44790 - CVE-2021-44224 Refreshed patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | miniflux: update to 2.0.35Michal Vasilek2022-02-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | mc: fix mksh subshellMichal Vasilek2022-02-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | Merge pull request #17690 from svlobanov/syslog-ng-fix-build-on-macosJosef Schlehofer2022-02-02
|\ \ \ \ \ | | | | | | | | | | | | syslog-ng: fix build on macos
| * | | | | syslog-ng: fix build on macosSergey V. Lobanov2022-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure script detects Darwin and uses flags incompatible with Linux target build. This patch uses fakeuname tool if host OS is MacOS to avoid Darwin detection on target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | Merge pull request #17719 from BKPepe/ffmpeg-updateJosef Schlehofer2022-02-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | ffmpeg: update to version 4.3.3
| * | | | | | ffmpeg: update to version 4.3.3Josef Schlehofer2022-01-29
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | strongswan: Update to 5.9.5Philip Prindeville2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | libradiotap: fix bad formatRosen Penev2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found with -Wformat Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | bluelog: fix build on macosSergey V. Lobanov2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bluelog can not be compiled on macos due to Apple zcat is not compatible with GNU zcat. This patch replaces `zcat` with `gzip -dc`. `gzip -dc` has the same behavior on GNU and Apple environments. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | wg-installer: use babeld add_interface functionNick Hainke2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With commit 385200443554 ("babeld: add add_interface function") babeld has a new ubus function allowing to dynamically add an interface. Before the add_interface function, we were required to reload babeld. The reload influenced the babeld routing. However, the remove part is still missing and will be added at a later stage. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | bind: bump to 9.18.0Noah Meyerhans2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | samba4: update to 4.14.12Andy Walsh2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.14.12 * fixes: CVE-2021-44142, CVE-2022-0336 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | chaosvpn: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chaosvpn Makefile detects Darwin (macos) and changes compilation flags for macos target, but OpenWrt is always Linux so build fails. This patch redefines OS=Linux to use Linux compilation flags. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | nut: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nut build fails on macos due to: 1. configure script can not use AR env var due to OpenWrt build system provides only executable name (e.g. aarch64-openwrt-linux-musl-gcc-ar) but configure script checks if AR has '/'. As a result, configure script ignores AR env var and uses system `ar` but macos `ar` is not compatible with the objects generated by OpenWrt GCC toolchain. This commit explicitly sets ac_cv_path_AR=$(TARGET_AR) to use OpenWrt toolchain AR. 2. configure script detects if build host is macos and adds macosx_ups driver as a build target, but this driver can not be build with OpenWrt toolchain because OpenWrt is Linux. This commit explicitly disables macosx_ups driver using configure flag --without-macosx_ups Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | | softethervpn: fix build on macosSergey V. Lobanov2022-01-31
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | host-compile fails on macos due to several reasons: 1. host-compile Makefile always selected for linux 2. macos host cc (clang) fails due to implicit-function-declaration 3. ar and ranlib tools are hardcoded in softethervpn Makefiles All three issues are fixed by this patch Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | mtdev: fix bad printf formatsRosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Easiest to just change the type. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libdrm: fix bad formats for mips64 and ppc64Rosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nano: Add a plus variant with more featuresHannu Nyman2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nano is by default built as "tiny" with most features disabled. That is suitable for basic tasks in routers with small flash. Add a new nano-plus variant that enables selected additional features in the build config: * multiple files (multibuffer) * Unicode/utf8 * justify * .nanorc support * help * also some key bindings get enabled as "tiny" configure option is removed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | bridge-utils: update to 1.7.1Rosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing limits header for PATH_MAX. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libowfat: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libowfat target-build fails on macos due to using system `ar` and `ranlib` tools not compatible with the objects generated by OpenWrt GCC toolchain. This patch specifies CROSS= make flag that is used as a prefix for `ar` and `ranlib` tools. This patch also specifies CCC= make flag due to CCC= has invalid value after specifying CROSS= make flag (CCC=$(CROSS)$(CC)) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | sockread: add missing headerRosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for memset, memcpy, and strerror. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | linuxptp: fix bad formats with ppc64 and mips64Rosen Penev2022-01-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #17755 from moormaster/moormaster-patch-ddns-update-sampleFlorian Eckert2022-01-31
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: remove extra pipe
| * | | | | ddns-scripts: remove extra pipeAndré Herbst2022-01-31
|/ / / / / | | | | | | | | | | | | | | | | | | | | The extra pipe caused an error WARN : PID 'xyz' exit WITH ERROR '2' when executing ddns update. Signed-off-by: André Herbst <moormaster@gmx.net>
* | | | | cmdpad: fix bad scanf formatRosen Penev2022-01-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | lrzsz: fix various format warningRosen Penev2022-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found with -Wformat. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | hdparm: fix formats for mips64 and ppc64Rosen Penev2022-01-30
| |/ / / |/| | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | knxd: fix build on macosSergey V. Lobanov2022-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | knxd compilation fails on macos due to clang does not support exit() builtin function that is used to detect build cc This commit adds a patch to fix this issue (replaces `exit 0` by `return 0` in conftest.c) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | dnsproxy: Update to 0.41.0Tianling Shen2022-01-30
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | yq: Update to 4.18.1Tianling Shen2022-01-30
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | coova-chilli: add interface_trigger "wan"Thibaut VARÈNE2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This intends to replace the hotplug script. It still hardcodes "wan" interface name (as several other packages do) for lack of a deterministic way to detect the actual wan iface before it is brought up, but at least it is fully integrated with procd and will not start a disabled service. The interface trigger forcefully restarts chilli as a simple reload may not be sufficient to recover from wan changes. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* | | | coova-chilli: remove hotplug callThibaut VARÈNE2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hotplug trigger unconditionaly restarts coova-chilli when the "wan" interface sees action "ifup", without checking whether or not the service is disabled or the upstream interface is actually called "wan". This hotplug could be replaced by a suitable service trigger instead. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* | | | coova-chilli: execute firewall cleanup at shutdownThibaut VARÈNE2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coova Chilli creates "undo" firewall scripts that are intended to be run when the daemon is shut down. Failure to do so results in leftover entries in firewall and duplicated ones if chilli is subsequently restarted. Execute these scripts when the service stops. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* | | | coova-chilli: postpone startup until wan is availableThibaut VARÈNE2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coova Chilli will fail to start if e.g. it cannot resolve names in its configuration (like uamserver, radiusserver, etc) which is typically the case when wan is unavailable. Prevent this situation by delaying startup if wan is not available. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* | | | canutils: fix format strings for mips and powerpcRosen Penev2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems a define is needed to get these platforms to have the same formats. Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | flac: disable vsxRosen Penev2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with powerpc64 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | gerbera: fix compilation with fmt 8.1Rosen Penev2022-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | radsecproxy: fix compilation with newer GCCRosen Penev2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | Errors on uninitialized variable. Only on powerpc64 for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | fdk-aac: fix compilation with powerpc64Rosen Penev2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | sane-backends: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MacOS does not have /bin/true, but OpenWrt Makefile uses it so build fails on macos This patch removes absolute path (replaces /bin/true to true) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | tvheadend: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tvheadend configure/make files detect Darwin build host and changes build logic, but it fails compilation for OpenWrt target (Linux) This patch explicitly specifies Linux as a target platfrom Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | lyaml: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lyaml build script detects Darwin using `uname -s` and changes build logic so lyaml package can not be built on macos. This patch uses fakeuname host tool to redefine `uname -s` output and fix build on macos. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | tcl: fix build on macosSergey V. Lobanov2022-01-29
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | configure script detects Darwin and uses flags incompatible with Linux target build. This patch uses fakeuname tool if host OS is MacOS to avoid Darwin detection on target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | telegraf: Update package to version 1.21.3Jonathan Pagel2022-01-29
| | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | Merge pull request #17718 from pprindeville/isc-dhcp-fix-srvhost-rrPhilip Prindeville2022-01-28
|\ \ \ | | | | | | | | isc-dhcp: properly anchor SRV RR's