aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pkgconf: update to 1.8.0Rosen Penev2021-09-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* transmission: add two more syscalls to seccomp filterDaniel Golle2021-09-25
| | | | | | | | Testing showed that additional syscalls are needed on ARMv7. Add "clock_gettime64" and "statx" which seem to be used now instead of "clock_gettime" and "stat" syscalls which are already listed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libuwsc: fix compilation with GCC11Rosen Penev2021-09-24
| | | | | | Bad if identation is now an error. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dnsproxy: Update to 0.39.7Tianling Shen2021-09-24
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: Update to 1.4.5Tianling Shen2021-09-24
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* prometheus-node-exporter-lua: fix broken control flowMartin Weinelt2021-09-24
| | | | Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* attendedsysupgrade-common: use sysupgrade.openwrt.orgPaul Spooren2021-09-24
| | | | | | | | A new server was added which runs within the OpenWrt cloud, it's much faster and should be used instead. For development the server at https://asu.aparcar.org stays available. Signed-off-by: Paul Spooren <mail@aparcar.org>
* auc: use /json/v1/Paul Spooren2021-09-24
| | | | | | | Currently `auc` uses the outdated /json/ path, this commit uses /json/v1/ to be more future proof. Signed-off-by: Paul Spooren <mail@aparcar.org>
* nut: Add the option to compile Nut NetXML drivers with the Nut package.Seb Belcher2021-09-23
| | | | | | Also modifies the nut-server init script to include options specific to the netxml driver. Signed-off-by: Seb Belcher <sdjbelcher@gmail.com>
* hcxtools: update to 6.2.4Rosen Penev2021-09-23
| | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hcxdumptool: update to 6.2.4Rosen Penev2021-09-23
| | | | | | Remove upstreamed patch. Refresh other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16687 from stintel/keepalivedFlorian Eckert2021-09-23
|\ | | | | keepalived: fix build with IPVS disabled
| * keepalived: fix build with IPVS disabledStijn Tintel2021-09-22
| | | | | | | | | | | | | | The genhash binary is only built when IPVS is enabled, so make its installation depend on IPVS being enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16688 from paper42/apparmor-fix-includeRosen Penev2021-09-22
|\ \ | | | | | | apparmor: fix include path
| * | apparmor: fix include pathMichal Vasilek2021-09-22
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | Merge pull request #16690 from paper42/nnn-4.2Rosen Penev2021-09-22
|\ \ \ | | | | | | | | nnn: update to 4.2
| * | | nnn: update to 4.2Michal Vasilek2021-09-22
| |/ / | | | | | | | | | | | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | openvswitch: add option for failure modeStijn Tintel2021-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When Open vSwitch is configured to use a controller, but is unable to connect to it, Open vSwitch will setup flows to allow all traffic, if the failure mode is not configured, or set to standalone. As this might be a security hazard, it is also possible to configure Open vSwitch in a secure failure mode. Enabling this mode causes Open vSwitch to drop all traffic if it is unable to connect to the controller. Redirect stderr of the command to /dev/null as it does not support the --if-exists option. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | openvswitch: fix build with libunboundStijn Tintel2021-09-23
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Due to a copy-paste error, libopenvswitch is missing a dependency when Open vSwitch is configured to use unbound: Package openvswitch-libopenvswitch is missing dependencies for the following libraries: libunbound.so.8 Use the correct config symbol to solve this. Fixes: 45c8cc9d8a7b ("openvswitch: make libunbound optional") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | dtc: switch to compiling with mesonRosen Penev2021-09-22
| | | | | | | | | | | | Faster and more parallel friendly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | openvswitch: add option for OpenFlow datapath descStijn Tintel2021-09-22
|/ | | | | | | | Add a UCI config option to set the OpenFlow datapath description. This allows setting a human readable description of the bridge, e.g. "Building x, Floor y, AP z", which makes it easier to recognize the AP. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* mdio-tools: Bump version to 1.0.0Damien Mascord2021-09-22
| | | | | | | | Upstream released 1.0.0, so change the package to the git tag 1.0.0 Mainly documentation and argument handling changes Signed-off-by: Damien Mascord <tusker@tusker.org>
* Merge pull request #16662 from kuanyili/mobile-broadbandJosef Schlehofer2021-09-21
|\ | | | | bump libqmi and modemmanager
| * modemmanager: bump to 1.18.2Kuan-Yi Li2021-09-20
| | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
| * libqmi: bump to 1.30.2Kuan-Yi Li2021-09-20
| | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | python3-texttable: update to version 1.6.4Javier Marcet2021-09-20
| | | | | | | | | | | | - Fix alignment bug when deco is modified Signed-off-by: Javier Marcet <javier@marcet.info>
* | python-dotenv: update to v0.19.0Javier Marcet2021-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed: - Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported - Raise ValueError if quote_mode isn't one of always, auto or never in set_key - When writing a value to a .env file with set_key or dotenv set <key> <value> Added: - The dotenv_path argument of set_key and unset_key now has a type of Union[str, os.PathLike] instead of just os.PathLike Signed-off-by: Javier Marcet <javier@marcet.info>
* | python-docker: Update to 5.0.2Javier Marcet2021-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes: - Fix disable_buffering regression - Bring back support for ssh identity file - Cleanup remaining python-2 dependencies - Fix image save example in docs Miscellaneous: - Bump urllib3 to 1.26.5 - Bump requests to 2.26.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* | sudo: bump to version 1.9.8p1Alexandru Ardelean2021-09-20
| | | | | | | | | | | | | | | | | | | | | | | | This drops patch 010-cross-compile-fixes.patch No longer required after: - https://github.com/sudo-project/sudo/pull/109 - https://github.com/sudo-project/sudo/pull/111 The host-build part can be dropped as the build can now handle building the mksigname & mksiglist tools with the host tools. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #16665 from 1715173329/yqRosen Penev2021-09-20
|\ \ | | | | | | yq: Update to 4.13.2
| * | yq: Update to 4.13.2Tianling Shen2021-09-21
| |/ | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #16667 from 1715173329/xrayRosen Penev2021-09-20
|\ \ | | | | | | xray-core: Update to 1.4.4
| * | xray-core: Update to 1.4.4Tianling Shen2021-09-21
| |/ | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #16669 from 1715173329/dnsproxyRosen Penev2021-09-20
|\ \ | |/ |/| dnsproxy: Update to 0.39.6
| * dnsproxy: Update to 0.39.6Tianling Shen2021-09-21
|/ | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* openfortivpn: update to 1.17.1Lucian Cristian2021-09-19
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* clamav: update to 0.104.0Lucian Cristian2021-09-19
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* dovecot: update to 2.3.16Lucian Cristian2021-09-19
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* ninja: removeRosen Penev2021-09-19
| | | | | | | There's no point to this package. Ninja files are typically generated by meson or CMake, none of which are available as packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16360 from stintel/acpicaRosen Penev2021-09-18
|\ | | | | acpica: bump to 20210730
| * acpica: bump to 20210730Stijn Tintel2021-08-14
| | | | | | | | | | | | Fixes compilation with GCC 10. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16564 from tofurky/speedtest_cli_api_changeRosen Penev2021-09-18
|\ \ | | | | | | python3-speedtest-cli: update to 2.1.3
| * | python3-speedtest-cli: update to 2.1.3Matt Merhar2021-09-18
|/ / | | | | | | | | | | This includes a fix for a breaking change in the Speedtest API. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* | lxc: remove legacy cgroups from common.confJohn Audia2021-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am unaware of any kernel currently provided that retains cgroup v1 support. This patch removes these lines in /usr/share/lxc/config/common.conf to allow for error free usage. Providing common.conf as-is will result in failure to start. One solution is to comment out the legacy lines.[1] This requires users to either provide a custom version of this file on their builds or to manually edit it with each update. Since many do not build their own, the first option is not available to them. Manually editing the file with each update will cause a failure to start containers set to auto-start upon rebooting into the update. 1. https://forum.openwrt.org/t/openwrt-arm64-quick-lxc-howto-guide-lms-in-debian-system-in-lxc-container/99835 Signed-off-by: John Audia <graysky@archlinux.us>
* | Merge pull request #16364 from stintel/mtoolsRosen Penev2021-09-18
|\ \ | | | | | | mtools: fix host lib leakage + version bump
| * | mtools: bump to 4.0.35Stijn Tintel2021-08-15
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | mtools: fix host lib leakageStijn Tintel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package does not build due to host lib leakage, as evidenced by config.log: X_CFLAGS=' -I/usr/include' X_LIBS=' -L/usr/lib' Fix this by disabling X with a configure var. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #16634 from 1715173329/v2rayaRosen Penev2021-09-18
|\ \ \ | | | | | | | | v2raya: Update to 1.5.3
| * | | v2raya: Update to 1.5.3Tianling Shen2021-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added missing conffiles - Refreshed init srcipt to adapt the new arguments - Renamed package name to lowercase (suggestion from upstream) - Updated dependencies and license Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | luaposix: update to 35.1Maxim Storchak2021-09-18
| | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <maxim.storchak@hpe.com>