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: clearlinux/swupd-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.5
Choose a base ref
...
head repository: clearlinux/swupd-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 22, 2024

  1. Add APX flag support

    Add support for new APX optimization level. Change increases the
    maximim potential optimization level but does not yet allow the files
    to be used (installed). get_opt_level_mask still needs to be updated
    to account for system supporting the new optimization level (and
    adding APX_SKIP_FILE support) before the APX files can be installed.
    
    This change is being done at this time to allow mixer to create these
    files without swupd error messages during updates.
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0d2d11d View commit details
    Browse the repository at this point in the history
  2. Update pemfile

    Generated with:
    openssl req -x509 -newkey rsa:4096 -out pemfile -sha256 -days 3650 \
    -nodes -subj "/CN=localhost"
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5ebfce0 View commit details
    Browse the repository at this point in the history
  3. Avoid printing optimization level error repeatedly

    The error message about skipping unsupported file optimization levels
    only needs to be printed once so do that instead of potentially
    spamming it.
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3d8634e View commit details
    Browse the repository at this point in the history
  4. Release 5.1.0

    - Add APX flag support
    - Avoid printing optimization level error repeatedly
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bee9d51 View commit details
    Browse the repository at this point in the history
Loading