aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | uvol: fix list output on LVM backendDaniel Golle2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'uvol list' was broken when introducing support for the hidden volumes. Fix that by not using 'continue' keyword to break the loop (as that lead to skipping 'json_select ..') and using if-clause instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | powertop: update to 2.14Rosen Penev2022-03-22
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream switched to github. Fix license information. Backport patch for ncurses 6.3. Remove other backported patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #18121 from jefferyto/python-3.10.3Alexandru Ardelean2022-03-21
|\ \ \ | | | | | | | | python3: Update to 3.10.3, refresh patches
| * | | python3: Update to 3.10.3, refresh patchesJeffery To2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for: * Windows builds updated to bzip2 1.0.8 to mitigate CVE-2016-3189 and CVE-2019-12900 * CVE-2022-26488: Escalation of privilege via Windows Installer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | auc: only add filesystem type if it is knownDaniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | Prevent NULL-pointer on older versions of OpenWrt. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | auc: bump to version 0.2.5Daniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Request root filesystem type to since it is possible now after https://github.com/openwrt/asu/commit/9d8467a748aaa954b27eb3a471ae8a8303abc47a Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | zoneinfo: updated to the latest releaseVladimir Ulrich2022-03-21
|/ / / | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | Merge pull request #18095 from TDT-AG/pr/20220318-glib2Florian Eckert2022-03-21
|\ \ \ | | | | | | | | glib2: update version to 2.70.4
| * | | glib2: update version to 2.70.4Florian Eckert2022-03-21
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #18117 from mhei/php8-updateMichael Heimpold2022-03-21
|\ \ \ \ | | | | | | | | | | php8: update to 8.1.4
| * | | | php8: update to 8.1.4Michael Heimpold2022-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | cloudflared: Update to 2022.3.3Tianling Shen2022-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | yq: Update to 4.23.1Tianling Shen2022-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | xray-core: Update to 1.5.4Tianling Shen2022-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | gnunet-fuse: update to 0.16.0Daniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only notable change since 0.14.0 is that pthread_mutexattr_setkind_np() is now no longer used. pthread_mutexattr_setkind_np() is deprecated and non-standard. The standard version is called pthread_mutexattr_settype() Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnunet: update to 0.16.2Daniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release for gnunet 0.16.1. Noteworthy changes in 0.16.2 (since 0.16.1) DHT: Fix path signature handling. GNS: Fix BOX handling in zone apex. NAMESTORE: Prevent storing under invalid labels. Buildsystem: Fix build on *BSD and Guix. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | poemgr: add packageDavid Bauer2022-03-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Add the poemgr package. This package is required to control the PSE controller for the PoE outputs on the Ubiquiti UniFi Switch Flex. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | Merge pull request #18106 from mhei/mmc-utils-updateMichael Heimpold2022-03-20
|\ \ \ \ | | | | | | | | | | mmc-utils: update to latest upstream revision
| * | | | mmc-utils: update to latest upstream revisionMichael Heimpold2022-03-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #18109 from mhei/php8-pecl-http-updateMichael Heimpold2022-03-20
|\ \ \ \ \ | | | | | | | | | | | | php8-pecl-http: update to 4.2.2
| * | | | | php8-pecl-http: update to 4.2.2Michael Heimpold2022-03-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #18116 from hnyman/opingHannu Nyman2022-03-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | liboping: fix compilation with ncurses 6.3
| * | | | | liboping: fix compilation with ncurses 6.3Hannu Nyman2022-03-20
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation with ncurses 6.3 by adjusting the printf format strings. Apparently ncurses 6.3 introduced some new formatting tweaks that broke things. Fixes #18110 Reference to: * https://github.com/octo/liboping/issues/62 * https://github.com/octo/liboping/pull/61 * https://salsa.debian.org/debian/liboping/-/blob/debian/debian/patches/fix_HOST_PRINTF_format_string.patch Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | rclone: Update to 1.58.0Tianling Shen2022-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing call for rclone-config. Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | postgresql: update to 14.2Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor release with a large number of fixes and small changes. See release notes[1] for details. [1]: https://www.postgresql.org/docs/release/14.2/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | perl-net-dns: update to version 1.33Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **** 1.33 Dec 16, 2021 Fix rt.cpan.org #137768 Test t/05-SVCB.t on Perl 5.18.0 fails with deep recursion. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | lvm2: update to 2.03.15Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.03.15 - 07th February 2022 ==================================== Remove service based autoactivation. global/event_activation = 0 is NOOP. Improve support for metadata profiles for --type writecache. Use cache or active DM device when available with new kernels. Introduce function to utilize UUIDs from DM_DEVICE_LIST. Increase some hash table size to better support large device sets. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libinput: update to 1.19.3Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ed79e4fa quirks: changes touchpad pressure Lenovo Yoga 2 Pro 797a66c1 doc/user: fix broken link to "Observations on trackpoint input data" 7db2a339 quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse 5e7bae44 quirks: Dell 15R touchpad settings for firmware v3 54275910 gestures: cancel hold gestures on thumb detection 033aee76 doc/user: fix broken link to systemd 60-evdev.hwdb Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | ccid: update to version 1.5.0Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.5.0 - 27 January 2022, Ludovic Rousseau - Add support of - ACS ACR1281U - Circle CCR7125 ICC - Circle CIR125 ICC - Circle CIR125-DOT ICC - Circle CIR215 CL with iProduct 0x2100 - Circle CIR315 DI - Circle CIR315 with idProduct: 0x0324 - Circle CIR315 with idProduct: 0x7004 - Circle CIR415 CL - Circle CIR515 ICC - Circle CIR615 CL - Circle CIR615 CL & 1S - ELYCTIS CL reader - Nitrokey Nitrokey 3 - Thales Shield M4 Reader - Add support of simultaneous slot access on multi slots readers - Use FeliCa instead of Felica on SONY request - Fix SafeNet eToken 5110 SC issue - Allow vendor control commands for Omnikey 5427 CK - always compute readTimeout to use a value greater than default 3 seconds - Check the bSeq value when receiving a CCID frame - Avoid logging errors when a reader is removed - Some other minor improvements Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | pcsc-lite: update to version 1.9.5Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.9.5: Ludovic Rousseau 4 December 2021 - pcscd: autoexit even if no client connects - Fix variable substitution in systemd units - fix potential race conditions with powerState handling - Add and use tag TAG_IFD_DEVICE_REMOVED - UnitaryTests: port code to Python 3 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | usteer: update to latest versionDavid Bauer2022-03-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f4e120c band-steering: add band-steering component 439acc5 policy: add steer-reject-timeout 648c6f3 policy: make roam-steers client-rejectable 1fa3210 policy: update roam-state after hard-kicks c19c885 policy: move load-kick out of kick meta-function 96ef3a6 ubus: skip neighbors which exceed their assoc limit 86e7297 policy: export below_max_assoc 33a5acd policy: make policy helpers more generic 32fed79 add local_mode config option Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | Merge pull request #17903 from WereCatf/feature_gensioMichael Heimpold2022-03-18
|\ \ \ \ | | | | | | | | | | gensio: Add new package
| * | | | gensio: Add new packageNita Vesa2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A library to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL, etc. Signed-off-by: Nita Vesa <werecatf@outlook.com>
* | | | | Merge pull request #18091 from c---/fixcurlwolfsslStan Grishin2022-03-18
|\ \ \ \ \ | | | | | | | | | | | | curl: Fix compiling curl wolfSSL when IPv6 is disabled
| * | | | | curl: Fix compiling curl wolfSSL IPv6 disabledChris Osgood2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #18082 Signed-off-by: Chris Osgood <chris_github@functionalfuture.com>
* | | | | | Mako: Remove packageJeffery To2022-03-18
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package (more specifically, the host version) was added for mesa in the video feed[1]; no packages in the packages feed require this package. As mesa will be updated to install Mako using host pip[2], there is no need to continue maintaining the package here. It will be imported into the abandoned packages repo[3]. [1]: https://github.com/openwrt/packages/commit/2e17cb9a1b336f4b53146bdedbc583a03092e424#commitcomment-63047904 [2]: https://github.com/openwrt/video/pull/25 [3]: https://github.com/openwrt/packages-abandoned/pull/26 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | bind: bump to 9.18.1Noah Meyerhans2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes multiple security issues: * CVE-2022-0667 -- An assertion could occur in resume_dslookup() if the fetch had been shut down earlier * CVE-2022-0635 -- Lookups involving a DNAME could trigger an INSIST when "synth-from-dnssec" was enabled * CVE-2022-0396 -- A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer() to be called recursively, which in turn left TCP connections hanging in the CLOSE_WAIT state blocking indefinitely when out-of-order processing was disabled. * CVE-2021-25220 -- The rules for acceptance of records into the cache have been tightened to prevent the possibility of poisoning if forwarders send records outside the configured bailiwick Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | glib2: fix compilation with Alpine LinuxRosen Penev2022-03-17
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch taken from Alpine Linux git. The problem is missing -lintl linker flag. Placed in a separate directory as the patch interferes with the way libintl is implemented in OpenWrt. Also removed rpath hack, which is not needed as all libraries are static. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Revert "expat: add host build"Jeffery To2022-03-18
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ca21bbf2edd64fffd044e0d6caf6975243a3fa4b. 5bf74f2 removed the host build of expat and updated packages to use tools/expat instead. ca21bbf re-added the host build of expat for mesa (actually wayland) in the video feed. Changing wayland to use tools/expat is the proper fix, and there is a PR[1] open with this change. Therefore this commit can and should be reverted. [1]: https://github.com/openwrt/video/pull/24 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | slide-switch: Update to 1.0.0Jeffery To2022-03-17
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | cloudflared: Update to 2022.3.2Tianling Shen2022-03-17
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | python3: Add Py3Build/InstallBuildDepends recipeJeffery To2022-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a recipe, Py3Build/InstallBuildDepends, that installs the requirements listed in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS. This allows other (non-Python) packages to install host Python packages by calling this recipe, without having to know the internals of python3-package.mk. This also updates apparmor to call this recipe. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | libextractor: remove ffmpeg pluginRosen Penev2022-03-17
| | | | | | | | | | | | | | | | | | This was removed upstream. It also doesn't build with ffmpeg 5.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | bind: fix warnings about unknown optionsPhilip Prindeville2022-03-17
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #18066 from TDT-AG/pr/20220315-collectdFlorian Eckert2022-03-17
|\ \ \ | | | | | | | | collectd: update smart plugin
| * | | collectd: smart: add patch to check udev_enumerate_scan_devices return valueFlorian Eckert2022-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function udev_enumarte_scan_devices returns a value less than 0 on failure. If this is the case then we terminate the read for this smart information. This change was already send upstream. And could be delete in feature collectd versions. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | collectd: remove not needed fixFlorian Eckert2022-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was not a real fix but a workaround. It is no longer clear to me why this was necessary. Deleting the patch restores the upstream behaviour of the collected for the smart plugin. I have tested it and on my system the hard disk to be monitored is recognised. root@system ~ # cat /sys/class/block/sda/uevent MAJOR=8 MINOR=0 DEVNAME=sda DEVTYPE=disk Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #17940 from TDT-AG/pr/20220225-mwan3Florian Eckert2022-03-17
|\ \ \ \ | |/ / / |/| | | mwan3: update to version 2.11.0
| * | | mwan3: update version to 2.11.0Florian Eckert2022-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: dump iptables and ipset command for debuggingFlorian Eckert2022-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>