Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Updates the requirements on apple-codesign to permit the latest version.

Release notes

Sourced from apple-codesign's releases.

Apple Codesign 0.21.0

Release Info

Changelog

  • Embedded entitlements XML is now used when estimating the size of signatures. Previously, this data could cause us to not reserve enough space for the signature, causing signing to fail. (#32, #40)
  • Bundle stapling is now capable of stapling any bundle with a main executable, not just app bundles with a main executable. (#41)
  • The smartcard-scan, smartcard-generate-key, and smartcard-import commons are now always present, even when compiled without the smartcard crate feature enabled. The commands will error at runtime if smartcard support is not enabled.
  • Minimum supported Rust version changed from 1.61.0 to 1.62.1.
  • Changed handling of code requirements around bundle signing to hopefully fix the sealed resource directory is invalid errors. This should hopefully enable signing adhoc app bundles with frameworks. Before, if a Mach-O inside a bundle contained no designated requirements, no designated requirements were emitted. After, designated requirements are derived automatically from the digests of code directories in Mach-O binaries. Additionally, an empty designated requirements blob can be emitted. (#44)
  • Shallow framework bundles are now properly recognized as such. This fixes a common issue with signing iOS bundles. (#46)
Commits
  • f4f1fee {{crate_name}}: release version {{version}}
  • 5b74695 release: remove dev-version
  • 501eee7 apple-codesign: implement IntoIterator for MachFile
  • b9c9a11 apple-codesign: suppress clippy warning
  • 4a9b799 apple-codesign: rewrite signed attributes parsing to appease clippy
  • 5b58dcf apple-codesign: remove Ok(...?)
  • 425d3ee apple-xar: use Box::default()
  • 0ef5364 apple-codesign: remove module declarations
  • ec1e6b0 apple-codesign: don't nest digests on iOS
  • c9227cd apple-bundles: fix shallow framework detection
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [apple-codesign](https://github.com/indygreg/apple-platform-rs) to permit the latest version.
- [Release notes](https://github.com/indygreg/apple-platform-rs/releases)
- [Changelog](https://github.com/indygreg/apple-platform-rs/blob/main/release.toml)
- [Commits](indygreg/apple-platform-rs@apple-codesign/0.20.0...apple-codesign/0.21.0)

---
updated-dependencies:
- dependency-name: apple-codesign
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 19, 2022

The following labels could not be found: dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 21, 2022

Superseded by #49.

@dependabot dependabot bot closed this Dec 21, 2022
@dependabot dependabot bot deleted the dependabot/cargo/apple-codesign-0.21.0 branch December 21, 2022 04:19
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.

0 participants