mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/openssl-cryptodev to 1.1.1.g-1
This commit is contained in:
parent
47ad0861d1
commit
df796db422
1 changed files with 7 additions and 5 deletions
|
@ -5,16 +5,16 @@
|
|||
# Oleg Rakhmanov <oleg@archlinuxarm.org>
|
||||
# - cryptodev enabled version
|
||||
|
||||
buildarch=6
|
||||
buildarch=14
|
||||
|
||||
pkgname=openssl-cryptodev
|
||||
_pkgname=openssl
|
||||
_ver=1.1.1b
|
||||
_ver=1.1.1g
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1.2
|
||||
pkgrel=1
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('arm' 'armv7h')
|
||||
arch=('arm' 'armv7h' 'aarch64')
|
||||
url='https://www.openssl.org'
|
||||
license=('custom:BSD')
|
||||
depends=('perl')
|
||||
|
@ -27,7 +27,7 @@ _cryptodevver=1.10
|
|||
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
||||
'ca-dir.patch'
|
||||
"https://github.com/cryptodev-linux/cryptodev-linux/archive/cryptodev-linux-${_cryptodevver}.tar.gz")
|
||||
sha256sums=('5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'
|
||||
sha256sums=('ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46'
|
||||
'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e'
|
||||
'833ab7c5c88d2b700a7c702a151254c089a3058886a63cc7d12630e364b8ea83')
|
||||
|
||||
|
@ -76,6 +76,8 @@ check() {
|
|||
patch -p0 -R -i "$srcdir/ca-dir.patch"
|
||||
make test
|
||||
patch -p0 -i "$srcdir/ca-dir.patch"
|
||||
# re-run make to re-generate CA.pl from th patched .in file.
|
||||
make apps/CA.pl
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue