openslide / openslide-bin

Binary builds of OpenSlide and its dependencies
https://openslide.org/download/#binaries
GNU Lesser General Public License v2.1
18 stars 28 forks source link

Fix Windows exported symbol check on binutils 2.43; bump builder API version #277

Closed bgilbert closed 2 weeks ago

bgilbert commented 2 weeks ago

binutils 2.43 added some columns and a header row to the exported symbol list. Update our check accordingly. The new code works with older binutils as well.

We could pin older binutils in the Windows builder container, but that's probably more backward compatibility glue than we want to maintain here. Bump the builder API version so older openslide-bin source releases will fail cleanly, and have bintool accept both API versions.

openslide-bot commented 2 weeks ago

DCO signed off :heavy_check_mark:

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.