mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/openssl to 3.3.0-1
This commit is contained in:
parent
c98b8c3f44
commit
efb3334141
3 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = openssl
|
||||
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
|
||||
pkgver = 3.2.1
|
||||
pkgver = 3.3.0
|
||||
pkgrel = 1
|
||||
url = https://www.openssl.org
|
||||
arch = x86_64
|
||||
|
@ -14,14 +14,14 @@ pkgbase = openssl
|
|||
replaces = openssl-perl
|
||||
replaces = openssl-doc
|
||||
backup = etc/ssl/openssl.cnf
|
||||
source = https://www.openssl.org/source/openssl-3.2.1.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-3.2.1.tar.gz.asc
|
||||
source = https://www.openssl.org/source/openssl-3.3.0.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-3.3.0.tar.gz.asc
|
||||
source = ca-dir.patch
|
||||
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
|
||||
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
|
||||
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
|
||||
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
|
||||
sha256sums = 83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
|
||||
sha256sums = 53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
|
||||
sha256sums = SKIP
|
||||
sha256sums = 0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
|
||||
|
||||
|
|
5
core/openssl/.nvchecker.toml
Normal file
5
core/openssl/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[openssl]
|
||||
source = 'git'
|
||||
git = 'git://git.openssl.org/openssl.git'
|
||||
prefix = 'openssl-'
|
||||
include_regex = 'openssl-[0-9]+\.[0-9]+\.[0-9]+'
|
|
@ -4,7 +4,7 @@
|
|||
# - set ARM architecture targets
|
||||
|
||||
pkgname=openssl
|
||||
pkgver=3.2.1
|
||||
pkgver=3.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ provides=('libcrypto.so' 'libssl.so')
|
|||
backup=('etc/ssl/openssl.cnf')
|
||||
source=("https://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz"{,.asc}
|
||||
'ca-dir.patch')
|
||||
sha256sums=('83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39'
|
||||
sha256sums=('53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02'
|
||||
'SKIP'
|
||||
'0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
|
||||
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
|
||||
|
|
Loading…
Reference in a new issue