aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | 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>
* | | | | | dockerd: Sorted dependencies for better diffsGerard Ryan2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | slirp4netns: update to v1.2.0Oskari Rauta2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/rootless-containers/slirp4netns/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | lxc: export systemd cgroups after installMichal Vasilek2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise, a user would have to either manually run /etc/init.d/lxc-auto boot or reboot the system to start using lxc. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | golang: Update to 1.18.2Jeffery To2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | micropython-lib: Update to latest masterJeffery To2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | bluez-tools: fix compile with BUILD_NLSJosef Schlehofer2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: ccache_cc -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/mox-openwrt-master/build/build_dir/target-aarch64_cortex-a53_musl/bluez-tools-20201025.f653217=bluez-tools-20201025.f653217 -Wformat -Werror=format-security -DPIC -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/usr/lib -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib -DPIC -fPIC -specs=/mox-openwrt-master/build/include/hardened-ld-pie.specs -znow -zrelro -o bt-adapter lib/agent-helper.o lib/dbus-common.o lib/helpers.o lib/manager.o lib/obex_agent.o lib/properties.o lib/sdp.o lib/bluez/adapter.o lib/bluez/agent_manager.o lib/bluez/alert_agent.o lib/bluez/alert.o lib/bluez/cycling_speed.o lib/bluez/cycling_speed_manager.o lib/bluez/device.o lib/bluez/health_channel.o lib/bluez/health_device.o lib/bluez/health_manager.o lib/bluez/heart_rate.o lib/bluez/heart_rate_manager.o lib/bluez/media.o lib/bluez/media_control.o lib/bluez/media_player.o lib/bluez/network.o lib/bluez/network_server.o lib/bluez/obex/obex_agent_manager.o lib/bluez/obex/obex_client.o lib/bluez/obex/obex_file_transfer.o lib/bluez/obex/obex_message_access.o lib/bluez/obex/obex_message.o lib/bluez/obex/obex_object_push.o lib/bluez/obex/obex_phonebook_access.o lib/bluez/obex/obex_session.o lib/bluez/obex/obex_synchronization.o lib/bluez/obex/obex_transfer.o lib/bluez/profile_manager.o lib/bluez/proximity_monitor.o lib/bluez/proximity_reporter.o lib/bluez/sim_access.o lib/bluez/thermometer.o lib/bluez/thermometer_manager.o bt-adapter.o -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lglib-2.0 -lintl -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl /mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl /mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl collect2: error: ld returned 1 exit status make[5]: *** [Makefile:580: bt-adapter] Error 1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #18293 from hexian000/privoxy_bugfixJeffery To2022-05-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | privoxy: prevent killing the init script itself when stopping service
| * | | | | | privoxy: update to 3.0.33 and fix the init scriptHe Xian2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Fixed init script would kill itself when trying to stop a service. 2. Upgrade privoxy release to 3.0.33 3. Set PKG_RELEASE to AUTORELEASE Signed-off-by: He Xian <hexian000@outlook.com>
* | | | | | | dnsproxy: Update to 0.42.3Tianling Shen2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | cloudflared: Update to 2022.5.1Tianling Shen2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | haproxy: Update HAProxy to v2.4.16Christian Lachner2022-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | Merge pull request #18516 from robje/cable-typeJeffery To2022-05-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nut: add cable type nut driver config
| * | | | | | | nut: add cable type nut driver configRob J. Epping2022-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at least driver apcsmart-old (maybe more) allow for specifying the type of cable used. My old UPS does will not function when cable type is not specified. This will add support for configuration option 'cable' Signed-off-by: Rob J. Epping <epping@renf.us>
* | | | | | | | Merge pull request #18467 from AdorableJiang/mydnsjpJeffery To2022-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ddns-scripts: mydns.ip to mydns.jp
| * | | | | | | | ddns-scripts: mydns.ip to mydns.jpShengjiang Quan2022-05-12
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provider is `mydns.jp` not `mydns.ip` which is wrong and misleading. Signed-off-by: Shengjiang Quan <qsj287068067@126.com>
* | | | | | | | Merge pull request #18485 from oskarirauta/crunJeffery To2022-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | crun: update to version 1.4.5
| * | | | | | | | crun: update to version 1.4.5Oskari Rauta2022-05-10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CRIU: add support for different manage cgroups modes. - the hook processes inherit the crun process environment if there is no environment block specified in the OCI configuration. - exec: fix double free when using --apparmor and --process-label. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | | | Merge pull request #18483 from oskarirauta/nsutilsJeffery To2022-05-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nsutils: version bump
| * | | | | | | | nsutils: bump to new releaseOskari Rauta2022-05-12
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Few minor changes, like -h flag for program (help). Added URL to package definition. No new version release with version number, so version stays as is, but pkg_release is still bumbed with this commit. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>