This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient-contrib. from 67ecc3e Fix timestamp script for last commit new 28453bb Add PuTTY 0.70 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.70_bin/pageant.exe | Bin 0 -> 279096 bytes PuTTY/0.70_bin/plink.exe | Bin 0 -> 545880 bytes PuTTY/0.70_bin/pscp.exe | Bin 0 -> 555064 bytes PuTTY/0.70_bin/puttygen.exe | Bin 0 -> 358976 bytes PuTTY/0.70_bin_set-timestamps.sh | 4 ++++ PuTTY/0.70_src.zip | Bin 0 -> 1643909 bytes current-timestamp-scripts.sh | 2 +- 7 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 PuTTY/0.70_bin/pageant.exe create mode 100755 PuTTY/0.70_bin/plink.exe create mode 100755 PuTTY/0.70_bin/pscp.exe create mode 100755 PuTTY/0.70_bin/puttygen.exe create mode 100755 PuTTY/0.70_bin_set-timestamps.sh create mode 100644 PuTTY/0.70_src.zip -- Alioth's /home/x2go-admin/maintenancescripts/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 28453bbf5c3a6daf4598dc6ffbb56f5e3dc7bf6a Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Feb 18 22:38:22 2018 -0500 Add PuTTY 0.70 --- PuTTY/0.70_bin/pageant.exe | Bin 0 -> 279096 bytes PuTTY/0.70_bin/plink.exe | Bin 0 -> 545880 bytes PuTTY/0.70_bin/pscp.exe | Bin 0 -> 555064 bytes PuTTY/0.70_bin/puttygen.exe | Bin 0 -> 358976 bytes PuTTY/0.70_bin_set-timestamps.sh | 4 ++++ PuTTY/0.70_src.zip | Bin 0 -> 1643909 bytes current-timestamp-scripts.sh | 2 +- 7 files changed, 5 insertions(+), 1 deletion(-) diff --git a/PuTTY/0.70_bin/pageant.exe b/PuTTY/0.70_bin/pageant.exe new file mode 100755 index 0000000..f788cea Binary files /dev/null and b/PuTTY/0.70_bin/pageant.exe differ diff --git a/PuTTY/0.70_bin/plink.exe b/PuTTY/0.70_bin/plink.exe new file mode 100755 index 0000000..33bbfc2 Binary files /dev/null and b/PuTTY/0.70_bin/plink.exe differ diff --git a/PuTTY/0.70_bin/pscp.exe b/PuTTY/0.70_bin/pscp.exe new file mode 100755 index 0000000..0672bcf Binary files /dev/null and b/PuTTY/0.70_bin/pscp.exe differ diff --git a/PuTTY/0.70_bin/puttygen.exe b/PuTTY/0.70_bin/puttygen.exe new file mode 100755 index 0000000..d8f66fc Binary files /dev/null and b/PuTTY/0.70_bin/puttygen.exe differ diff --git a/PuTTY/0.70_bin_set-timestamps.sh b/PuTTY/0.70_bin_set-timestamps.sh new file mode 100755 index 0000000..fdac3cd --- /dev/null +++ b/PuTTY/0.70_bin_set-timestamps.sh @@ -0,0 +1,4 @@ +touch --no-create -d "2017-07-04 20:33:50.000000000 -0400" "0.70_bin/pageant.exe" +touch --no-create -d "2017-07-04 20:33:56.000000000 -0400" "0.70_bin/plink.exe" +touch --no-create -d "2017-07-04 20:34:02.000000000 -0400" "0.70_bin/pscp.exe" +touch --no-create -d "2017-07-04 20:34:20.000000000 -0400" "0.70_bin/puttygen.exe" diff --git a/PuTTY/0.70_src.zip b/PuTTY/0.70_src.zip new file mode 100644 index 0000000..67017d6 Binary files /dev/null and b/PuTTY/0.70_src.zip differ diff --git a/current-timestamp-scripts.sh b/current-timestamp-scripts.sh index b3d9fbc..c6396dc 100755 --- a/current-timestamp-scripts.sh +++ b/current-timestamp-scripts.sh @@ -32,8 +32,8 @@ cd pulse cd .. cd PuTTY -./0.67_bin_set-timestamps.sh ./0.68_bin_set-timestamps.sh +./0.70_bin_set-timestamps.sh cd .. cd VcXsrv -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git