summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* xmlrpc-c: Fix race condition triggered during symlink creationKhem Raj2024-10-272-0/+47
| | | | | | | | | | | | | | | This should fix race condition sometime seen in highly parallell builds | rm -f libxmlrpc_util.so.4 | rm -f libxmlrpc_util.so.4 | ln -s libxmlrpc_util.so.4.60 libxmlrpc_util.so.4 | ln -s libxmlrpc_util.so.4.60 libxmlrpc_util.so.4 | rm -f libxmlrpc_util.so | ln: failed to create symbolic link 'libxmlrpc_util.so.4': File exists | make[2]: *** [/home/kraj01/yoe/build/tmp/work/core2-64-yoe-linux/xmlrpc-c/1.60.03/git/stable/unix-common.mk:72: libxmlrpc_util.so.4] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
* graphviz: Disable perl supportKhem Raj2024-10-271-0/+1
| | | | | | | | It ends up peeking into build host's perl installation under /usr/include for perl.h which infact is incorrect. Its better to either fix it to know cross-compiling or disable it, for now chose the latter. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-rsa-perl: www.cpan.org -> cpan.metacpan.orgJ. S.2024-10-271-1/+2
| | | | | | | | Change from www.cpan.org to cpan.metacpan.org use the CPAN_MIRROR variable defined in the global mirrors.bbclass Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-random-perl: www.cpan.org -> cpan.metacpan.orgJ. S.2024-10-271-1/+2
| | | | | | | | Change from www.cpan.org to cpan.metacpan.org use the CPAN_MIRROR variable defined in the global mirrors.bbclass Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-guess: www.cpan.org -> cpan.metacpan.orgJ. S.2024-10-271-1/+2
| | | | | | | | Change from www.cpan.org to cpan.metacpan.org use the CPAN_MIRROR variable defined in the global mirrors.bbclass Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-tree-perl: update HOMEPAGEJ. S.2024-10-271-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcurses-perl: www.cpan.org -> cpan.metacpan.orgJ. S.2024-10-271-1/+2
| | | | | | | | Change from www.cpan.org to cpan.metacpan.org use the CPAN_MIRROR variable defined in the global mirrors.bbclass Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libauthen-sasl-perl: upgrade 2.16 -> 2.1700J. S.2024-10-271-2/+2
| | | | | | | | | | | Change from www.cpan.org to cpan.metacpan.org use the CPAN_MIRROR variable defined in the global mirrors.bbclass Changelog: https://metacpan.org/release/EHUELS/Authen-SASL-2.1700/source/Changes Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bleak: upgrade 0.22.2 -> 0.22.3Guðni Már Gilbert2024-10-271-1/+1
| | | | | | | | | - Don't change ctypes' global state bleak.backends.winrt.util. - Improved performance of BlueZ backend when there are many adapters. - Added support for Python 3.13. Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 47.0 -> 47.1Markus Volk2024-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Version 47.1 ~~~~~~~~~~~~ Released: 2024-10-10 This is a stable release with the following changes: * Fix crash in snap plugin when launching apps * Fix display of versions for packages being installed as part of an update * Various minor improvements to the review submission dialog * Fix a crash in the DKMS plugin This release also updates translations: * Catalan (Jordi Mas i Hernandez, Jordi Mas) * French (Guillaume Bernard) * Indonesian (Andika Triwidada) * Russian (Artur S0) * Slovak (Jose Riha) * Thai (Aefgh Threenine) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: update 47.0 -> 47.1Markus Volk2024-10-271-1/+1
| | | | | | | | | | | | | | | 47.1 ==== * classic: Add missing top-bar indicators [Florian; !339] * window-list: Fix window state styling [Florian; !342] * window-list: Fix "ignore-workspace" setting getting reset [Florian; !341] * Misc. bug fixes and cleanups [Florian; !337, !338, !345, !347, !349] Contributors: Florian Müllner Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: uodate 47.0 -> 47.1Markus Volk2024-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 47.1 ==== * Improve quick settings accessibility [Lukáš; !3477, !3481, !3484, !3485] * Use accent color in tablet configuration UI [Alice; !3480] * Improve accuracy of inset box shadows [Daniel; !3488] * Fix `PopupSwitchMenuItem::toggled` passing wrong state [Andrew; !3493] * Consider text direction when handling arrow keys in sliders [Sundeep; !3500] * Fix layout issues with new dialog style [Sam; !3473] * Fix uneven padding in notification headers [Sam; !3486] * Fixed crash [Florian; #7912] * Misc. cleanups and bug fixes [Florian, Marco, Bilal; !3478, !3479, !3490, !3495, !3499, !3504, !3505, !3507, !3508, !3506, !3511, !3514] Contributors: Bilal Elmoussaoui, Sam Hewitt, Sundeep Mediratta, Alice Mikhaylenko, Florian Müllner, Marco Trevisan (Treviño), Lukáš Tyrychtr, Daniel van Vugt, Andrew Zaech Translators: Aefgh Threenine [th], Daniel Mustieles [es] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: update 47.0 -> 47.1Markus Volk2024-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 47.1 ==== * gwakeup: Reduce wake-ups to only first item in queue [Christian; !4007] * x11: Reduce chances XPending does recvmsg() syscall [Christian; !4006] * Fix grabbing tablet devices [Jonas; !4033] * Fix misplaced windows and random resizes on scaled monitors [Jonas; !4041] * Fix explicit sync with virtual monitors w/o pipewire streams [Doğukan; !4056] * Improve detecting preferred primary devices [Kamil; !4055] * Fixed crashes [Michel, Jonas, Daniel, José, Jason, Bilal; !4028, !4032, !4019, !4030, !4029, !4059, !4070, !4034] * Misc. bug fixes and cleanups [Sebastian, Florian, Jonas, José, Michel; !4036, !4040, !4016, !3926, !4031, !4047, !4058, !4068, !3980, !3980] Contributors: Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, José Expósito, Jason Gerecke, Christian Hergert, Doğukan Korkmaztürk, Florian Müllner, Kamil Szczęk, Joan Torres, Daniel van Vugt, Sebastian Wick Translators: Vincent Chatelain [fr], Jordi Mas i Hernandez [ca], Daniel Mustieles [es], Jürgen Benvenuti [de] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 47.0.1 -> 47.1.1Markus Volk2024-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============== Version 47.1.1 ============== - Fix crash on display scales > 1 due to conflicting type registration ============ Version 47.1 ============ - Various translation updates - Require gsettings-desktop-schemas >= 47.0 About - Allow FQDN hostnames Appearance - Fix thumbnailing of backgrounds causing OOM kills Date and Time - Fix resize issue in the time format row when shown in small window sizes Online Accounts - Fix untranslated account provider info string Region and Language - Update language row after closing language selector Remote Desktop - Hide "Remote Desktop" row when gnome-remote-desktop is not available Wacom - Don't crash when handling an unknown stylus ID - Don't show Map Buttons for fallback devices - Handle all external remotes like an external TV remote-like device - Make assets recolaborable, supporting dark-style, high-contrast, and accent colors - Support HDPI for tablet/stylus illustration images Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update 1.2.5 -> 1.2.6Markus Volk2024-10-262-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - replace patch by the one that was implemented upstream PipeWire 1.2.6 (2024-10-23) This is a bugfix release that is API and ABI compatible with the previous 1.2.x and 1.0.x releases. Highlights - The filter-chain param changes were not aggregated correctly, causing some param changes to be ignored. (#4331) - Clear the JACK io ports correctly when stopping to avoid crashes. (#4337) - Some more small fixes and improvements. PipeWire - Stream states are now updated based on the underlying node state. - Exported nodes now have their state change done synchronously so that the server can immediately start the driver and avoid some initial xruns. - Improve stream flush handling and improve the docs. - Don't send mix_info to destroyed ports to avoid some errors in the JACK clients. Modules - The filter-chain param changes were not aggregated correctly, causing some param changes to be ignored. (#4331) - The filter-chain now correctly optimizes unlinked nodes in all cases. SPA - ALSA PCM node properties are now no longer overwritten with card properties. (#4135) - Increase the adapter retry count to avoid xruns in some cases. (#4334) - Fix potential crash in cleanup of ALSA nodes. Bluetooth - Fix a crash with broadcast sinks. - Improve compatibility with Phonak hearing aids. - Don't exit when DBus goes down. JACK - Clear the io ports correctly when stopping to avoid crashes. (#4337) Docs - Backport docs from master. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ptyprocess: Fix ptests with python 3.13Khem Raj2024-10-262-0/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute2: Add missing rdeps for ptestsKhem Raj2024-10-261-0/+2
| | | | | | These are needed with python 3.13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aioresponses: Add recipeKhem Raj2024-10-251-0/+25
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oauth2client: Remove recipeKhem Raj2024-10-251-19/+0
| | | | | | | | | This module has been deprecated [1] since 2018 and it recommends to use oauth2.googleapis.com variants [1] https://github.com/googleapis/oauth2client/commit/50d20532a748f18e53f7d24ccbe6647132c979a9#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: Upgrade to 2.35.0Khem Raj2024-10-251-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.35.0 (2024-09-17) Features Add cred info to ADC creds Add support for asynchronous AuthorizedSession api Bug Fixes Remove token_info call from token refresh path 2.34.0 (2024-08-13) Features auth: Update get_client_ssl_credentials to support X.509 workload certs Bug Fixes Retry token request on retryable status code (#1563) (f858a15) 2.33.0 (2024-08-06) Features Implement async StaticCredentials using access tokens Implement base classes for credentials and request sessions Bug Fixes metadata: Enhance retry logic for metadata server access in _metadata.py Documentation Update argument for Credentials initialization 2.32.0 (2024-07-08) Features Adds support for X509 workload credential type 2.31.0 (2024-06-27) Features Adds X509 workload cert logic Bug Fixes Added py.typed to MANIFEST.in Pass trust_env kwarg to ClientSession Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeinterface: Upgrade to 7.1.1Khem Raj2024-10-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes 7.1.1 (2024-10-23) Fix segmentation faults in weakrefobject.c on Python 3.12 and 3.13. 7.1.0 (2024-10-10) Declare support for Python 3.13. Fix segmentation faults on Python 3.13. 7.0.3 (2024-08-27) Fix Assertion ‘memb->type == T_PYSSIZET’ failed. for Python < 3.12. 7.0.2 (2024-08-26) Fix reference-counting bug in C module initialization (broken in 7.0). 7.0.1 (2024-08-06) Fix subclassability of ObjectSpecificationDescriptor (broken in 7.0). 7.0 (2024-08-06) Enable heap-based types (PEP 384) for Python >= 3.11. Adopt multi-phase module initialization (PEP 489). Drop support for Python 3.7. 6.4.post2 (2024-05-24) Publish missing Windows wheels, second attempt. 6.4.post1 (2024-05-23) Publish missing Windows wheels. 6.4.post0 (2024-05-22) The sdist of version 6.4 was uploaded to PyPI as zope_interface-6.4.tar.gz instead of zope.interface-6.4-py2.tar.gz which cannot be installed by zc.buildout. This release is a re-release of version 6.4 with the correct sdist name. 6.4 (2024-05-15) Adjust for incompatible changes in Python 3.13b1. Build windows wheels on GHA. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: remove obsolete and problematic patchChen Qi2024-10-252-46/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove 0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch. This patch is obsolete and not needed because the current graphviz configure.ac has correct logic of checking use_tcl. This use_tcl variable needs to be set when '--disable-tcl' is set, otherwise, things will behave as if no option is supplied and the configure process will check tcl automatically. This patch is problematic because its logic against the current version is wrong. The recipe has already explicitly set '--disable-tcl', so the configure process should not do automatic checking for tcl at do_configure. This patch fixes do_configure error when host has tcl8.6-dev installed. The error is like below: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. [configure-unsafe] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tk: set AUTOTOOLS_SCRIPT_PATH instead of having to mess with S/../Ross Burton2024-10-242-18/+20
| | | | | | | | | | | | | | We want to run the configure script in ${S}/unix, so instead of setting S to BP/unix and then having to use ../ to reach up a level constantly (including some deep changes to DEBUG_PREFIX_MAP and PSEUDO_IGNORE_PATHS) we can set S to the top of the source tree as usual and tell autotools where the configure script is. This both makes the recipe clearer, and enables tk-src to be generated correctly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-sax-writer-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-libxml-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-filter-buffertext-perl: Change references to search.cpan.org to use ↵J. S.2024-10-241-2/+2
| | | | | | | metacpan.org Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtext-wrapi18n-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtext-iconv-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtext-diff-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtext-charwidth-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-warn-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-nowarnings-perl: Change references to search.cpan.org to use ↵J. S.2024-10-241-1/+1
| | | | | | | metacpan.org Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libterm-readkey-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libproc-waitstat-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-telnet-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-ssleay-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-libidn-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodule-runtime-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodule-build-tiny-perl: Change references to search.cpan.org to use ↵J. S.2024-10-241-1/+1
| | | | | | | metacpan.org Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-charset-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblocale-gettext-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libipc-signal-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimport-into-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-parser-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-2/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfile-slurper-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfile-slurp-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+2
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-parsexs-perl: Change references to search.cpan.org to use ↵J. S.2024-10-241-1/+1
| | | | | | | metacpan.org Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>