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.2 #2888

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2024

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

Changelog

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

1.7.2

  • Fix bug in KeyRingInfo.lastModified (thanks to @​Jerbell, @​sosnovsky for reporting)
  • Bump sop-java to 10.0.3
    • allow multiple arguments --with-key-password in revoke-key command
    • Properly pass --old-key-password and --new-key-password options as indirect arguments in change-key-password command

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

1.6.8

  • Bump sop-java to 7.0.2
  • SOP change-key-password: Fix reading password from indirect parameter instead of erroneously passing filename (fixes #453)
  • SOP revoke-key: Allow for multiple --with-key-password options
Commits
  • df5297a PGPainless 1.7.2
  • f6c4ddd Update changelog
  • 34e9748 Bump sop-java to 10.0.3
  • de4a113 Update changelog
  • f1610f6 Fix returning proper value for KeyRingInfo.lastModified
  • d966349 Add test to verify proper functionality of hash algorithm policy overrides fo...
  • 54569b3 Update changelog
  • dabafe5 PGPainless 1.7.2-SNAPSHOT
  • fac2374 PGPainless 1.7.1
  • 60c963f Document logback spam
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
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 Nov 3, 2024
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) November 3, 2024 20:08
FlowCryptRobot
FlowCryptRobot previously approved these changes Nov 3, 2024
@DenBond7
Copy link
Collaborator

@sosnovsky please approve this one.

Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

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

👍

@FlowCryptRobot FlowCryptRobot merged commit 266e8cd into master Dec 23, 2024
8 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/gradle/org.pgpainless-pgpainless-core-1.7.2 branch December 23, 2024 16:13
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.

3 participants