This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient-contrib. from 593beaf Add libssh 0.7.4-x2go1 (2 patches applied): new 7bfb88e Add PuTTY 0.68 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: PuTTY/0.68_bin/pageant.exe | Bin 0 -> 278392 bytes PuTTY/0.68_bin/plink.exe | Bin 0 -> 514424 bytes PuTTY/0.68_bin/pscp.exe | Bin 0 -> 525176 bytes PuTTY/0.68_bin/puttygen.exe | Bin 0 -> 358264 bytes PuTTY/0.68_bin_set-timestamps.sh | 4 ++++ PuTTY/0.68_src.zip | Bin 0 -> 1637305 bytes current-timestamp-scripts.sh | 2 +- 7 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 PuTTY/0.68_bin/pageant.exe create mode 100755 PuTTY/0.68_bin/plink.exe create mode 100755 PuTTY/0.68_bin/pscp.exe create mode 100755 PuTTY/0.68_bin/puttygen.exe create mode 100755 PuTTY/0.68_bin_set-timestamps.sh create mode 100755 PuTTY/0.68_src.zip -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient-contrib. commit 7bfb88ec07d92187626ad4226f2b88ae8a8aa9ca Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 13:01:32 2017 -0500 Add PuTTY 0.68 --- PuTTY/0.68_bin/pageant.exe | Bin 0 -> 278392 bytes PuTTY/0.68_bin/plink.exe | Bin 0 -> 514424 bytes PuTTY/0.68_bin/pscp.exe | Bin 0 -> 525176 bytes PuTTY/0.68_bin/puttygen.exe | Bin 0 -> 358264 bytes PuTTY/0.68_bin_set-timestamps.sh | 4 ++++ PuTTY/0.68_src.zip | Bin 0 -> 1637305 bytes current-timestamp-scripts.sh | 2 +- 7 files changed, 5 insertions(+), 1 deletion(-) diff --git a/PuTTY/0.68_bin/pageant.exe b/PuTTY/0.68_bin/pageant.exe new file mode 100755 index 0000000..a02f042 Binary files /dev/null and b/PuTTY/0.68_bin/pageant.exe differ diff --git a/PuTTY/0.68_bin/plink.exe b/PuTTY/0.68_bin/plink.exe new file mode 100755 index 0000000..dd05be5 Binary files /dev/null and b/PuTTY/0.68_bin/plink.exe differ diff --git a/PuTTY/0.68_bin/pscp.exe b/PuTTY/0.68_bin/pscp.exe new file mode 100755 index 0000000..f1dc095 Binary files /dev/null and b/PuTTY/0.68_bin/pscp.exe differ diff --git a/PuTTY/0.68_bin/puttygen.exe b/PuTTY/0.68_bin/puttygen.exe new file mode 100755 index 0000000..4079fa1 Binary files /dev/null and b/PuTTY/0.68_bin/puttygen.exe differ diff --git a/PuTTY/0.68_bin_set-timestamps.sh b/PuTTY/0.68_bin_set-timestamps.sh new file mode 100755 index 0000000..519ffb2 --- /dev/null +++ b/PuTTY/0.68_bin_set-timestamps.sh @@ -0,0 +1,4 @@ +touch --no-create -d "2017-02-18 17:14:06.000000000 -0500" "0.68_bin/pageant.exe" +touch --no-create -d "2017-02-18 17:14:08.000000000 -0500" "0.68_bin/plink.exe" +touch --no-create -d "2017-02-18 17:14:08.000000000 -0500" "0.68_bin/pscp.exe" +touch --no-create -d "2017-02-18 17:14:12.000000000 -0500" "0.68_bin/puttygen.exe" diff --git a/PuTTY/0.68_src.zip b/PuTTY/0.68_src.zip new file mode 100755 index 0000000..80081da Binary files /dev/null and b/PuTTY/0.68_src.zip differ diff --git a/current-timestamp-scripts.sh b/current-timestamp-scripts.sh index b54a7b1..b3d9fbc 100755 --- a/current-timestamp-scripts.sh +++ b/current-timestamp-scripts.sh @@ -32,8 +32,8 @@ cd pulse cd .. cd PuTTY -./0.66_bin_set-timestamps.sh ./0.67_bin_set-timestamps.sh +./0.68_bin_set-timestamps.sh cd .. cd VcXsrv -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git