From 9218775a17c1dd8c566fef7a2b6cd1968e51fc34 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 5 Sep 2014 10:54:54 -0500 Subject: [PATCH] update openssl --- build/Makefile.centos5 | 4 ++-- build/Makefile.openbsd | 10 +++++----- build/Makefile.solaris11 | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/Makefile.centos5 b/build/Makefile.centos5 index ba3188603b..0ca56fd781 100644 --- a/build/Makefile.centos5 +++ b/build/Makefile.centos5 @@ -8,10 +8,10 @@ # Brian West # FSPREFIX=/usr/local/freeswitch -PREFIX=/opt/fs-libs +PREFIX=/usr/local/freeswitch DOWNLOAD=http://files.freeswitch.org/downloads/libs JPEG=v8d -OPENSSL=1.0.1h +OPENSSL=1.0.1i SQLITE=autoconf-3080403 PCRE=8.35 CURL=7.35.0 diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 58b0051720..54bafa5bac 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -10,7 +10,7 @@ PKG=rsync-3.1.0 git automake-1.14.1 autoconf-2.69p1 libtool gmake bzip2 jpeg wget pcre speex libldns PREFIX=/usr/local/freeswitch DOWNLOAD=http://files.freeswitch.org/downloads/libs -LIBRESSL=2.0.3 +OPENSSL=1.0.1i LIBEDIT=20140618-3.1 CURL=7.35.0 @@ -39,11 +39,11 @@ has-git: deps: libedit libressl curl @PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r $(PKG) -libressl: libressl-$(LIBRESSL)/Makefile -libressl-$(LIBRESSL)/Makefile: libressl-$(LIBRESSL) -libressl-$(LIBRESSL): +openssl: openssl-$(OPENSSL)/.done +openssl-$(OPENSSL)/.done: openssl-$(OPENSSL) +openssl-$(OPENSSL): (test -d $@) || (wget -4 -O $@.tar.gz $(DOWNLOAD)/$@.tar.gz && tar zxfv $@.tar.gz) - (cd $@ && ./configure --prefix=$(PREFIX) && make && sudo make install) + (cd $@ && ./Configure --prefix=$(PREFIX) linux-x86_64 shared && make && sudo make install && touch .done) libedit: libedit-$(LIBEDIT)/Makefile libedit-$(LIBEDIT)/Makefile: libedit-$(LIBEDIT) diff --git a/build/Makefile.solaris11 b/build/Makefile.solaris11 index c510808e1e..7de640dc20 100644 --- a/build/Makefile.solaris11 +++ b/build/Makefile.solaris11 @@ -10,7 +10,7 @@ FSPREFIX=/usr/local/freeswitch PREFIX=/usr/local/ DOWNLOAD=http://files.freeswitch.org/downloads/libs JP=v8d -SSL=1.0.1h +SSL=1.0.1i SQLITE=autoconf-3080403 PCRE=8.35 CURL=7.35.0