Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/maven-gpg-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-gpg-plugin-3.2.6
Choose a base ref
...
head repository: apache/maven-gpg-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-gpg-plugin-3.2.7
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    31e87e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. [MGPG-136] Windows passphrase corruption (#120)

    Since 3.2.0 version we always appended "line separator" to passphrase unless it itself ended with one. But, this caused problem on Windows, as (our assumption is) that GPG uses binary read of STDIN, and on Windows "line separator" is "\r\n", while GPG handles "\n" only, making passphrase corrupted by presence of unwanted "\r".
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-136
    cstamas authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6b2a27f View commit details
    Browse the repository at this point in the history
  2. [MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from 2.…

    …10.0 to 2.10.1 (#121)
    
    Bumps [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) from 2.10.0 to 2.10.1.
    - [Release notes](https://github.com/kohlschutter/junixsocket/releases)
    - [Commits](kohlschutter/junixsocket@junixsocket-2.10.0...junixsocket-2.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.kohlschutter.junixsocket:junixsocket-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-143
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cb5422f View commit details
    Browse the repository at this point in the history
  3. [MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)

    Bumps commons-io:commons-io from 2.16.1 to 2.17.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-144
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8c5a8d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43af21c View commit details
    Browse the repository at this point in the history
Loading