--- plamo/00_base/old/openssl-20160115/PlamoBuild.openssl-1.0.1q 2016-01-15 09:54:27.000000000 +0900 +++ plamo/00_base/openssl/PlamoBuild.openssl-1.0.1s 2016-03-15 08:55:17.000000000 +0900 @@ -1,13 +1,13 @@ #!/bin/sh ###################################################################### -url="http://www.openssl.org/source/openssl-1.0.1q.tar.gz +url="http://www.openssl.org/source/openssl-1.0.1s.tar.gz https://github.com/plamolinux/Plamo-src/raw/master/plamo/00_base/openssl/openssl-1.0.1p-fix_parallel_build-1.patch https://github.com/plamolinux/Plamo-src/raw/master/plamo/00_base/openssl/mkcabundle.pl" pkgbase=openssl -vers=1.0.1q +vers=1.0.1s arch=`uname -m` -build=P3 +build=P2 src=$pkgbase-$vers OPT_CONFIG="" DOCS="ACKNOWLEDGMENTS CHANGES CHANGES.SSLeay CONTRIBUTING FAQ INSTALL @@ -193,7 +193,7 @@ if [ ! -f ${i##*/} ] ; then wget $i ; fi done if [ ! -f ca-bundle.crt ] ; then - ./mkcabundle.pl > ca-bundle.crt + ./mkcabundle.pl > ca-bundle.crt fi for i in $url ; do case ${i##*.} in @@ -229,12 +229,13 @@ armv7l) sys=armv4 ;; esac ./Configure linux-$sys --prefix=/usr --openssldir=/etc/ssl \ - zlib-dynamic shared + shared zlib-dynamic enable-ssl2 fi if [ $opt_build -eq 1 ] ; then for i in `seq 0 $((${#B[@]} - 1))` ; do cd ${B[$i]} if [ -f Makefile ] ; then + make depend make fi done