aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | mwan3: update to 2.11.3Florian Eckert2022-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: only send disconnected event if interface was connected beforeFlorian Eckert2022-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up to now on every interface down event a mwan3 disconnected event was send. This is wrong because if the interface was never connected, then a disconnected event should not get generated. This commit fixes this bug. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: change log message on already added routeFlorian Eckert2022-10-17
| | | | | | | | | | | | | | | | | | | | | | | | Only show message on already set route, if debugging is enabled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | keepalived-sync: switch from busybox-timeout to coreutils-timeoutFlorian Eckert2022-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that the busybox configuration does not have to be adapted, the dependency has been changed to coreutils-timeout, which provides the same functionality. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #19628 from paper42/ddns-scripts-fix-cloudflare-providesJosef Schlehofer2022-10-18
|\ \ \ \ | |_|_|/ |/| | | ddns-scripts: fix cloudflare&digitalocean provides
| * | | ddns-scripts: fix cloudflare&digitalocean providesMichal Vasilek2022-10-18
|/ / / | | | | | | | | | | | | | | | | | | Fixes mistake in dbe79e409d4d772d607364b47116a108508bb466, the cloudflare PROVIDES got mixed up with digitalocean. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | Merge pull request #19597 from paper42/ddns-scripts-rename-providesFlorian Eckert2022-10-18
|\ \ \ | | | | | | | | ddns-scripts: add PROVIDES for old package names
| * | | ddns-scripts: add PROVIDES for old package namesMichal Vasilek2022-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ddns-scripts-services: provide ddns-scripts_service * ddns-scripts-cloudflare: provide ddns-scripts_digitalocean.com-v2 * ddns-scripts-freedns: provide ddns-scripts_freedns_42_pl * ddns-scripts-godaddy: provide ddns-scripts_godaddy.com-v1 * ddns-scripts-noip: provide ddns-scripts_no-ip_com * ddns-scripts-nsupdate: provide ddns-scripts_nsupdate * ddns-scripts-route53: provide ddns-scripts_route53-v1 * ddns-scripts-cnkuai: provide ddns-scripts_cnkuai_cn https://github.com/openwrt/packages/pull/13509 renamed many ddns-scripts packages, but didn't include a PROVIDES for the old package names to make updates work well. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | Merge pull request #19586 from stangri/master-nebulaStan Grishin2022-10-17
|\ \ \ \ | | | | | | | | | | nebula: implement netifd support
| * | | | nebula: implement netifd supportStan Grishin2022-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit contains the following: * Update binary to version 1.6.1 * Update README URLs in the Makefile to link OpenWrt-specific info * Separate the binary, the init script and netifd script into 3 packages: nebula, nebula-service and nebula-proto accordingly * implement yml parser for init script to fetch variables from it * add the netifd script for nebula protocol * update test file to address all built packages * make the PKG_VERSION variable of init/proto scripts readonly Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | Merge pull request #19374 from jempatel/improve_keepalived-uci-syncFlorian Eckert2022-10-17
|\ \ \ \ \ | |_|_|/ / |/| | | | keepalived: high-availability files and data sync
| * | | | keepalived: high-availability files and data syncJaymin Patel2022-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new package keepalived-sync to synchronize files and data between master and backup node. The master node uses SSH over rsync to send and the backup node will use inotifywatch to watch received files. The master node can track rsync.sh script to send configuration file on a backup node based on the vrrp_script configuration of the same script. The backup node will have a keepalived-inotify service, which would watch for newly received files and it would call hotplug event. Each service can keep its respective script under the keepalived hotplug directory and executes commands to stop, start service or update any config in real-time. Whenever a switchover will happen, the backup node would have the latest config and data files from the master node. Hotplug events can be used to apply config when files are received. Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* | | | | Merge pull request #19611 from stangri/master-https-dns-proxyStan Grishin2022-10-16
|\ \ \ \ \ | | | | | | | | | | | | https-dns-proxy: upstream bugfix for ca_info
| * | | | | https-dns-proxy: upstream bugfix for ca_infoStan Grishin2022-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream bugfix: Add a forgotten 'NULL' initialize for ca_info if not manually set * make init script PKG_VERSION variable readonly so that a shellcheck excettion can be removed * add procd interface trigger to 'wan6' if IPv6 wan interface name cannot be obtained on start Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | Merge pull request #19614 from mhei/libxml2-update-2.10.3Michael Heimpold2022-10-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | libxml2: update to 2.10.3
| * | | | | | libxml2: update to 2.10.3Michael Heimpold2022-10-16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2022-40303 - CVE-2022-40304 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #19606 from Gingernut1978/samba4Florian Eckert2022-10-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: change perl dependency to fix menuconfig
| * | | | | | samba4: change perl dependency to fix menuconfigAndrew Sim2022-10-14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding perlbase-json-pp to samba4-libs dependencies was the wrong approach and caused samba packages not to be offered by menuconfig. AFAIK perlbase-json-pp is a perl helper to building samba4 and seems to be already included in perl/host so use that instead to fix the menuconfig issues. Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | | | | | Merge pull request #18709 from paper42/tailscale-versionJosef Schlehofer2022-10-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | tailscale: fix --version
| * | | | | | tailscale: add version testsMichal Vasilek2022-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
| * | | | | | tailscale: fix -versionMichal Vasilek2022-10-13
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tailscale version, tailscaled -version and the web UI reported the wrong version number which doesn't cause any issues, but it can be confusing. This is fixed by specifying the version in go ldflags similar to how it's done in many other go packages and the official tailscale Dockerfile. version.Long version can not be specified in GO_PKG_LDFLAGS_X because it contains a space and GO_PKG_LDFLAGS_X is always split at a space. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | libksba: update to version 1.6.2Daniel Golle2022-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Noteworthy changes in version 1.6.2 (2022-10-07) [C22/A14/R2] ------------------------------------------------ * Fix integer overflow in the CRL parser. [rK4b7d9cd4a0] Release-info: https://dev.gnupg.org/T6230 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | auc: update to version 0.3.2Daniel Golle2022-10-16
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | * fixes segfault when requesting downgrade Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Revert "wget: update to 1.21.3"Josef Schlehofer2022-10-14
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the newer wget version, wget-nossl can not be compiled due to missing library, so let's revert it. Package wget-nossl is missing dependencies for the following libraries: libnettle.so.8 This reverts commit 5075f5b7010617ba916f251b418ef7c79b760b0a. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | auc: update to 0.3.1Daniel Golle2022-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove wrongly placed 'break' statement to actually jump to the most recent version of a release branch. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #19577 from PolynomialDivision/update-wget-1-21-3Hannu Nyman2022-10-13
|\ \ \ \ | | | | | | | | | | wget: update to 1.21.3
| * | | | wget: update to 1.21.3Nick Hainke2022-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes: https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00017.html Remove the patch "100-fix-sts-time". This patch was replaced upstream by several other fixes, see: https://git.savannah.gnu.org/cgit/wget.git/log/src/hsts.c Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | auc: update to version 0.3.0Daniel Golle2022-10-13
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Most notably this brings support for processing package changes such as suggesting to replace firewall with firewall4 when updating from 21.02.x -> 22.03.y release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #19588 from pymumu/masterFlorian Eckert2022-10-12
|\ \ \ \ | | | | | | | | | | smartdns: update to 1.2022.38.1
| * | | | smartdns: update to 1.2022.38.1Nick Peng2022-10-12
|/ / / / | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | Merge pull request #19574 from Gingernut1978/arp-scanFlorian Eckert2022-10-12
|\ \ \ \ | | | | | | | | | | arp-scan: update to latest 1.9.8
| * | | | arp-scan: update to latest 1.9.8 releaseAndrew Sim2022-10-12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Sergey Urushkin urusha.v1.0@gmail.com Compile tested: mediatek:mt7622 Run tested: mediatek:mt7622 Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | | | django-restframework: bump to version 3.14.0Alexandru Ardelean2022-10-11
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #19584 from paper42/python3-update-masterJosef Schlehofer2022-10-11
|\ \ \ \ | |_|_|/ |/| | | python3: update to 3.10.7
| * | | python3: update to 3.10.7Michal Vasilek2022-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2021-28861 * adjust pip and setuptools versions * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | xz: update to 5.2.7Nick Hainke2022-10-10
|/ / / | | | | | | | | | | | | | | | Update to latest version. No release notes available. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #19582 from TDT-AG/pr/20221022-stunnelFlorian Eckert2022-10-10
|\ \ \ | | | | | | | | stunnel: update version to 5.66
| * | | stunnel: update version to 5.66Florian Eckert2022-10-10
|/ / / | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #19579 from ynezz/upstream/fix-curl-wolfsslStan Grishin2022-10-10
|\ \ \ | |/ / |/| | curl: error out if wolfSSL is not usable
| * | curl: error out if wolfSSL is not usablePetr Štetiar2022-10-10
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we explicitly declare, that we would like to have curl built with wolfSSL support using `--with-wolfssl` configure option, then we should make sure, that we either endup with curl having that support, or it shouldn't be available at all, otherwise we risk, that we end up with regressions like following: configure:25299: checking for wolfSSL_Init in -lwolfssl configure:25321: x86_64-openwrt-linux-musl-gcc -o conftest [snip] In file included from target-x86_64_musl/usr/include/wolfssl/wolfcrypt/dsa.h:33, from target-x86_64_musl/usr/include/wolfssl/wolfcrypt/asn_public.h:35, from target-x86_64_musl/usr/include/wolfssl/ssl.h:35, from conftest.c:47: target-x86_64_musl/usr/include/wolfssl/wolfcrypt/integer.h:37:14: fatal error: wolfssl/wolfcrypt/sp_int.h: No such file or directory #include <wolfssl/wolfcrypt/sp_int.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. and in the end thus produce curl without https support: curl: (1) Protocol "https" not supported or disabled in libcurl So fix it, by making the working wolfSSL mandatory and error out in configure step when that's not the case: checking for wolfSSL_Init in -lwolfssl... no configure: error: --with-wolfssl but wolfSSL was not found or doesn't work References: #19005, #19547 Upstream-Status: Accepted [https://github.com/curl/curl/pull/9682] Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | unbound: update control cert uci processingRob Ekl2022-10-09
| | | | | | | | Signed-off-by: Rob Ekl <ekl.rob@gmail.com>
* | Merge pull request #19564 from PolynomialDivision/update-gnutls-3-7-8Nikos Mavrogiannopoulos2022-10-09
|\ \ | | | | | | gnutls: update to 3.7.8
| * | gnutls: update to 3.7.8Nick Hainke2022-10-09
| | | | | | | | | | | | | | | | | | | | | Release Notes: https://lists.gnupg.org/pipermail/gnutls-help/2022-September/004765.html Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #19451 from graysky2/rsyncfixAlexandru Ardelean2022-10-09
|\ \ \ | | | | | | | | rsync: incorporate upstream fixes
| * | | rsync: incorporate upstream fixesJohn Audia2022-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream is requesting that packagers cherry-pick two commits to fix the current release.[1] 1. https://www.mail-archive.com/rsync@lists.samba.org/msg33576.html Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | Merge pull request #19538 from mhei/libzip-update-1.9.2Alexandru Ardelean2022-10-09
|\ \ \ \ | | | | | | | | | | libzip: update to 1.9.2
| * | | | libzip: update to 1.9.2Michael Heimpold2022-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop already mainlined patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #19546 from PolynomialDivision/update-iperf3Alexandru Ardelean2022-10-09
|\ \ \ \ \ | | | | | | | | | | | | iperf3: update to 3.12
| * | | | | iperf3: update to 3.12Nick Hainke2022-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes: https://groups.google.com/g/iperf-dev/c/_DgSWrpl9Gk?pli=1 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #19535 from qweaszxcdf/patch-3Alexandru Ardelean2022-10-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | rrdtool: update PKG_SOURCE_URL