aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | auc: accept both 'y' and 'Y' as confirmation from userDaniel Golle2022-02-13
| | | | | | | | | | | | | | Accept both 'y' and 'Y' as positive confirmation when asking the user if auc should proceed with requesting and installing an upgrade. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | phantap: switch to nftablesEtienne Champetier2022-02-12
| | | | | | | | | | | | | | | | e80be64 Remove disable_eap_hack b066ce2 Switch to nftables / firewall4 4d88b0b Do not harcode build flags Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | avahi: Changed the target file for the patchHirokazu MORIKAWA2022-02-12
| | | | | | | | | | | | | | | | Fixed the affected issue in the latest commit daemon.err avahi-daemon[xxx]: mkdir("/run/avahi-daemon/"): No such file or directory Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | dockerd: Update to 20.10.12Gerard Ryan2022-02-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | docker: Update to 20.10.12Gerard Ryan2022-02-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | ipvsadm: fix build on macosSergey V. Lobanov2022-02-12
| | | | | | | | | | | | | | | | | | | | | | | | ipvsadm build fails on macos due to libipvs Makefiles uses system `ar` that is not compatible with the objectes generated by OpenWrt GCC Toolchain. This commit adds patch to allow ar redefining This commit modifes an old patch (removing CC=gcc is not required due to it is redefinable) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | Revert "postfix: fix build on macos"Sergey V. Lobanov2022-02-11
| | | | | | | | This reverts commit 9d8171aa0647a0e4c5f27004d3f4c982ac0d1ebe.
* | modemmanager: bump to 1.18.4 with patchNicholas Smith2022-02-11
|/ | | | | | | | | | | | | | The included patch corrects an issue preventing udev rules from being parsed correctly. [1][2] This patch should not be needed after the next release. [3] More information: [1] https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/e9f254ba3f923248efffe4fd458dc5e5469e0f73 [2] https://lists.freedesktop.org/archives/modemmanager-devel/2021-December/009024.html [3] https://lists.freedesktop.org/archives/modemmanager-devel/2021-December/009022.html Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* openssh-server: manually set path to passwd binaryRucke Teg2022-02-10
| | | | | | | | In the build environment the autotools finds the `passwd` binary in /usr/bin. But in the target image it is available under /bin instead. Manually set the path to `passwd` binary to `/bin/passwd` Signed-off-by: Rucke Teg <rucketeg@protonmail.com>
* openssh-server: change sshd.failsafeRucke Teg2022-02-10
| | | | | | | There is no need to remove root password from /etc/shadow as the password in the file is blank anyway in the failsafe mode. Signed-off-by: Rucke Teg <rucketeg@protonmail.com>
* python: django: bump to 4.0.1Alexandru Ardelean2022-02-10
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: pillow: bump to 9.0.1Alexandru Ardelean2022-02-10
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* v4l2tools: update to version 0.1.8Josef Schlehofer2022-02-10
| | | | | | | Changelog: https://github.com/mpromonet/v4l2tools/releases/tag/v0.1.8 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* jool: update default configTiago Gaspar2022-02-10
| | | | | | | | Update the default configuration files to match the upstream example ones. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* dnsproxy: Update to 0.41.1Tianling Shen2022-02-10
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* mbusd: Repair UCI config file about parityChip Lee2022-02-10
| | | | | | in mbusd, parity must be N, E or O, can't be y. Signed-off-by: Chip Lee <chplee@gmail.com>
* Merge pull request #17829 from neheb/6Dirk Brenken2022-02-10
|\ | | | | banip: make reproducible
| * banip: make reproducibleRosen Penev2022-02-07
| | | | | | | | | | | | Timestamp needs to be removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #17828 from neheb/5Dirk Brenken2022-02-10
|\ \ | | | | | | adblock: make reproducible
| * | 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