aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | strongswan: miscellaneous cleanup of config file, etcPhilip Prindeville2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use list's where appropriate for multi-value config variables. Forbid absolute/relative paths for certificate and key files. Get rid of last remnants of left/right naming. Factor invariant code paths. Drop redundant secrets.rsa.filename section. Thanks to Vincent Wiemann <vincent.wiemann@ironai.com> for calling out many of these improvements. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | | | | | strongswan: rename config functionsPhilip Prindeville2021-06-27
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | Merge pull request #15978 from micmac1/marcmakeRosen Penev2021-06-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mariadb: fix cmake issue
| * | | | | | | | mariadb: fix cmake issueSebastian Kemper2021-06-26
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same fix that went into libmariadb package with commit fd13c12. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | fastd: make L2TP support a config option instead of a variantMatthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We enable the option by default, but do not depend on the kernel modules required for L2TP offloading to avoid wasting space when the feature is not needed. To use offloading, kmod-l2tp-eth must be installed. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | | fastd: fix start of non-L2TP variantMatthias Schiffer2021-06-27
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | fastd: add L2TP variantMatthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | fastd: update to v22Matthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | fastd: disable GMAC-based methods by defaultMatthias Schiffer2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The UMAC-based methods provide higher performance than GMAC and aren't suspectible to timing attacks when implemented in software (which is always the case on OpenWrt, as OpenSSL support is disabled). Disable GMAC by default to save a few KiB. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | fastd: simplify Config.inMatthias Schiffer2021-06-27
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | Merge pull request #15937 from TDT-AG/pr/20210623-libmariadbRosen Penev2021-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | libmariadb: fix compilation cmake issue
| * | | | | | libmariadb: fix compilation cmake issueFlorian Eckert2021-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the compilation issue of the upstream Cmake file. If this patch is not applied we get the following compilation error output. CMake Error at cmake/ConnectorName.cmake:30 (ENDMACRO): Flow control statements are not properly nested. Call Stack (most recent call first): CMakeLists.txt:423 (INCLUDE) The blamed cmake/ConnectorName.cmake file gets fixed with this patch. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #15975 from rs/nextdns-1.33.11-masterRosen Penev2021-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nextdns: Update to version 1.33.11
| * | | | | | | nextdns: Update to version 1.33.11Olivier Poitrey2021-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | | Merge pull request #15956 from neheb/acmRosen Penev2021-06-26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | acme: update to 2.9.0
| * | | | | | | acme: run through shellcheckRosen Penev2021-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | acme: update to 2.9.0Rosen Penev2021-06-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE to avoid bumping PKG_RELEASE all the time. Run shell scripts through shfmt -w -ci -bn -sr -s in order to have a standard style. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #15946 from neheb/msRosen Penev2021-06-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | msgpack-c: don't check for GTest
| * | | | | | | msgpack-c: don't check for GTestRosen Penev2021-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not available with OpenWrt. Fixes compilation when host GTest is present. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | travelmate: startup fixesDirk Brenken2021-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix a possible race condition during boot * use the new "device" syntax in the network wizard Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #15949 from Andy2244/softethervpn-5.02.5180Rosen Penev2021-06-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | softethervpn5: update to 5.02.5180
| * | | | | | | | softethervpn5: update to 5.02.5180Andy Walsh2021-06-24
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 5.02.5180 * refresh patches * add deps: libsodium * fix (Build/Install) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com> fixup
* | | | | | | | Merge pull request #15874 from nwidger/feature_add_delve_packageHannu Nyman2021-06-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | delve: add package
| * | | | | | | | delve: add packageNiels Widger2021-06-24
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Niels Widger <niels@qacafe.com>
* | | | | | | | Merge pull request #15947 from ja-pa/tailscale-1.8.7Josef Schlehofer2021-06-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tailscale: update to version 1.8.7
| * | | | | | | | tailscale: update to version 1.8.7Jan Pavlinec2021-06-24
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #15944 from neheb/spdRosen Penev2021-06-24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | spdlog: fix compilation with fmtlib 8
| * | | | | | | spdlog: fix compilation with fmtlib 8Rosen Penev2021-06-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small API change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #15936 from srchack/open-vm-tools-bump-11.3.0Rosen Penev2021-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | open-vm-tools: update to 11.3.0
| * | | | | | | open-vm-tools: update to 11.3.0Yuhei OKAWA2021-06-23
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
* | | | | | | Merge pull request #15939 from yangfl/masterRosen Penev2021-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dante: adopt package
| * | | | | | | dante: adopt packageDavid Yang2021-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Give this package more love by adopting it :) Changes since 1.4.1-4: * change maintainer to me * update to 1.4.3 + add example config files sockd.conf and socks.conf + add service file for sockd * update 200-fix-RTLD_NEXT.patch - remove merged 210-deactivate-sched_setscheduler.patch * fix Autoconf build file Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | | Merge pull request #15930 from mhei/libzip-updateMichael Heimpold2021-06-23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | libzip: update to 1.8.0
| * | | | | | | libzip: update to 1.8.0Michael Heimpold2021-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable (new) support for zstd (Zstandard) compression for now. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | openvswitch: add support for definining bridge ports in the configFelix Fietkau2021-06-23
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add limited procd support to handle config reload Option drop_unknown_ports can be used to ensure that only configured ports are part of the bridge Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | | Merge pull request #15932 from tru7/libfmtRosen Penev2021-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libfmt: bump to version 8.0.0
| * | | | | | | libfmt: bump to version 8.0.0Othmar Truniger2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | net/mosquitto: add respawnKarl Palsson2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a daemon service, respawn is expected by default, and we have that facility available via procd. Suggested-in: https://github.com/openwrt/packages/pull/15272 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | ddns-scripts: get l3 device for bind network using curlFlorian Eckert2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If pppoe is used for wan access. script set 'eth1' as interface for curl call. The correct interface is however 'pppoe-wan'. The script uses 'network_get_physdev' function to get real device for bind_network but this is wrong. We need instead the l3_device of the the logical interface. In case if we don't use pppoe connection - 'l3_device' is equal to real device. This was reported by the github user `welderpb` with P/R: https://github.com/openwrt/packages/pull/14431 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | Merge pull request #15860 from neheb/meson3Rosen Penev2021-06-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | meson: use ninja from tools
| * | | | | | | | meson: use ninja from toolsRosen Penev2021-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | ninja: remove host build.Rosen Penev2021-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's tools/ninja now, with jobserver support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #15884 from neheb/domRosen Penev2021-06-21
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | domoticz: update to 2021.1 and fix other packages
| * | | | | | | | domoticz: update to 2021.1Rosen Penev2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | minizip: update to 3.0.2Rosen Penev2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add back compat header as domoticz really wants it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | jsoncpp: add back exceptionsRosen Penev2021-06-15
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | domoticz wants them. No idea how to avoid it. Easier to just add back here. Removed several outdated options from CMake times. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | knot: update to version 3.0.7Jan Hak2021-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | | | libedit: update to version 20210522-3.1Jan Hak2021-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | | | frp: update to 0.37.0Van Waholtz2021-06-21
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | | | Merge pull request #15913 from neheb/sumRosen Penev2021-06-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sumo: fix compilation when gtest is present