Skip to content

Commit

Permalink
Bump openssl version to 1.0.2l and fix path for lambda/s3 ops
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-becker committed Aug 2, 2017
1 parent fc230d5 commit 16cdde4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noobaa-core",
"version": "1.9.4",
"version": "1.9.5",
"private": true,
"license": "UNLICENSED",
"description": "noobaa-core ===========",
Expand Down
6 changes: 3 additions & 3 deletions src/deploy/build_windows_agent.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ copy ..\..\config.js .
mkdir .\src\
xcopy /Y/I/E ..\..\src\agent .\src\agent
xcopy /Y/I/E ..\..\src\s3 .\src\s3
xcopy /Y/I/E ..\..\src\lambda .\src\lambda
xcopy /Y/I/E ..\..\src\endpoint\ .\src\endpoint
xcopy /Y/I/E ..\..\src\util .\src\util
xcopy /Y/I/E ..\..\src\rpc .\src\rpc
xcopy /Y/I/E ..\..\src\api .\src\api
Expand Down Expand Up @@ -90,8 +90,8 @@ xcopy /Y/I/E .\build\Release .\build\Release-64

call curl -L https://nodejs.org/dist/v6.9.5/win-x86/node.exe > node-32.exe
call curl -L https://nodejs.org/dist/v6.9.5/win-x64/node.exe > node-64.exe
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k-i386-win32.zip > openssl_32.zip
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k-x64_86-win64.zip > openssl_64.zip
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l-i386-win32.zip > openssl_32.zip
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l-x64_86-win64.zip > openssl_64.zip

mkdir .\32
mkdir .\64
Expand Down
4 changes: 2 additions & 2 deletions src/deploy/build_windows_s3rest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ xcopy /Y/I/E .\build\Release .\build\Release-64

call curl -L https://nodejs.org/dist/v6.9.5/win-x86/node.exe > node-32.exe
call curl -L https://nodejs.org/dist/v6.9.5/win-x64/node.exe > node-64.exe
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k-i386-win32.zip > openssl_32.zip
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2k-x64_86-win64.zip> openssl_64.zip
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l-i386-win32.zip > openssl_32.zip
call curl -L https://indy.fulgan.com/SSL/openssl-1.0.2l-x64_86-win64.zip> openssl_64.zip

mkdir .\32
mkdir .\64
Expand Down

0 comments on commit 16cdde4

Please sign in to comment.