- May 31, 2021
-
-
Vivek Dutta authored
-
- Apr 30, 2021
-
-
Andreas Gnau authored
-
- Apr 24, 2021
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 2e7c403f)
-
Glenn Strauss authored
- ignore Content-Length from backend if 101 Switching Protocols - close HTTP/2 connection after bad password - skip cert chain build for self-issued certs - meson zstd fix - ls-hpack upstream update - discard some HTTP/2 DATA frames received after response Signed-off-by:
Glenn Strauss <gstrauss@gluelogic.com> (cherry picked from commit 52f85a0e)
-
- Apr 23, 2021
-
-
Dirk Brenken authored
* fix whitelist housekeeping if you switch between normal- and 'whitelist only' mode Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit 7cfb0f46)
-
Florian Eckert authored
stunnel: update version to 5.59
-
- Apr 22, 2021
-
-
Josef Schlehofer authored
[21.02] openvpn: update to 2.5.2
-
Magnus Kroken authored
Fixes two related security vulnerabilities (CVE-2020-15078) which under very specific circumstances allow tricking a server using delayed authentication (plugin or management) into returning a PUSH_REPLY before the AUTH_FAILED message, which can possibly be used to gather information about a VPN setup. In combination with "--auth-gen-token" or a user-specific token auth solution it can be possible to get access to a VPN with an otherwise-invalid account. OpenVPN 2.5.2 also includes other bug fixes and improvements. Add CI build test script. Signed-off-by:
Magnus Kroken <mkroken@gmail.com> (cherry-picked from 6186fe73)
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 2d56dbfc)
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 389c7f12)
-
Dirk Brenken authored
* add a "whitelist only" mode, this option allows to restrict Internet access from/to a small number of secure websites/IPs, and block access from/to the rest of the Internet. Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit 515397b0)
-
- Apr 21, 2021
-
-
Hirokazu MORIKAWA authored
Resolve conflicts between OpenWrt's ICU package and the ICU shipped with node.js. https://github.com/openwrt/packages/issues/15437 Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Gerard Ryan authored
Signed-off-by:
Gerard Ryan <G.M0N3Y.2503@gmail.com>
-
Rosen Penev authored
[21.02] nextdns: Update to version 1.32.0
-
- Apr 20, 2021
-
-
Daniel Danzberger authored
Psycopg is the most popular PostgreSQL adapter for the Python programming language It's used by the python-sqlalchemy for postgresql This package was removed by this commit for lacking python3 support: c37b15e1 Version 2.8.6 used in this package now supports pyhton3 Signed-off-by:
Daniel Danzberger <daniel@dd-wrt.com> (cherry picked from commit 7cfb9a04)
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry picked from commit c65a659e)
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry picked from commit cb30c106)
-
Olivier Poitrey authored
Signed-off-by:
Olivier Poitrey <rs@nextdns.io>
-
Rosen Penev authored
[21.02] nextdns: Update to version 1.12.5
-
Olivier Poitrey authored
Signed-off-by:
Olivier Poitrey <rs@nextdns.io>
-
Rosen Penev authored
[21.02] nextdns: Update to version 1.12.3
-
- Apr 19, 2021
-
-
Olivier Poitrey authored
Signed-off-by:
Olivier Poitrey <rs@nextdns.io>
-
Rosen Penev authored
[21.02] nextdns: Update to version 1.31.3
-
Olivier Poitrey authored
Signed-off-by:
Olivier Poitrey <rs@nextdns.io>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 1e2ba940)
-
Florian Eckert authored
This patche adds the percent evaluation for the bad blocks. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit b4e24c12)
-
Florian Eckert authored
This patche change prepares the ubi plugin to add the bad block evaluation in percent. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 4927b533)
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 6e41bf73)
-
Florian Eckert authored
Enables the compiler option that collectd is compiled with debugging support. This is used at development stages to get more messages from the collectd during development. This option is default disabled. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit a4f74eb1)
-
Florian Eckert authored
This removes the trailing back slash. This is not needed. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 416ba35d)
-
Florian Eckert authored
On my system the attribute DEVTYPE was not set. The plugin could not read any data and the function call blocked forever on this function and did not returned. By removing it, all block devices under `/sys/class/block` were checked. Block devices that do not support SMART were not evaluated. The collected displays the following message. smart plugin: checking SMART status of /dev/loop4. smart plugin: unable to open /dev/loop4. If you do not like this message, you could only enable device in the uci that does support SMART. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 543a2a97)
-
Florian Eckert authored
Switching on compilation for collectd smart plugin. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 092902a8)
-
Florian Eckert authored
This library is required by the smart plugin of the collectd. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 87e52cf1)
-
- Apr 18, 2021
-
-
Dirk Brenken authored
* support the RPZ trigger 'RPZ-CLIENT-IP' to always allow/block certain clients based on their IP (currently only supported by bind!) * avoid promiscuous mode in tcpdump setup for adblock reporting * speed up dns report preparation * support dns report mailing (/etc/init.d/adblock report mail) * fix bind autodetection * update LuCI-frontend (separate PR) * update readme Signed-off-by:
Dirk Brenken <dev@brenken.org> (cherry picked from commit c531b6da)
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 682aebba)
-
Josef Schlehofer authored
Currently, this package can not be installed while using standard path of busybox, because binary killall wants to be installed on the same location as busybox. Collision: • /usr/bin/killall: busybox (new-file), psmisc (existing-file) Many of these binaries, which provides alternatives were moved to folder /usr/libexec like wget, sed, findutils, less. So I moved killall to /usr/libexec and others leave in touch and added ALTERNATIVES for it, because preinstall script is no longer necessary. Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit d8969e0f)
-
Hannu Nyman authored
Upgrade irqbalance to version 1.8.0 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 6631cfaa)
-