Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: meta-java/meta-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: meta-java/meta-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nanbield-next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 4, 2024

  1. Add compatability with GCC 12.x

    Fixes build for kas 4.2 and Yocto Project 4.3.2
    
    Signed-off-by: Evgeny Sagatov <sagatov@ya.ru>
    
    Backport from 8c0c9f1
    
    Signed-off-by: Tim Orling <tim.orling@konsulko.com>
    evgeny-test authored and moto-timo committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ce64232 View commit details
    Browse the repository at this point in the history
  2. jsch,xerces-j: fix deprecated CVE_CHECK_IGNORE

    The preferred variable name is now CVE_STATUS since:
    
    openembedded-core 34f682a24b7075b12ec308154b937ad118d69fe5
    "cve-check: add option to add additional patched CVEs"
    
    Fixes:
    WARNING: /build/../meta-java/recipes-core/jcraft/jsch_0.1.40.bb:
             CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS
    WARNING: /build/../meta-java/recipes-core/xerces-j/xerces-j_2.11.0.bb:
             CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS
    
    Backport from c799db9
    
    Signed-off-by: Tim Orling <tim.orling@konsulko.com>
    moto-timo committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    42f0f52 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. jsch,xerces-j: fix CVE_STATUS

    Last commit tried to convert CVE_CHECK_IGNORE to CVE_STATUS,
    however it was done in wrong way and caused the CVEs
    to be reported as open again.
    
    This fixes CVE_STATUS syntax.
    
    Signed-off-by: Peter Marko <peter.marko@siemens.com>
    petermarko authored and moto-timo committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0d0fac3 View commit details
    Browse the repository at this point in the history
Loading