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: bisdn/bisdn-linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bisdn/bisdn-linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v4.9.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 25, 2024

  1. default.xml: set to v4.x branches

    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e418c4e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. scripts: add script for generating changelogs

    Loosely based to the latest internal MR, with the following changes:
    
    * add licence and copyright
    * slightly reword the help
    * drop support for older bitbake versions
    * add support for differences in yocto kirkstone
    * allow setting version names
    * ensure tmpdir always gets deleted
    * dropped the single repo mode
    * allow ignoring layers
    * redirect tool output to STDERR instead of dropping it
    * do not return a non zero exitcode when using an external workdir
    
    Signed-off-by: Jonas Gorski <[email protected]>
    (cherry picked from commit f296075)
    KanjiMonster authored and jklare committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    e380b68 View commit details
    Browse the repository at this point in the history
  2. scripts: add a script for managing release branches

    Add a script for creating a release branch, with automatically
    
    * setting FEEDURIPREFIX to release
    * adding a changelog.txt with all commits since the previous release
    * setting default.xml to fixed revision
    * setting bisdn-linux in default.xml to a revision including the above
      changes
    * Do a sanity check that the meta-ofdpa's top commit subjects are the
      same (but do not abort, as this may be acceptable).
    
    as well as updating it with a new revision.
    
    Requires xmlstarlet installed for updating the default.xml.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    (cherry picked from commit 0bb0ff3)
    KanjiMonster authored and jklare committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    3ed6bfc View commit details
    Browse the repository at this point in the history
  3. conf: document how to enable CVE checks during build

    Add a line to document how to enable CVE checks during build to the
    example configuration.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    (cherry picked from commit 6fb251b)
    KanjiMonster authored and jklare committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    dac7d33 View commit details
    Browse the repository at this point in the history
  4. changelog: add support for printing fixed CVEs

    Add a new flag for calculating fixed CVEs between two versions.
    
    This works by getting open CVEs for each package included in the image,
    then comparing the lists.
    
    Creates output like this:
    
      Fixed CVEs:
      c-ares:
        CVE-2023-31124 CVE-2023-31130 CVE-2023-31147 CVE-2023-32067
    
      dbus:
        CVE-2023-34969
    
      docker-ce:
        CVE-2023-28840 CVE-2023-28841 CVE-2023-28842
    
    Be aware that the check is rather slow due to rate limiting by the CVE
    database.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    (cherry picked from commit 8b4d3cb)
    KanjiMonster authored and jklare committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    5fcea15 View commit details
    Browse the repository at this point in the history
  5. prepare_release: include list of fixed CVEs in changelog.txt

    Now that we can check for CVEs, use that information for our releases.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    (cherry picked from commit 2bbeda4)
    KanjiMonster authored and jklare committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    b2bc986 View commit details
    Browse the repository at this point in the history
  6. prepare_release: use v4.x as the basebranch

    Since this is the branch for v4.x releases, we should use v4.x as the
    basebranch.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster authored and jklare committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    cce4c42 View commit details
    Browse the repository at this point in the history
  7. conf: set release FEEDURIPREFIX

    Set the FEEDURIPREFIX to the release path.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    0494faa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69d2b18 View commit details
    Browse the repository at this point in the history
  9. add changelog.txt

    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    050dbe5 View commit details
    Browse the repository at this point in the history
  10. default.xml: switch build-bisdn-linux to release branch

    Update build-bisdn-linux to include the generated changelog.txt and release
    FEEDURIPREFIX.
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    a94bc38 View commit details
    Browse the repository at this point in the history
Loading