aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | simple-adblock: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | | Merge pull request #16579 from 1715173329/dnsproxyRosen Penev2021-09-08
|\ \ \ \ | | | | | | | | | | dnsproxy: Update to 0.39.5
| * | | | dnsproxy: Update to 0.39.5Tianling Shen2021-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #16533 from neheb/1Michael Heimpold2021-09-08
|\ \ \ \ \ | | | | | | | | | | | | libzip: fix compilation without SSL
| * | | | | libzip: fix compilation without SSLRosen Penev2021-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linker error. No idea why. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | unbound: backport fix for permission denied errorAnsuel Smith2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there is a problem with log spam when ipv6 network is dropped. Fix this by backporting a patch to silence these errors when verbose logging is not enabled. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | Merge pull request #16580 from jow-/cgi-io-eintr-fixJo-Philipp Wich2021-09-08
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | cgi-io: update to latest Git HEAD
| * | | | | cgi-io: update to latest Git HEADJo-Philipp Wich2021-09-08
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 98cef9d Retry splice() syscall on EINTR Fixes: https://github.com/openwrt/luci/issues/5342 Fixes: https://bugs.openwrt.org/index.php?do=details&task_id=4006 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #16542 from turris-cz/aiohttpRosen Penev2021-09-08
|\ \ \ \ \ | | | | | | | | | | | | python-aiohttp: update to version 3.7.4post0
| * | | | | python-aiohttp: update to version 3.7.4post0Josef Schlehofer2021-09-06
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Bumped upper bound of the chardet runtime dependency to allow their v4.0 version stream. From https://github.com/aio-libs/aiohttp/blob/a1158c5389854f9885c30e08b0020e2d7d8a290f/CHANGES.rst Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #16553 from turris-cz/yarlRosen Penev2021-09-08
|\ \ \ \ \ | | | | | | | | | | | | python-yarl: update to version 1.6.3
| * | | | | python-yarl: update to version 1.6.3Josef Schlehofer2021-09-07
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Update Makefile copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | haproxy: Update HAProxy to v2.4.4Christian Lachner2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This update fixes CVE-2021-40346; see: https://jfrog.com/blog/critical-vulnerability-in-haproxy-cve-2021-40346-integer-overflow-enables-http-smuggling/ - Update haproxy download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | wsdd2: update to git (2021-08-09), switch to Netgear repoAndy Walsh2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git (2021-08-09) * switch to Netgear repo Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | samba: update to 4.14.7Andy Walsh2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.14.7 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | pillow: bump to 8.3.2Alexandru Ardelean2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And start using AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #16554 from erdoukki/fail2ban-master-fixRosen Penev2021-09-08
|\ \ \ \ \ | | | | | | | | | | | | fail2ban: fix package for fail2ban v0.11.2
| * | | | | fail2ban: fix package for fail2ban v0.11.2Kerma Gérald2021-09-07
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fail2ban v0.11.2 package version 2 Following PR #15098, add fixes to build fail2ban package: - remove use of fail2ban-python (directly use python3 in script) - remove link to python3 in /usr/bin (break the package build) - remove python-tests (reduce the package size) Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | | Merge pull request #16558 from 1715173329/xrayRosen Penev2021-09-07
|\ \ \ \ \ | | | | | | | | | | | | xray-core: Update to 1.4.3
| * | | | | xray-core: Update to 1.4.3Tianling Shen2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated geodata to latest version - Removed upstreamed patches Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | nextdns: Update to version 1.37.1Olivier Poitrey2021-09-07
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | banip: update 0.7.10-2Dirk Brenken2021-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize dns resolve function * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | grep: use posix shebang for egrep/fgrepVladislav Grigoryev2021-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use POSIX shebang for egrep/fgrep instead of the variable/Bash. The issue affects both master and openwrt-21.02. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | | | | nextdns: Update to version 1.37.0Olivier Poitrey2021-09-07
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | wg-installer: fix dependenciesNick Hainke2021-09-07
| | | | | | | | | | | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #16543 from turris-cz/certifiEneas U de Queiroz2021-09-06
|\ \ \ \ | |/ / / |/| | | python-certifi: update to version 2021.5.30
| * | | python-certifi: update to version 2021.5.30Josef Schlehofer2021-09-06
|/ / / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | libtorrent-rasterbar: update to 2.0.4Rosen Penev2021-09-04
| | | | | | | | | | | | | | | | | | Backport patch fixing compilation with boost 1.77 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | kea: fix compilation with boost 1.77Rosen Penev2021-09-04
| | | | | | | | | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ieee8021xclient: depend on wpa_supplicant (#16525)David Yang2021-09-04
| | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | smartdns: update to version 1.2021.35Nick Peng2021-09-04
| | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | collectd: sensors plugin - depend on lm-sensorsHannu Nyman2021-09-04
| |/ |/| | | | | | | | | | | | | | | | | | | | | Change the sensors plugin's dependency from libsensors to lm-sensors, so that also the /usr/sbin/sensors executable gets installed if the plugin is selected. Although that is not needed for collectd itself, the LuCI statistics app expects to find the sensors executable if the plugin has been installed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | mwan3: Use shebang in /etc/mwan3.userBrian J. Murrell2021-09-03
| | | | | | | | | | | | | | | | | | To allow the script to define what it should be run with. This let's the user use bash if it's available, or python, or perl, etc. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca> Update PKG_VERSION to 2.10.11 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #16220 from paulfertser/socat_add_userFlorian Eckert2021-09-03
|\ \ | | | | | | net: socat: add option user
| * | net: socat: add option userPaul Fertser2021-07-25
| | | | | | | | | | | | | | | | | | | | | Allow UCI configuration to specify username to run this service as. Defaults to root. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | Merge pull request #16430 from LecrisUT/improve-gandiFlorian Eckert2021-09-03
|\ \ \ | | | | | | | | ddns-scripts: better error management for gandi
| * | | ddns-script-gandi: Better error managementCristian Le2021-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed DNS endpoint to LiveDNS - Now using `jshn.sh` - Better handle errors and ouput Signed-off-by: Cristian Le <git@lecris.me>
* | | | acme: Fix uhttpd restart to load new certificatesDennis Schüsselbauer2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #16256 Signed-off-by: Dennis Schüsselbauer <scde@users.noreply.github.com>
* | | | Merge pull request #16520 from ClaymorePT/boost_1.77.0Rosen Penev2021-09-01
|\ \ \ \ | | | | | | | | | | boost: Bump to version 1.77.0
| * | | | boost: Bump to version 1.77.0Carlos Miguel Ferreira2021-09-02
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.77.0 More info about Boost 1.77.0 can be found at the usual place [1]. There are two new libraries in this version: * Describe [2]: A C++14 reflection library, from Peter Dimov. Provides macros for describing enumerators and struct/class members, and primitives for querying this information. * Lambda2 [3]: A C++14, dependency-free, single header lambda library, from Peter Dimov. Allows simple function objects to be constructed via expressions such as: _1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'. [1]: https://www.boost.org/users/history/version_1_77_0.html [2]: https://www.boost.org/libs/describe/ [3]: https://www.boost.org/libs/lambda2/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflagsRosen Penev2021-09-01
|\ \ \ \ | | | | | | | | | | treewide: Remove GO_PKG_LDFLAGS for stripping binaries
| * | | | treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #16519 from 1715173329/dnslookupRosen Penev2021-09-01
|\ \ \ \ | | | | | | | | | | dnslookup: Update to 1.4.9
| * | | | dnslookup: Update to 1.4.9Tianling Shen2021-09-02
|/ / / / | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | ieee8021xclient: add packageDavid Yang2021-09-01
| | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | openvpn: add OpenVPN option push-peer-infoNguyen Quang Minh2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow the server to know more info about the client like HWADDR, very useful for managing IoT devices. See: https://www.mankier.com/8/openvpn#--push-peer-info Signed-off-by: Nguyen Quang Minh <minhnq31@fpt.com.vn>
* | | | acme: add haproxy supportWakatatsu Ryou2021-09-01
| | | | | | | | | | | | | | | | Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
* | | | acme: add haproxy supportWakatatsu Ryou2021-09-01
| | | | | | | | | | | | | | | | Signed-off-by: Wakatatsu Ryou <lialosiu@gmail.com>
* | | | tinc: use 'uci_get_state' instead of 'uci -P /var/state get'Etienne Champetier2021-09-01
| | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | ntfs-3g: bump to 2021.8.22 (CVE fixes)Sebastian Kemper2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream announced new release which includes fixes for 21 CVEs (see [1]). Upstream changed the symlink "mkfs.ntfs" to respect "--sbin-dir". So this commit adjusts this likewise in the Makefile. [1] https://www.openwall.com/lists/oss-security/2021/08/30/1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>