diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-03 21:20:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-03 21:20:20 +0000 |
commit | 012001f15d9e4c263bea96a79c9203c86952e7ce (patch) | |
tree | 097a973c153c2b01004df1648260104ba5d16ecc /main/openssl | |
parent | b6dbf9fc924289c065af7a649c03ba61f050f743 (diff) | |
download | aports-012001f15d9e4c263bea96a79c9203c86952e7ce.tar.bz2 aports-012001f15d9e4c263bea96a79c9203c86952e7ce.tar.xz |
main/openssl: disable the weak cryptos
They are not needed for keeping ABI compat
Diffstat (limited to 'main/openssl')
-rw-r--r-- | main/openssl/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/openssl/APKBUILD b/main/openssl/APKBUILD index 2cea80c85d..a8ef108b7f 100644 --- a/main/openssl/APKBUILD +++ b/main/openssl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=openssl pkgver=1.0.2g -pkgrel=1 +pkgrel=2 pkgdesc="Toolkit for SSL v2/v3 and TLS v1" url="http://openssl.org" depends= @@ -74,7 +74,6 @@ build() { -DOPENSSL_NO_BUF_FREELISTS \ $CPPFLAGS $CFLAGS $LDFLAGS -Wa,--noexecstack \ enable-ssl2 \ - enable-weak-ssl-ciphers \ || return 1 make && make build-shared || return 1 |