summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-cryptography-vectors: update to 35.0.0Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-coverage: update to 6.0.2Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-colorlog: update to 6.5.0Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cffi: update to 1.15.0Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-certifi: update to 2021.10.8Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-cantools: update to 36.4.0Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-astroid: update to 2.8.2Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-alembic: update to 1.7.4Oleksandr Kravchuk2021-10-181-1/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-absl: update 0.14.1Oleksandr Kravchuk2021-10-181-2/+1
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-nmap: upgrade 1.5.0 -> 1.5.1zangrc2021-10-181-2/+1
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-humanize: upgrade 3.11.0 -> 3.12.0zangrc2021-10-181-1/+1
| | | | | | | | | | | | | Added Add support for Python 3.10 Changed Use importlib.metadata to get package version instead of pkg_resources.get_distribution to decrease memory consumption Fixed Fix incorrect type in comment for 'when' Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-watchdog: upgrade 2.1.5 -> 2.1.6zhengruoqin2021-10-181-1/+1
| | | | | | | | | | | | | | | | | 2.1.6 ~~~~~ 2021-10-01 • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.1.5...v2.1.6>`__ - [bsd] Fixed returned paths in ``kqueue.py`` and restored the overall results of the test suite. (`#842 <https://github.com/gorakhargosh/watchdog/pull/842>`_) - [bsd] Updated FreeBSD CI support .(`#841 <https://github.com/gorakhargosh/watchdog/pull/841>`_) - [watchmedo] Removed the ``argh`` dependency in favor of the builtin ``argparse`` module. (`#836 <https://github.com/gorakhargosh/watchdog/pull/836>`_) - [watchmedo] Removed unexistant ``WindowsApiAsyncObserver`` references and ``--debug-force-winapi-async`` arguments. - [watchmedo] Improved the help output. - Thanks to our beloved contributors: @knobix, @AndreaRe9, @BoboTiG Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-urllib3: upgrade 1.26.6 -> 1.26.7zhengruoqin2021-10-181-1/+1
| | | | | | | | | | | | | 1.26.7 (2021-09-22) ------------------- * Fixed a bug with HTTPS hostname verification involving IP addresses and lack of SNI. (Issue #2400) * Fixed a bug where IPv6 braces weren't stripped during certificate hostname matching. (Issue #2240) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-ujson: upgrade 4.1.0 -> 4.2.0zhengruoqin2021-10-181-1/+1
| | | | | | | | | | | | | | | | | | | Added Add a default keyword argument to dumps (#470) @garenchan Add support for Python 3.10 (#472) @hugovk Build 32-bit wheels for Windows (#481) @hugovk Build PyPy3 wheels for manylinux (#475) @hugovk Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64) (#478) @bwoodsend Build wheels for musl Linux (musllinux_1_1_x86_64) (#476) @bwoodsend Changed Use declarative setup metadata (#477) @hugovk Wheel building updates (#473) @hugovk Rename master to main (#471) @hugovk Replace README.rst with Markdown (#479) @hugovk Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* nodejs: Upgrade to 14.18.1Khem Raj2021-10-171-9/+5
| | | | | | | | | | License-Update: Reflect new location of gtest sources remove node-inspect from license update Acorn to v8.4.1 Use internal openssl until nodejs is fixed to work with openssl3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-rsa-perl: Fix build with openssl3+Khem Raj2021-10-172-1/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Disable JIT on mipsKhem Raj2021-10-161-1/+6
| | | | | | | Fixes error: static assertion failed: MIPS32 jit only supports FR=0 fpu mode Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: update 60.9.0 -> 91.1.0Alexander Kanavin2021-10-1623-7813/+229
| | | | | | | | | | | | | | The new release requires rust to build and at the same time allows updating to python 3.10; I took the opportunity to rewrite the recipe from scratch, drop all the old cruft and use the official, current upstream build system in it. All prior patches and tweaks have been dropped; I have no reasonable way to test them, so if something regressed for you I'm afraid it needs to be addressed after the fact. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: update to 5.21.09Oleksandr Kravchuk2021-10-161-2/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nng: update to 1.4.0Oleksandr Kravchuk2021-10-161-4/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: update to 1.32.12Oleksandr Kravchuk2021-10-161-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp,yelp-xsl,yelp-tools: Upgrade to 41 releaseKhem Raj2021-10-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps fixing with webkit 2.34+ yelp-xsl 41.0 ============= * Loosen CSS match for title/desc in linkdiv * Use better target contrasts for white-on-black yelp 41.1 ========= * Fixed validation issues in appdata file * Updated yelp-xsl dependency * Revamped a lot of color code to avoid deprecated Gtk API (Shaun McCance) * Search results and 'All Help' now use current styling (Shaun McCance) * Fixed aliasing on the icon (Jakub Steiner) * Build against webkit2gtk-4.1 by default (Javier Jardón) * Removed calls to deprecated Soup API (Carlos Garcia Campos) * Updated translations: oc (Quentin PAGÈS) yelp-tools 41.0 =============== * Updates documentation (Andre Klapper) * Updates to build files (Jan Tojnar) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* surf: add a webkit 2.34 compatibility patchAlexander Kanavin2021-10-162-1/+34
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-vlgothic: update to 20200720Oleksandr Kravchuk2021-10-161-3/+2
| | | | | | | License-Update: copyright years and author names updates. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-dejavu: add UPSTREAM_CHECK_URIOleksandr Kravchuk2021-10-161-0/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-abyssinica: update to 2.100Oleksandr Kravchuk2021-10-161-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcdio-paranoia: update to 10.2+2.0.1Oleksandr Kravchuk2021-10-161-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: fix PVOleksandr Kravchuk2021-10-161-0/+0
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: Upgrade to 0.9.17Khem Raj2021-10-161-1/+1
| | | | | | Fixes build with OpenSSL 3.0+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-rsa-perl: Upgrade to 0.32Khem Raj2021-10-161-2/+1
| | | | | | | | | | | 0.32 changes - Prefix internal bn2sv function so it doesn't collide with Net::SSLeay - Ensure that verify() leaves openssl error stack clean on failure - Fixed broken SEE ALSO links. - prevent outer $SIG{__DIE__} handler from being called during optional require. - omit done_testing since it does not work for older perl versions Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yavta: Upgrade to latest version and drop downstream patchMarek Vasut2021-10-162-963/+2
| | | | | | | | | | | Upgrade yavta to latest version and drop downstream patch from 2014 which was never upstreamed and no longer applies to upstream either. The patch had sufficient time to make it upstream. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Martin Jansa <Martin.Jansa@gmail.com> Cc: Mike Crowe <mac@mcrowe.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: update to 2.8Oleksandr Kravchuk2021-10-161-3/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf-c: update to 1.4.0Oleksandr Kravchuk2021-10-162-41/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: update to 1.11.1Oleksandr Kravchuk2021-10-161-3/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pegtl: update to 3.2.1Oleksandr Kravchuk2021-10-161-4/+3
| | | | | | | License-Update: copyright years. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: update to 2021.5Oleksandr Kravchuk2021-10-161-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Conditionally enable X11 supportMarek Vasut2021-10-161-1/+3
| | | | | | | | | In case DISTRO_FEATURES contain both x11 and opengl, enable X11 support in apitrace, because all the requirements are satisfied. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Upgrade to latest versionMarek Vasut2021-10-162-30/+1
| | | | | | | | | | Update apitrace to latest version available in apitrace git and drop patch which is now upstream as apitrace commit d28a980802ad48568c87da02d630c8babfe163bb Signed-off-by: Marek Vasut <marex@denx.de> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: Depend on libxcrypt-nativeKhem Raj2021-10-161-1/+1
| | | | | | | Fixes luke: fatal: required symbol 'crypt' not found in any of libc, libcrypt Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcimem: Add riscv64 into COMPATIBLE_HOSTKhem Raj2021-10-162-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: add -fpermissive BUILD_CXXFLAGSKhem Raj2021-10-161-0/+1
| | | | | | | fixes build with openssl3-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce.bbclass: Mark string as raw in a regexpKhem Raj2021-10-161-1/+1
| | | | | | | | | Fixes python Deprecated behavior warning xfce.bbclass:3: DeprecationWarning: invalid escape sequence \. m = re.match("^([0-9]+)\.([0-9]+)", v) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: update to 5.9Oleksandr Kravchuk2021-10-161-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.3 -> 4.3.4zangrc2021-10-161-1/+1
| | | | | | | Fix a few minor annoyances. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.09.0 -> 21.10.0Wang Mingyu2021-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.10.0: core: * Add support for setting custom stamp annotations * Add default appearance for the well known stamp names * Correct encoding of signature's properties Reason & Location * Splash: Fix rendering of some odd patterns * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak * Fix issues with malformed files * Internal code improvements utils: * pdfsig: Add a way to list certificate nicknames * pdfsig: You can now add signatures from pdfsig * pdfsig: Add option to not do OCSP revocation check * pdfsig: Add option for AIA fetching to verify certificates * pdfinfo: Add -custom option to print custom metadata * pdfinfo: add metadata flags qt: * Add support for setting custom stamp annotations * Add getters for signature's properties Reason & Location * Internal code improvements glib: * Remove incorrect PopplerAttachment deprecation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update to 1.18Oleksandr Kravchuk2021-10-161-1/+1
| | | | | | | | | | | Changelog: - Add support for Access Point FILS IP Address Assignment IE. - Add support for P2P GO-side 4-way handshake IP allocation. - Add support for forcing SAE group 19 if BSS requires it. - Fix issue with handling faulty SAE duplicate commits. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager-openvpn: upgrade 1.8.14 -> 1.8.16zangrc2021-10-161-2/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: Upgrade to 35.1Khem Raj2021-10-163-96/+27
| | | | | | | | | | | automake has been dropped therefore switch to using luke build system Drop automake specific patch which is no longer needed Use lua 5.4 since thats whats provided in oe-core License-Update: File renamed to LICENSE and copyright year changed to 2021 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kronosnet: Correct path to poll.hKhem Raj2021-10-162-1/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 2.7.0 -> 2.8.0wangmy2021-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Improve the explanation on how to spy on client messages with icesh. When rearranging windows with tile placement or cascade placement, correct for the top side vertical offset, in those themes which have a masked top border. Improve the explanation for some of the preferences. Update the winoptions example on DockApps. Guard against a color name being set to the empty string (bbidulock/icewm#614). Improve the performance and scalability of the window list menu. In the window list window group similar application windows together. Add +group and +Class select options to icesh. Improve the filtering on the WM_CLASS property in icesh. Fix the OSS/ALSA defaults in icesound help message (bbidulock/icewm#609). Fix the OSS/ALSA defaults in icesound man page (bbidulock/icewm#608) Only support SVG for icons, not for icewmbg backgrounds. Let icewmbg pixmaps free its associated Image to reduce memory usage. Prevent a potential trailing -I flag in CMake for issue #57. Fix the description for sizeby in the icesh manpage. Fix overflows in battery calculations for issue bbidulock/icewm#607. Update the translations, most notably Brazilian Portuguese. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>