mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/openssl to 1.1.1-1
This commit is contained in:
parent
360fa5822b
commit
b18108ee48
2 changed files with 10 additions and 12 deletions
|
@ -5,10 +5,9 @@
|
|||
# - set ARM architecture targets
|
||||
|
||||
pkgname=openssl
|
||||
_ver=1.1.0i
|
||||
_ver=1.1.1
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
#pkgver=$_ver
|
||||
pkgrel=1
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('x86_64')
|
||||
|
@ -17,12 +16,11 @@ license=('custom:BSD')
|
|||
depends=('perl')
|
||||
optdepends=('ca-certificates')
|
||||
backup=('etc/ssl/openssl.cnf')
|
||||
source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"
|
||||
"https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc"
|
||||
source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"{,.asc}
|
||||
'ca-dir.patch')
|
||||
sha256sums=('ebbfc844a8c8cc0ea5dc10b86c9ce97f401837f3fa08c17b2cdadc118253cf99'
|
||||
sha256sums=('2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d'
|
||||
'SKIP'
|
||||
'90c7411fed0157116f2df8f4be755aaf5a26e8484351b4e6a79492805d5f2790')
|
||||
'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
|
||||
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- apps/CA.pl.in 2016-09-26 11:46:04.000000000 +0200
|
||||
+++ apps/CA.pl.in 2016-11-01 16:02:16.709616823 +0100
|
||||
--- apps/CA.pl.in 2018-09-11 14:48:19.000000000 +0200
|
||||
+++ apps/CA.pl.in 2018-09-11 16:16:32.125629435 +0200
|
||||
@@ -33,7 +33,7 @@
|
||||
my $PKCS12 = "$openssl pkcs12";
|
||||
|
||||
|
@ -9,9 +9,9 @@
|
|||
my $CAKEY = "cakey.pem";
|
||||
my $CAREQ = "careq.pem";
|
||||
my $CACERT = "cacert.pem";
|
||||
--- apps/openssl.cnf 2016-09-26 11:46:04.000000000 +0200
|
||||
+++ apps/openssl.cnf 2016-11-01 16:02:48.378503427 +0100
|
||||
@@ -39,7 +39,7 @@
|
||||
--- apps/openssl.cnf 2018-09-11 14:48:20.000000000 +0200
|
||||
+++ apps/openssl.cnf 2018-09-11 16:16:32.125629435 +0200
|
||||
@@ -43,7 +43,7 @@
|
||||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
certs = $dir/certs # Where the issued certs are kept
|
||||
crl_dir = $dir/crl # Where the issued crl are kept
|
||||
database = $dir/index.txt # database index file.
|
||||
@@ -323,7 +323,7 @@
|
||||
@@ -327,7 +327,7 @@
|
||||
[ tsa_config1 ]
|
||||
|
||||
# These are used by the TSA reply generation only.
|
||||
|
|
Loading…
Reference in a new issue