Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M9 patch files #13

Closed
wants to merge 182 commits into from
Closed

Commits on Apr 12, 2024

  1. oe-build-perf-report: Add apache echarts to make report interactive

    - Add Apache echarts (https://echarts.apache.org/en/index.html) library to create build performance charts.
    - Restructure data to time and value array format so that it can be used by echarts.
    - This commit also converts test duration to minutes to map against the values axis.
    - Zoom is added to the line charts.
    ninetteadhikari committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1bebc64 View commit details
    Browse the repository at this point in the history
  2. oe-build-perf-report: Display more than 300 commits and date instead …

    …of commit number
    
    - This commit updates measurement statistics data to include start_time so that time can be displayed instead of commit numbers on the chart.
    - It also updates default commit history length to 300.
    ninetteadhikari committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8704001 View commit details
    Browse the repository at this point in the history
  3. oe-build-perf-report: Improve report styling and add descriptions

    Styling updates are added including page margin, labels for x and y axis, tooltip, and section descriptions.
    ninetteadhikari committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0ff5f57 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. oe-build-perf-report: Update chart tooltip format

    Update chart tooltip format to show value as size in MB for 'rootfs size'
    and timestamp for 'tmpdir size'
    
    Signed-off-by: Ninette Adhikari <[email protected]>
    ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b9c892f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd091d3 View commit details
    Browse the repository at this point in the history
  3. bitbake: doc/user-manual: Add BB_LOADFACTOR_MAX

    Document BB_LOADFACTOR_MAX which was recently added.
    
    (Bitbake rev: 833b76e9333e317cab5f17d6f7daaecc89c69547)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    caaf33b View commit details
    Browse the repository at this point in the history
  4. libseccomp: Fix build when python packageconfig is enabled

    It needs additional tweaks with python enabled
    
    (From OE-Core rev: c3568ee00d3b7f6b421020dfec8005a27c2e9164)
    
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kraj authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    81bd060 View commit details
    Browse the repository at this point in the history
  5. devtool: standard: throws appropriate error if source is in detached …

    …HEAD
    
    If source is in detached HEAD, we get the following error when using
    detvool finish command:
    
        [...]
        File "<...>/poky/scripts/lib/devtool/standard.py", line 1938, in _update_recipe
          bb.process.run('git checkout %s' % startbranch, cwd=srctree)
        File "<...>/poky/bitbake/lib/bb/process.py", line 189, in run
          raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
      bb.process.ExecutionError: Execution of 'git checkout (HEAD detached at 9bbf87e)' failed with exit code 2:
      /bin/sh: -c: line 1: syntax error near unexpected token `('
      /bin/sh: -c: line 1: `git checkout (HEAD detached at 9bbf87e)'
    
    Check this and throws an appropriate error in this case
    
    (From OE-Core rev: d9c686b5ff9f591ec6b928ed539084c02df4c8a5)
    
    Signed-off-by: Julien Stephan <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    justeph authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9c06f18 View commit details
    Browse the repository at this point in the history
  6. eudev: update Upstream-Status on netifnames.patch

    (From OE-Core rev: ddd947e4edc133b61f8dcb636068fb7867f49b22)
    
    Signed-off-by: Ross Burton <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    rossburton authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8950963 View commit details
    Browse the repository at this point in the history
  7. linux-yocto: Enable nft modules for ptest images

    nftables ptests need it
    
    (From OE-Core rev: 954b91e61168685f105e8ca0773729bef186ac7e)
    
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kraj authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9569b57 View commit details
    Browse the repository at this point in the history
  8. init-ifupdown: modify interfaces for busybox

    Busybox ifupdown does not recognize /xxx names, so we
    use eth0 instead of /eth0.  If we want to find "predictable name"
    interfaces starting with en..., we will have to use the
    real ifupdown.
    
    (From OE-Core rev: 091b4410c88b0fdefee3490bca6479881c0da293)
    
    Signed-off-by: Joe Slater <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    jwslater0823 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d0d8eef View commit details
    Browse the repository at this point in the history
  9. packagegroup-core-boot: recommend ifupdown

    If the distro features sysvinit and pni-names are
    enabled, RRECOMMENDS ifupdown because busybox ifupdown
    will not initialize the renamed interfaces.
    
    (From OE-Core rev: ad739fb930814bced49aafe778dac1da4bfa4b0e)
    
    Signed-off-by: Joe Slater <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    jwslater0823 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6c37fa0 View commit details
    Browse the repository at this point in the history
  10. nativesdk-gzip: fix reproducibility issues

    There is absolute path in zgrep binary. It is related to the changes that fix an
    issue with zgrep on Solaris and other platforms with 'grep -e'. We don't have people
    building on Solaris.
    
    Original change:
    git.savannah.gnu.org/cgit/gzip.git/commit?id=60b3f4eb672a85de28ecaad47ed426f8c8fe6c32
    
    [RP: Tweak commit message]
    (From OE-Core rev: fc18ff491111c22c3372c6de21d37945906d2287)
    
    Signed-off-by: Oleh Matiusha <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    raburaibu authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c55080f View commit details
    Browse the repository at this point in the history
  11. ref-manual: variables: document CVE_DB_INCR_UPDATE_AGE_THRES variable

    (From yocto-docs rev: 7f1db309205f9c3cb0b44b6d75d6c65c928787e2)
    
    Signed-off-by: Yoann Congal <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    ycongal-smile authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fef66f2 View commit details
    Browse the repository at this point in the history
  12. release-notes-5.0: document some cve, strace and qa changes

    This patch should cover those commits (from poky) :
    * 789b100 (cve-update-nvd2-native: remove rejected cve from database, 2024-03-15)
    * 19f2703 (cve-update-nvd2-native: add an age threshold for incremental update, 2024-03-13)
    * 6ce61b4 (strace: disable bluetooth support by default, 2023-12-13)
    * 381ef62 (ref-manual: add documentation for the unimplemented-ptest qa warning, 2023-10-10)
    
    (From yocto-docs rev: da44182aa084378dbf7a04bb010cbd87e508a607)
    
    Signed-off-by: Yoann Congal <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    ycongal-smile authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9964e10 View commit details
    Browse the repository at this point in the history
  13. ref-manual/variables: add new variables for v5.0

    Add variables newly referenced in release-notes-5.0.
    
    (From yocto-docs rev: 1d064cf0e260a1271c2fad7cd01bb154361f6691)
    
    Signed-off-by: Joao Marcos Costa <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    jmarcoscosta authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    35f3a35 View commit details
    Browse the repository at this point in the history
  14. release-notes-5.0: add updates

    - add new core recipes section
    - add new variables
    - add arch-specific enhancements
    - add kernel-related enhancements
    - add qemu enhancements
    - add rust enhancements
    - add wic enhancements
    - add sdk-related improvements
    - add testing enhancements
    - add utility script changes
    - add packaging changes
    - add bitbake improvements
    - add miscellaneous changes
    
    (From yocto-docs rev: 72a80395199dd8a5d757b9e67629e1bb849273f1)
    
    Signed-off-by: Joao Marcos Costa <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    jmarcoscosta authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    040ecdb View commit details
    Browse the repository at this point in the history
  15. release-notes-5.0: mention cmake-qemu.bbclass

    Mention this new class in QEMU section.
    
    (From yocto-docs rev: ddd0e0817a12ebbd3d33d20e20d2407ac1e63b71)
    
    Signed-off-by: Joao Marcos Costa <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    jmarcoscosta authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1396e2f View commit details
    Browse the repository at this point in the history
  16. release-notes-5.0: documentation highlights

    (From yocto-docs rev: d8f63d3c83e33793e6249fd660ef7b75d87e12db)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ea88ece View commit details
    Browse the repository at this point in the history
  17. manuals: remove tab characters

    As reported by "make sphinx-lint"
    
    Tabs are even removed in Makefile examples,
    as Sphinx turns them to spaces anyway in the generated output.
    
    (From yocto-docs rev: 20e9c0c9fad3109567948af6bc40bb0fa2a5552b)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Reviewed-by: Quentin Schulz <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    05cbdba View commit details
    Browse the repository at this point in the history
  18. dev-manual/debugging: mention new taskexp_ncurses option

    (From yocto-docs rev: 301c802a92a2c53c3d0c755c31a6e09130956fde)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Suggested_by: Reyna, David <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9676e68 View commit details
    Browse the repository at this point in the history
  19. migration-guides: release-notes-5.0: update docs highlights

    Mention the new section about variable context in the BitBake manual.
    
    (From yocto-docs rev: a8b81d8a7974207e2a9fe63da4a0c239132818ed)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    CC: Simone Weiß <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ad4ee38 View commit details
    Browse the repository at this point in the history
  20. bitbake.conf: remove comment about oldincludedir

    oldincludedir was removed by 506c91cbc6a604a84e37e53ccff430436369802e
    
    (From OE-Core rev: 0228ab43e9b659771f4f59944897aec6879f8209)
    
    Signed-off-by: Peter Marko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    petermarko authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    39e2141 View commit details
    Browse the repository at this point in the history
  21. python3-jsonschema-specifications: drop ${PYTHON_PN}

    python 2 is gone and we don't need the abstraction now, drop the
    remaining usage of this variable.
    
    (From OE-Core rev: 51c6501e7b255f3a699fea3b787abe1a5d8231dd)
    
    Signed-off-by: Justin Bronder <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    jsbronder authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e219a93 View commit details
    Browse the repository at this point in the history
  22. python3-referencing: drop ${PYTHON_PN}

    python 2 is gone and we don't need the abstraction now, drop the
    remaining usage of this variable.
    
    (From OE-Core rev: f64078dd67b2d4db26edea5992f649161e7fee2f)
    
    Signed-off-by: Justin Bronder <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    jsbronder authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    44a346e View commit details
    Browse the repository at this point in the history
  23. python3-websockets: Import from meta-python

    For the newer hash equivlance servers we need websockets. Import it
    from meta-oe so we can easily include it in buildtools tarball.
    
    (From OE-Core rev: c61ed007b9e06683065aed62af1e1ca4569b8c16)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c39bbac View commit details
    Browse the repository at this point in the history
  24. buildtools-tarball: Add python3-websockets

    For the newer hash equivlance servers we need websockets. Add it
    to buildtools tarball.
    
    (From OE-Core rev: 3f2b5f6c3af04c8ec245aca35224c52230645bf0)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    37947bc View commit details
    Browse the repository at this point in the history
  25. systemd: make predictable name mac policy opt-out

    Even the patch says it's inappropriate for upstream,
    and it's also inappropriate for some downstream projects, too.
    So make it possible to opt-out on it by replacing
    the patch by sed and depend on distro feature pni-names.
    
    (From OE-Core rev: 858eb2bac132adbde851f6594eac4f2efc9c2f35)
    
    Signed-off-by: Peter Marko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    petermarko authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    714659a View commit details
    Browse the repository at this point in the history
  26. kbd: split gpl-3 keymap to separate package

    Pine keymap was added with GPL-3 license.
    legionus/kbd@1589e9e
    
    Split this GPL-3 keymap and install it via recommendation
    so it is easy to remove it by excluding recommendations.
    
    (From OE-Core rev: b81145b61cfc21940fe7204fcaf8b5e84a5a938a)
    
    Signed-off-by: Peter Marko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    petermarko authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b827a61 View commit details
    Browse the repository at this point in the history
  27. kbd: remove non-free Agafari fonts

    Its license makes it impossible to distribute kbd in any commercial products.
    Backport commit which removes it.
    
    [RP/Khem Raj: Switched binary diff to just delete the files in do_configure]
    (From OE-Core rev: 457fc8247f083d89432543337207de0b8c44bf6d)
    
    Signed-off-by: Peter Marko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    petermarko authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    611fced View commit details
    Browse the repository at this point in the history
  28. kbd: update license

    GPL-3 is used for keymaps-pine
    
    LGPL2 is used in all C source files under src/libkfont/
    which generate binaries included in main kbd package.
    This is seen in their SPDX headers.
    
    (From OE-Core rev: 29f6d4be31164bf5cba9ff4706f219b3d91a8f1f)
    
    Signed-off-by: Peter Marko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    petermarko authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0a3961e View commit details
    Browse the repository at this point in the history
  29. python3-testtools: Fix build problems from incorrect build backend

    testtools uses the hatchling backend so:
      * merge the inc back into the recipe
      * drop setuptools
      * use the hatchling backend
      * add the needed vcs dependency
      * drop the now unneeded python3-pbr dependency
    
    This means the submodules are included in packaging, fixing build failures
    and the verison in the wheel is no longer 0.0.0
    
    Prior to this fix, testtools in buildtools tarball was completely
    broken.
    
    (From OE-Core rev: fe46107e6bf4880d97f03b5e55d722d64f922889)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c58a5a7 View commit details
    Browse the repository at this point in the history
  30. buildtools-tarball: Add python3-setuptools

    After the dependency on setuptools was dropped from python3-testtools, this
    exposed eSDK dependencies in devtool and recipetool on python3-setuptools. Add
    this to buildtools to fix build failures after the testtools fixes.
    
    (From OE-Core rev: c4431b4dd27d290024472f315858a63aea2a733c)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bd28156 View commit details
    Browse the repository at this point in the history
  31. python3: upgrade 3.12.2 -> 3.12.3

    Remove the following patch:
    
    0001-gh-115133-Fix-tests-for-XMLPullParser-with-Expat-2.6.patch
    
    Which a different fix was submitted for in:
    
    c4fa79b924 [3.12] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (GH-115288)
    See: python/cpython#115288
    (related to CVE-2023-52425)
    
    Changelog: https://docs.python.org/3/whatsnew/changelog.html#python-3-12-3-final
    
    (From OE-Core rev: 4122d8f6ecf6957de7a34fc51beffcd8e808911f)
    
    Signed-off-by: Trevor Gamblin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    threexc authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b1ac0e4 View commit details
    Browse the repository at this point in the history
  32. openssh: add fido2 support

    OpenSSH supports FIDO security keys in both the client
    and server.  Add an option to support them in oe.
    This change requires a new recipe that I've submitted to
    meta-openembedded that has not merged yet.
    
    (From OE-Core rev: 74451a65f29b16f78b008b3ac70c99c2d61a7cad)
    
    Signed-off-by: Dan McGregor <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    dankm authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    67bc508 View commit details
    Browse the repository at this point in the history
  33. poky-bleeding.bbclass: Remove use of SRCPV

    (From meta-yocto rev: a287fabcc55cbe46bc660ad45e03f94428824386)
    
    (From meta-yocto rev: 705258d7ad70b4b69f4c5b5397101853ae7ba4d3)
    
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Alexandre Belloni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kraj authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    88603e0 View commit details
    Browse the repository at this point in the history
  34. bitbake: prserv: simplify the PRServerClient() interface

    serv.py: simplify the PRServerClient() interface by passing the
    server object instead of multiple arguments, and then retrieving
    the data through this object.
    
    This replicates what is done for ServerClient() in hashserv/server.py
    
    (Bitbake rev: d3be073218feb4d6e68a751832da4936da485dbc)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    19e783d View commit details
    Browse the repository at this point in the history
  35. bitbake: prserv: use double quotes by default

    To aligh with the hashserv code
    
    (Bitbake rev: 7a6999750791659eaffe49aabfbfba9f37f51913)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bb41220 View commit details
    Browse the repository at this point in the history
  36. bitbake: bitbake-prserv: replace deprecated optparse by argparse

    optparse is deprecated since Python 2.7
    
    Note that this is neither supposed to change the options
    supported by bitbake-prserv nor the way they are interpreted.
    
    Note that in the "--help" output, long options are now reported
    for example as "--host HOST" instead of "--host=HOST" but
    both are equivalent anyway, as they already were with optparse.
    
    (Bitbake rev: 434cd00a9e5a8ef32088f1a587005adf910a92eb)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c691ffb View commit details
    Browse the repository at this point in the history
  37. bitbake: prserv: use self.logger instead of logger directly

    In both the PRServerClient and PRClient objects.
    
    This aligns with what is done in hashserv/server.py and makes it
    possible to benefit from possible specializations of the logger
    in the corresponding super classes, instead of using
    always the global logger.
    
    (Bitbake rev: 5fc6d2b1a5db617e16c1eb9fbd25e821237611d8)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7608829 View commit details
    Browse the repository at this point in the history
  38. bitbake: asyncrpc: include parse_address from hashserv

    Moving the code and related definitions from
    hashserv/__init__.py to asyncrpc/client.py,
    allowing this function to be used in other asyncrpc clients.
    
    (Bitbake rev: b67bb05e431414866b8e8c6a4c88d20b9cdb44a3)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Suggested-by: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    48fa96c View commit details
    Browse the repository at this point in the history
  39. bitbake: prserv: capitalization and spacing improvements

    Choosing only one style of capitalization
    Add extra space after some commas too
    Remove idle spaces
    
    (Bitbake rev: daad17bccec8cb98ef2fca4262641167500bd46e)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    55a2c00 View commit details
    Browse the repository at this point in the history
  40. bitbake: prserv: add extra requests

    Useful for connecting a PR server to an upstream one
    
    - "test-package" checks whether the specified package
      version and arch is known in the database.
    
    - "test-pr" checks a specified output hash is found in the database.
      Otherwise it returns 'None' instead of a new value.
    
    - "max-package-pr" returns the highest PR number for
      (version, arch) entries in the database, and None if not found
    
    Add new DB functions supporting the above, plus test_value()
    which tells whether a given value is available for the specified
    package and architecture.
    
    (Bitbake rev: 0f1474a30f741b760ca81c19dd1d8f3bd5647251)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    94745d6 View commit details
    Browse the repository at this point in the history
  41. bitbake: prserv: remove redundant exception handler

    This exception handler is already present in db.py's get_value() code.
    
    (Bitbake rev: 2fd38b1bb685ec441f0eb0f28f3d84ba252ba90b)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3ccd3b3 View commit details
    Browse the repository at this point in the history
  42. bitbake: prserv: correct error message

    according to db.py, prserv.NotFoundError is returned here when
    adding a new value to the database failed
    
    (Bitbake rev: 4cc4069987edd14f51715dfaf0c6e1a3aa307106)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1e9a7e0 View commit details
    Browse the repository at this point in the history
  43. bitbake: prserv: remove unnecessary code

    In db.py, the ifnull() statement guarantees that the SQL request will
    return a value. It's therefore unnecessary to test the case when no
    value is found.
    
    (Bitbake rev: e4ae5177861c9a27e93e5a2d3a6c393baecd6416)
    
    Signed-off-by: Michael Opdenacker <[email protected]>
    Cc: Joshua Watt <[email protected]>
    Cc: Tim Orling <[email protected]>
    Cc: Thomas Petazzoni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    Michael Opdenacker authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fd003d5 View commit details
    Browse the repository at this point in the history
  44. bitbake: BBHandler: Handle unclosed functions correctly

    A function accidentally defined as:
    
    somefunction() {
    	:
     }
    
    which is unclosed due to the space at the end, would currently silently
    cause breakage. Have the parser throw and error for this.
    
    [YOCTO #15470]
    
    (Bitbake rev: a7dce72da6be626734486808f1b731247697e638)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a0a8e01 View commit details
    Browse the repository at this point in the history
  45. bitbake: siggen: Capture SSL environment for hashserver

    Now that the bitbake hash server supports SSL connections, we need to
    capture a few environment variables which can affect the ability to
    connect via SSL. Note that the variables are only put in place to affect
    the environment while actually invoking the server
    
    [RP: Tweak to use BB_ORIGENV as well]
    [RP: Tweak to handle os.environ restore correctly]
    (Bitbake rev: 0bacf6551821beb8915513b120ae672ae8eb1612)
    
    Signed-off-by: Joshua Watt <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    JPEWdev authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ca432fc View commit details
    Browse the repository at this point in the history
  46. bitbake: hashserv: client: Fix mode state errors

    Careful reading of the code can contrive cases where poorly timed
    ConnectionError's will result in the client mode being incorrectly reset
    to MODE_NORMAL when it should actual be a stream mode for the current
    command. Fix this by no longer attempting to restore the mode when the
    connection is setup. Instead, attempt to set the stream mode inside the
    send wrapper for the stream data, which means that it should always end
    up in the correct mode before continuing.
    
    Also, factor out the transition to normal mode into a invoke() override
    so it doesn't need to be specified over and over again.
    
    (Bitbake rev: 0cd276fd98eeca463518d4a42675fffb18d6b3de)
    
    Signed-off-by: Joshua Watt <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    JPEWdev authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b986340 View commit details
    Browse the repository at this point in the history
  47. abi_version/sstate: Switch to a new version for the upcoming release

    In testing websocket hashequivalence, corrupted sstate was injected into the
    autobuilder extensively. With the new release/LTS, being able to clearly
    differentiate between old and new sstate is probably desireable anyway
    so bump the appropriate versions.
    
    (From OE-Core rev: 7f107c180f592be29f57f580c60a6adbbebd7714)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8bf364b View commit details
    Browse the repository at this point in the history
  48. openssl: openssl: patch CVE-2024-2511

    Patch: openssl/openssl@e9d7083
    News: openssl/openssl@b7acb67
    
    (From OE-Core rev: b439d1c9e5a115bbb5193a2df25e84291cc07bec)
    
    Signed-off-by: Peter Marko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    petermarko authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    25353fe View commit details
    Browse the repository at this point in the history
  49. bitbake: bitbake: Bump to version 2.8.0

    (Bitbake rev: c86466d51e8ff14e57a734c1eec5bb651fdc73ef)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    37035da View commit details
    Browse the repository at this point in the history
  50. poky.conf: Bump version for 5.0 scarthgap release

    (From meta-yocto rev: 8f12ba9f7006d54e6f5259eb1c734e6116a2580b)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5cdff7a View commit details
    Browse the repository at this point in the history
  51. build-appliance-image: Update to master head revision

    (From OE-Core rev: eb3adf58d5111a0d894b581d935528b14f40b146)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d7a32e8 View commit details
    Browse the repository at this point in the history
  52. release-notes-5.0: various additions and improvements

    (From yocto-docs rev: 4b839c460867d685584134dbd322cd9b20f2ae6d)
    
    Signed-off-by: Lee Chee Yang <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    cheeyanglee authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4eeccf9 View commit details
    Browse the repository at this point in the history
  53. ref-manual: variables: Update default INHERIT_DISTRO value

    Add remove-libtool and create-spdx to INHERIT_DISTRO defaults per
    meta/conf/distro/defaultsetup.conf
    
    (From yocto-docs rev: a5193a97d774dd6aad09fc756fcd362638d7d2fe)
    
    Signed-off-by: Geoff Parker <[email protected]>
    Signed-off-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kk6ho authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    707f06d View commit details
    Browse the repository at this point in the history
  54. ref-manual: add virtual-slash QA check

    Add the new virtual-slash QA check to the insane class section and the
    QA checks section.
    
    (From yocto-docs rev: fdca0217558185eca67f7ec04b9d282b7819d107)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    62fe329 View commit details
    Browse the repository at this point in the history
  55. ref-manual: add new python classes

    Add brief documentation of python_maturin and python_mesonpy classes
    that were added in 5.0.
    
    (From yocto-docs rev: ce7dd61a928dec778a5df538701dfdeb26db0ebd)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f3eacae View commit details
    Browse the repository at this point in the history
  56. ref-manual: classes: cve_check: add note about remote patches

    Document the change in behaviour in 5.0.
    
    (From yocto-docs rev: f7a223d4e78bee67107fa47e147208f57a2d9521)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    62419c8 View commit details
    Browse the repository at this point in the history
  57. ref-manual: variables: add TARGET_DBGSRC_DIR

    New variable in 5.0.
    
    (From yocto-docs rev: 047780931ec8156d77ec10f3f051bd98b83714f8)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ecb3b54 View commit details
    Browse the repository at this point in the history
  58. dev-manual: update reference to sstate-cache-management script

    * Script is now .py
    * In the example, we would most likely be within the build directory
      already, so the path would be just "sstate-cache" not
      "build/sstate-cache"
    
    (From yocto-docs rev: a655ef8f5fee98e55277cbd40a092fcae697cbae)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ed5633b View commit details
    Browse the repository at this point in the history
  59. dev-manual: update custom distribution section

    In keeping with the addition of the motd message pointing out that
    the poky DISTRO is a reference distribution, adjust the opening of the
    Creating Your Own Distribution section to match. Additionally, add a
    section on the end pointing out what users need to consider if they just
    take a copy of the poky distribution and modify it.
    
    (From yocto-docs rev: 3dc812e7255ba7c0ddd7b43b9b1319ea4ef3161e)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b6937c2 View commit details
    Browse the repository at this point in the history
  60. release-notes: add CVEs, recipe upgrades and contributors for 5.0

    * Add CVEs from commits
    * Add recipe upgrades using layer index branch comparison
    * Add contributors from commits
    
    (From yocto-docs rev: 4cf6b62939c226fb9c49b7d61f3d95075a9cd8bd)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d2acecd View commit details
    Browse the repository at this point in the history
  61. migration: extend migration guide for 5.0

    Add a few missing entries based upon combing through the release
    commits, as well as minor tweaks to existing items.
    
    (From yocto-docs rev: 0680ee719edaa31a52f9cb7bd5138b402b1b26ce)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bafb8e0 View commit details
    Browse the repository at this point in the history
  62. release-notes: additional features and one known issue for 5.0

    Add additional features and tweak some existing entries.
    
    Also add one known issue for gpgme.
    
    (From yocto-docs rev: 0cdc0afd3332459d30cfc8f4c2e62bdcc23f5ed5)
    
    Signed-off-by: Paul Eggleton <[email protected]>
    Reviewed-by: Michael Opdenacker <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    bluelightning authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bf9d6d8 View commit details
    Browse the repository at this point in the history
  63. attr: update 2.5.1 -> 2.5.2

    (From OE-Core rev: 22755644ec458235cddd2c461c2ed94061481cda)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0690ef8 View commit details
    Browse the repository at this point in the history
  64. dpkg: update 1.22.0 -> 1.22.5

    Drop pager.patch as macros removed upstream.
    
    (From OE-Core rev: 63df660741742baf527647d3036b6d3414869c4f)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9e94413 View commit details
    Browse the repository at this point in the history
  65. gptfdisk: update 1.0.9 -> 1.0.10

    (From OE-Core rev: d41178f9fea7e4121f582eaec68a6aa308e71b6e)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9a833c2 View commit details
    Browse the repository at this point in the history
  66. icu: update 74-1 -> 74-2

    Note that upstream has re-spun the release tarball (the initial tarball had a broken symlink
    for LICENSE file), so there can be yocto premirror checksum mismatches:
    https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6671/steps/13/logs/stdio
    
    (From OE-Core rev: 344f7500e6df31d7c06331aedbac0df4983da958)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5752eb1 View commit details
    Browse the repository at this point in the history
  67. go-helloworld: update to latest revision

    (From OE-Core rev: ed7d5a9e0ea2c970b3c101876dc3e3b8b5ae2ade)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fcbda69 View commit details
    Browse the repository at this point in the history
  68. libpam: update 1.5.3 -> 1.6.0

    (From OE-Core rev: 2a194d5dd1d82f233fa28a44412aea1ba4ccd434)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3b9b760 View commit details
    Browse the repository at this point in the history
  69. libtraceevent: update 1.7.3 -> 1.8.2

    Drop docs option from meson.patch, as upstream added a doc
    option that does the same thing.
    
    (From OE-Core rev: 0da4e49b40aaf1f4de1ceaaf799de6234a3ce22b)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8385ae8 View commit details
    Browse the repository at this point in the history
  70. mdadm: update 4.2 -> 4.3

    Drop a gigantic set of patches: either backports or
    test fixups (which are no longer testable after exclusion of
    mdadm from ptests).
    
    Add musl fixes:
    0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch
    0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch
    
    (From OE-Core rev: 952a2a94901ea6e9416e517e9f6c97dbc7e3bb2d)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    97fbdbe View commit details
    Browse the repository at this point in the history
  71. mdadm: Fix build with new musl

    new musl has removed basename prototype from string.h
    
    (From OE-Core rev: b3f75f7926db2a616a49650ac04befa755c8dd8f)
    
    Signed-off-by: Khem Raj <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kraj authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    46e90cc View commit details
    Browse the repository at this point in the history
  72. npth: update 1.6 -> 1.7

    Drop 0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch
    (upstream resolved the issue)
    
    npth-config is no longer installed.
    
    (From OE-Core rev: 21cd99cd96fd8a06d007fe00570ebac98fedbdad)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    94c185d View commit details
    Browse the repository at this point in the history
  73. python3-lxml: update 5.0.0 -> 5.1.0

    Upstream issued the new version in .tar.gz format, so .zip
    setting can be dropped.
    
    (From OE-Core rev: c208be7a9a5fec8b8d56356666de8be7d6d8a121)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    347c26b View commit details
    Browse the repository at this point in the history
  74. rpm: update 4.19.1 -> 4.19.1.1

    Drop patches:
    files/0002-docs-CMakeLists.txt-do-not-install-non-existent-docs.patch
    (upstream resolved the issue)
    
    files/0001-CMakeLists.txt-restore-readline-support-as-an-explic.patch
    files/0001-Fix-unconditional-dependency-on-non-POSIX-GLOB_ONLYD.patch
    (backports)
    
    (From OE-Core rev: d233e33a5ca12f95878c3ee9e34d9d9c61e49f68)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9efb582 View commit details
    Browse the repository at this point in the history
  75. ruby: update 3.2.2 -> 3.3.0

    Rebase:
    ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
    
    Drop:
    
    ruby/0001-fiddle-Use-C11-_Alignof-to-define-ALIGN_OF-when-poss.patch
    (merged upstream)
    
    ruby/0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch
    ruby/0002-template-Makefile.in-filter-out-f-prefix-map.patch
    ruby/remove_has_include_macros.patch
    (code rewritten upstream)
    
    (From OE-Core rev: 6e3326838f888912a76e9a1ce77fb76550d27169)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    33686dd View commit details
    Browse the repository at this point in the history
  76. tcl: update 8.6.13 -> 8.6.14

    Drop recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
    (very obsolete)
    
    (From OE-Core rev: 59fabff31d4ed80b379cadb510dccb0d89976f0a)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b8ba27a View commit details
    Browse the repository at this point in the history
  77. texinfo: update 7.0.3 -> 7.1

    Drop texinfo/link-zip.patch
    (no longer necessary)
    
    Add texinfo_cv_sys_iconv_converts_euc_cn=yes as otherwise
    it's determined via building and running a helper binary.
    
    (From OE-Core rev: eb13b936347b01dd92190713439e0ced6329337d)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    303e4e9 View commit details
    Browse the repository at this point in the history
  78. waffle: update 1.7.2 -> 1.8.0

    (From OE-Core rev: b63ce3e9ae0e38e9951440d805b0d9487fd3736d)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3e3abb2 View commit details
    Browse the repository at this point in the history
  79. debianutils: upgrade 5.16 -> 5.17

    Changelog:
    =============
    * run-parts.c: Forward last exit code to preserve exit status.
    * d/tests/control: Add run-parts.test to autopkgtests.
    * d/tests/run-parts.test: Move run-parts testing here and add testing for
      the --exit-on-error option.
    * d/tests/smoke: Remove duplicate run-parts testing.
    * acinclude.m4: Bump DEBIANUTILS_VERSION from 5.14 to 5.17.
    
    (From OE-Core rev: 12e6f8b91d7d8e2415122eb96289d8b91dbb23e2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    338917f View commit details
    Browse the repository at this point in the history
  80. diffoscope: upgrade 259 -> 260

    Changelog:
    ==========
    * Actually test 7z support in the test_7z set of tests, not the lz4
      functionality.
    * In addition, correctly check for the 7z binary being available
      (and not lz4) when testing 7z.
    * Prevent a traceback when comparing a contentful .pyc file with an
      empty one.
    
    (From OE-Core rev: 5baf1e660f980cdcbe97e395f9c7f28b14cd8e6e)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    22845e4 View commit details
    Browse the repository at this point in the history
  81. encodings: upgrade 1.0.7 -> 1.1.0

    Changelog:
    ==========
    -Add a meson build system
    -Add the ISO8859-14 encoding
    
    (From OE-Core rev: b903248f62d6d6d969556632f8fb19f8b700dda3)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3f7f7fc View commit details
    Browse the repository at this point in the history
  82. gcr: upgrade 4.2.0 -> 4.2.1

    Changelog:
    ===========
    - gcr-ssh-agent: set 'SSH_AUTH_SOCK'
    - gcr-ssh-agent: port avoid deadlock fix
    - Updated translations
    
    (From OE-Core rev: 5b98e250d8c04040df1333506b72575d368e6bdc)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d3668f0 View commit details
    Browse the repository at this point in the history
  83. ghostscript: upgrade 10.02.1 -> 10.03.0

    avoid-host-contamination.patch
    refreshed for 10.03.0
    
    configure.ac-add-option-to-explicitly-disable-neon.patch
    removed since it's included in 10.03.0
    
    (From OE-Core rev: 0e389b7b20cf77327127ae0ced856e2b2ec7aee2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9667aa5 View commit details
    Browse the repository at this point in the history
  84. libassuan: upgrade 2.5.6 -> 2.5.7

    Changelog:
    ============
    * New configure option --with-libtool-modification.
    * Change the naming of the 64 bit Windows DLL from libassuan6-0.dll
      to libassuan-0.dll to sync this with what we did for libgpg-error.
    
    (From OE-Core rev: 60e8a5ad9835f71dcf2fb4c7c748cc12f5bac115)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fbe1dbb View commit details
    Browse the repository at this point in the history
  85. libfontenc: upgrade 1.1.7 -> 1.1.8

    Changelog:
    ==========
    -Set close-on-exec when opening files
    -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    -Remove "All rights reserved" from Oracle copyright notices
    -configure: raise minimum autoconf requirement to 2.70
    
    (From OE-Core rev: 10563e9f2d75a85a8d9c85cc79dcd851df669e13)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c638c5d View commit details
    Browse the repository at this point in the history
  86. libpng: upgrade 1.6.42 -> 1.6.43

    Changelog:
    ===========
    -Fixed the row width check in png_check_IHDR().
    -Added eXIf chunk support to the push-mode reader in pngpread.c.
    -Added contrib/pngexif for the benefit of the users who would like
     to inspect the content of eXIf chunks.
    -Added contrib/conftest/basic.dfa, a basic build-time configuration.
    -Fixed a preprocessor condition in pngread.c that broke build-time
     configurations like contrib/conftest/pngcp.dfa.
    -Added CMake build support for LoongArch LSX.
    -Fixed a CMake build error that occurred under a peculiar state of the
     dependency tree. This was a regression introduced in libpng-1.6.41.
    -Marked the installed libpng headers as system headers in CMake.
    -Updated the build support for RISCOS.
    -Updated the makefiles to allow cross-platform builds to initialize
     conventional make variables like AR and ARFLAGS.
    -Added various improvements to the CI scripts in areas like version
      consistency verification and text linting.
    Added version consistency verification to pngtest.c also.
    
    (From OE-Core rev: d36edc338fde6879390c322fb6333812a2c2ed74)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ac9e853 View commit details
    Browse the repository at this point in the history
  87. libsdl2: upgrade 2.30.0 -> 2.30.1

    Changelog:
    ===========
    -Fixed a regression causing SDL_WaitEvent() to return spurious failures
    -Fixed X11 cursors on the latest release of GNOME
    -Wayland windows automatically have OpenGL enabled again
    -Fixed memory corruption when converting signed 16-bit audio to float
    -Fixed audio artifacts when converting signed 8-bit audio to float
    -Fixed the clip rectangle not being updated when the viewport changes in the SDL renderer
    -Convert mouse wheel coordinates to the rendering view in the SDL renderer
    -Fixed a crash handling controllers on macOS
    -Fixed a crash setting a window fullscreen with Emscripten
    -Fixed the keyboard automatically popping up when resuming an application on Android
    
    (From OE-Core rev: a17c05585a0da0166087ae0cd3cd4331a1fb2615)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ed7b276 View commit details
    Browse the repository at this point in the history
  88. libxcb: upgrade 1.16 -> 1.16.1

    Changelog:
    ===========
    -Enable large file support
    -Fix compilation on Windows
    -gitlab CI: use latest xcbproto from git to build against
    -configure.ac: drop `pthread-stubs` dependency on NetBSD
    -gitlab CI: regenerate container used for builds
    
    (From OE-Core rev: 29cff6301d9c86df1609ac7d1762c38ce527fe4e)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d06caa8 View commit details
    Browse the repository at this point in the history
  89. libxcursor: upgrade 1.2.1 -> 1.2.2

    Changelog:
    ===========
    -Remove superfluous and unguarded config.h include
    -XcursorXcFileLoad: plug memory leak in error paths
    -Add comment about keeping libxcb-cursor copy of code in sync
    -If O_CLOEXEC is defined, add "e" to fopen modes
    -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    -gitlab CI: stop requiring Signed-off-by in commits
    
    (From OE-Core rev: b56224f31ac4df426418ffe9fa48f4d2dea3f148)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    117a68c View commit details
    Browse the repository at this point in the history
  90. libxdmcp: upgrade 1.1.4 -> 1.1.5

    Changelog:
    ==========
    -gitlab CI: add xz-utils to container for "make distcheck"
    -XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
    -XdmcpWriteHeader: drop unnecessary cast of free() argument
    -Clear -Wunused-macros warnings when arc4random_buf() is available
    -Xdmcp.h: add access attributes to function prototypes
    -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    -Remove "All rights reserved" from Oracle copyright notices
    
    (From OE-Core rev: e7f102d0d85e5c35c030a21fb3fa237a0843dce5)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    05d893b View commit details
    Browse the repository at this point in the history
  91. mkfontscale: upgrade 1.2.2 -> 1.2.3

    License-Update: "All rights reserved." removed from copyright.
    
    Changelog:
    =============
    -Fix -Wimplicit-float-conversion warnings from clang
    -Resolve some -Wsign-conversion warnings from clang
    -Variable scope reductions as recommended by cppcheck
    -ident.c: clear -Wdeclaration-after-statement warning
    -mkfontscale.c: handle -Wshadow warnings from gcc
    -doDirectory: add missing check for malloc() returning NULL
    -Convert to X.Org standard code style
    -Remove "All rights reserved" from Oracle copyright notices
    -gitlab CI: stop requiring Signed-off-by in commits
    -configure: Use AC_SYS_LARGEFILE to enable large file support
    -Address s UBSan warning about int left shift overflow
    -configure: Move check for zlib into its own section
    -configure: Use pkg-config to find zlib
    
    (From OE-Core rev: 73252e8c971263816cf218c53d0da9e419c9609d)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    eb3fee0 View commit details
    Browse the repository at this point in the history
  92. pango: upgrade 1.52.0 -> 1.52.1

    Changelog:
     Fix hexbox drawing
    
    (From OE-Core rev: 5a296e6c3afb412ee9740fc28963f35dd16e52d9)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5fc7977 View commit details
    Browse the repository at this point in the history
  93. psmisc: upgrade 23.6 -> 23.7

    0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch
    refreshed for 23.7
    
    Changelog:
    ===========
    * build-sys: Make disable-statx work
    * fuser: Fallback to stat() if no statx() Debian 1030747
    * fuser: silently ignore EACCES when scanning proc directories
    * killall: small formatting fixes Debian
    * pstree: Do not assume root PID
    * pslog: include config.h
    * misc: Update gettext to 0.21
    
    (From OE-Core rev: 5a5e5cce2edd0f0bccc69f3ec68dd86810b873c2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7276c60 View commit details
    Browse the repository at this point in the history
  94. python3-cython: upgrade 3.0.8 -> 3.0.9

    Changelog:
    ===========
    Features added
    --------------
    * Assigning "const" values to non-const variables now issues a warning.
    * Using "noexcept" on a function returning Python objects now issues a warning.
    * Some C-API usage was updated for the upcoming CPython 3.13.
    * The deprecated "Py_UNICODE" type is no longer used, unless required by user code.
    * "std::string.replace()" declarations were added to libcpp.string.
    
    Bugs fixed
    ----------
    * Cython generates incorrect (but harmless) self-casts when directly calling
      final methods of subtypes.  Lacking a better solution, the errors that recent
      gcc versions produce have been silenced for the time being.
    * Unused variable warnings about clineno were fixed when C lines in tracebacks are disabled.
    * Subclass deallocation of extern classes could crash if the base class uses GC.
    * Type checks for Python "memoryview" could use an invalid C function.
    * Calling final fused functions could generate invalid C code.
    * Declaring extern enums multiple times could generate invalid C code.
    * "pyximport" used relative paths incorrectly.
    * Running Cython with globbing characters ("[]*?") in the module search path could fail.
    * Literal strings that include braces could change the C code indentation.
    
    Other changes
    -------------
    * The "enum class not importable" warning is now only issued once per enum type.
    
    (From OE-Core rev: 35a7d28d271d2f3e27cf24c2433c4e69c650509e)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b9d682b View commit details
    Browse the repository at this point in the history
  95. python3-hypothesis: upgrade 6.98.15 -> 6.99.4

    Changelog:
    ==========
    -Fix regression caused by using PEP 696 default in TypeVar with Python 3.13.0a3.
    -improves the type annotations in hypothesis.extra.numpy.
    -Simplify the type annotation of column() and columns() by using PEP 696 to
     avoid overloading.
    -implement type annotations for column().
    -add the experimental and unstable backend setting.
    -fixe issue #3900, a performance regression for arrays() due to the interaction
     of 6.98.12
    -improve the type annotations in hypothesis.extra.numpy, which makes inferred
     types more precise for both mypy and pyright, and fixes some strict-mode errors
     on the latter.
    -pave the way for future shrinker improvements. There is no user-visible change.
    
    (From OE-Core rev: 71cf65e4a1137c20ece34a6ad5a65f037295daf2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4221356 View commit details
    Browse the repository at this point in the history
  96. python3-importlib-metadata: upgrade 7.0.1 -> 7.0.2

    (From OE-Core rev: 6bbe1785a5d0f5efd83cfefff39178d7f8523946)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    44dc91c View commit details
    Browse the repository at this point in the history
  97. python3-libarchive-c: upgrade 5.0 -> 5.1

    Changelog:
    ===========
    Fix the format_name property and move it from the ArchiveEntry class to the ArchiveRead class
    
    (From OE-Core rev: eea08686271c5683840a733c32eda663c2aa23f6)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b2d1bbe View commit details
    Browse the repository at this point in the history
  98. python3-pygobject: update 3.46.0 -> 3.48.1

    Changelog:
    ===========
    * Fix installation with pip failing in some environments with
      ModuleNotFoundError in g-ir-scanner :issue:'622' :mr:'302'
    * test: fix some tests on macOS :mr:'296'
    * docs: some dark mode fixes :mr:'291'
    * Drop setuptools in favor of meson-python :mr:'248' :mr:'253' :mr:'254' :mr:'255' :mr:'276'
    * Fundamental type support :mr:'250'
    * Fundamental type support for GValues :mr:'264'
    * pygi-convert.sh: migrate FILE_CHOOSER_CONFIRMATION_* :mr:'266'
    * gimodule, cairo: Use multi-phase initialization as per PEP-489 :mr:'271'
    * Deprecate classes in gi.option module :mr:'272'
    * Deprecate pygtkcompat :mr:'278'
    * Add support for (optional) nullable GErrors :mr:'259'
    * Fix CssProvider not valid in GTK2 :mr:'284'
    * Fix double free if array item cannot be marshalled to Python :mr:'280'
    * Raise exception if a callback property is encountered :mr:'269'
    * build: Fix pycairo detection "script" for Windows :mr:'267'
    * Replace deprecated ''pkgutil.find_loader'' call :mr:'252'
    * Avoid segfault on property access for incompletely initialized objects :mr:'260'
    * pygenum: When getting a member instance, use correct key for the lookup :mr:'262'
    
    (From OE-Core rev: 49ee7fff74464ca2838c609f2b6f4d1b8e09e8bc)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9868456 View commit details
    Browse the repository at this point in the history
  99. python3-pyopenssl: upgrade 24.0.0 -> 24.1.0

    Changelog:
    -Removed the deprecated OpenSSL.crypto.PKCS12 and OpenSSL.crypto.NetscapeSPKI.
     OpenSSL.crypto.PKCS12 may be replaced by the PKCS#12 APIs in the cryptography package.
    
    (From OE-Core rev: e7f9bb7b3b3f051694df7e7af01d538197cbacfd)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2e29bd0 View commit details
    Browse the repository at this point in the history
  100. python3-pyparsing: upgrade 3.1.1 -> 3.1.2

    Changelog:
    ===========
    - Added 'ieee_float' expression to 'pyparsing.common', which parses float values,
      plus "NaN", "Inf", "Infinity".
    - Updated pep8 synonym wrappers for better type checking compatibility.
    - Fixed empty error message bug. This _should_ return pyparsing's exception
      messages to a former, more helpful form. If you have code that parses the
      exception messages returned by pyparsing, this may require some code changes.
    - Added unit tests to test for exception message contents, with enhancement to
      'pyparsing.testing.assertRaisesParseException' to accept an expected exception message.
    - Updated example 'select_parser.py' to use PEP8 names and added Groups for better retrieval
      of parsed values from multiple SELECT clauses.
    - Added example 'email_address_parser.py'
    - Added example 'directx_x_file_parser.py' to parse DirectX template definitions, and
      generate a Pyparsing parser from a template to parse .x files.
    - Some code refactoring to reduce code nesting
    - All internal string expressions using '%' string interpolation and 'str.format()'
      converted to f-strings.
    
    (From OE-Core rev: dc067714b407577a7984a413d07282bea1a2fd72)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4db6174 View commit details
    Browse the repository at this point in the history
  101. python3-pytest-subtests: upgrade 0.11.0 -> 0.12.1

    Changelog:
    ===========
    -Fixed compatibility with upcoming pytest 8.1.x.
    -Python 3.12 is now officially supported
    -Added typing support
    -SubTests can be imported from pytest_subtests to type-annotate the subtests fixture.
    
    (From OE-Core rev: a873332beb58320e6ed6d8d816e6b4f065375602)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4776cc6 View commit details
    Browse the repository at this point in the history
  102. python3-pytest: upgrade 8.0.2 -> 8.1.1

    Changelog:
     https://docs.pytest.org/en/stable/changelog.html
    
    (From OE-Core rev: 7698fa9981eb94409d0988f17bc31f307f0a009d)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    35245da View commit details
    Browse the repository at this point in the history
  103. python3-trove-classifiers: upgrade 2024.2.23 -> 2024.3.3

    Changelog:
    =========
    *add  "License :: OSI Approved :: NASA Open Source Agreement (NOSA)"
    * added NOSA
    * Update src/trove_classifiers/__init__.py
    
    (From OE-Core rev: d2aa7736e52950f17d3abe3be28a7d62d497554b)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    968059c View commit details
    Browse the repository at this point in the history
  104. repo: upgrade 2.42 -> 2.44

    (From OE-Core rev: 927ca26e9c69cd6047221a95bfffff11f90d6f1e)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2e0e353 View commit details
    Browse the repository at this point in the history
  105. shaderc: update 2023.8 -> 2024.0

    0001-cmake-disable-building-external-dependencies.patch
    refreshed for 2024.0
    
    Changelog:
    ==========
     - Update dependencies
     - Utilities:
        - Use Python3 explicitly in utility scripts
    
    (From OE-Core rev: 45c97d420316c3a61412a25c55b2a53a379423fa)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f598fce View commit details
    Browse the repository at this point in the history
  106. stress-ng: upgrade 0.17.05 -> 0.17.06

    Changelog:
    ==========
    -New fd-fork stressor, force copying of tens of thousands of file descriptors on fork() system calls
    -New bitonicsort stressor: sort 32 bit integers using bitonic sort, exercises integer compare, copying/cache/memory.
    -Add more signals in the nested signal signest stressor
    -New --progress option to show --seq stressor progress and expected end of run time
    -Add Arrowlake and Pantherlake CPU support for target clones gcc optimizations
    -Add IRQ tasklet entry/exit events, IPI Raise event, swiotlb event to --perf option
    -Add --crypt-method option to allow crypt stressor to be selected
    -Add --fork-unmap option to fork stressor to force unmapping of shared libs to speed up forks
    -Add --fpunch-bytes option to fpunch stressor to specify fpunch file size
    -Add --vforkmany-bytes option to specify mmap size
    -Add NUMA hit/miss metrics to numa stressor
    -Fix aiol stressor race condition on termination of pending I/Os
    -Fix race on peterson stressor with modern out-of-order execution ARM CPUs
    
    (From OE-Core rev: 38ad00dd375cab312c12c61e9fcd512ad8a9166a)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bf7618c View commit details
    Browse the repository at this point in the history
  107. xauth: upgrade 1.1.2 -> 1.1.3

    Changelog:
    ==========
    -unifdef Lynx
    -unifdef hpux
    -configure: raise minimum autoconf requirement to 2.70
    -configure: Use AC_SYS_LARGEFILE to enable large file support
    -Unbold brackets for optional n at start of commands
    -Handle -Wempty-body warning for WRITES() macro
    -Remove unnecessary casts from malloc() calls
    -Variable scope reductions, as suggested by cppcheck
    -config: Add missing AC_CONFIG_SRCDIR
    
    (From OE-Core rev: ef200e9de4bdbfbc70e4bd542e35e61ba91cbcf2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9602b9a View commit details
    Browse the repository at this point in the history
  108. xev: update 1.2.5 -> 1.2.6

    Changelog:
    ==========
    -Mark graceful_exit as noreturn
    -Mark global variables as "static" since there's only one source file
    -gitlab CI: stop requiring Signed-off-by in commits
    -Fix overflow on XmbLookupString buffer
    
    (From OE-Core rev: 282c501690f30b8cad6a2439372d14f868af2fb0)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9747d49 View commit details
    Browse the repository at this point in the history
  109. gnupg: upgrade 2.4.4 -> 2.4.5

    Changelog:
    ==========
    * gpg,gpgv: New option --assert-pubkey-algo.
    * gpg: Emit status lines for errors in the compression layer.
    * gpg: Fix invocation with --trusted-keys and --no-options.
    * gpgsm: Allow for a longer salt in PKCS#12 files.
    * gpgtar: Make --status-fd=2 work on Windows.
    * scd: Support for the ACR-122U NFC reader.
    * scd: Suport D-TRUST ECC cards.
    * scd: Allow auto detaching of kernel drivers; can be disabled with
      the new compatibility-flag ccid-no-auto-detach.
    * scd: Allow setting a PIN length of 6 also with a reset code for
      openpgp cards.
    * agent: Allow GET_PASSPHRASE in restricted mode.
    * dirmngr: Trust system's root CAs for checking CRL issuers.
    * dirmngr: Fix regression in 2.4.4 in fetching keys via hkps.
    * gpg-wks-client: Make option --mirror work properly w/o specifying
      domains.
    * g13,gpg-wks-client: Allow command style options as in "g13 mount
      foo".
    * Allow tilde expansion for the foo-program options.
    * Make the getswdb.sh tool usable outside the GnuPG tree.
    
    (From OE-Core rev: eadaa195c8ded5f74bd7a146840c5dd610cd3c36)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    64f283f View commit details
    Browse the repository at this point in the history
  110. shadow: update 4.14.2 -> 4.15.0

    libcrack support was dropped.
    
    (From OE-Core rev: c976d67cc73948eb09700be349d63a5d3840acdc)
    
    Signed-off-by: Alexander Kanavin <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    kanavin authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    795357d View commit details
    Browse the repository at this point in the history
  111. adwaita-icon-theme: upgrade 45.0 -> 46.0

    Changelog:
    ==========
    - cursors: fix windows build
    - cursors: reinstate some x11 cursor names
    - symbolic: thunderbolt, phone & export fixes
    - index.theme: remove duplicate entries
    - cursors: clean up shapes, sync DND metaphors with macos
    - symbolic: revert about metaphor
    - symbolic: shared screen metaphor update
    - fullcolor: antialias 16x16 a little more
    - symbolic: replace filled silhouettes with outlines
    - cursors: only cover the CSS named
    - symbolic: help-about metaphor
    - symbolic: sync not-junk metaphor (https://gitlab.gnome.org/GNOME/evolution/-/issues/1710#note_1924546)
    - symbolic: cleaned up export with Symbolic Preview
    
    (From OE-Core rev: 58ef139b1fae208d7e131c7b38ed8a4d1881fda5)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a58c973 View commit details
    Browse the repository at this point in the history
  112. at-spi2-core: upgrade 2.50.1 -> 2.52.0

    Changelog:
    ===========
    * tests: Fix missing declaration for getpid().
    * Back out code to generate mouse events on mutter. It had a couple of
      unwanted side effects. Also remove dependencies on libei and xkbcommon.
    * atk-adaptor: Fix collection role matching.
    * Have atspi_text_get_string_at_offset fall back to calling
      GetTextAtOffset if GetStringAtOffset is unimplemented.
    * Don't use g_assert in the unit tests.
    * Add an attribute-changed signal in atk, and update libatspi attribute cache.
    * Add GetTextSelection and SetTextSelection to Document interface.
    * Add atspi_device_generate_mouse_event, and implement for mutter.
    * Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails.
    * xml: Add Embedded to the Socket interface
    * Don't return uninitialized values if atspi_component_get_size/position fail.
    * atk-adaptor: Fix critical when no table cell array is returned.
    * accessible: Do not rename deprecated methods to the new names.
    * Add HelpText property and corresponding functions in atk and libatspi.
    
    (From OE-Core rev: 5d94c1c17b70a6522f780eb4055e343e0d0f863a)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2647dc7 View commit details
    Browse the repository at this point in the history
  113. bind: upgrade 9.18.24 -> 9.18.25

    Changelog:
    ============
    -Create the pruning task in the dns_cache_flush(), so
     the cache pruning still works after the flush.
    -Improve the TTL-based cleaning by removing the expired
     headers from the heap, so they don't block the next
     cleaning round and clean more than a single item for
     each new addition to the RBTDB.
    -Revert change 6319 and decrease lock contention during
     RBTDB tree pruning by not cleaning up nodes recursively
     within a single prune_tree() call.
    -Address use after free in expire_lru_headers.
    
    (From OE-Core rev: 17cecd0d9d0d734d408701d861692ca5987f4ad9)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7db261f View commit details
    Browse the repository at this point in the history
  114. createrepo-c: upgrade 1.0.4 -> 1.1.0

    Changelog:
    ===========
    -Add tests for RepositoryReader and RepositoryWriter
    -Add a high-level repository writing API
    -Add a high-level repository reading API
    -Print where and when cr_hascontrollchars is true
    -Build aarch64 python packages during releases
    -build: Adapt to changes in Fedora packaging of bash-completion
    
    (From OE-Core rev: c4cb90caab40cc1228c3cf49b68ca15f75d48508)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    35166cb View commit details
    Browse the repository at this point in the history
  115. enchant2: upgrade 2.6.7 -> 2.6.8

    (From OE-Core rev: 40c02f057f954c132d843c775f4991a654968e40)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    883a975 View commit details
    Browse the repository at this point in the history
  116. harfbuzz: upgrade 8.3.0 -> 8.3.1

    Changelog:
    ==========
    - hb_blob_create_from_file_or_fail() on Windows will now try to interpret the
      file name as UTF-8 first, and as system code page if it is not valid UTF-8.
    - Fix hb_style_get_value() in fonts with "STAT" table.
    - Properly handle negative offsets in CFF table.
    - Update IANA Language Subtag Registry to 2024-03-07.
    - Subsetter now supports subsetting "BASE" table.
    - Subsetter will update "hhea" font metrics in sync with "OS/2" ones.
    - "--variations" option of "hb-subset" now supports leaving out values that
      should be unchanged, e.g. "wght=:500:" will change the default and keep max
      and min unchanged. It also supports "*=drop" to to pin all axes to default
      location.
    - Fix hb_ot_math_get_glyph_kerning() to match updated "MATH" table spec.
    - Support legacy MacRoman encoding in "cmap" table.
    - Various build fixes.
    - Various subsetting and instancing fixes.
    - New API:
      hb_subset_input_pin_all_axes_to_default()
    
    (From OE-Core rev: b9716f902695337077b533e22b9298d610c038ee)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0454d80 View commit details
    Browse the repository at this point in the history
  117. libbsd: upgrade 0.12.1 -> 0.12.2

    Changelog:
    ============
    -test: nlist: make resilient against -Wl,--gc-sections
    -build: Do not rely on internal autoconf ac_cv_sys_file_offset_bits variable
    -build: Use -eq instead of = as test operators for arithmetic tests
    -build: Fix typo in ABI selection description
    -build: Only install time struct conversion macros where missing
    -man: Add links for errc module functions
    -man: Do not install timeval(3bsd) nor timespec(3bsd)
    -strtonum: Do not abort on EINVAL from strtoi()
    -closefrom: Ignore files starting with dot when scanning /proc/self/fd
    -build: Match also gnu* for GNU/Hurd on the glibc ABI selection
    
    (From OE-Core rev: f8df6066c8d9efd1c85c6d5f2c306da06faad860)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b5b1d64 View commit details
    Browse the repository at this point in the history
  118. libcomps: upgrade 0.1.20 -> 0.1.21

    Changelog:
    ===========
    -Build aarch64 python packages during releases
    -Fix build: use correct variable for category and env
    -build: Restore compatiblity with libxml2-2.12.0
    -tests: Unify formatting of current test announcements
    -tests: Don't print parsing errors during tests
    -Update CI
    
    (From OE-Core rev: 1d7324942053cadd10930a9dfb49e2c54145682c)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ff4a40d View commit details
    Browse the repository at this point in the history
  119. libpciaccess: upgrade 0.18 -> 0.18.1

    (From OE-Core rev: 515b4e43bda1d4c24e66c5779d75e3f285ed4067)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    89285e7 View commit details
    Browse the repository at this point in the history
  120. libwpe: upgrade 1.14.2 -> 1.16.0

    Changelog:
    =========
    - This version does not contain changes over the 1.15.2 development release.
    - Allow resetting the fullscreen client to a null pointer.
    - Fix usage of the _wpe_loader_interface with the static loader.
    
    (From OE-Core rev: f68a771e4e31b897399755fd7117a78381d377c1)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    28b28e6 View commit details
    Browse the repository at this point in the history
  121. libxkbcommon: upgrade 1.6.0 -> 1.7.0

    Changelog:
    ===========
    - Added early detection of invalid encodings and BOM for keymaps, rules & Compose.
      Also added a hint that the expected encoding must be UTF-8 compatible.
    - Updated keysyms using latest [xorgproto]
    - Keysyms: Fixed inconsistent results in 'xkb_keysym_from_name' when used with
      the flag 'XKB_KEYSYM_CASE_INSENSITIVE'.
    - Keysyms: Fixed case mapping for 3 Latin 1 keysyms:
      - 'XKB_KEY_ydiaeresis'
      - 'XKB_KEY_mu'
      - 'XKB_KEY_ssharp'
    - Keysyms: Fixed 'xkb_keysym_is_modifier' to detect also the following keysyms:
      - 'XKB_KEY_ISO_Level5_Shift'
      - 'XKB_KEY_ISO_Level5_Latch'
      - 'XKB_KEY_ISO_Level5_Lock'
    - Prevent recursive includes of keymap components.
    - Fixed global default statements 'x.y = z;' in wrong scope not raising an error.
    - Rules: Made newline required after '!include' line.
    - Rules: Fixed a bug where variant indexes were ignored with the layout index
      used instead. They are practically always the same, but don't have to be.
    - Compose: Fixed a segfault with 'xkb_compose_table_iterator_next' when used on an
      empty table.
    - Compose: Added check to ensure to open only regular files, not e.g. directories.
    - Registry: Updated the DTD and always parse the "popularity" attribute.
    - Fixed a few memory leaks and keymap symbols parsing.
    
    (From OE-Core rev: 9ae00c047f3a9a5993be70cb27d34c6814e4944d)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cf3ef7b View commit details
    Browse the repository at this point in the history
  122. libxml2: upgrade 2.12.5 -> 2.12.6

    Changelog:
    ===========
    - parser: Fix detection of duplicate attributes in XML namespace
    - xmlreader: Fix xmlTextReaderConstEncoding
    - html: Fix htmlCreatePushParserCtxt with encoding
    - xmllint: Return error code if XPath returns empty nodeset
    
    (From OE-Core rev: 0bc673b0de08e02ff01ec9ad3daf0bb41662da40)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    783984f View commit details
    Browse the repository at this point in the history
  123. lighttpd: upgrade 1.4.74 -> 1.4.75

    Changelog:
    ==========
    * [mod_redirect] url.redirect-code = 308 new default
    * [ls-hpack] more portability fixes for sys/queue.h
    * [ls-hpack] update version to 2.3.3
    * [TLS] default to stronger ciphers w/ PFS and AEAD
    * [ci] apt-get install build-essential on Ubuntu
    * [ci] /usr/local/opt keg-only pkgs on Darwin(macOS)
    * [mod_authn_sasl] translate SASL_LOG_* to syslog
    * [build] include src/compat/sys/queue.h in tarball
    * [core] fdlog_openlog(), fdlog_closelog()
    * [mod_accesslog] fdlog_openlog() if using syslog
    * [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE
    * [ci] limit github ci to specific branches
    * [ci] prefer non-login shell for Cygwin CI build
    * [ci] prefer dash for Cygwin and MSYS2 builds
    * [mod_wstunnel] fix server.ping-interval w/ HTTP/2
    * [mod_dirlisting] fix suffix display of '/' on file (fixes #3242)
    * [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244)
    * [mod_openssl] faster ASN1_TIME parse
    * [mod_wolfssl] faster ASN1_TIME parse
    * [doc] update TLS comment in sample lighttpd.conf
    
    (From OE-Core rev: a3c74e93469dd3a40a17dd04971f79af6701a2ad)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    460678a View commit details
    Browse the repository at this point in the history
  124. openssh: upgrade 9.6p1 -> 9.7p1

    0001-systemd-Add-optional-support-for-systemd-sd_notify.patch
    refresh for 9.7p1
    
    Changelog:
    ============
    New features
    ------------
     * ssh(1), sshd(8): add a "global" ChannelTimeout type that watches
       all open channels and will close all open channels if there is no
       traffic on any of them for the specified interval. This is in
       addition to the existing per-channel timeouts added recently.
     * All: make DSA key support compile-time optional, defaulting to on.
    
    Bugfixes
    --------
     * sshd(8): don't append an unnecessary space to the end of subsystem
       arguments
     * ssh(1): fix the multiplexing "channel proxy" mode, broken when
       keystroke timing obfuscation was added.
     * ssh(1), sshd(8): fix spurious configuration parsing errors when
       options that accept array arguments are overridden
     * ssh-agent(1): fix potential spin in signal handler
     * Many fixes to manual pages and other documentation
     * Greatly improve interop testing against PuTTY.
    
    (From OE-Core rev: e409b8ceb514d67d6472b4433cc9869c43401b94)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f542752 View commit details
    Browse the repository at this point in the history
  125. python3-hatchling: upgrade 1.21.1 -> 1.22.4

    Changelog:
    =============
    Added:
    ----------
    -Metadata for the wheel target now defaults to the PKG-INFO metadata within
     source distributions
    -Add dependencies method to the build hook interface so that hooks can
     themselves dynamically define dependencies
    -Update SPDX license information to version 3.23
    -Improve error message for when the default heuristics for wheel file inclusion
     fail
    -Update the default version of core metadata to 2.3
    
    Fixed:
    -----------
    -Properly support core metadata version 2.2
    -Only read source distribution metadata for fields that are explicitly defined
     as dynamic
    -Fix the custom build hook when using dynamic dependencies
    -Fix regression when loading metadata from source distributions
    -Fix metadata hooks when building wheels from source distributions
    -Remove editables as a direct dependency
    -Fix default wheel tag when the supported Python version declaration is strict
    -Load VCS ignore patterns first so that whitelisted patterns can be excluded by
     project configuration
    -Don't consider VCS ignore files that are outside of the VCS boundary
    -The sdist build target now gracefully ignores UNIX socket files
    -Begin ignoring certain files ubiquitously, like .DS_Store on macOS
    
    (From OE-Core rev: 3318192cda7df2a9fd9497b58570537c0d856b67)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c307b35 View commit details
    Browse the repository at this point in the history
  126. python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0

    Changelog:
    ==========
    -Make MetadataPathFinder.find_distributions a classmethod for consistency
     with CPython.
    -Allow MetadataPathFinder.invalidate_caches to be called as a classmethod.
    
    (From OE-Core rev: 11b074f79bc30115c8a1cfc0119acb3f8f6ea609)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    efe9a19 View commit details
    Browse the repository at this point in the history
  127. python3-license-expression: upgrade 30.2.0 -> 30.3.0

    Changelog:
    ===========
    -Use latest skeleton
    -Update license list to latest ScanCode and SPDX 3.23
    -Drop support for Python 3.7
    -Release prep v30.3.0
    
    (From OE-Core rev: c8763d3653ad5dd508d72163ba844f3f5b901136)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cb8eb24 View commit details
    Browse the repository at this point in the history
  128. python3-markdown: upgrade 3.5.2 -> 3.6

    Changelog:
     https://github.com/Python-Markdown/markdown/releases/tag/3.6
    
    License-Update:
     Update the license template so GitHub can detect it
    
    (From OE-Core rev: 6a8c53f283f5637480b667e51bfd5c71c3ab0db2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    dfce5dd View commit details
    Browse the repository at this point in the history
  129. python3-packaging: upgrade 23.2 -> 24.0

    Changelog:
    ==========
    -Fix specifier matching when the specifier is long and has an epoch
    -Clarify version split/join usage
    -Default optional metadata values to None
    -Stop using deprecated/removed keys
    -Correctly use the ExceptionGroup shim only when needed
    -Update CHANGELOG entry about validate kwarg
    -Support --disable-gil builds (PEP 703) in packaging.tags
    -Skip test_glibc_version_string_ctypes_raise_oserror if ctypes is unavailable
    -Enable CodeQL
    -PEP 703: Rename Py_NOGIL to Py_GIL_DISABLED
    -Replace PEP references with PUG links
    -Remove coverage ignore for non-existent file
    -Update URLs
    -Configure dependabot
    -Hash pin github actions
    -Apply some refurb suggestions
    -Appply some bugbear suggestions
    -Apply some ruff suggestions
    -Add riscv64 as a supported manylinux architecture
    
    (From OE-Core rev: b3ab311628a6668827a06c74e4880e4c0dbff7c5)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8657cc1 View commit details
    Browse the repository at this point in the history
  130. python3-pyelftools: upgrade 0.30 -> 0.31

    Changelog:
    =============
    -remove universal setting for wheels, since we don't support py2 now
    -[RELOCATIONS] add enum for v850 relocations
    -Fix buffer overrun in NT_GNU_PROPERTY_TYPE_0 parser
    -Fix iter_notes to handle >4 byte segment alignment
    -Support for XC16/PIC phantom bytes
    -Support for the GNU note with the AARCH64 CPU features
    -Fix for mixed version loclists, tests
    -Update supported python versions for GitHub actions CI
    -Initial s390x relocation support
    -Add py.typed to elftools
    -Fix ranges autotest take 2
    -Support getting RELR relocations from dynamic section
    -Dynamic array size can be a loclist/locexpr
    -DW_OP_GNU_uninit
    -Update CHANGES to mention Python 2 (lack of) support
    -Remove redundant wheel dep from pyproject.toml
    -False positive on LocationParser.attribute_has_location()
    -Support for DW_OP_WASM_location
    -Dwarfdump test on Windows
    -More Apple, LLVM attributes
    
    (From OE-Core rev: 100ea6a8ae6b05521d394a1217ae0e744a46c7dd)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    80f6aca View commit details
    Browse the repository at this point in the history
  131. python3-referencing: upgrade 0.33.0 -> 0.34.0

    Changelog:
    -Also look inside definitions keywords even on newer dialects. The specification
     recommends doing so regardless of the rename to $defs.
    
    (From OE-Core rev: 9c608f3bf72141b97be3f64d5ab03592004155e5)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0d3fbb1 View commit details
    Browse the repository at this point in the history
  132. python3-scons: upgrade 4.6.0 -> 4.7.0

    Changelog:
     https://github.com/SCons/scons/releases/tag/4.7.0
    
    (From OE-Core rev: f61957bc35fe36849c5b0d8ed512da7ee7d1f084)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3615c13 View commit details
    Browse the repository at this point in the history
  133. python3-setuptools: upgrade 69.1.1 -> 69.2.0

    0001-conditionally-do-not-fetch-code-by-easy_install.patch
    refreshed for 69.2.0
    
    Changelog:
    ==========
    -Explicitly use encoding="locale" for .pth files whenever possible, to reduce
     EncodingWarnings. This avoid errors with UTF-8
    -Clarify some Package Discovery and Resource Access using pkg_resources methods
     return bytes, not str. Also return an empty bytes in EmptyProvider._get
    -Return an empty list by default in pkg_resources.ResourceManager.cleanup_resources
    -Made pkg_resoursces.NullProvider's has_metadata and metadata_isdir methods
     return actual booleans like all other Providers.
    
    (From OE-Core rev: 49d2c4cf43d4ccac6f3f6c090fc0e5b0365645b6)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b52adc9 View commit details
    Browse the repository at this point in the history
  134. python3-wheel: upgrade 0.42.0 -> 0.43.0

    Changelog:
    ==========
    -Dropped support for Python 3.7
    -Updated vendored packaging to 24.0
    
    (From OE-Core rev: 6c69b4f31b1d5454b18d9d5f8494888705380607)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ef605d4 View commit details
    Browse the repository at this point in the history
  135. python3-zipp: upgrade 3.17.0 -> 3.18.1

    Changelog:
    ============
    -Bypass ZipFile.namelist in glob for better performance.
    -Refactored glob functionality to support a more generalized solution with
     support for platform-specific path separators.
    -Add special accounting for pypy when computing the stack level for text
     encoding warnings.
    
    (From OE-Core rev: 8e6780fa9d057f798fbd92e1a42aa60ee6876c2f)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    660d259 View commit details
    Browse the repository at this point in the history
  136. vala: upgrade 0.56.15 -> 0.56.16

    0001-gtk4-Preserve-compatibility-with-4.14.patch
    removed since it's included in 0.56.16
    
    Changelog:
    ============
    * Various improvements and bug fixes:
     - girparser: Recognize usage of time_t and don't rely on given GIR type
     - girparser: Recognize usage of off_t and don't rely on given GIR type
    * Bindings:
     - gio-2.0: Restore ApplicationCommandLine.print*_literal() to not require 2.80
     - gmodule-2.0: Do not mark `Module.open` as deprecated
     - gtk4: Preserve compatibility with < 4.14 [#1531]
     - Regenerate for GIR-based bindings to pick up time_t fix (long vs time_t)
    
    (From OE-Core rev: 0d70b4b49b1d47c78119b0dd39470fc6bd50de53)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1d6fc55 View commit details
    Browse the repository at this point in the history
  137. wget: upgrade 1.21.4 -> 1.24.5

    0002-improve-reproducibility.patch
    refreshed for 1.24.5
    
    Changelog:
    ============
    ** Fix how subdomain matches are checked for HSTS.
       Fixes a minor issue where cookies may be leaked to the wrong domain
    ** Wget will now also parse the srcset attribute in <source> HTML tags
    ** Support reading fetchmail style "user" and "passwd" fields from netrc
    ** In some cases, prevent the confusing "Cannot write to... (success)" error messages
    ** Support extremely fast download speeds (TB/s).
       Previously this would cause Wget to crash when printing the speed
    ** Improve portability on OpenBSD to run the test suite
    ** Ensure that CSS URLs are corectly quoted (Bug: 64082)
    
    (From OE-Core rev: 02fda9423680256d2b24f1fa52441ea869e0acef)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6ba9d3d View commit details
    Browse the repository at this point in the history
  138. mtd-utils: upgrade 2.1.6 -> 2.2.0

    This is a small release of changes that have accumulated since last August.
    As it contains mainly new command line switches (i.e. features) for some
    of the tools, this receives a minor version bump.
    
    The Autotools based build system also received a slight overhaul, cleaning
    up how configure switches and dependencies are handled. It should now
    also be possible to compile mtd-utils without requiring zlib.
    
    Full changelog:
    https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html
    
    (From OE-Core rev: d2b168dce892f45e08bc547114bf4a7badc4fce2)
    
    Signed-off-by: Denys Dmytriyenko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    denix0 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fdd0526 View commit details
    Browse the repository at this point in the history
  139. lzip: upgrade 1.24 -> 1.24.1

    * No changes have been made to the code. Just a compilation failure on MinGW
      has been fixed. (Caused by different mkdir signature in POSIX and Windows).
    
    Full changelog:
    https://lists.nongnu.org/archive/html/lzip-bug/2024-03/msg00003.html
    
    (From OE-Core rev: d8b8f975ff266b64abdc341f2cb2751c7e119ae9)
    
    Signed-off-by: Denys Dmytriyenko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    denix0 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4d3132a View commit details
    Browse the repository at this point in the history
  140. wayland-protocols: upgrade 1.33 -> 1.34

    This release comes with three new staging protocols:
    
     * xdg-toplevel-drag
    
    This protocol enhances regular drag and drop by allowing attaching a
    toplevel window to a drag. This can be used to implement e.g. detachable
    toolbars and browser tab drag behavior that can be seen in other
    platforms.
    
     * xdg-dialog
    
    This protocol allows setting dialog specific hints on a toplevel, more
    specifically marking them as modal.
    
     * linux-drm-syncobj
    
    This protocol will allow explicit synchronization of buffers using DRM
    synchronization objects. While being a protocol that is unlikely to be
    widely used directly by applications and toolkits themselves, it is an
    important building block for improving Vulkan and OpenGL drivers.
    
    Other than this, the tablet and foreign toplevel list protocols also
    received clarifications and fixes.
    
    Full changelog:
    https://lists.freedesktop.org/archives/wayland-devel/2024-March/043537.html
    
    (From OE-Core rev: bc85c5360cec21b685542ced8e767a6effd949c4)
    
    Signed-off-by: Denys Dmytriyenko <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    denix0 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    024b837 View commit details
    Browse the repository at this point in the history
  141. mesa: upgrade 24.0.2 -> 24.0.3

    0001-Revert-meson-do-not-pull-in-clc-for-clover.patch
    refreshed for 24.0.3
    
    (From OE-Core rev: 43240c8b2c5507fe6147ba04ec98528602c694e1)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Alexandre Belloni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6c576a7 View commit details
    Browse the repository at this point in the history
  142. vulkan: upgrade 1.3.275.0 -> 1.3.280.0

    0001-generate-glslang-pkg-config.patch
    refreshed for 1.3.280.0
    
    License-Update:
    ===============
    spirv-headers:License-Update: List all licenses in the root LICENSE file.
    vulkan-volk:Copyright year updated to 2024.
    
    (From OE-Core rev: ca21778738e0e9e5f60324cdb21ffe88d7b1f9a0)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Alexandre Belloni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2b9bb2d View commit details
    Browse the repository at this point in the history
  143. babeltrace2: upgrade 2.0.5 -> 2.0.6

    Changelog:
    ===========
    * bt2: disable some warnings for 'native_bt.c'
    * bt2: compile 'native_bt.c' with '-Wno-undef'
    * Fix: src.ctf.lttng-live: expect NEW_STREAM/METADATA for inactive streams
    * Fix: 'babeltrace2 convert': don't consider the '--plugin-path' opt.
    * include/babeltrace2/plugin/plugin-dev.h: "define" -> "definition
    * Fix: doc: escape double quote in bt_p alias
    * Fix: bt2: pass _TraceClassConst to destruction listeners
    * fix: 'load_module()' deprecated in Python 3.12
    * tests: retry os.rename on PermissionError failure in lttng_live_server.py
    * doc: fix uptream -> upstream typos
    * fix: test_message_iterator.py hangs on Python 3.12
    * plugin-dev: mark symbols meant to be public with __attribute__((visibility("default")))
    * Silence -Wunused-but-set-variable error with clang
    * Fix: Windows DLL path lookup with Python >= 3.8
    * doc/man: make default values of boolean init. params. clearer
    * RFC: docs: fix: Match stated automake requirement
    * fix: make flake8 6.x happy
    * fix: running black on python 3.11
    * bt_query_executor_create_with_method_data(): fix docs note
    * Fix: ctf-writer: null dereference in bt_ctf_trace_common_add_stream_class
    * Update working version to Babeltrace v2.0.6
    
    (From OE-Core rev: a5f05da60ca888456900f9fb0a52ef07db754c06)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fd3c35b View commit details
    Browse the repository at this point in the history
  144. bash-completion: upgrade 2.12.0 -> 2.13.0

    Changelog:
    ===========
    ### Features
    ------------
    -Complete protocols for --proto-default
    -Add completion for netconf subcommand
    -Complete commands for netns exec
    -Complete help for unknown subcommands
    -Complete ip link property
    -Complete link types for address show
    -Complete neigh show and flush
    -Complete stats subcommand
    -Create function to get link types
    -add fallback 3rd party completion loader
    -also suggest *.rss files
    
    ### Bug Fixes
    --------------
    -fix regression of unwanted trailing colons
    -Complete addrlabel add/del properties
    -Complete ip delete with type correctly
    -Complete more variations of subcommands
    -Complete netns attach subcommand
    -Complete only relevant addrlabel subcmds
    -Keep completing after -netns name
    -Quote all instantiation of ip as "$1"
    -Quote network namespace names
    -include api-and-naming.md in dist
    
    (From OE-Core rev: a2cbd936ea59cd47accc61b164e6d8b44b63a5cf)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2d7aae2 View commit details
    Browse the repository at this point in the history
  145. btrfs-tools: upgrade 6.7.1 -> 6.8

    Changelog:
    ============
    * fix --enqueue option timeout handling
    * subvolume: remove support for undocumented options -c and -x,
      functionality disabled in kernel
    * libbtrfsutil:
       * version 0.1.3, backward compabile
       * add aliases for all existing functions with unified naming scheme
       * updated header defintions for recently added kernel features
    * send: v3 supported in experimental mode
    * other:
       * docs: manual page references, graphs, enhancements, clarifications
       * error handling fixes
       * cleanups and refactoring
    
    (From OE-Core rev: 7e2cf19c861ddd93d1176fbbe3f758d31970a96b)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5fd1f2b View commit details
    Browse the repository at this point in the history
  146. coreutils: upgrade 9.4 -> 9.5

    0001-posixtm-pacify-clang-18.patch
    CVE-2024-0684.patch
    removed since they're included in 9.5
    
    0001-local.mk-fix-cross-compiling-problem.patch
    remove-usr-local-lib-from-m4.patch
    refreshed for 9.5
    
    License-Update: Copyright updatedto 2024.
    
    (From OE-Core rev: ac2b8134bed1abdb485aa2826d07b430dc6b5f00)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6961d12 View commit details
    Browse the repository at this point in the history
  147. dnf: upgrade 4.19.0 -> 4.19.2

    Changelog:
     Bump libdnf version to 0.73.1
    
    (From OE-Core rev: c4a3e4c7cb8411beec779a11fc443a6089434504)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a379fff View commit details
    Browse the repository at this point in the history
  148. ell: upgrade 0.63 -> 0.64

    Changelog:
    ==========
    -Fix issue with casting in C++ environment.
    -Fix issue with ASCII string upper and lower helpers.
    
    (From OE-Core rev: a28405da8dad7e6222d7badaa3eda175e3df32c9)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    de7d829 View commit details
    Browse the repository at this point in the history
  149. enchant2: upgrade 2.6.8 -> 2.6.9

    Changelog:
     Implement user dictionary support for Hspell, Nuspell, Voikko
    
    (From OE-Core rev: 3505d631e2f52b03e52bc67a2094d2749c0e0e48)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    465eee1 View commit details
    Browse the repository at this point in the history
  150. libdnf: upgrade 0.73.0 -> 0.73.1

    Changelog:
    =========
    -Fix https://issues.redhat.com/browse/RHEL-27657
    -subject-py: Fix memory leak
    
    (From OE-Core rev: f16b16e1b6c60f0a1c9bc8d5492195fc66f33a19)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c97fa11 View commit details
    Browse the repository at this point in the history
  151. libical: upgrade 3.0.17 -> 3.0.18

    License-Update:
     LICENSE.LGPL21.txt - remove the KDAB claim for copyright
    
    Changelog:
    ===========
    -Requires CMake v3.5.0 or higher
    -Escape ^ (U+005E) character in parameter values according to RFC 6868
    -New CMake option LIBICAL_BUILD_EXAMPLES to disable building the examples
    -Should be able to use the project as a submodule
    -Built-in timezones updated to tzdata2024a
    
    (From OE-Core rev: b71f0e077088601491688dddd8399cacc9f8a69c)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8e9a758 View commit details
    Browse the repository at this point in the history
  152. liburi-perl: upgrade 5.27 -> 5.28

    Changelog:
    - Using Scalar::Util::reftype instead of just ref(), but mindful this time
      about definedness to avoid warnings
    
    (From OE-Core rev: 0a0f0a1ff2e9e3e5e90c51cd3ad72ca330bca02e)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fbf92d7 View commit details
    Browse the repository at this point in the history
  153. libx11: upgrade 1.8.7 -> 1.8.9

    Changelog:
    ===========
    -xlibi18n: restore parse_line1 for WIN32 builds
    -Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons
    -_XimProtoIMFree:no need to check arg for Xfree()
    -_XimEncodeString:no need to check arg for Xfree()
    -Fix XCreateIC() memory leak (Part 2)
    -_XimLocalDestroyIC:fix possible mem leak
    -_XimLocalCreateIC: get rid of bzero
    -_XimLocalCreateIC: minor cleanup
    -_XimLocalCreateIC:no need to check arg for Xfree()
    -_XimLocalDestroyIC: no need to check arg for Xfree()
    -fix table width
    
    (From OE-Core rev: bd8fab6937cddf3b6818e8e333b78813f0524116)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    97b1fb6 View commit details
    Browse the repository at this point in the history
  154. libxmlb: upgrade 0.3.15 -> 0.3.17

    0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch
    refreshed for 0.3.17
    
    Changelog:
    =========
    - Create SECURITY.md for the OpenSSF scorecard
    - Fix decompressing large zstd files
    - Use zst as the file extension for zstd
    - Make the LZMA support optional
    - Add the lzma and zstd support to the pkgconfig file
    
    (From OE-Core rev: 50c247ec5eb989c91466ace4c27742ab36eb018c)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0d064d9 View commit details
    Browse the repository at this point in the history
  155. libxmu: upgrade 1.1.4 -> 1.2.0

    Changelog:
    ===========
    -Use XtAsprintf to simplify os_name string generation
    -Remove "#ifndef notdef" checks
    -XmuReadBitmapDataFromFile: set close-on-exec when opening files
    -configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    -src/Makefile.am: Remove hardcoded -D_BSD_SOURCE
    -configure: raise minimum autoconf requirement to 2.70
    
    (From OE-Core rev: 42fe0303219c93f9359ee2bbe6f9bd90502a62d0)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    46c43f9 View commit details
    Browse the repository at this point in the history
  156. lttng-tools: upgrade 2.13.11 -> 2.13.13

    0001-tests-do-not-strip-a-helper-library.patch
    refreshed for 2.13.13
    
    Changelog:
    ===========
    * Fix: consumerd: leak of tracing buffers on relayd connectivity issue
    * Fix: consumerd: wrong timer mentioned in error logging
    * Fix: consumerd: type confusion in lttng_consumer_send_error
    * Fix: baddr-statedump: use $(LIBTOOL) --mode=execute
    * Fix: relayd: live client not notified of inactive streams
    * Fix: relayd: live: dispose of zombie viewer metadata stream
    * tests: Fix typo in tests/regression/kernel/test_ns_contexts
    * Fix: sessiond: freeze on channel creation on restart
    * common: move utils_create_lock_file to its own file
    * tests: tools/clear/test_ust wait for specific test app pid
    * Fix: sessiond: crash when sending data_pending to an active session
    * Tests: fix: list_triggers_cli: kallsyms contains prefixed symbols
    * License: common: error_query: fix typo in SPDX specifier
    
    (From OE-Core rev: 5d35200e089f0695cfb19b65dd9b56006aa3d4fc)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    47fa815 View commit details
    Browse the repository at this point in the history
  157. man-db: upgrade 2.12.0 -> 2.12.1

    0001-man-Move-local-variable-declaration-to-function-scop.patch
    refreshed for 2.23.1
    
    Changelog:
    =============
    * Fix excessive cleanup of '/var/cache/man' by 'systemd-tmpfiles'.
    * 'man' matches the display width more accurately to the configured width.
    * Upgrade to Gnulib 'stable-202401'.
    * Mention 'groff''s 'pdf' device in 'man(1)'.
    * Speed up 'seccomp' filter slightly.
    * Document how to format pages using italic rather than underlined text.
    * Remove the obsolete 'chconfig' tool for converting man-db configuration
      files to the FHS.  This transition took place almost 25 years ago (at
      least in Debian), so it's not worth keeping it around now.
    
    (From OE-Core rev: 688c05422fc27bb389ba29c95beafb5029ff78b8)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f6b9dfa View commit details
    Browse the repository at this point in the history
  158. mpg123: upgrade 1.32.5 -> 1.32.6

    Changelog:
    - build: Detect forced 64 bit offsets on a dual-mode system that used
      to default to 32 bits and drop ambiguous suffix-less symbols in that
      case.
    
    (From OE-Core rev: 5e76967536191ac42fdd0c016e92a273dc4908e2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2a17755 View commit details
    Browse the repository at this point in the history
  159. mtdev: upgrade 1.1.6 -> 1.1.7

    Changelog:
    =========
    -test: link using libmtdev.la
    -Fix test warnings
    
    (From OE-Core rev: ca3722c9b772c592c0b13333d267d4426a2a27d9)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8ae434c View commit details
    Browse the repository at this point in the history
  160. pkgconf: upgrade 2.1.1 -> 2.2.0

    Changelog:
    ===========
    * libpkgconf SOVERSION is now 5.
    * Significant solver rework to flatten both requires and requires.private
      dependencies in a single pass.  Improves performance slightly and ensures
      proper dependency order.
    * Improve '--digraph' output to reflect more of the solver's state in the
      rendered dependency graph.
    * Do not reference the graph root by name when presenting error messages about
      directly requested dependency nodes.
    
    (From OE-Core rev: 96a705d3f3d502b189f5bdec7c73cd21a9097785)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    090aab6 View commit details
    Browse the repository at this point in the history
  161. python3-beartype: upgrade 0.17.2 -> 0.18.2

    (From OE-Core rev: 12bd38ef2c26e60b3dd35b5227189699a4188c1d)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d8b32df View commit details
    Browse the repository at this point in the history
  162. python3-build: upgrade 1.1.1 -> 1.2.1

    Changelog:
    ============
    -Avoid error when terminal width is undetectable on Python < 3.11
    -Add --installer option, supporting pip and uv. Added uv extra.
    -Improve console output and provide -v for dependency installation
    -Avoid compiling unused bytecode when using pip
    -Dropped support for Python 3.7
    
    (From OE-Core rev: 83227b767299a1f8bbeb9e3b69eab8aa09fb6a07)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ec88561 View commit details
    Browse the repository at this point in the history
  163. python3-git: upgrade 3.1.42 -> 3.1.43

    Changelog:
    ============
    -Issue and test deprecation warnings
    -Fix version_info cache invalidation, typing, parsing, and serialization
    -Document manual refresh path treatment
    -Improve static typing and docstrings related to git object types
    
    (From OE-Core rev: 2e4ad71602b2a9d9132a39ab34e402bf021800ab)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8076500 View commit details
    Browse the repository at this point in the history
  164. python3-pyasn1: upgrade 0.5.1 -> 0.6.0

    Changelog:
    ==========
    -Removed support for EOL Python 2.7, 3.6, 3.7
    -Added support for previously missing RELATIVE-OID construct
    -Updated link to Layman's Guide
    
    (From OE-Core rev: 2c6615686019d886edf8f0e8c731a67f166de5d1)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cbd5459 View commit details
    Browse the repository at this point in the history
  165. python3-typing-extensions: upgrade 4.10.0 -> 4.11.0

    Changelog:
    ==========
    -Fix tests on Python 3.13.0a5.
    -Fix the runtime behavior of type parameters with defaults
    -Fix minor discrepancy between error messages produced by typing and
     typing_extensions on Python 3.10.
    -When include_extra=False, get_type_hints() now strips ReadOnly from the
     annotation.
    
    (From OE-Core rev: a10eadd95f91adbd63d006962742ce8295ea1a45)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    68f9b81 View commit details
    Browse the repository at this point in the history
  166. rsync: upgrade 3.2.7 -> 3.3.0

    0001-Add-missing-prototypes-to-function-declarations.patch
    makefile-no-rebuild.patch
    refreshed for 3.3.0
    
    Changelog:
    ==========
    - Fixed a bug with '--sparse --inplace' where a trailing gap in the source
      file would not clear out the trailing data in the destination file.
    - Fixed an buffer overflow in the checksum2 code if SHA1 is being used for
      the checksum2 algorithm.
    - Fixed an issue when rsync is compiled using '_FORTIFY_SOURCE' so that the
      extra tests don't complain about a strlcpy() limit value (which was too
      large, even though it wasn't possible for the larger value to cause an
      overflow).
    - Add a backtick to the list of characters that the filename quoting needs to
      escape using backslashes.
    - Fixed a string-comparison issue in the internal handling of '--progress' (a
      locale such as tr_TR.utf-8 needed the internal triggering of '--info' options
      to use upper-case flag names to ensure that they match).
    - Make sure that a local transfer marks the sender side as trusted.
    - Change the argv handling to work with a newer popt library -- one that likes
      to free more data than it used to.
    - Rsync now calls 'OpenSSL_add_all_algorithms()' when compiled against an older
      openssl library.
    - Fixed a problem in the daemon auth for older protocols (29 and before) if the
      openssl library is being used to compute MD4 checksums.
    - Fixed 'rsync -VV' on Cygwin -- it needed a flush of stdout.
    - Fixed an old stats bug that counted devices as symlinks.
    
    (From OE-Core rev: 2c3b75a1f3b6d3177603b8982d61c5b8ba73aef0)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d783e7e View commit details
    Browse the repository at this point in the history
  167. ttyrun: upgrade 2.31.0 -> 2.32.0

    Changelog:
    ===========
    - dbginfo.sh: dash compatible copy sequence
    - rust/pv_core: Fix UvDeviceInfo::get() method
    - zipl/src: Fix leak of files if run with a broken configuration
    - zkey: Fix convert command to accept only keys of type CCA-AESDATA
    
    (From OE-Core rev: 5890c1b9f6892a19ac4fb145ddad683dd16ca7f7)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a7dac78 View commit details
    Browse the repository at this point in the history
  168. u-boot: upgrade 2024.01 -> 2024.04

    (From OE-Core rev: c035655ed65b6333d87019677ba93d7899f42d9a)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7e69a8c View commit details
    Browse the repository at this point in the history
  169. xorgproto: upgrade 2023.2 -> 2024.1

    (From OE-Core rev: 2708ccd8fe3b681d0e2341492036a0722e84fcf2)
    
    Signed-off-by: Wang Mingyu <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    wangmingyu84 authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9651184 View commit details
    Browse the repository at this point in the history
  170. classes/pypi: don't expose PYPI_ARCHIVE_NAME

    This variable is only used when constructing a SRC_URI and some recipes
    think that it's the correct value to assign if the PyPi package name
    isn't the same as the recipe name, when PYPI_PACKAGE is actually all
    that needs to be set.
    
    Also document the variables we expect the recipe to assign if needed,
    and where the PyPi URL structure is documented.
    
    (From OE-Core rev: 0a67d05373ed92bf153bd17e5b32d77ca9f0c353)
    
    Signed-off-by: Ross Burton <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    rossburton authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a903419 View commit details
    Browse the repository at this point in the history
  171. iproute2: add bridge package

    Add package for using the bridge tool.
    
    (From OE-Core rev: 21689b8984fd426f4e21d729d82444d3a8e230b7)
    
    Signed-off-by: Michael Haener <[email protected]>
    Signed-off-by: Alexandre Belloni <[email protected]>
    Signed-off-by: Richard Purdie <[email protected]>
    hoinmic authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e08ae7f View commit details
    Browse the repository at this point in the history
  172. bitbake: bitbake: Bump to version 2.9.0 development version postrelease

    (Bitbake rev: 67a1aa8dbb3cb3a30fa7d697431ebb30323e4f28)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b0c3d09 View commit details
    Browse the repository at this point in the history
  173. layer.conf: Post release addition/switch to styhead corename

    (From OE-Core rev: cef91ebeb3f2b1d41336fff60555064430a80397)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b0d6052 View commit details
    Browse the repository at this point in the history
  174. poky.conf: Bump version/codename for post release of scarthgap

    (From meta-yocto rev: 99f48efdf733e6722045c944ffef8117ca80116f)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8392dcb View commit details
    Browse the repository at this point in the history
  175. buildtools-tarball: Add python3-pip

    Many of the common use cases for buildtools need pip to allow python to be
    extended. Add it.
    
    (From OE-Core rev: 946086abf5ac5172258ddb27af9c1c615258f62f)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    38df1a2 View commit details
    Browse the repository at this point in the history
  176. curl: Backport patch to fix buildtools issues

    bitbake-selftest was failing on a github url on hosts using buildtools.
    The issue was tracked down to the curl upgrade 8.6.0 -> 8.7.1. Whilst there
    is a fix in upstream git to workaround the issue in this version, backport
    the fix from curl upstream to ensure there are no other related issues to
    the bug.
    
    (From OE-Core rev: e956f1116deb93c0d77238a1ebde091b9f1cbc77)
    
    Signed-off-by: Richard Purdie <[email protected]>
    rpurdie authored and ninetteadhikari committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3641db3 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    525100b View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    2e26415 View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    46cfc50 View commit details
    Browse the repository at this point in the history