aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* luajit: patch: PPC/e500 SPE: use soft float instead of failingŠimon Bořek2022-08-06
| | | | | | | | | | | | | | | | | | | | | | | | makes LuaJit builds for mpc85xx targets with SPE ISA extension enabled possible Quoting inner commit message: This allows building LuaJit for systems with Power ISA SPE extension[^1] support by using soft float on LuaJit side. While e500 CPU cores support SPE instruction set extension allowing them to perform floating point arithmetic natively, this isn't required. They can function with software floating point to integer arithmetic translation as well, just like FPU-less PowerPC CPUs without SPE support. Therefore I see no need to prevent them from running LuaJit explicitly. [^1]: https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* Merge pull request #19104 from janh/python-paho-mqtt-depends-uuidAlexandru Ardelean2022-08-05
|\ | | | | python-paho-mqtt: add missing dependency
| * python-paho-mqtt: add missing dependencyJan Hoffmann2022-08-03
| | | | | | | | | | | | | | The uuid module has been split out into a separate package with the update to Python 3.10. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* | kea: bump to 2.0.3Stijn Tintel2022-08-04
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | squeezelite: update to 1.9.9-1403Rosen Penev2022-08-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #19083 from pprindeville/drop-parallel-support-non-x86Philip Prindeville2022-08-04
|\ \ | | | | | | lcdproc: don't enable LPT support on non-x86 architectures
| * | lcdproc: don't enable LPT support on non-x86 architecturesPhilip Prindeville2022-08-03
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #18781 from paper42/fail2ban-py310Josef Schlehofer2022-08-04
|\ \ \ | | | | | | | | fail2ban: fix patch for python 3.10
| * | | fail2ban: fix patch for python 3.10Michal Vasilek2022-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 89d5d2e091c8da10a1c963158a6de92b05079116 only patched importing MutableMapping from collections, but importing Mapping has to be patched too Closes: #18681 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | Merge pull request #19021 from borkra/fix_dependenciesEneas U de Queiroz2022-08-03
|\ \ \ \ | |_|_|/ |/| | | Avoid building unused package dependencies
| * | | gnutls: Avoid building unused gnutls dependencyBoris Krasnovskiy2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Avoid building unused gnutls dependency Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
| * | | gensio: Avoid building unused python and libstdcpp dependeciesBoris Krasnovskiy2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Avoid building unused python and libstdcpp dependecies Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
| * | | chrony: Avoid building unused gnutls and ca dependenciesBoris Krasnovskiy2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Avoid building unused gnutls and ca dependencies Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
* | | | sexpect: updated to 2.3.11Clark Wang2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | python-jsonschema: Update to 4.9.0Javier Marcet2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | docker-compose: Update to version 2.9.0Javier Marcet2022-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | nano: update to 6.4Hannu Nyman2022-08-02
| | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 6.4. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | coremark: bump to 2022-07-27Aleksander Jan Bajkowski2022-08-02
| |_|/ |/| | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | realtek-poe: Add package to control PoE for Realtek 838x devicesAlexandru Gagniuc2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | The realtek-poe package is used to configure the Power-over-Ethernet controller found on Realtex 838x based switches. On many such switches, the PoE doesn't work without this package. Signed-off-by: Stijn Segers <foss@volatilesystems.org> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
* | | Merge pull request #19055 from pprindeville/issue#18975Philip Prindeville2022-07-30
|\ \ \ | | | | | | | | lcdproc: don't detect parallel port on build host
| * | | lcdproc: don't detect parallel port on build hostPhilip Prindeville2022-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Also, limit builds to x86 and x86_64. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #18931 from alinnastac/libxml2-iconvMichael Heimpold2022-07-29
|\ \ \ \ | | | | | | | | | | libxml2: add libiconv path to pkg-config file
| * | | | libxml2: add libiconv path to pkg-config fileAlin Nastac2022-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for applications that use libxml-2.0.pc Libs.private params to link with -liconv library. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* | | | | Merge pull request #19073 from jempatel/apinger-rrd-graphFlorian Eckert2022-07-29
|\ \ \ \ \ | | | | | | | | | | | | apinger: add rrd graph support
| * | | | | apinger: add rrd graph supportJaymin Patel2022-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add package apinger-rrd for RRD graphs - add RPC to get an overview and update graphs - fix interface hotplug to restart apinger instance - add patch to split alarms list in the status Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* | | | | | stunnel: update version to 5.65Florian Eckert2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | frr: update to 8.3.0Lucian Cristian2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | domoticz: fix read of "disabled" uci configuration parameterRobert Högberg2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The domoticz init script didn't properly read the "disabled" configuration parameter and instead the service was always started. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | | | | ffmpeg: update to 5.1John Audia2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to latest upstream version, manually rebased: 050-glibc.patch Tested using: ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg Resulting mpg was good. Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | tar: add PKG_CONFIG_DEPENDSRosen Penev2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes compilation when deselecting options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | hfsprogs: remove unused libbsdGuilherme Janczak2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hfsprogs uses libbsd for strlcpy(), but the strlcpy() calls are inside `#ifdef` and don't show up on the OpenWRT package. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* | | | | | rclone: update to 1.59.0ZiMing Mo2022-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release note: https://rclone.org/changelog/#v1-59-0-2022-07-09 Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
* | | | | | Merge pull request #18993 from mhei/php8-update-8.1.8Michael Heimpold2022-07-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | php8: update to 8.1.8
| * | | | | | php8: update to 8.1.8Michael Heimpold2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2022-31627 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #18930 from pprindeville/isc-dhcp-drop-allow-updatePhilip Prindeville2022-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | isc-dhcp: don't use allow-update in bind config
| * | | | | | | isc-dhcp: don't use allow-update in bind configPhilip Prindeville2022-07-13
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | Merge pull request #19060 from MoetaYuko/patch-1Hannu Nyman2022-07-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kitty-terminfo: Fix license
| * | | | | | | kitty-terminfo: Fix licenseJitao Lu2022-07-27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* | | | | | | Merge pull request #18914 from stangri/master-nebulaStan Grishin2022-07-26
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | nebula: update to 1.6.0
| * | | | | | nebula: update to 1.6.0Stan Grishin2022-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update to https://github.com/slackhq/nebula/releases/tag/v1.6.0 * Update maintainer's email address * Update for newest shellcheck Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | | | | zmq: remove libbsd dependencyRosen Penev2022-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not really needed for anything. Patch taken from upstream. Remove obsolete libpthread and librt dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | libwebp: bump to version 1.2.3Alexandru Ardelean2022-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop upstreamed patch '001-fix-cmake-webpmux-linking.patch'. Re-adapted patch '010-mips16.patch' Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | telegraf: Update to version 1.23.3Jonathan Pagel2022-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | | | Merge pull request #19047 from liudf0716/xfrpcFlorian Eckert2022-07-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xfrpc: Update to 1.07.582
| * | | | | | | xfrpc: Update to 1.07.582Dengfeng Liu2022-07-25
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | | | | | dockerd: Update to v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | docker: Update to v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | libnetwork: Update to f6ccccb for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | containerd: Update to v1.6.6 for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | runc: Update to v1.1.2 for Docker v20.10.17Gerard Ryan2022-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>