From: Jakub J. <no...@gi...> - 2023-10-08 15:44:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: aedfcbf08a1d9520b7b9f05089859b513ae5af65 https://github.com/OpenSC/OpenSC/commit/aedfcbf08a1d9520b7b9f05089859b513ae5af65 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/minidriver/minidriver.c M src/ui/notify.c Log Message: ----------- minidriver: Remove unused variables There are some unused variables and include files that cause an error during MinGW-w64 cross-compiling Commit: ef5a85a530519fdb7403bbef9a3bdf5a1bc0c1b9 https://github.com/OpenSC/OpenSC/commit/ef5a85a530519fdb7403bbef9a3bdf5a1bc0c1b9 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: Fix printf length sub-specifier sizeof is of type long long unsigned int under MinGW-w64 x86_64 which produces an error when trying to printf it as %d Commit: 1bc037314661962205725f28d8040cab271c862b https://github.com/OpenSC/OpenSC/commit/1bc037314661962205725f28d8040cab271c862b Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: Cast directory acl to correct type md_directory.acl is of type CARD_DIRECTORY_ACCESS_CONDITION Commit: bc52f7d44892109a031683422fd0d1946b7d93c2 https://github.com/OpenSC/OpenSC/commit/bc52f7d44892109a031683422fd0d1946b7d93c2 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/libopensc/Makefile.am M src/minidriver/Makefile.am M src/minidriver/cardmod-mingw-compat.h M src/minidriver/minidriver.c Log Message: ----------- MinGW-w64 cross-compile fixes At least on Ubuntu 22.04 OpenSC now cross-compiles without any errors... Commit: 5a124a5b1ddad754c60465d87ddbbbde4b7c2864 https://github.com/OpenSC/OpenSC/commit/5a124a5b1ddad754c60465d87ddbbbde4b7c2864 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M .github/build.sh Log Message: ----------- ci: Enable minidriver and opensc-notify for mingw builds Compare: https://github.com/OpenSC/OpenSC/compare/55a073075d26...5a124a5b1dda |