aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ddns-scripts: Add dnspod.cnJun Zhu2021-09-30
| | | | Signed-off-by: Jun Zhu <zhujunsan@gmail.com>
* Merge pull request #16745 from neheb/tinc2Alexandru Ardelean2021-09-29
|\ | | | | tinc: update to 1.1pre18
| * tinc: update to 1.1pre18Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to normal tarballs. Add license information. Reorganize Makefile for consistency between packages. Add libtool patch fixing compilation under some conditions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | sudo: bump to version 1.9.8p2Alexandru Ardelean2021-09-28
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #16746 from neheb/secc2Alexandru Ardelean2021-09-28
|\ \ | | | | | | libseccomp: update to 2.5.2
| * | libseccomp: update to 2.5.2Rosen Penev2021-09-26
| |/ | | | | | | | | | | | | | | Use AUTORELEASE for simplicity. Add libtool patch to fix compilation under some platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16679 from paper42/mutt-2.1.3Alexandru Ardelean2021-09-28
|\ \ | | | | | | mutt: update to 2.1.3
| * | mutt: update to 2.1.3Michal Vasilek2021-09-21
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | Merge pull request #16760 from mhei/ci-typoAlexandru Ardelean2021-09-28
|\ \ \ | | | | | | | | github-ci: fix small typo
| * | | github-ci: fix small typoMichael Heimpold2021-09-28
|/ / / | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #16756 from mhei/php7-updateMichael Heimpold2021-09-28
|\ \ \ | | | | | | | | php7: update to 7.4.24
| * | | php7: update to 7.4.24Michael Heimpold2021-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21706 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #16755 from mhei/php8-updateMichael Heimpold2021-09-28
|\ \ \ \ | | | | | | | | | | php8: update to 8.0.11
| * | | | php8: update to 8.0.11Michael Heimpold2021-09-27
| |/ / / | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | fontconfig: avoid compilation problem (on Ubuntu)Hannu Nyman2021-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially revert an upstream commit to avoid build breakage on Ubuntu. Refrerence to discussion starting at https://github.com/openwrt/packages/pull/16726#issuecomment-927309052 Upstream commit: https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/ae9ac2a1bfb6fa800b99791b6fc36711dd0c1fbc meson: fix cross-compilation issues with gperf header file preprocessing Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | delve: Update to 1.7.2Niels Widger2021-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for changes. Signed-off-by: Niels Widger <niels@qacafe.com>
* | | | Merge pull request #16515 from jow-/nlbwmon-bumpAlexandru Ardelean2021-09-27
|\ \ \ \ | |/ / / |/| | | nlbwmon: update to latest Git HEAD
| * | | nlbwmon: update to latest Git HEADJo-Philipp Wich2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | d82c910 nfnetlink: warn if the requested recv buffer size surpasses rmem_max Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | libarchive: update to 3.5.2Rosen Penev2021-09-27
| | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | openssh: update to 8.8p1Sibren Vasse2021-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | python3: enable bluetooth support by defaultAlexandru Ardelean2021-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bluetooth support requires bluez-libs present, but they are only required for the build, and don't seem to be needed to be present on the target. There isn't any linking required to libbluetooth. It's only the bluetooth.h header that is required for building BT support into Python. For testing, this snippet was used from `Lib/test/test_socket.py` (inside cpython): ``` def _have_socket_bluetooth(): """Check whether AF_BLUETOOTH sockets are supported on this host.""" try: # RFCOMM is supported by all platforms with bluetooth support. Windows # does not support omitting the protocol. s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM) except (AttributeError, OSError): return False else: s.close() return True ``` Fixes: https://github.com/openwrt/packages/issues/16544 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | rtty: update to 8.0.0Jianhui Zhao2021-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | Merge pull request #16740 from mhei/php8-fix-16642Michael Heimpold2021-09-27
|\ \ \ \ | | | | | | | | | | php8: fix module loading with glibc (refs #16642)
| * | | | php8: fix module loading with glibc (refs #16642)Michael Heimpold2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without -ldl linker flag .so extensions are not loaded when glibc is used. Fix it by providing adjusted LDFLAGS for this case. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #16741 from mhei/php7-fix-16642Michael Heimpold2021-09-27
|\ \ \ \ \ | | | | | | | | | | | | php7: fix module loading with glibc (refs #16642)
| * | | | | php7: fix module loading with glibc (refs #16642)Michael Heimpold2021-09-26
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without -ldl linker flag .so extensions are not loaded when glibc is used. Fix it by providing adjusted LDFLAGS for this case. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | dnsdist/pdns/pdns-recursor: Remove 010-time_t-check.patchWout Bertrums2021-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch to remove PowerDNS' check for whether time_t is 64-bit is not needed anymore, due to OpenWrt now having a more recent musl libc where time_t is 64-bit on all architectures. Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | | dnsdist: Update to v1.6.1Wout Bertrums2021-09-27
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | The patch for GCC 11 is not needed anymore because it is upstream now: https://github.com/PowerDNS/pdns/pull/10400 Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | ttyd: fix ssl ca option initMax S Kash2021-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Max S Kash <asukms@ya.ru>
* | | | hidapi: update to 0.10.1Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | zerotier: update to 1.6.6Chukun Pan2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security release (see [1]). [1] https://www.zerotier.com/2021/09/21/incident-response-to-september-20th-2021 Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* | | | libconfig: update to 1.7.3Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libfstrm: update to 0.6.1Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mpg123: update to 1.29.0Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | nlohmannjson: update to 3.10.2Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | minizip: update to 3.0.3Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | protobuf: update to 3.17.3Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libcoap: update to 4.3.0Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | smcroute: update to version 2.5.3Moritz Warning2021-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | libs: openblas: use GENERIC for MIPS{EL} and MIPS24K for CPU_TYPE == 24kcAlexandru Ardelean2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up until now, we were defaulting to MIPS24K for all MIPS archs. But, we should use the GENERIC target for MIPS{EL} and the MIPS24K target for the 24kc CPU_TYPE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | libs: openblas: patch openblas to handle mips{64}el arch namesAlexandru Ardelean2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Related to PR: https://github.com/xianyi/OpenBLAS/pull/3387 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | libs: openblas: use GENERIC target for MIPS64 archs and as defaultAlexandru Ardelean2021-09-26
|/ / / | | | | | | | | | | | | | | | | | | | | | The GENERIC target for OpenBLAS seems good enough for most configs, so try to use it for MIPS64 and as default for other archs. This was already being used for x86{_64} archs. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #16738 from stangri/master-curlStan Grishin2021-09-26
|\ \ \ | | | | | | | | curl: update to 7.79.1
| * | | curl: update to 7.79.1Stan Grishin2021-09-26
|/ / / | | | | | | | | | | | | | | | * update to [7.79.1](https://curl.se/changes.html#7_79_1) Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | usbip: Add init script for usbip-serverAlexander Sulfrian2021-09-26
| | | | | | | | | | | | Signed-off-by: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
* | | pigeonhole: update to 0.5.16Rosen Penev2021-09-25
| | | | | | | | | | | | | | | | | | Update URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | fontconfig: update to 2.13.94Rosen Penev2021-09-25
| | | | | | | | | | | | | | | | | | Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | lxc-auto: step by 1 sec up to $max_timeoutJohn Audia2021-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user defines a $max_timeout of 30, the service will wait 30 seconds before it considers lxc-stop complete even though lxc-stop might actually finish much sooner. This introduces an unneeded delay. This commit changes the behavior to check once per second to see when lxc-stop actually stops doing so up to $max_timeout. It also slightly simplifies the code with logic to append the -t $max_timeout to the script. Signed-off-by: John Audia <graysky@archlinux.us>
* | | zoneinfo: Updated to the latest releaseVladimir Ulrich2021-09-25
| | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | javascript-obfuscator: bump to 2.19.0 and switch to autoreleaseZbyněk Kocur2021-09-25
| | | | | | | | | | | | | | | | | | New version of package node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>