blob: 1b83e7eabbe35574a325ce96c7d8cc035b49eb52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = openssl-git
pkgdesc = Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols
pkgver = 3.4.1.r1093.gba90c49125
pkgrel = 1
url = https://www.openssl.org/
arch = i686
arch = x86_64
license = Apache-2.0
makedepends = git
makedepends = perl
depends = glibc
optdepends = ca-certificates
optdepends = perl
provides = openssl=3.4.1.r1093.gba90c49125
provides = libcrypto.so
provides = libssl.so
conflicts = openssl
options = staticlibs
backup = etc/ssl/openssl.cnf
source = git+https://github.com/openssl/openssl.git
source = ca-dir.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/raw/main/ca-dir.patch
sha256sums = SKIP
sha256sums = SKIP
pkgname = openssl-git
|