krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
907 stars 334 forks source link

There is no binary difference between 1.1.1400 and 1.1.1500 #141

Closed combinatorial closed 2 years ago

combinatorial commented 2 years ago

According to my diff tool the xcframework is binary identical in the two releases. Also when I update via cocoapods git sees no differences. This is unexpected as there should be a code change.

krzyzanowskim commented 2 years ago

hm... did you compare git or zip from the release https://github.com/krzyzanowskim/OpenSSL/releases/download/1.1.1500/OpenSSL.xcframework.zip ?

that said, you may be right that I didn't commit xcframework. https://github.com/krzyzanowskim/OpenSSL/compare/1.1.1400...1.1.1500

let me rebuild it now

combinatorial commented 2 years ago

Yes, I diffed those zip releases, as well as updating via cocoapods and doing a git diff there.

Thanks for the quick response!

krzyzanowskim commented 2 years ago

https://github.com/krzyzanowskim/OpenSSL/releases/tag/1.1.1501 fixes that. thank you for heads up.