From: Jakub J. <no...@gi...> - 2023-02-07 15:45:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 87bb953b519b875458f81aa07df7b9d37c3da959 https://github.com/OpenSC/OpenSC/commit/87bb953b519b875458f81aa07df7b9d37c3da959 Author: Jakub Jelen <jj...@re...> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Add missing newline Commit: fe7cc6982abd81b3c5a1b566434bcb05adf6d026 https://github.com/OpenSC/OpenSC/commit/fe7cc6982abd81b3c5a1b566434bcb05adf6d026 Author: Jakub Jelen <jj...@re...> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M tests/test-pkcs11-tool-sign-verify.sh Log Message: ----------- tests: Add missing module for sign/verify test Commit: 7e882ae62d923cb65ecabd5f7d9f542f3f0f2434 https://github.com/OpenSC/OpenSC/commit/7e882ae62d923cb65ecabd5f7d9f542f3f0f2434 Author: Doug Engert <dee...@gm...> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M .github/setup-linux.sh Log Message: ----------- setup-linux.sh - do wine install last reorder "sudo dpkg --add-architecture i386" till after first update and the https://github.com/actions/virtual-environments/issues/4589 which removes a number of packages. Then do "sudo dpkg --add-architecture i386" so next update will add all the i386 packages Install any wine packages last. Previous code would fail when called to build-ix86 but work with build-mingw32 and build-mingw All 3 call setup-linux.sh Date: Thu Jan 26 07:59:41 2023 -0600 Changes to be committed: modified: .github/setup-linux.sh Commit: 1b2ab29c908e559c3919a443ac5da7f6f7e4cfb3 https://github.com/OpenSC/OpenSC/commit/1b2ab29c908e559c3919a443ac5da7f6f7e4cfb3 Author: Jakub Jelen <jj...@re...> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: A .github/setup-fedora.sh A .github/workflows/fedora.yml Log Message: ----------- Run builds and tests directly on Fedora The default ubuntu images on the Github are more frequently broken than working for this use case and Fedora was suggested as an easy replacement. Based on suggestion from https://github.com/OpenSC/OpenSC/pull/2661 Commit: 9581294ad71efb18201ae135df8ece9df33ea4a7 https://github.com/OpenSC/OpenSC/commit/9581294ad71efb18201ae135df8ece9df33ea4a7 Author: Jakub Jelen <jj...@re...> Date: 2023-02-07 (Tue, 07 Feb 2023) Changed paths: M .github/workflows/codespell.yml M .github/workflows/coverity.yml M .github/workflows/fedora.yml M .github/workflows/linux.yml M .github/workflows/macos.yml M .github/workflows/packit.yaml Log Message: ----------- ci: Update all actions to v3 Compare: https://github.com/OpenSC/OpenSC/compare/2655e9e01bc5...9581294ad71e |