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: arduino/arduino-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d37965d
Choose a base ref
...
head repository: arduino/arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8abfc7d
Choose a head ref
  • 17 commits
  • 19 files changed
  • 5 contributors

Commits on Dec 7, 2022

  1. [skip-changelog] Avoid running publish-go-tester-task if tag is set (#…

    …1984)
    
    * Avoid running publish-go-tester-task if tag is set
    
    * Update .github/workflows/publish-go-tester-task.yml
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    * Update .github/workflows/publish-go-tester-task.yml
    
    Co-authored-by: per1234 <accounts@perglass.com>
    
    Co-authored-by: per1234 <accounts@perglass.com>
    MatteoPologruto and per1234 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    bc5cf6d View commit details
    Browse the repository at this point in the history
  2. [skip changelog] Restore certificate check compatibility w/ RC2-40-CB…

    …C encrypted PKS #12 (#2002)
    
    The "Check Certificates" GitHub Actions workflow uses OpenSSL to check for problems with the project's signing
    certificates.
    
    Certificates exported to PKS #12 archive files using older tools may have been encrypted using the "RC2-40-CBC"
    algorithm.
    
    Due to the availability of more secure modern alternatives, default support for RC2-40-CBC encryption was dropped in
    OpenSSL 3.x.
    
    The macOS signing certificate uses this RC2-40-CBC encryption.
    
    The "Check Certificates" GitHub Actions workflow runs on the `ubuntu-latest` runner. Previously, this runner used Ubuntu
    20.04. This has now changed to Ubuntu 22.04. With the operating system update came an OpenSSL update from 1.1.1f to
    3.0.2. This caused the workflow runs to fail on the macOS certificate job:
    
    Error outputting keys and certificates
    80FBB0C5087F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:../crypto/evp/evp_fetch.c:349:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()
    
    Even though no longer done by default, OpenSSL still supports RC2-40-CBC encryption via its "legacy" provider. So
    compatibility with the certificate is restored by adding the `-legacy` flag to the `openssl pkcs12` commands.
    per1234 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    90771be View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    9193353 View commit details
    Browse the repository at this point in the history
  2. [skip-changelog] Some minor adjustments in the codebase (#2006)

    * Updated go-paths-helper to v1.8.0
    
    * Pass of go-fmt
    
    * Removed unused functions
    
    * Removed dep golang.org/x/crypto/ssh/terminal in favor of golang.org/x/term
    
    * Fixed wrong error message
    cmaglie authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    321372c View commit details
    Browse the repository at this point in the history
  3. [skip-changelog] Bump certifi from 2022.5.18.1 to 2022.12.7 (#2005)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.5.18.1 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](certifi/python-certifi@2022.05.18.1...2022.12.07)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f79974b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    bf6c67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc1f3d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    307d507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a347d4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c0db36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d02934 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcdb302 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    033a2dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e8b1f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f0f318 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f1e5bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8abfc7d View commit details
    Browse the repository at this point in the history
Loading