diff options
author | amet <amet_nospam@gmail.com> | 2011-05-30 21:20:13 +0400 |
---|---|---|
committer | amet <amet_nospam@gmail.com> | 2011-05-30 21:20:13 +0400 |
commit | 3350831a389738a1b74099bfb8f37c0a7330591a (patch) | |
tree | 6665ed9be58bf405b3d2afd8c0598d7db99e984f /tools | |
parent | de7b116240b0534b5e1eda302ece12798b09ac6e (diff) |
[osx/ios/darwin] dependencies - downgrade openSSL to 0.9.8r to fix issues with sslv3 (needs distclean for all dependencies)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/openssl/Makefile | 2 | ||||
-rw-r--r-- | tools/osx/ios-depends/openssl/Makefile | 2 | ||||
-rw-r--r-- | tools/osx/osx-depends/openssl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/darwin/depends/openssl/Makefile b/tools/darwin/depends/openssl/Makefile index 4901cd4924..0c8c401c3a 100644 --- a/tools/darwin/depends/openssl/Makefile +++ b/tools/darwin/depends/openssl/Makefile @@ -3,7 +3,7 @@ include ../config.site.mk # lib name, version LIBNAME=openssl -VERSION=1.0.0a +VERSION=0.9.8r SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz diff --git a/tools/osx/ios-depends/openssl/Makefile b/tools/osx/ios-depends/openssl/Makefile index 5318288cf4..4c0915a8a6 100644 --- a/tools/osx/ios-depends/openssl/Makefile +++ b/tools/osx/ios-depends/openssl/Makefile @@ -8,7 +8,7 @@ include ../config.mk # lib name, version LIBNAME=openssl -VERSION=1.0.0a +VERSION=0.9.8r SOURCE=$(LIBNAME)-$(VERSION) # download location and format BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs diff --git a/tools/osx/osx-depends/openssl/Makefile b/tools/osx/osx-depends/openssl/Makefile index 2fb602756f..3b79faa972 100644 --- a/tools/osx/osx-depends/openssl/Makefile +++ b/tools/osx/osx-depends/openssl/Makefile @@ -8,7 +8,7 @@ include ../config.mk # lib name, version LIBNAME=openssl -VERSION=1.0.0a +VERSION=0.9.8r SOURCE=$(LIBNAME)-$(VERSION) # download location and format BASE_URL=http://mirrors.xbmc.org/build-deps/darwin-libs |