aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | rtpmidid: add packageDaniel Golle2022-06-13
| | | | | | | | | | | | | | | | | | | | | | | | Add RTP MIDI server package allowing to import/export local MIDI clients or hardware devices to the local network using Apple's RTP MIDI protocol. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | ttymidi-sysex: add packageDaniel Golle2022-06-13
| | | | | | | | | | | | | | | | | | | | | This adds an improved version of ttymidi with full support for SysEx MIDI messages. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | python3: Update to 3.10.5, refresh patchesJeffery To2022-06-13
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | ksmbd-tools: add meson buildRosen Penev2022-06-12
| | | | | | | | | | | | | | | | | | Avoids iconv problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | irqbalance: upstream patch to fix segfaultHannu Nyman2022-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Apply post-1.9.0 patch from upstream to fix a segfault. savedptr can be NULL, so guard for that. Fixes #18741 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | irqbalance: upstream patch to fix irq-module relationHannu Nyman2022-06-12
| |/ |/| | | | | | | | | | | Apply post-1.9.0 patch from upstream to fix the irq-->module relation detection. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | dawn: update to 2022-06-11Nick Hainke2022-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4cf9d0b treewide: code and documentation cleanup 48b12ee datastorage: Minor chnages to kicking algorithm to tidy up some handling. 7b615b6 treewide: improve beacon/probe logging 185f31b treewide: improve beacon request handling 0c2e713 datastorage/ubus: Add "soft" kicking algorithm 38f60c5 treewide: RSSI / RCPI handling updates aba3e81 documentation: Parameter defaults and documentation 3979fdf treewide: cleanup code e3b3753 scoring: improve scoring algorithm 33f380f treewide: cleanup code b42193f kicking: improve kicking algorithm 16deab3 treewide: improve mutex handling 31f0a37 test: cleanup tests and add some test scripts 43ca8b8 treewide: fix bugs from Coverity Scan 8ae2a42 utils/storage: improve descriptions 9a9b4dd ubus: Simplify loops and scans in generating hearing map c833064 treewide: rework mutex 1df5bc5 (master) network: cleanup and improve network handling 3bd349a utils: cleanup a855087 utils/storage: cleanup 439fe95 ubus/datastorage/msghandler: cleanup 335ace2 datastorage: improve linked list 40ebf48 ubus/datastorage: cleanup c13c285 utils: cleanup 0e4fc50 documentation: Heavily revised Markdown documentation files Signed-off-by: Nick Hainke <vincent@systemli.org>
* | libpsl: use iconv dependencyRosen Penev2022-06-10
| | | | | | | | | | | | Removed need for manual iconv handling. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | cshark: fix compilation with GCC12Rosen Penev2022-06-10
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gerbera: update to 1.11.0Rosen Penev2022-06-10
| | | | | | Switch to meson build. Compiles properly with nls.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* uvcdynctrl: compile with mesonRosen Penev2022-06-09
| | | | | | meson's iconv support actually works. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* node: bump to v16.15.1Hirokazu MORIKAWA2022-06-09
| | | | | | | Upgrade npm to 8.11.0 Suppressed unnecessary builds. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* mqttled: add new packageTom Grime2022-06-09
| | | | Signed-off-by: Tom Grime <tom.grime@gmail.com>
* lighttpd: update to lighttpd 1.4.65 release hashGlenn Strauss2022-06-09
| | | | | | | * update to lighttpd 1.4.65 release hash * specify lua version w/ -Dlua_version=lua to avoid patching meson.build Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* xtables-addons: update to 3.20Nick Hainke2022-06-09
| | | | | | | | | | 866bc7f Xtables-addons 3.20 aa70669 doc: move changelog to rST d7de2a9 doc: remove old changelog entries d7e49a8 build: bump supported kernel version to 5.17 966fa43 extensions: replace PDE_DATA Signed-off-by: Nick Hainke <vincent@systemli.org>
* xtables-addons: add PKG_LICENSE_FILES and use SPDXNick Hainke2022-06-09
| | | | | | Add PKG_LICENSE_FILES. Use SPDX. Signed-off-by: Nick Hainke <vincent@systemli.org>
* domoticz: fix compilation with GCC12Rosen Penev2022-06-09
| | | | | | Upstream backport Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openvpn: update to 2.5.7Ivan Pavlov2022-06-09
| | | | | | | Added limited support for OpenSSL 3.0 Fixed some bugs Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* mdio-tools: include mvlsRobert Marko2022-06-09
| | | | | | | | | | mdio-tools have a app dedicated to reading Marvell Link Street switch properties which is really usefull to not have to manually do it via MDIO. So, install the mvls binary as well. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
* mdio-tools: update to 1.1.1Robert Marko2022-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the mdio-netlink kmod and userspace mdio-tools to version 1.1.1. mdio-tools required a musl time64 compatibility fix that I have an PR open for already. Changelog: [v1.1.1] - 2022-05-23 --------------------- Tiny bugfix release. - mdio: The bench operation is now much more reliable when stacked on other devices than regular PHYs (e.g. paged PHYs or Marvell switches). - mvls: The STU can now be dumped chips from the Peridot generation. [v1.1.0] - 2022-05-04 --------------------- A sprawling release, adding various mvls related introspection features. mvls also gains a JSON output format. - mvls: The STU can now be dumped (requires Linux 5.17 or later). This is useful now that mv88e6xxx supports offloading of MST states - mvls: Output can now be formatted as JSON for easier scripting - mdio: mvls: A subset of MIB counters can now be dumped. This let's you get at counters for DSA ports, which are not reachable from ethtool - mdio: mvls: The LAG mask and LAG map tables can now be dumped - mdio: Improve usage message by including the examples from the manual Signed-off-by: Robert Marko <robert.marko@sartura.hr>
* udpspeeder: add key optionTan Xiaofan2022-06-09
| | | | Signed-off-by: Tan Xiaofan <xfan1024@live.com>
* glib2: replace intl patch with upstream solutionRosen Penev2022-06-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-jsonschema: Update to 4.6.0Javier Marcet2022-06-09
| | | | | | | | | | | | | | | | | | What's Changed: - Add package_url for changelog by @fhightower - Only validate unevaluated properties/items on applicable types by @EpicWink - Mark library as typed (PEP-561) by @ssbarnea - Add v4.5.1 to changelog by @sirosen - Modernize the packaging setup via PEP 621 and Hatch. by @Julian New Contributors: - @fhightower made their first contribution - @EpicWink made their first contribution Signed-off-by: Javier Marcet <javier@marcet.info>
* memcached: update to 1.6.15Rosen Penev2022-06-09
| | | | | | Fixes compilation with GCC12. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebsockets: fix compilation with GCC12Rosen Penev2022-06-09
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dawn: update to 2022-06-09Nick Hainke2022-06-09
| | | | | | | 850a75c fix compilation with GCC12 2ac7b9d workflow: fix workflow Signed-off-by: Nick Hainke <vincent@systemli.org>
* dnsproxy: Update to 0.43.1Tianling Shen2022-06-08
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: increase nofile limitationTianling Shen2022-06-08
| | | | | | | | This fixes "too many open files" error caused by max-file limitation when xray processes large traffic. Reported-by: Terry Ding <terryding77@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #18711 from BKPepe/beep-updateJeffery To2022-06-08
|\ | | | | beep: change git repository includes CVE fixes
| * beep: change git repository to fix CVE-2018-0492 and CVE-2018-1000532Josef Schlehofer2022-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Changed Git repository, which is used for Fedora packaging https://github.com/johnath/beep/issues/11#issuecomment-450277122 Fixed CVEs: CVE-2018-0492 - https://nvd.nist.gov/vuln/detail/CVE-2018-0492 CVE-2018-1000532 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000532 2. Fixed SPDX License Identifier 3. Add patch to comment out -D_FORTIFY_SOURCE Otherwise, it can not be built by default. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #18680 from graysky2/htopJeffery To2022-06-07
|\ \ | | | | | | htop: update to 3.2.1
| * | htop: update to 3.2.1John Audia2022-06-04
| | | | | | | | | | | | | | | | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | Merge pull request #18576 from stangri/master-curlStan Grishin2022-06-07
|\ \ \ | | | | | | | | curl: bump to 7.83.1
| * | | curl: bump to 7.83.1Stan Grishin2022-06-06
| | | | | | | | | | | | | | | | | | | | | | | | * https://curl.se/changes.html#7_83_1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | micropython-lib: Update to latest masterJeffery To2022-06-06
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | gg: Update to 0.2.6Tianling Shen2022-06-06
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | golang: Update to 1.18.3Jeffery To2022-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2022-30634 (crypto/rand: Read hangs when passed buffer larger than 1<<32 - 1). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | xray-core: Update to 1.5.7Tianling Shen2022-06-06
| |_|/ |/| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | glib2: update libintl handlingSebastian Kemper2022-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glib2's meson.build runs check cc.has_function('ngettext', args : osx_ldflags) and, if successful, it never looks for non-libc libintl. For musl and glibc this test is always successful. glib2 unconditionally sets ENABLE_NLS, so during compile <libintl.h> gets included always. But then we have a disconnect when the OpenWrt pkg is being built with BUILD_NLS=y, because the <libintl.h> will be from libintl-full but glib2 will not link to libintl-full. With BUILD_NLS=n there's no problem, because the <libintl.h> will be from libc. In lieu of proper libintl detection in glib2's meson build, removing the SED call from the Makefile together with the added patch sorts this out. The SED call can be removed because when we force libintl-full use, the meson build will put the necessary linker flag into the pkg-config file itself. Alpine Linux does something similar (see [1]), but they always force the use of the external libintl. I assume they always go for full NLS support. [1] https://git.alpinelinux.org/aports/tree/main/glib/musl-libintl.patch Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | nfs-kernel-server: disable IPv6 for hostRosen Penev2022-06-04
| | | | | | | | | | | | | | | | | | Some issue with static libtirpc Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libtirpc: don't build host shared librariesRosen Penev2022-06-04
| | | | | | | | | | | | | | | | | | Avoids having to use rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ntfs-3g: update to 2022.5.17Rosen Penev2022-06-04
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ksmbd-tools: update to 3.4.5Rosen Penev2022-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: Add support for Heimdal as the Kerberos 5 implementation. Add smbd max io size parameter. Accept global share options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libndpi: fix pcre2 dependency nameToni Uhlig2022-06-04
| | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | xfrpc: fix bug of xfrpc.initDengfeng Liu2022-06-04
| | | | | | | | | | | | | | | | | | replace xfrpc with xfrp Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | xfrpc: update to 1.05.561Dengfeng Liu2022-06-04
| |/ |/| | | | | | | | | support tcp mux and default to turn it on Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | irqbalance: remove local patch for socket directoryHannu Nyman2022-06-04
| | | | | | | | | | | | | | | | | | | | | | Upstream has finally patched the UI communication socket creation to happen only if the irqbalance UI is enabled. As we do not use the irqbalance UI, we can remove our local fix implemented by 4f0c847828. (If you want to enable irqbalance UI, the fix is still needed.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | irqbalance: update to 1.9.0Hannu Nyman2022-06-04
| | | | | | | | | | | | | | Update irqbalance to version 1.9.0 * adopt AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | open-iscsi: update to 2.1.7Lucian Cristian2022-06-03
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | openpyxl: bump to version 3.0.10Alexandru Ardelean2022-06-03
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>