Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump libzip to 1.7.3 and go back to mingw #65

Merged
merged 1 commit into from
Jul 17, 2020
Merged

Conversation

grendello
Copy link
Contributor

Context: https://libzip.org/news/release-1.7.3.html
Context: https://libzip.org/news/release-1.7.2.html
Context: https://libzip.org/news/release-1.7.1.html
Context: https://libzip.org/news/release-1.7.0.html

Upstream changes:

  • Add support for encrypting using traditional PKWare encryption.
  • Add zip_compression_method_supported().
  • Add zip_encryption_method_supported().
  • Add the ZIP_SOURCE_GET_FILE_ATTRIBUTES source command.
  • Refactor stdio file backend.
  • Add CMake find_project() support.
  • Restore LIBZIP_VERSION_{MAJOR,MINOR,MICRO} symbols.
  • Fixes warnings reported by PVS-Studio.
  • Add LIBZIP_DO_INSTALL build setting to make it easier to use libzip as subproject.
  • Fixes for the CMake find_project() files.
  • libzip moved to the CMake libzip:: NAMESPACE.
  • CMake usage best practice cleanups.
  • Support cmake < 3.17 again.
  • Fix pkgconfig file (regression in 1.7.2).

Windows libzip DLL is again built with mingw

- job: testmacos
displayName: 'Test MacOS'
pool:
vmImage: macOS-10.14
vmImage: xcode9-macos10.13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure we can use this machine anymore. we should use macOS-10.14

inputs:
solution: LibZipSharp.UnitTest/LibZipSharp.UnitTest.csproj
configuration: Release
msbuildArguments: /restore /t:RunNunitTests /p:ReferenceNuget=True /v:diag
- task: DotNetCoreCLI@2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep this test so we can make sure we don't break net core.

@grendello grendello force-pushed the libzip-1.7.3-mingw branch 4 times, most recently from 39c4693 to 37f9b2e Compare July 17, 2020 17:40
Context: https://libzip.org/news/release-1.7.3.html
Context: https://libzip.org/news/release-1.7.2.html
Context: https://libzip.org/news/release-1.7.1.html
Context: https://libzip.org/news/release-1.7.0.html

Upstream changes:

 * Add support for encrypting using traditional PKWare encryption.
 * Add zip_compression_method_supported().
 * Add zip_encryption_method_supported().
 * Add the ZIP_SOURCE_GET_FILE_ATTRIBUTES source command.
 * Refactor stdio file backend.
 * Add CMake find_project() support.
 * Restore LIBZIP_VERSION_{MAJOR,MINOR,MICRO} symbols.
 * Fixes warnings reported by PVS-Studio.
 * Add LIBZIP_DO_INSTALL build setting to make it easier to use libzip as subproject.
 * Fixes for the CMake find_project() files.
 * libzip moved to the CMake libzip:: NAMESPACE.
 * CMake usage best practice cleanups.
 * Support cmake < 3.17 again.
 * Fix pkgconfig file (regression in 1.7.2).

Windows `libzip` DLL is again built with mingw
@grendello grendello merged commit 755a42a into master Jul 17, 2020
@grendello grendello deleted the libzip-1.7.3-mingw branch July 17, 2020 18:37
@grendello grendello restored the libzip-1.7.3-mingw branch August 23, 2022 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants