From: GitHub <no...@gi...> - 2015-09-14 16:36:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 428385d8b44888482d1e3d066d930258194a5285 https://github.com/OpenSC/OpenSC/commit/428385d8b44888482d1e3d066d930258194a5285 Author: Frank Morgner <mo...@in...> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M appveyor.yml M win32/Make.rules.mak M win32/Makefile.mak Log Message: ----------- adjust Make.rules.mak to work with AppVeyor - The AppVeyor configuration of VS2014/VS2015 does not currently work with this script - We are using the pre-built zlib binaries. As consequence, we can build the 32 bit installer only. Also, we can't use static linking anymore - The current pre-built binaries of OpenSSL from https://slproweb.com/products/Win32OpenSSL.html include security measures (https://blogs.microsoft.com/cybertrust/2012/01/26/enhancements-to-gs-in-visual-studio-11/) that are not compatible with our version of VS `(error LNK2001: unresolved external symbol ___report_rangecheckfailure)`. That's why we can't use static linking anymore works with - OpenSSL 1.0.2 - zlib 2.1.8 - WiX 3.10 Commit: f2614263030871ba6751ccc9a5c06df56ef5ee92 https://github.com/OpenSC/OpenSC/commit/f2614263030871ba6751ccc9a5c06df56ef5ee92 Author: Frank Morgner <mo...@in...> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M .travis.yml Log Message: ----------- travis: cross compile for 64 bit windows Commit: fb9dfc5b713c02180378fcea74dea30bea60fa03 https://github.com/OpenSC/OpenSC/commit/fb9dfc5b713c02180378fcea74dea30bea60fa03 Author: Frank Morgner <mo...@in...> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M src/libopensc/card-flex.c M src/libopensc/card-mcrd.c Log Message: ----------- fixed warnings about possible data loss Commit: d794baf0c6f64d0f3c58dc295a47e5b1476b13b2 https://github.com/OpenSC/OpenSC/commit/d794baf0c6f64d0f3c58dc295a47e5b1476b13b2 Author: Frank Morgner <mo...@in...> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M appveyor.yml Log Message: ----------- Add workaround for canceling pending build jobs As suggested here https://github.com/appveyor/ci/issues/38#issuecomment-70628826 Commit: cc6d7677da5f254b1f4c9c84c94b50ffaf75ba4c https://github.com/OpenSC/OpenSC/commit/cc6d7677da5f254b1f4c9c84c94b50ffaf75ba4c Author: Frank Morgner <mo...@in...> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M .travis.yml M appveyor.yml M src/libopensc/card-flex.c M src/libopensc/card-mcrd.c M win32/Make.rules.mak M win32/Makefile.mak Log Message: ----------- Merge pull request #550 from frankmorgner/appveyor adjust Make.rules.mak to work with AppVeyor Compare: https://github.com/OpenSC/OpenSC/compare/bf654540c5b3...cc6d7677da5f |