PortraitBuilder
PortraitBuilder copied to clipboard
Bump SharpZipLib from 1.2.0 to 1.3.2
Bumps SharpZipLib from 1.2.0 to 1.3.2.
Release notes
Sourced from SharpZipLib's releases.
v1.3.2
Another minor release, containing security fixes and smaller bugfixes.
Additionally, this version will have an additional target framework, .NET Standard 2.1, which will see some speed improvements when used in newer versions of .NET (Core), mainly in Bzip2.Features
- [#611] Bzip input stream simple vectorization by Konrad Kruczyński
- [#351] Add support for Filename field in GZip by nils måsén
Smaller fixes and optimizations
- [#579] Implement very simple ReadAsync in ZipAESStream by Richard Webb
- [#587] Remove supported method checks from ZipEntry.CompressionMethod setter by Richard Webb
- [#593] Simplify DropPathRoot and fix out of bounds issue by nils måsén
- [#575] Replace uses of new T[0] with Array.Empty<T> by Richard Webb
- [#583] Restore entry times on FastZip extract by nils måsén
- [#517] Throw exception on Store+Descriptor entries by nils måsén
- [#578] Fix typos in the StreamDecodingException doc comments by Richard Webb
- [#577] Throw ZipException in ZipAESStream instead of generic Exception by Richard Webb
- [#510] Build the test bootstrapper app as netcoreapp3.1 instead of netcoreapp2.0 by Richard Webb
- [#546] Make pure private functions static by Richard Webb
- [#554] Skip CRC calculation for AES zip entries by nils måsén
- [#605] Suppress CA1707 warnings in the Constants classes by Richard Webb
- [#549] Add .NET Standard 2.1 target framework by Cédric Luthi
Other changes (not related to library code)
- [#586] Convert VB sample projects to PackageReference format by Richard Webb
- [#533] Convert the C# sample projects to PackageReference format by Richard Webb
- [#457] add basic async unit tests for the inflator/deflator streams by Richard Webb
- [#588] Add a simple async read test for ZipFile by Richard Webb
- [#621] unify PR/push CI build actions by nils måsén
- [#616] Change the build status badge to reference github actions by Richard Webb
- [#603] pass CreateZip tests that are within time tolerance by nils måsén
- [#602] Update test/coverage packages and push to codecov by nils måsén
- [#601] pass tests that are within time tolerance by nils måsén
- [#599] Use net46 as CI target framework for windows tests by nils måsén
- [#594] Remove the local nuget.config files from the test projects by Richard Webb
- [#553] Remove broken codacy integration by nils måsén
- [#542] Build and publish documentation on release by nils måsén
v1.3.1
Minor release, mainly to address the incorrect file version of v1.3.0, but also contains some security fixes and performance improvements.
Highlights
- Correct
FileVersionandAssemblyVersion- Security fixes for
ZipFileandZip*Streams- Improved CRC32 performance
- BZip2 compression support for Zip files
... (truncated)
Commits
34879beupdate csproj for v1.3.2 releaseffe69c0PR #622: security fixes for v1.3.2dad484efix CI badge in README7ac1fda#579: Implement very simple ReadAsync in ZipAESStream99170e1PR #587: Remove supported method checks from ZipEntry.CompressionMethod setterfa08c7dPR #621: unify PR/push CI build actions1b9fcfcPR #611: Bzip input stream simple vectorization5eea92aPR #616: Change the build status badge to reference github actionsd9fb8a4PR 351: Add support for Filename field in GZip8ab21b0PR #593: Simplify DropPathRoot and fix out of bounds issue- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)