Sergey V. Lobanov
a8f875da0e
libtalloc: fix build on macos
This commit adds patch to fix the issue with 'echo -n' on macos
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
3 years ago
Stijn Tintel
289a751530
Merge pull request #17827 from skingry/snmpd_init_order
net-snmp: move start order from 50 to 99
3 years ago
Hannu Nyman
717efb8c96
nano: update to 6.1
Update nano to version 6.1.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 years ago
David Bauer
bcf4e90f0c
usteer: update to latest git head
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>
3 years ago
Alexandru Ardelean
3ebd7e7e5f
tcpreplay: bump to version 4.4.0
Also need to use musl-fts when building with musl now.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years ago
Rosen Penev
59dcbb741a
banip: make reproducible
Timestamp needs to be removed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Rosen Penev
5d095a1366
adblock: make reproducible
Need to get rid of the timestamp.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Seth Kingry
7b1bfb181a
net-snmp: move start order from 50 to 99
Signed-off-by: Seth Kingry <sjkingry@gmail.com>
3 years ago
Noah Meyerhans
6a0a55a5ed
bind: support compile-time exclusion of DNS-over-HTTPS support
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>
3 years ago
R4SAS I2P
b9000cf231
i2pd: add service reload support
Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
3 years ago
Sergey V. Lobanov
d7f42a4c58
tesseract: fix build on macos
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>
3 years ago
Tianling Shen
4454f8bb3e
yq: Update to 4.19.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
71de776796
gg: Update to 0.2.2
Updated PKG_LICENSE_FILES according to upstream change.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
John Audia
e80835b4bb
lxc-create: update depends to include getopt
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>
3 years ago
Florian Eckert
2cbe230b6a
dbus: fix configure args for verbose mode
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>
3 years ago
John Audia
115bf07f6c
lxc: update to 4.10.12
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>
3 years ago
Josef Schlehofer
7a46dfb05d
Merge pull request #17822 from commodo/sudo
sudo: bump to version 1.9.9
3 years ago
Alexandru Ardelean
22c199bf30
sudo: bump to version 1.9.9
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years ago
Florian Eckert
493bf98d69
Merge pull request #17785 from TDT-AG/pr/20220204-stunnel
stunnel: update version to 5.62
3 years ago
Florian Eckert
9dbcfadf88
Merge pull request #17784 from TDT-AG/pr/20220204-keepalived
keepalived: update version to 2.2.7
3 years ago
Sergey V. Lobanov
c55092396e
ruby: fix build on macos
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>
3 years ago
Philip Prindeville
126868d634
Merge pull request #17819 from pprindeville/update-perl-cgi-4.54
perl-cgi: Update to 4.54
3 years ago
Philip Prindeville
5c311014ca
perl-cgi: Update to 4.54
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
3 years ago
Josef Schlehofer
d34e46e535
Merge pull request #17743 from turris-cz/dnspython-bump
python-dns: update to version 2.2.0
3 years ago
Michal Vasilek
75933e73f2
ruby: update to 3.0.3
* fixes CVE-2021-41817, CVE-2021-41816 and CVE-2021-41819
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years ago
Stan Grishin
65ab672c82
Merge pull request #17811 from stangri/master-https-dns-proxy
https-dns-proxy: init script refactoring
3 years ago
Stan Grishin
88265c4fb9
https-dns-proxy: init script refactoring
* consolidate dnsmasq config manipulation into one function
* more elegant code for PROCD data processing (Thanks @jow-!)
Signed-off-by: Stan Grishin <stangri@melmac.ca>
3 years ago
Josef Schlehofer
ca0549109d
Merge pull request #17797 from autobakterie/python-sentry-sdk_bump-to-1-5-4
python-sentry-sdk: update to 1.5.4
3 years ago
Rosen Penev
0bd444e694
emailrelay: don't disable fortify source
GCC8 and 9 are gone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years ago
Jeffery To
c5e0785795
slide-switch: Update to 0.9.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years ago
Šimon Bořek
32e2a2fa2a
python-sentry-sdk: update to 1.5.4
changelog: f6d3adcb3d/CHANGELOG.md (154)
Signed-off-by: Šimon Bořek <borek@autobakterie.cz>
3 years ago
Tianling Shen
c7b5e7ed67
v2rayA: Update to 1.5.6.2
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>
3 years ago
Tianling Shen
8465053a58
v2raya: init: convert arguments into env variables
Suggested by upstream, to provide forward compatibility.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Tianling Shen
d8d261fe2d
xray-core: Update to 1.5.3
Removed outdated `alterId` in sample config.
Updated geodata to latest version while at it.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years ago
Florian Eckert
62d9ae9e26
Merge pull request #17792 from TDT-AG/pr/20220104-dbus
dbus: switching back to autotools to fix big endian issue
3 years ago
Michal Vasilek
bb801a5a6f
tinyionice: add package
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years ago
Florian Eckert
da442b467d
dbus: switching back to autotools to fix big endian issue
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>
3 years ago
Florian Eckert
d7b73fb195
stunnel: update version to 5.62
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years ago
Florian Eckert
792d745a59
keepalived: update version to 2.2.7
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 years ago
Bernhard Voelker
2b28e3dfdb
utils/findutils: update to 4.9.0
* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_HASH): Update.
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
3 years ago
Hannu Nyman
f21774629c
Merge pull request #17671 from tohojo/sqm-nft
sqm-scripts: Change iptables dependency to iptables-nft
3 years ago
Yaroslav Petrov
71e81d9cb2
rtklib: update to 2.4.3 b34; fix patches
Signed-off-by: Yaroslav Petrov <info@lank.me>
3 years ago
Florian Eckert
cb4719789c
Merge pull request #17748 from neheb/8
xinetd: fix bad printf formats
3 years ago
Matthew Hagan
951a74f431
mutt: update to 2.1.5
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
3 years ago
Matthew Hagan
bf3fe181af
mutt: add header caching support via libgdbm
Add header caching option to mutt, using the libgdbm database routines.
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
3 years ago
Matthew Hagan
8221e9db44
mutt: move configurables to Config.in
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
3 years ago
Stan Grishin
b59938c86e
Merge pull request #17762 from stangri/master-https-dns-proxy
https-dns-proxy: update to 2021-11-22-1
3 years ago
James White
435733a899
adguardhome: Bump adguardhome to v0.107.3 stable
Signed-off-by: James White <james@jmwhite.co.uk>
3 years ago
Josef Schlehofer
6c6c99ffb5
apache2: security update to version 2.4.52
Fixes CVEs:
- CVE-2021-44790
- CVE-2021-44224
Refreshed patches
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years ago
Michal Vasilek
52ef207494
miniflux: update to 2.0.35
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years ago