- Mar 26, 2021
-
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Refresh and simplify patch. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Espen Jürgensen authored
Fix build error due to missing libuuid dependency Signed-off-by:
Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
-
Javier Marcet authored
Bugs: - Make --env-file relative to the current working directory and error out for invalid paths. Environment file paths set with --env-file are relative to the current working directory while the default .env file is located in the project directory which by default is the base directory of the Compose file. - Fix missing service property storage_opt by updating the compose schema - Fix build extra_hosts list format - Remove extra error message on exec - Fix OpenSSL version mismatch error when shelling out to the ssh client - Add missing build flags to the native builder: platform, isolation and extra_hosts - Remove info message on native build - Avoid fetching logs when service logging driver is set to 'none' Miscellaneous: - Add compose.yml and compose.yaml to default filename list Signed-off-by:
Javier Marcet <javier@marcet.info>
-
Daniel Golle authored
Remove local patch which was merged upstream. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Toke Høiland-Jørgensen authored
It seems the command name output from netstat can be truncated in weird ways, so let's get the binary name from /proc instead and use that for matching which listener we have. Fixes #15071. Signed-off-by:
Toke Høiland-Jørgensen <toke@toke.dk>
-
Rosen Penev authored
It errors out with this section. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Stijn Tintel authored
strongswan: change maintainers
-
Paul Spooren authored
While the idea may make sense the current implementation is faulty. Problem is that OpenWrt uses the folder name of packages within the build system while `opkg` spits out the actual packages names. An example, compiling the packages of folder `vim` (`make package/vim/compile`) creates a package called `xxd`, where `make package/xxd/compile` would fail. The current implementation uses `opkg` to figure out dependent packages, but the resulting names do not match the above mentioned folders. Revert this for now until we come up with a better implementation to avoid false positive CI failures. Signed-off-by:
Paul Spooren <mail@aparcar.org>
-
Rosen Penev authored
The ffmpeg package in OpenWrt is customizable and that can cause issues with a dirty InstallDev. Just remove libavfilter support. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Philip Prindeville authored
Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
- Mar 25, 2021
-
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Add libarchive dependency since it's now used. Build with ninja for faster compilation. Refresh SIMD CMake patch and add musl patch. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Stan Grishin authored
Signed-off-by:
Stan Grishin <stangri@melmac.net>
-
Daniel Golle authored
Adresses CVE-2021-20229 (Incorrect Authorization) Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Rosen Penev authored
Reorganize Makefile for consistency between packages. Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
gost_engine: fix compilation without deprecated OpenSSL APIs
-
Rosen Penev authored
uledd: update to 2020-09-15
-
Rosen Penev authored
sshpass: update to version 1.0.9
-
Rosen Penev authored
spdlog: update to 1.8.3
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 24, 2021
-
-
Rosen Penev authored
libpng: do not build MIPS MSA code at all
-
Rosen Penev authored
cshark: update to 2020-07-22
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster speed. Several cleanups for consistency between packages. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
The CMake file matches on mipsel and mips64el. Just remove mips altogether. Also build with ninja for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-