Skip to content

Commit 16cdde4

Browse files
committed
Bump openssl version to 1.0.2l and fix path for lambda/s3 ops
1 parent fc230d5 commit 16cdde4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noobaa-core",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"private": true,
55
"license": "UNLICENSED",
66
"description": "noobaa-core ===========",

src/deploy/build_windows_agent.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ copy ..\..\config.js .
3030
mkdir .\src\
3131
xcopy /Y/I/E ..\..\src\agent .\src\agent
3232
xcopy /Y/I/E ..\..\src\s3 .\src\s3
33-
xcopy /Y/I/E ..\..\src\lambda .\src\lambda
33+
xcopy /Y/I/E ..\..\src\endpoint\ .\src\endpoint
3434
xcopy /Y/I/E ..\..\src\util .\src\util
3535
xcopy /Y/I/E ..\..\src\rpc .\src\rpc
3636
xcopy /Y/I/E ..\..\src\api .\src\api
@@ -90,8 +90,8 @@ xcopy /Y/I/E .\build\Release .\build\Release-64
9090

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

9696
mkdir .\32
9797
mkdir .\64

src/deploy/build_windows_s3rest.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ xcopy /Y/I/E .\build\Release .\build\Release-64
8585

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

9191
mkdir .\32
9292
mkdir .\64

0 commit comments

Comments
 (0)