From e13dafa81d8e30c933e9a32245567e073c461af2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 23 Nov 2012 23:41:44 +0000 Subject: [PATCH] openssl: updated to 1.0.1c and fixed use of CFLAGS --- openssl/.footprint | 7 +++++++ openssl/.md5sum | 2 +- openssl/Pkgfile | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/openssl/.footprint b/openssl/.footprint index a7999cc..0cb9ac1 100644 --- a/openssl/.footprint +++ b/openssl/.footprint @@ -28,6 +28,7 @@ drwxr-xr-x root/root usr/include/openssl/ -rw-r--r-- root/root usr/include/openssl/buffer.h -rw-r--r-- root/root usr/include/openssl/camellia.h -rw-r--r-- root/root usr/include/openssl/cast.h +-rw-r--r-- root/root usr/include/openssl/cmac.h -rw-r--r-- root/root usr/include/openssl/cms.h -rw-r--r-- root/root usr/include/openssl/comp.h -rw-r--r-- root/root usr/include/openssl/conf.h @@ -75,6 +76,8 @@ drwxr-xr-x root/root usr/include/openssl/ -rw-r--r-- root/root usr/include/openssl/safestack.h -rw-r--r-- root/root usr/include/openssl/seed.h -rw-r--r-- root/root usr/include/openssl/sha.h +-rw-r--r-- root/root usr/include/openssl/srp.h +-rw-r--r-- root/root usr/include/openssl/srtp.h -rw-r--r-- root/root usr/include/openssl/ssl.h -rw-r--r-- root/root usr/include/openssl/ssl2.h -rw-r--r-- root/root usr/include/openssl/ssl23.h @@ -721,6 +724,10 @@ lrwxrwxrwx root/root usr/man/man3/EVP_mdc2.3ssl.gz -> EVP_DigestInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/EVP_ripemd160.3ssl.gz -> EVP_DigestInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/EVP_sha.3ssl.gz -> EVP_DigestInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/EVP_sha1.3ssl.gz -> EVP_DigestInit.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/EVP_sha224.3ssl.gz -> EVP_DigestInit.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/EVP_sha256.3ssl.gz -> EVP_DigestInit.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/EVP_sha384.3ssl.gz -> EVP_DigestInit.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/EVP_sha512.3ssl.gz -> EVP_DigestInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/HMAC.3ssl.gz -> hmac.3ssl.gz lrwxrwxrwx root/root usr/man/man3/HMAC_Final.3ssl.gz -> hmac.3ssl.gz lrwxrwxrwx root/root usr/man/man3/HMAC_Init.3ssl.gz -> hmac.3ssl.gz diff --git a/openssl/.md5sum b/openssl/.md5sum index ab3b7e6..8217fb0 100644 --- a/openssl/.md5sum +++ b/openssl/.md5sum @@ -1,2 +1,2 @@ 9d0df57845af8acd1027a7df5c18d017 mksslcert.sh -40b6ea380cc8a5bf9734c2f8bf7e701e openssl-1.0.0d.tar.gz +ae412727c8c15b67880aef7bd2999b2e openssl-1.0.1c.tar.gz diff --git a/openssl/Pkgfile b/openssl/Pkgfile index 5bc85a8..7b1998f 100644 --- a/openssl/Pkgfile +++ b/openssl/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=openssl -version=1.0.0d +version=1.0.1c release=1 source=(http://www.openssl.org/source/$name-$version.tar.gz \ mksslcert.sh) @@ -13,6 +13,7 @@ source=(http://www.openssl.org/source/$name-$version.tar.gz \ build() { cd $name-$version ./Configure linux-generic32 --prefix=/usr --openssldir=/etc/ssl shared + sed -i Makefile -e "s|-O3 -fomit-frame-pointer|$CFLAGS|" make make INSTALL_PREFIX=$PKG LIBDIR=lib MANDIR=/usr/man MANSUFFIX=ssl install find $PKG -name "*fips*" -delete -- 2.26.2