aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | openconnect: drop the dependency on resolveipRui Salvaterra2022-05-23
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have nslookup and awk, let's use them. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | / / / / dnsproxy: Update to 0.42.4Tianling Shen2022-05-23
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | samba4: fix build on macosSergey V. Lobanov2022-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes two issues on macos: 1. Added a patch to fix 'echo -n' issue with MacOS shell (backported from upstream) 2. Redefined sys.platform='linux' for target build if build host is MacOS (otherwise, build script tries to use MacOS logic for OpenWrt(Linux) target build) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | glib2: update to 2.70.5Rosen Penev2022-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled glib_checks to fix podman. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | rtty: update to 8.0.1Jianhui Zhao2022-05-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | acme: switch from iptables to nftToke Høiland-Jørgensen2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use nft instead of iptables to open port 80 in the firewall when getting a cert. Since nft doesn't allow deleting a rule by its contents, capture and save the handle when creating the rule, and use that to delete. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | audit: remove host buildEneas U de Queiroz2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The audit package in the packages feed share the same sources as the libaudit package in the base repo. libaudit performs a host build, used only by libsemanage in base. There is no package depending on 'audit/host', so we can remove it to avoid possible confusion. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | audit: avoid interferece with base libaudit buildEneas U de Queiroz2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both audit in the packages feed and libaudito from the base repo use the same sources. Have 'audit' use a different build directory than 'libaudit' package to avoid interference between them. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | audit: Fix compilation with kernel 5.15Eneas U de Queiroz2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux 5.15 does not have the linux/ipx.h header. The patch is a partial cherry-pick (skipped ChangeLog) of upstream commit 6b09724c6 ("Make IPX packet interpretation dependent on the ipx header file existing"). Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | openconnect: fix OpenSSL build without deprecated APIRui Salvaterra2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport a patch in order to allow building OpenConnect against OpenSSL 1.1.x without the need for deprecated API (further fixes will be required for OpenSSL 3.x, though). Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | libcoap: make sure `libcoap-3-notls.so` is installedLeo Soares2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue where the `libcoap-3-notls.so` is not installed, in some cases leaving the target's root with no library and just a broken link from `libcoap-3.so` to `libcoap-3-notls.so`. Signed-off-by: Leo Soares <leo@hyper.ag>
* | | | | wifi-presence: Add config for process user/groupAdam Williams2022-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On systems using seccomp, the hostapd socket files will be owned by the 'network' user/group ([source][0]). In this case, if wifi-presence is run as root/root, then it does not have permissions to open the hostapd socket files. This was discussed in awilliams/wifi-presence#3. This change allows the process user/group to be specified in /etc/config/wifi-presence. If no explicit user/group is set, then the init script will use the owner of the socket files in /var/run/hostapd/ to determine the appropriate process user/group. [0]: https://github.com/openwrt/openwrt/blob/ec6293febc244d187e71a6e54f44920be679cde4/package/network/services/hostapd/files/wpad.init#L35-L36 Signed-off-by: Adam Williams <pwnfactory@gmail.com>
* | | | | Merge pull request #18586 from flyn-org/openldapFlorian Eckert2022-05-20
|\ \ \ \ \ | | | | | | | | | | | | openldap: drop use of HTTP in favor of HTTPS
| * | | | | openldap: drop use of HTTP in favor of HTTPSW. Michael Petullo2022-05-20
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #18494 from nemesisdesign/masterFlorian Eckert2022-05-20
|\ \ \ \ \ | | | | | | | | | | | | openwisp-config: update to 1.0.0
| * | | | | openwisp-config: update to 1.0.0Federico Capoano2022-05-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* | | | | | bluez: Update to 5.64, update/refresh patchesJeffery To2022-05-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | frr: drop elfutils/host dependencyStijn Tintel2022-05-19
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | The elfutils package moved to tools and elfutils/host no longer exists. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | stunnel: update to version 5.64Florian Eckert2022-05-19
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #18361 from stangri/master-https-dns-proxyStan Grishin2022-05-19
|\ \ \ \ | | | | | | | | | | https-dns-proxy: 2021-11-22-3: add support for Canary Domains
| * | | | https-dns-proxy: 2021-11-22-3: add support for Canary DomainsStan Grishin2022-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/stangri/source.openwrt.melmac.net/issues/155. Background: https://support.mozilla.org/en-US/kb/canary-domain-use-application-dnsnet Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | gcc: update to allow compiling different versionsW. Michael Petullo2022-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is based on the toolchain GCC, and aims to share as much of its Makefile and patches with that definition. The package requires two additional patches: (1) 003-dont-choke-when-building-32bit-on-64bit.patch, which fixes the `error: size of array 'test_real_width' is negative` error that occurs when building a 32-bit GCC on a 64-bit host. (Search the Internet for examples of this error appearing.) (2) 980-add-nostdinc++.patch, which backports a fix from 11.3.0 (11.2.0 only). Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | gcc: change maintainerW. Michael Petullo2022-05-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | zsh: update to 5.9John Audia2022-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to latest release Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | Revert "lxc: export systemd cgroups after install"Stijn Tintel2022-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The postinst script is sourced during image build, which causes the follow failure: /home/stijn/Development/OpenWrt/openwrt/build_dir/target-x86_64_musl/root-x86/etc/init.d/lxc-auto: line 3: /lib/functions.sh: No such file or directory postinst script ./usr/lib/opkg/info/lxc-auto.postinst has failed with exit code 1 Sourcing /lib/functions.sh is not needed, as /etc/rc.common does so already. Unfortunately removing that line from the init script is not enough to fix the problem. The postinst script should also check IPKG_INSTROOT. As these two changes are unrelated, they should go in separate commits, and the solution to the image build problem is to revert the commit that introduced the breakage. This reverts commit 2cde10b95053bf958a4001fb0a82c4563bf345e2. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | Revert "ci: Use openwrt/gh-action-sdk@v5"Rosen Penev2022-05-18
| | | | | | | | | | | | | | | | | | | | This reverts commit 7b7265293f953c71a65099ecbdbfbaf5f14bf4f8.
* | | | | ci: Use openwrt/gh-action-sdk@v5Jeffery To2022-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version builds packages as a normal user instead of as root. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | telegraf: Update to version 1.22.4Jonathan Pagel2022-05-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | usteer: update to latest HEADDavid Bauer2022-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7afab96 usteer: Fix better candidate not being set in policy Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | bcm27xx-eeprom: update to v2022.04.26-138a1Álvaro Fernández Rojas2022-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Git compare: https://github.com/raspberrypi/rpi-eeprom/compare/47976e4409c6999a8e211976c75c60a97c90275c...v2022.04.26-138a1 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | Merge pull request #18472 from sotux/masterFlorian Eckert2022-05-17
|\ \ \ \ \ | | | | | | | | | | | | kcptun: add tcp option
| * | | | | kcptun: add tcp optionZheng Qian2022-05-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zheng Qian <sotux82@gmail.com>
* | | | | | softflowd: add traffic capture filterJesus Fernandez Manzano2022-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | softflowd can filter the traffic with an optional bpf program, specified on the command-line as a BPF expression Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>
* | | | | | docker: Update to v20.10.16Gerard Ryan2022-05-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | dockerd: Update to v20.10.16Gerard Ryan2022-05-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | libnetwork: Updated to 339b97 for docker v20.10.16Gerard Ryan2022-05-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | containerd: Update to v1.6.4 for docker v20.10.16Gerard Ryan2022-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Overrode `PREFIX` to have the old behaviour Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | runc: Update to v1.1.1 for docker v20.10.16Gerard Ryan2022-05-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | nsutils: Update to latest version, switch to cmakeJeffery To2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also: * Adds PKG_SOURCE_DATE and PKG_SOURCE_VERSION to PKG_VERSION (by default, when PKG_VERSION is defined, PKG_SOURCE_DATE and PKG_SOURCE_VERSION are not used) * Fixes package copyright Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | lua-eco: Add packageJianhui Zhao2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lua-eco is a `Lua coroutine` library which was implemented based on `IO event`. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | telldus-core: use proper cmake argpRosen Penev2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids linking to argp-standalone with glibc. Some other minor fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | snort3: update to 3.1.29.0W. Michael Petullo2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | libdaq3: update to 3.0.7W. Michael Petullo2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | modemmanager: report network initiated disconnections to netifdAleksander Morgado2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new connection dispatcher scripts support integrated in ModemManager 1.18.8 allows us to provide a openwrt-specific dispatcher script used to report netifd that the underlying network connection is down. See also https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/775 Fixes https://github.com/openwrt/openwrt/issues/8368 Fixes https://github.com/openwrt/packages/issues/14096 Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | modemmanager: install available FCC unlock scriptsAleksander Morgado2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FCC unlock scripts are installed but not enabled by default. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | modemmanager: bump to 1.18.8Aleksander Morgado2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed two patches that are already included in the upstream release. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | libqmi: bump to 1.30.6Aleksander Morgado2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | libmbim: bump to 1.26.4Aleksander Morgado2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | ci: Look for changed packages in the PR branch onlyJeffery To2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/15267. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | dockerd: Add firewall independent dependenciesGerard Ryan2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>