]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update openssl
authorBrian West <brian@freeswitch.org>
Fri, 5 Sep 2014 15:54:54 +0000 (10:54 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 5 Sep 2014 15:54:54 +0000 (10:54 -0500)
build/Makefile.centos5
build/Makefile.openbsd
build/Makefile.solaris11

index ba3188603b926b32b059d74f8d1354d3dffb74c3..0ca56fd781c874836af57e09178dc7c25e6062fd 100644 (file)
@@ -8,10 +8,10 @@
 # Brian West <brian@freeswitch.org>
 #
 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
index 58b00517208d83f2e543157333163c4948ead5a1..54bafa5bac6cd24548f42d40f876cbc4f791a6a2 100644 (file)
@@ -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)
index c510808e1ef3a9bd8079cc1371dc2133dc4dbe6a..7de640dc20522941eb7e2ed8b7fbd3f4108ae95e 100644 (file)
@@ -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