mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/openssl-cryptodev to 1.1.1-1
This commit is contained in:
parent
c863203f73
commit
cba3451701
2 changed files with 9 additions and 10 deletions
|
@ -10,10 +10,9 @@ buildarch=6
|
||||||
|
|
||||||
pkgname=openssl-cryptodev
|
pkgname=openssl-cryptodev
|
||||||
_pkgname=openssl
|
_pkgname=openssl
|
||||||
_ver=1.1.0h
|
_ver=1.1.1
|
||||||
# use a pacman compatible version scheme
|
# use a pacman compatible version scheme
|
||||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||||
#pkgver=$_ver
|
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||||
arch=('arm' 'armv7h')
|
arch=('arm' 'armv7h')
|
||||||
|
@ -29,8 +28,8 @@ _cryptodevver=1.9
|
||||||
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"
|
||||||
'ca-dir.patch'
|
'ca-dir.patch'
|
||||||
"https://github.com/cryptodev-linux/cryptodev-linux/archive/cryptodev-linux-${_cryptodevver}.tar.gz")
|
"https://github.com/cryptodev-linux/cryptodev-linux/archive/cryptodev-linux-${_cryptodevver}.tar.gz")
|
||||||
md5sums=('5271477e4d93f4ea032b665ef095ff24'
|
md5sums=('7079eb017429e0ffb9efb42bf80ccb21'
|
||||||
'02b53865fb70faef763e262b4971aa4b'
|
'182ad163458781ed9bd4b342c5724ece'
|
||||||
'e5aacd2293cea9c94f71ca2e0b4dea57')
|
'e5aacd2293cea9c94f71ca2e0b4dea57')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- apps/CA.pl.in 2016-09-26 11:46:04.000000000 +0200
|
--- apps/CA.pl.in 2018-09-11 14:48:19.000000000 +0200
|
||||||
+++ apps/CA.pl.in 2016-11-01 16:02:16.709616823 +0100
|
+++ apps/CA.pl.in 2018-09-11 16:16:32.125629435 +0200
|
||||||
@@ -33,7 +33,7 @@
|
@@ -33,7 +33,7 @@
|
||||||
my $PKCS12 = "$openssl pkcs12";
|
my $PKCS12 = "$openssl pkcs12";
|
||||||
|
|
||||||
|
@ -9,9 +9,9 @@
|
||||||
my $CAKEY = "cakey.pem";
|
my $CAKEY = "cakey.pem";
|
||||||
my $CAREQ = "careq.pem";
|
my $CAREQ = "careq.pem";
|
||||||
my $CACERT = "cacert.pem";
|
my $CACERT = "cacert.pem";
|
||||||
--- apps/openssl.cnf 2016-09-26 11:46:04.000000000 +0200
|
--- apps/openssl.cnf 2018-09-11 14:48:20.000000000 +0200
|
||||||
+++ apps/openssl.cnf 2016-11-01 16:02:48.378503427 +0100
|
+++ apps/openssl.cnf 2018-09-11 16:16:32.125629435 +0200
|
||||||
@@ -39,7 +39,7 @@
|
@@ -43,7 +43,7 @@
|
||||||
####################################################################
|
####################################################################
|
||||||
[ CA_default ]
|
[ CA_default ]
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
certs = $dir/certs # Where the issued certs are kept
|
certs = $dir/certs # Where the issued certs are kept
|
||||||
crl_dir = $dir/crl # Where the issued crl are kept
|
crl_dir = $dir/crl # Where the issued crl are kept
|
||||||
database = $dir/index.txt # database index file.
|
database = $dir/index.txt # database index file.
|
||||||
@@ -323,7 +323,7 @@
|
@@ -327,7 +327,7 @@
|
||||||
[ tsa_config1 ]
|
[ tsa_config1 ]
|
||||||
|
|
||||||
# These are used by the TSA reply generation only.
|
# These are used by the TSA reply generation only.
|
||||||
|
|
Loading…
Reference in a new issue