mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/openssl-cryptodev to 1.0.1l-1
This commit is contained in:
parent
7fa96c6735
commit
efa750d0e9
1 changed files with 6 additions and 4 deletions
|
@ -13,7 +13,7 @@ buildarch=6
|
|||
|
||||
pkgname=openssl-cryptodev
|
||||
_pkgname=openssl
|
||||
_ver=1.0.1j
|
||||
_ver=1.0.1l
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
#pkgver=$_ver
|
||||
|
@ -30,6 +30,7 @@ conflicts=('openssl')
|
|||
provides=("openssl=${pkgver}")
|
||||
_cryptover=1.6
|
||||
|
||||
|
||||
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
||||
'no-rpath.patch'
|
||||
'ca-dir.patch'
|
||||
|
@ -39,14 +40,15 @@ source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
|||
'0001-cryptodev-Fix-issue-with-signature-generation.patch'
|
||||
'0002-cryptodev-allow-copying-EVP-contexts.patch')
|
||||
|
||||
md5sums=('f7175c9cd3c39bb1907ac8bba9df8ed3'
|
||||
md5sums=('cdb22925fc9bc97ccbf1e007661f2aa6'
|
||||
'dc78d3d06baffc16217519242ce92478'
|
||||
'3bf51be3a1bbd262be46dc619f92aa90'
|
||||
'eade38998313c25fd7934719cdf8a2ea'
|
||||
'16b054368f5b956e69944ce9903188de'
|
||||
'600a5a67dbdc9a26ab382ea9bf09a416'
|
||||
'3004653d39e65b9f94c7b268ecf07340'
|
||||
'989afb6d1bfad6e929d93990121b1b6a'
|
||||
'440f706c63735f32274e13325557a331'
|
||||
'e8ec495c49ae2494acbfb47d98c363b6')
|
||||
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
|
||||
|
||||
prepare() {
|
||||
cd $srcdir/${_pkgname}-$_ver
|
||||
|
|
Loading…
Reference in a new issue