* update openssl-1.1 to 1.1.1.u-4
This commit is contained in:
parent
f332b01f4c
commit
2526c7c75c
@ -3,12 +3,12 @@
|
||||
|
||||
pkgname=openssl-1.1
|
||||
_pkgname=openssl
|
||||
_ver=1.1.1t
|
||||
_ver=1.1.1u
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=4
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.openssl.org'
|
||||
license=('custom:BSD')
|
||||
depends=('glibc')
|
||||
@ -16,7 +16,7 @@ provides=('libcrypto.so' 'libssl.so')
|
||||
makedepends=('perl')
|
||||
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"{,.asc}
|
||||
'ca-dir.patch')
|
||||
sha256sums=('8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b'
|
||||
sha256sums=('e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6'
|
||||
'SKIP'
|
||||
'75aa8c2c638c8a3ebfd9fa146fc61c7ff878fc997dc6aa10d39e4b2415d669b2')
|
||||
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
|
||||
@ -41,6 +41,10 @@ build() {
|
||||
BUILD_TYPE="linux-ppc"
|
||||
BUILD_OPTIONS="no-asm"
|
||||
;;
|
||||
powerpc64)
|
||||
BUILD_TYPE="linux-ppc64"
|
||||
BUILD_OPTIONS="no-asm"
|
||||
;;
|
||||
powerpc64le)
|
||||
BUILD_TYPE="linux-ppc64le"
|
||||
BUILD_OPTIONS="enable-ec_nistp_64_gcc_128"
|
||||
|
Loading…
x
Reference in New Issue
Block a user