Skip to content

Commit

Permalink
switched to rsync 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Apr 30, 2024
1 parent 3eeb23c commit 36ebf0d
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ You can place your ssh key pairs in the following directory:
*rsync4j* uses the `rsync.exe`, `ssh.exe` and `ssh-keygen.exe` executables and
their dependencies from the 64-bit version of [cywgin](https://cygwin.com/).

The dependencies, as of 2024-03-14 (OpenSSH 9.7p1-1), are as follows:
The dependencies, as of 2024-05-01 (OpenSSH 9.7p1-1), are as follows:

* cygcom_err-2.dll
* cygcrypto-1.1.dll
* cygcrypto-3.dll
* cyggcc_s-seh-1.dll
* cyggssapi_krb5-2.dll
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.fracpete</groupId>
<artifactId>rsync4j-pom</artifactId>
<version>3.2.7-8-SNAPSHOT</version>
<version>3.3.0-0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion rsync4j-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fracpete</groupId>
<artifactId>rsync4j-pom</artifactId>
<version>3.2.7-8-SNAPSHOT</version>
<version>3.3.0-0-SNAPSHOT</version>
</parent>

<artifactId>rsync4j-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rsync4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fracpete</groupId>
<artifactId>rsync4j-pom</artifactId>
<version>3.2.7-8-SNAPSHOT</version>
<version>3.3.0-0-SNAPSHOT</version>
</parent>

<artifactId>rsync4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rsync4j-windows64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.fracpete</groupId>
<artifactId>rsync4j-pom</artifactId>
<version>3.2.7-8-SNAPSHOT</version>
<version>3.3.0-0-SNAPSHOT</version>
</parent>

<artifactId>rsync4j-windows64</artifactId>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cygcom_err-2.dll
cygcrypto-1.1.dll
cygcrypto-3.dll
cyggcc_s-seh-1.dll
cyggssapi_krb5-2.dll
Expand Down
Binary file not shown.

0 comments on commit 36ebf0d

Please sign in to comment.