aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | adblock: make reproducibleRosen Penev2022-02-07
| |/ | | | | | | | | | | Need to get rid of the timestamp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | tdb: fix build on macosSergey V. Lobanov2022-02-09
| | | | | | | | | | | | This commit adds patch to the issue with 'echo -n' on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | avahi: fix build on some distributionsMichal Vasilek2022-02-09
| | | | | | | | | | | | | | | | | | | | This seems to happen only on some distributions (Void, Arch): /usr/lib/libgcc_s.so.1: file not recognized: file format not recognized collect2: error: ld returned 1 exit status libtool: error: error: relink 'libdns_sd.la' with the above command before installing it Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | knot: update to 3.1.6Jan Hák2022-02-09
| | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | libtalloc: fix build on macosSergey V. Lobanov2022-02-09
| | | | | | | | | | | | This commit adds patch to fix the issue with 'echo -n' on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | Merge pull request #17827 from skingry/snmpd_init_orderStijn Tintel2022-02-09
|\ \ | | | | | | net-snmp: move start order from 50 to 99
| * | net-snmp: move start order from 50 to 99Seth Kingry2022-02-08
| | | | | | | | | | | | Signed-off-by: Seth Kingry <sjkingry@gmail.com>
* | | nano: update to 6.1Hannu Nyman2022-02-09
| | | | | | | | | | | | | | | | | | Update nano to version 6.1. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | usteer: update to latest git headDavid Bauer2022-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6aebb75 local-node: check correct field f42bf29 gitignore: add .orig files 3c0cd98 local-node: save latest bss-transition-response 1dc69d7 ubus: add get_connected_clients 04ef308 local-node: save beacon-reports b0dab90 measurement: add handling of measurements 76ccae6 node: add methods to access nodes by bssid 3b51bfb local-node: obtain channel + op-class c7830b5 policy: add min_snr_kick_delay e36967f local-node: handle BSS transition queries 022635c policy: don't track roam_scan_done 742236f policy: fix incurrect handling of scan-requests with disabled timeout 9a78412 policy: add roam-scan timeout 7e999e0 policy: don't select better candidate with bad signal 3c1dd51 policy: export snr_to_signal to other source files 1c5a738 ubus: only request beacon-report for current SSID 5610ace config: make remote_node_timeout configurable 918b809 policy: only select candidates with better load 55e98d8 sta: uniform disconnect state handling 806e647 sta: remove duplicate code 2ccb99e policy: remove redundant candidate evaluation bbf133f policy: fix not selecting better candidate on request Signed-off-by: David Bauer <mail@david-bauer.net>
* | | tcpreplay: bump to version 4.4.0Alexandru Ardelean2022-02-08
| |/ |/| | | | | | | | | Also need to use musl-fts when building with musl now. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | bind: support compile-time exclusion of DNS-over-HTTPS supportNoah Meyerhans2022-02-07
| | | | | | | | | | | | | | | | DoH is enabled by default, but disabling it removes the need to link against libnghttp2, which may be desirable more constrained environments. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | i2pd: add service reload supportR4SAS I2P2022-02-07
| | | | | | | | Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
* | tesseract: fix build on macosSergey V. Lobanov2022-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tesseract build script checks /proc/cpuinfo file, but this file is not exist or darwin. This check is used for getting optimized build flags depends on CPU. This feature does not work in cross-compile case and should be explicitly disabled. This patch disables CPU detection using cmake option BUILD_TRAINING_TOOLS=OFF. Generated binaries (aarch64 target) are exactly the same on Ubuntu 20.04 x86_64 and MacOS 11.6 arm64. Binaries generated on Linux build host are not changed (the same checksums before and after applying this patch). Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | yq: Update to 4.19.1Tianling Shen2022-02-07
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | gg: Update to 0.2.2Tianling Shen2022-02-07
| | | | | | | | | | | | Updated PKG_LICENSE_FILES according to upstream change. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | lxc-create: update depends to include getoptJohn Audia2022-02-07
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/16684 Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* | dbus: fix configure args for verbose modeFlorian Eckert2022-02-07
| | | | | | | | | | | | | | When switching from cmake to autotools, the wrong logging was used for the verbose compilations option. This commit fixes that. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | lxc: update to 4.10.12John Audia2022-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to latest upstream release and rebase: 010-Remove-distro-check.patch 025-remove-unsupported-option.patch After updating ran `make package/lxc/refresh` to clean dirty patches Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* | Merge pull request #17822 from commodo/sudoJosef Schlehofer2022-02-07
|\ \ | | | | | | sudo: bump to version 1.9.9
| * | sudo: bump to version 1.9.9Alexandru Ardelean2022-02-07
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #17785 from TDT-AG/pr/20220204-stunnelFlorian Eckert2022-02-07
|\ \ | | | | | | stunnel: update version to 5.62
| * | stunnel: update version to 5.62Florian Eckert2022-02-04
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #17784 from TDT-AG/pr/20220204-keepalivedFlorian Eckert2022-02-07
|\ \ \ | | | | | | | | keepalived: update version to 2.2.7
| * | | keepalived: update version to 2.2.7Florian Eckert2022-02-04
| |/ / | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | ruby: fix build on macosSergey V. Lobanov2022-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. ruby/host build fails on macos due to Apple ld generates warning if a folder from LDFLAGS is not exist. configure script catches this warning and fails. This patch disables ld warnings for macos 2. ruby build fails on macos due /bin/true is not exist on macos. This patch replaces /bin/true with true in OpenWrt Makefile Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | Merge pull request #17819 from pprindeville/update-perl-cgi-4.54Philip Prindeville2022-02-06
|\ \ \ | | | | | | | | perl-cgi: Update to 4.54
| * | | perl-cgi: Update to 4.54Philip Prindeville2022-02-06
|/ / / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #17743 from turris-cz/dnspython-bumpJosef Schlehofer2022-02-06
|\ \ \ | | | | | | | | python-dns: update to version 2.2.0
| * | | python-dns: update to version 2.2.0Josef Schlehofer2022-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed PYPI_SOURCE_EXT as this release provides tarball with .tar.gz extension, which is default. - Changelog: https://dnspython.readthedocs.io/en/stable/whatsnew.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | ruby: update to 3.0.3Michal Vasilek2022-02-06
| | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2021-41817, CVE-2021-41816 and CVE-2021-41819 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | Merge pull request #17811 from stangri/master-https-dns-proxyStan Grishin2022-02-05
|\ \ \ \ | |_|_|/ |/| | | https-dns-proxy: init script refactoring
| * | | https-dns-proxy: init script refactoringStan Grishin2022-02-06
|/ / / | | | | | | | | | | | | | | | | | | * consolidate dnsmasq config manipulation into one function * more elegant code for PROCD data processing (Thanks @jow-!) Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #17797 from autobakterie/python-sentry-sdk_bump-to-1-5-4Josef Schlehofer2022-02-04
|\ \ \ | | | | | | | | python-sentry-sdk: update to 1.5.4
| * | | python-sentry-sdk: update to 1.5.4Šimon Bořek2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | changelog: https://github.com/getsentry/sentry-python/blob/f6d3adcb3d7017a55c1b06e5253d08dc5121db07/CHANGELOG.md#154 Signed-off-by: Šimon Bořek <borek@autobakterie.cz>
* | | | emailrelay: don't disable fortify sourceRosen Penev2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | GCC8 and 9 are gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | slide-switch: Update to 0.9.6Jeffery To2022-02-04
|/ / / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | v2rayA: Update to 1.5.6.2Tianling Shen2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | Manually added new env variable `XDG_DATA_HOME` which won't be passed by procd by default. Removed upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2raya: init: convert arguments into env variablesTianling Shen2022-02-04
| | | | | | | | | | | | | | | | | | Suggested by upstream, to provide forward compatibility. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | xray-core: Update to 1.5.3Tianling Shen2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | Removed outdated `alterId` in sample config. Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #17792 from TDT-AG/pr/20220104-dbusFlorian Eckert2022-02-04
|\ \ \ | | | | | | | | dbus: switching back to autotools to fix big endian issue
| * | | dbus: switching back to autotools to fix big endian issueFlorian Eckert2022-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the upstream developers of dbus, cmake is only inteded for windows. Unix like operating systems should continue to use the autotools stack. Since the changeover to cmake, the dbus was no longer usable on all big endian systems because the name binding no longer worked. In cmake, it is not evaluated whether it should run on a little endian or big endian system. This fixes issue #17780. The original problem occurred when using the modem manager on the big endian system (MIPS). Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | tinyionice: add packageMichal Vasilek2022-02-04
|/ / / | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | utils/findutils: update to 4.9.0Bernhard Voelker2022-02-03
| | | | | | | | | | | | | | | | | | * utils/findutils/Makefile (PKG_VERSION): Update to latest. (PKG_HASH): Update. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* | | Merge pull request #17671 from tohojo/sqm-nftHannu Nyman2022-02-03
|\ \ \ | |_|/ |/| | sqm-scripts: Change iptables dependency to iptables-nft
| * | sqm-scripts: Change iptables dependency to iptables-nftToke Høiland-Jørgensen2022-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's only one of the shaper scripts (simple.qos) that uses iptables, and it should be fine with iptables-nft for compatibility with the new default nft-based firewall. Confusingly, we still need the iptables-mod-ipopt package to get the DSCP match module; we never used CONNMARK, though, so drop the iptables-mod-conntrack-extra dependency while we're at it. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | rtklib: update to 2.4.3 b34; fix patchesYaroslav Petrov2022-02-03
| | | | | | | | | | | | Signed-off-by: Yaroslav Petrov <info@lank.me>
* | | Merge pull request #17748 from neheb/8Florian Eckert2022-02-03
|\ \ \ | | | | | | | | xinetd: fix bad printf formats
| * | | xinetd: fix bad printf formatsRosen Penev2022-01-30
| | | | | | | | | | | | | | | | | | | | | | | | Easier to use the proper C macro. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mutt: update to 2.1.5Matthew Hagan2022-02-02
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | mutt: add header caching support via libgdbmMatthew Hagan2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | Add header caching option to mutt, using the libgdbm database routines. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>