summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-lazy-fixtures: upgrade 1.0.6 -> 1.0.7Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | Changelog: =========== -Fix coverage -Add shortcut for lazy fixtures Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: upgrade 4.1.0 -> 5.0.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | Changelog: ============ -Removed support for xdist rsync (now deprecated) -Switched docs theme to Furo. -Various legacy Python cleanup and CI improvements. -Added a pyproject.toml example in the docs. -Modernized project's pre-commit hooks to use ruff. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-asyncio: upgrade 0.23.5 -> 0.23.6Wang Mingyu2024-04-021-1/+1
| | | | | | | | Changelog: Fix compatibility with pytest 8.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.4.187 -> 2.4.188Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== - Support X-MISP-AUTH Header. - Bump changelog. - Bump deps. - Bump version, templates. - Strip API key before setting it. - Python 3.8 support & typing. - Typing for Python < 3.10. - Avoid issue when payload ist a list. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyasn1-modules: upgrade 0.3.0 -> 0.4.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | Changelog: ========== - Added support for Python 3.11, 3.12 - Removed support for EOL Pythons 2.7, 3.6, 3.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pdm: upgrade 2.12.4 -> 2.13.2Wang Mingyu2024-04-021-1/+1
| | | | | | | | | Changelog: ========== https://pdm-project.org/latest/dev/changelog/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdatetime: upgrade 4.1.1 -> 5.0.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== -tests(test_zoneinfo_as_timezone): skip if tzinfo is not available on windows -fix(strftime): treat %% as an escape sequence -chore(jalai.py): cleanup the code -fix(strftime): also escape %% before c, x, and X -fix(date, datetime): return NotImplemented for unknown type operations -docs(README.rst): use jdatetime.FA_LOCALE instead if fa_IR -Update python versions -update jalali license -update licences -Use jalali core Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 6.0.2 -> 6.1.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Add py.typed marker -Improve back-off client -Add new auth method API key -Bugfix/add set timeout -Fix wrapper cast_to_a1_notation -Bump bandit from 1.7.5 to 1.7.8 -Bump mypy from 1.6.1 to 1.9.0 -Bump typing-extensions from 4.8.0 to 4.10.0 -Bump flake8 from 5.0.4 to 7.0.0 -fix error message readability -Add missing method import_csv() -update readme examples -Add user friendly message when we can't override a test cassette -Allow "warning" type protected ranges -Improce README and documentation with value render options Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-graphviz: upgrade 0.20.1 -> 0.20.3Wang Mingyu2024-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | License-Update: Copyright updated to 2024 Changelog: =========== -Revert improvements to the internal tools.deprecate_positional_args() decorator that caused false positive PendingDeprecationWarning: The signature of ... will be reduced warnings that have been misinterpreted in the 0.20.2 release process. -Drop Python 3.7 support (end of life 27 Jun 2023). -Tag Python 3.11 and 3.12 support. -Add caveat about labe escaping/quoting to .node() and .render() API docs. -Document that doctest_skip_exe() lines in doctest should be ignored. -Improve internal tools.deprecate_positional_args() decorator and fix incorect test assertion. -Update GitHub actions. -Pin pytest test dependency to <8.1 as a workaround for import file mismatch error related to conftest.py files, in pytest 8.1.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.28.2 -> 2.29.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | Changelog: =========== -Adds support for custom suppliers in AWS and Identity Pool credentials -Refactor tech debt in aws and identity pool credentials Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.122.0 -> 2.124.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | Changelog: ============ https://github.com/googleapis/google-api-python-client/releases/tag/v2.124.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.17.1 -> 2.18.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | Changelog: ========== -Add common logic for supporting universe domain -Add _registered_method to grpc ChannelStub -deps: Require proto-plus >= 1.22.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flatbuffers: upgrade 24.3.7 -> 24.3.25Wang Mingyu2024-04-021-2/+2
| | | | | | | | | | Changelog: ============ -Fix License -Fix handling non null-terminated string_views in LookupByKey Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-marshmallow: upgrade 1.2.0 -> 1.2.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | Changelog: ========== -Fix File field when it receives an empty value -Fix validate.FileSize to handle SpooledTemporaryFile Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-filelock: upgrade 3.13.1 -> 3.13.3Wang Mingyu2024-04-021-1/+1
| | | | | | | | Changelog: Make singleton class instance dict unique per subclass Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: upgrade 0.35.2 -> 0.36.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ *eventlet.websocket is not always used from eventlet.wsgi, so do not assume eventlet.set_idle exists *Make sure asyncio hub doesn't use greendns for asyncio DNS APIs *Make asyncio.to_thread work with the same semantics as normal asyncio *Refactor congruence checks based on assert at runtime *Run tests on macOS in CI, and some fixes to get it in reasonable state *Fix wsgi.server shutdown for in-flight requests *Add debug convenience helpers - asyncio, threads *Handle errors better. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-rlp: upgrade 2.0.0 -> 2.1.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | Changelog: Bump to hexbytes>=1.2.0 and add blocklint to linting Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-djangorestframework: upgrade 3.14.0 -> 3.15.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | Changelog: =========== -Fix SearchFilter handling of quoted and comma separated strings, when .get_search_terms is being called into by a custom class. -Revert number of 3.15.0 issues which included unintended side-effects. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cassandra-driver: upgrade 3.29.0 -> 3.29.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | bugfix: ======= -cassandra-driver for Python 3.12 Linux is compiled without libev support -Consider moving to native wheel builds for OS X and removing universal2 wheels Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: upgrade 3.9.1 -> 3.9.2Wang Mingyu2024-04-023-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 0006-tweak-btrfs-packages.patch 0011-invoking-dd-with-infinite-timeout.patch refreshed for 3.9.2 Changelog: ========== -tests: Add a simple unit test for listing btrfs subvolumes -Fix getting default subvolume ID for mounted btrfs volumes -Do not try to get btrfs subvolumes without libblockdev -Do not raise not implemented exception when checking if btrfs is empty -Try to start stratisd before checking its availability -Fix creating Stratis filesystem without size specified -Fix printing the partition type UUID -Adjust check for btrfs filesystem being empty -Fix util.detect_virt on Amazon -misc: Vagrantfile update -misc: Run pip with --break-system-packages -misc: Add missing libmount build dependencies -availability: Check for mpath friendly names availability -Allow running blivet without libmount Python bindings -Fstab cleanup fix -Fix getting subvolumes for mounted btrfs volumes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: upgrade 3.7.2 -> 3.8.1Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== * Fixes a regression in 3.8.0 affecting nested task cancellation inside sync_to_async. * Adds support for Python 3.12. * Drops support for (end-of-life) Python 3.7. * Fixes task cancellation propagation to subtasks when using synchronous Django middleware. * Allows nesting "sync_to_async" via "asyncio.wait_for". * Corrects WSGI adapter handling of root path. * Handles case where `"client"` is "None" in WsgiToAsgi adapter. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metacity: upgrade 3.50.0 -> 3.52.0Wang Mingyu2024-04-022-7/+4
| | | | | | | | 0001-drop-zenity-detection.patch refreshed for 3.53.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 197 -> 198Wang Mingyu2024-04-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtommath: upgrade 1.2.1 -> 1.3.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | Changelog: =========== - Deprecate more APIs which are replaced in develop - Add support for CMake - Add support for GitHub Actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.34.0 -> 1.35.2Wang Mingyu2024-04-021-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.30.0 -> 1.31.2Wang Mingyu2024-04-021-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdeflate: upgrade 1.19 -> 1.20Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== * Improved CRC-32 performance on recent x86 CPUs by adding VPCLMULQDQ-accelerated implementations using 256-bit and 512-bit vectors. * Improved Adler-32 performance on recent x86 CPUs by adding VNNI-accelerated implementations using 256-bit and 512-bit vectors. * Improved CRC-32 and Adler-32 performance on short inputs. * Optimized the portable implementation of Adler-32. * Added some basic optimizations for RISC-V. * Dropped support for gcc versions older than v4.9 (released in 2014) and clang versions older than v3.9 (released in 2016). * Dropped support for CRC-32 acceleration on 32-bit ARM using the ARMv8 pmull or crc32 instructions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 3.1.0 -> 3.1.1Wang Mingyu2024-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined - Port to G_GNUC_INTERNAL for controlling symbols visibility - Fix some more occurrences of missing port to G_GNUC_UNUSED - dm_logging: Annotate redirect_dm_log() printf format - tests: Add NVMe persistent discovery controller tests - tests: Add NVMe controller type checks - Makefile: Fix bumpver to work with micro versions - tests: Manually remove removed PVs from LVM devices file - tests: Ignore LVM devices file for non-LVM tests - tests: Fix removing custom LVM devices file - nvme: Add bd_nvme_is_tech_avail to the API file - lvm-dbus: Fix passing size for pvresize over DBus Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: upgrade 45.0 -> 46.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | Changelog: ========= * Fix incorrect/missing URLs * Improve app metainfo Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: upgrade 45.0 -> 46.0Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | | | | | Changelog: ============ - default: less lens distortion - symbolics: updated icons & tweaks to the layout - glass chip: improved compression - New default. Embrace the rounded triangle! - Updated Amber, Pills - New additions -- Gometrics, Glass chip, Neogeo, Ring and Tarka - Departures -- Keys, Truchet, Rounded Rectangles - JPEG XL favored as a format, with banding-bustin' client side grain Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.80.0 -> 1.80.2Wang Mingyu2024-04-021-1/+1
| | | | | | | | | | | | Changelog: ============ - Quick follow-up release to fix crash on ppc64. - 1.79.90 failing tests on ppc64 - Quick follow-up release to fix build failure on MacPorts and Homebrew. - 1.79.90: gi/arg-inl.h: expression is not assignable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq-dev expects /usr/lib/libzmq.aChad Rockey2024-04-021-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ghex: update 45.1 -> 46.0Markus Volk2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========= GHex 46.0 ========= Changes and bugfixes since 46.alpha: - widget: Fade zeroes in the hex display (Logan Rathbone) - data: add 'hexadecimal' keyword to .desktop file (Nelson Benítez León) - appdata: Remove none OARS tags (Sabri Ünal) - appdata: Update appdata (Sabri Ünal) - appwin: Don't let AdwTabView trample over shortcuts (Logan Rathbone) - lib: Fix PANGO_COLOR_FROM_FLOAT macro (Logan Rathbone) - docs: GI tweaks and fixes (Logan Rathbone) - lib/app: Initial support for marks (Logan Rathbone) - help: Add marks section (Logan Rathbone) - i18n: Remove domain that prevented use of translations (#66) (Anders Jonsson) - appwin: Allow dropping multiple files (Guldoman) - widget/doc: Set widget busy state while file is mid-save (#76) (Logan Rathbone) - Code and documentation cleanups (Logan Rathbone) Translation updates: - Anders Jonsson (sv) - Balázs Úr (hu) - Christian Kirbach (de) - Daniel Mustieles (es) - Evangelos Skarmoutsos (el) - Jiri Grönroos (fi) - Jürgen Benvenuti (de) - Sabri Ünal (tr) - Sergej A. (ru) - Yuri Chornoivan (uk) This release includes libgtkhex 4.8.0 ============= GHex 46.alpha ============= Changes and bugfixes since 45.0: - GObject property getter fixes (Logan Rathbone) - buf-malloc/mmap: Implement GObject 'file' property getter properly (Logan Rathbone) - hex-buf/doc: Clarify GI transfer annotations (Logan Rathbone) - hex-doc/buf: Support opening zero-length files (See: #73) (Logan Rathbone) - hex-buf-iface: More appropriate messages when selecting backend (Logan Rathbone) - hex-doc: Allow setting HEX_BUFFER env var to specify default backend (Logan Rathbone) - Remove almost all remaining GtkDialog use (Logan Rathbone) - about: port dialog to libadwaita (Titouan Real) - Update POTFILES.in (Logan Rathbone) - chartable: Port to GtkColumnView (Logan Rathbone) - gtkhex: Local variables in switch statement should be in own scope (ie, fix clang build issues) (Fixes: #74) (David C. Manuelda, Logan Rathbone) - appwin: Mark error message string properly translatable (Logan Rathbone) Translation updates: - Alan Mortensen (da) - Anders Jonsson (sv) - Emin Tufan Çetin (tr) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liberror-perl: move recipe from oe-coreTim Orling2024-03-312-0/+49
| | | | | | | | | | | While this package is deprecated by the upstream maintainer, we do not know if there are any users in the wider OpenEmbedded ecosystem, so move the recipe from oe-core to meta-perl. [YOCTO #15461] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python-image-ptest: Use 2G RAM for some demanding testsKhem Raj2024-03-311-0/+4
| | | | | | | | scrypt/fastjsonschema/pillow run into OOM on some qemu architectures e.g. RISCV64. Raise the memory to be atleast 2G for running these ptest images Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: remove python3-pbrGuðni Már Gilbert2024-03-311-1/+1
| | | | | | | | | | python3-pbr is not a runtime dependency or a buildtime dependency. The reason for this change is not only to clean up the RDEPENDS list. But also because python3-pbr adds pip as a runtime dependency which is not always desireable. Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-user-share: remove hardcoded pathsMarkus Volk2024-03-311-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydbus: Drop ${PYTHON_PN}alperak2024-03-311-4/+4
| | | | | | | Python2 is long unsupported, so we no longer need this variable. It was used to handle Python2/3 compatibility. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-validators: upgrade 0.22.0 > 0.24.0 and enable ptestalperak2024-03-314-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Rename LICENSE to LICENSE.txt and update copyright year * Ptest and library example tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON qemux86-64: Testsuite summary TOTAL: 599 PASS: 599 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 19 END: /usr/lib/python3-validators/ptest 2024-03-30T05:07 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 599 PASS: 599 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 18 END: /usr/lib/python3-validators/ptest 2024-03-30T05:10 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: 0.24.0 =========== Features feat: conditionally raises ValidationError; bump version by @yozachar in #343 Maintenance patch: domain & url modules by @yozachar in #339 fix: domain name not confirming to rfc_2782 by @yozachar in #341 maint: update dev dependencies; adds favicon to docs by @yozachar in #342 0.23.2 =========== Maintenance maint: rectifies changelog by @yozachar in #336 fix: packaging as well as rST & md document generation by @yozachar in #337 0.23.1 =========== Maintenance maint: fix between & length validators by @yozachar in #334 fix: manual nav reference for mkdocs; bumps version by @yozachar in #335 0.23.0 =========== Features feat: add french i18n validation by @imperosol in #308 Maintenance fix: Valid URLs failing validation - query and fragment parts by @danherbriley in #297 fix: bug in between module by @yozachar in #301 chore: update dependencies, improve packaging by @yozachar in #304 Fix fragment check by @darkdragon-001 in #305 build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /package by @dependabot in #310 fix: allow pct-encoded entities in fragments by @conitrade-as in #317 chore: update dev dependencies by @yozachar in #318 build(deps): bump gitpython from 3.1.37 to 3.1.41 in /package by @dependabot in #321 build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /package by @dependabot in #322 chore: monthly updates for Jan'24 by @yozachar in #324 maint: adds versiond docs; update copyright year by @yozachar in #329 chore: update dev dependencies by @yozachar in #330 build(deps): bump gitpython from 3.1.37 to 3.1.41 in /package by @dependabot in #331 build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /package by @dependabot in #332 build(deps): bump urllib3 from 2.0.6 to 2.0.7 in /package by @dependabot in #319 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: update 45.0.1 -> 46.0Markus Volk2024-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ Version 46.0 ============ - PAM improvements - Translation updates ============= Version 46.rc ============= - Support for killing conflicting sessions at login time. - XDMCP fix - Use wayland by default on certain server chips - Fix pam extension size computation - Introspection fix - Fix for homed users - Translation updates ================ Version 46.alpha ================ - Support remote login from gnome-remote-desktop (and hopefuly nicedcv in the future) - Support new JSON pam extension - Fix build with user-display-server=false - Minor clean ups - Move private D-Bus sockets to private directory - Build goo fixes - Warning fixes - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkmm4: add x11 to REQUIRED_DISTRO_FEATURESMartin Jansa2024-03-311-1/+1
| | | | | | | | | | | * depends on pangomm-2.48 which has x11 in REQUIRED_DISTRO_FEATURES * maybe pangomm-2.48 should be adjusted to use GTK3DISTROFEATURES like regular pangomm in : https://git.openembedded.org/meta-openembedded/commit/?h=scarthgap&id=9abe74eb0bd53316b0bb3fe1d241c83e2674e72e Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 46.0 -> 46.0.1Markus Volk2024-03-311-1/+4
| | | | | | | | | | | | | | | | This is an important update, because it fixes a segfault in a new settings tab 'system' that segfaulted, if it was selected. This was horrible in two ways. A lot of important options were unaccessable and also quite annoying ... if selected, gnome-control-center constantly crashed on execution, unless started from shell with a working tab like 'gnome-control-center wifi' 46.0.1 confuses the gnomebase class. Workaround this by using git fetcher, at least until they go back to normal xx.x scheme Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-user-share: add recipeMarkus Volk2024-03-313-1/+45
| | | | | | | | | | | | | | | | - add it as runtime dependency to gnome-control-center because without it, the file sharing options are hidden. - configure the paths to fit to openembedded env - add mod_dnssd runtime dependency for apache2 as this is a requirement To enable the feature, PACKAGECONFIG httpd needs to be added. This is not done by default to avoid apache2 runtime dependency just by including this recipe. NOTE: Apache2 httpd doesn't need to be running. It'll get started and stopped on demand by systemd. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2: preset mpm=prefork by defaultMarkus Volk2024-03-311-0/+1
| | | | | | | currently this is chosen depending on machine at do_configure Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* microsoft-gsl: Disable disabled-macro-expansion warning as error on clang/muslKhem Raj2024-03-311-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openemnedded: Add myself as scarthgap maintainerArmin Kuster2024-03-2712-59/+53
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* microsoft-gsl: add new recipe including ptestPeter Marko2024-03-277-0/+297
| | | | | | | | | | The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aer-inject: Replace hardcoded /usr with ${prefix}Khem Raj2024-03-271-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aer-inject: Fix build with latest muslKhem Raj2024-03-272-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aer-inject:add new recipechenheyun2024-03-271-0/+29
| | | | | | | | | | | | aer-inject allows to inject PCIE AER errors on the software level into a running Linux kernel. This is intended for validation of the PCIE driver error recovery handler and CIE AER core handler. References: https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ Signed-off-by: chenheyun <chen_heyun@163.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>