aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* v2raya: Update to 1.5.4Tianling Shen2021-10-02
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* collectd: sqm_collect: handle being orphanedKevin Darbyshire-Bryant2021-10-02
| | | | | | | | | | If the master collectd instance gets shut down in an uncontrolled manner (crashes!) then sqm_collect scripts will be left orphaned and will run forever. Modify script to check if it still has a parent and if not, exit. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* libwebp: fix webpmux lib name for cmake linkingAlexandru Ardelean2021-10-02
| | | | | | | | | | | | | | When using CMake the `<prefix>/usr/share/WebP/cmake/WebPConfig.cmake` gets used to get the names of the libraries to link against. Since version 1.2.1 of libwebp, libwebpmux is on by default. This causes a linker error because the linker arg should be `-lwebpmux` instead of `-llibwebpmux`. This is easily fixable by correcting the generation of the WebPConfig.cmake file to append `webpmux` when this lib is enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* yq: Update to 4.13.3Tianling Shen2021-10-02
| | | | | | Fixes: CVE-2021-33196 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #16715 from neheb/FIOAlexandru Ardelean2021-10-02
|\ | | | | libfido2: update to 1.8.0
| * libfido2: update to 1.8.0Rosen Penev2021-10-01
|/ | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove no longer necessary warning fixes. Add now needed zlib dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16752 from paper42/python-websocketAlexandru Ardelean2021-10-01
|\ | | | | python-websockets: new package
| * python3-package.mk: fix syntax error in FindStdlibDependsMichal Vasilek2021-09-30
| | | | | | | | | | | | | | | | When running FindStdlib and running DependsCheckHostPipVersionMatch at the same time, both commands were joined together resulting in a syntax error. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
| * python-websockets: new packageMichal Vasilek2021-09-30
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | dnsproxy: Update to 0.39.8Tianling Shen2021-10-01
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | socat: update to 1.7.4.1Chukun Pan2021-09-30
| | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* | pillow: add webp supportAlexandru Ardelean2021-09-30
| | | | | | | | | | | | Requested via: https://github.com/openwrt/packages/pull/16732 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | libs: libwebp: bump to 1.2.1 & assign myself as maintainerAlexandru Ardelean2021-09-30
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | openpyxl: bump to version 3.0.9Alexandru Ardelean2021-09-30
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | stress-ng: bump to 0.13.03Alexandru Ardelean2021-09-30
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16663 from zhujunsan/masterFlorian Eckert2021-09-30
|\ | | | | ddns-scripts: Add dnspod.cn
| * 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>