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 org.pgpainless:pgpainless-core from 1.6.7 to 1.7.1 #2874

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2024

Bumps org.pgpainless:pgpainless-core from 1.6.7 to 1.7.1.

Changelog

Sourced from org.pgpainless:pgpainless-core's changelog.

1.7.1

  • Bump sop-java to 10.0.2
  • Downgrade logback-core and logback-classic to 1.2.13 (fix CLI spam)

1.7.0

  • Bump bcpg-jdk8on to 1.78.1
  • Bump bcprov-jdk18on to 1.78.1
  • Bump logback-core and logback-classic to 1.4.14
  • pgpainless-core
    • Rewrote most of the codebase in Kotlin
    • Removed OpenPgpMetadata (decryptionStream.getResult()) in favor of MessageMetadata (decryptionStream.getMetadata())
    • Removed support for generating EC keys over non-standard curve secp256k1
    • Properly feed EOS tokens to the pushdown automaton when reaching the end of stream (thanks @​iNPUTmice)
    • Do not choke on unknown signature subpackets (thanks @​Jerbell)
    • Prevent timing issues resulting in subkey binding signatures predating the subkey (@​thanks Jerbell)
    • Rename LibrePGP-related Feature enums:
      • GNUPG_AEAD_ENCRYPTED_DATA -> LIBREPGP_OCB_ENCRYPTED_DATA
      • GNUPG_VERSION_5_PUBLIC_KEY -> LIBREPGP_VERSION_5_PUBLIC_KEY
    • Properly reject signatures by non-signing primary keys
    • Add EncryptionBuilder.discardOutput() (useful for detached signing)
    • Remove support for generation of keys over non-standard secp256k1 curve
    • Add base support for padding packets
    • Do not choke on LibrePGP OED packets
    • Supersede addPassphrase()/addDecryptionPassphrase() methods with more clear addMessagePassphrase()
  • pgpainless-sop, pgpainless-cli
    • Bump sop-java to 10.0.1, implementing SOP Spec Revision 10
    • Change API of sop.encrypt to return a ReadyWithResult<EncryptionResult> to expose the session key
    • decrypt --verify-with: Fix to not throw NoSignature exception (exit code 3) if VERIFICATIONS is empty
    • Separate signature verification operations into SOPV interface
    • Add version --sopv option
    • Throw BadData error when passing KEYS where CERTS are expected.
    • armor: Remove --label option
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [org.pgpainless:pgpainless-core](https://github.com/pgpainless/pgpainless) from 1.6.7 to 1.7.1.
- [Changelog](https://github.com/pgpainless/pgpainless/blob/main/CHANGELOG.md)
- [Commits](pgpainless/pgpainless@1.6.7...1.7.1)

---
updated-dependencies:
- dependency-name: org.pgpainless:pgpainless-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2024
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) October 20, 2024 20:45
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2024

Superseded by #2888.

@dependabot dependabot bot closed this Nov 3, 2024
auto-merge was automatically disabled November 3, 2024 20:08

Pull request was closed

@dependabot dependabot bot deleted the dependabot/gradle/org.pgpainless-pgpainless-core-1.7.1 branch November 3, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant