]> granicus.if.org Git - libevent/commitdiff
Fix the link for appveyor OpenSSL installer (WIN32)
authorMark Ellzey <socket@gmail.com>
Mon, 11 May 2015 16:47:40 +0000 (12:47 -0400)
committerMark Ellzey <socket@gmail.com>
Mon, 11 May 2015 17:55:32 +0000 (13:55 -0400)
* change and move the openssl self installer off to a site we own
   - the old link was 404, probably due to being replaced with a newer
     non-vuln version. But since we are only using this installer to
     auto-build with on appveyor (not as a release), then having a file
     we don't change and own seems to be a better solution.
* reduce verbosity

appveyor.yml

index 71e91aa1da2363d1008063288cca46380419b7d9..25ce58940e96183acc5453ecb46d1278c009e86c 100644 (file)
@@ -1,6 +1,6 @@
 install:
-  - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_1L.exe
-  - Win32OpenSSL-1_0_1L.exe /silent /verysilent /sp- /suppressmsgboxes
+  - appveyor DownloadFile https://strcpy.net/packages/Win32OpenSSL-1_0_2a.exe 
+  - Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
 build_script:
   - md build
   - cd build