mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/openssl-1.1 to 1.1.1.w-2
This commit is contained in:
parent
2a04cbb16c
commit
300dd982bf
3 changed files with 31 additions and 4 deletions
23
core/openssl-1.1/.SRCINFO
Normal file
23
core/openssl-1.1/.SRCINFO
Normal file
|
@ -0,0 +1,23 @@
|
|||
pkgbase = openssl-1.1
|
||||
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
|
||||
pkgver = 1.1.1.w
|
||||
pkgrel = 2
|
||||
url = https://www.openssl.org
|
||||
arch = x86_64
|
||||
license = custom:BSD
|
||||
makedepends = perl
|
||||
depends = glibc
|
||||
provides = libcrypto.so
|
||||
provides = libssl.so
|
||||
source = https://www.openssl.org/source/openssl-1.1.1w.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-1.1.1w.tar.gz.asc
|
||||
source = ca-dir.patch
|
||||
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
|
||||
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
|
||||
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
|
||||
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
|
||||
sha256sums = cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8
|
||||
sha256sums = SKIP
|
||||
sha256sums = 75aa8c2c638c8a3ebfd9fa146fc61c7ff878fc997dc6aa10d39e4b2415d669b2
|
||||
|
||||
pkgname = openssl-1.1
|
6
core/openssl-1.1/.nvchecker.toml
Normal file
6
core/openssl-1.1/.nvchecker.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
["openssl-1.1"]
|
||||
source = 'git'
|
||||
git = 'git://git.openssl.org/openssl.git'
|
||||
from_pattern = "OpenSSL_1_1_([0-9]+)([a-z]*)"
|
||||
to_pattern = "1.1.\\1.\\2"
|
||||
include_regex = 'OpenSSL_1_1_[0-9]+[a-z]*'
|
|
@ -8,7 +8,7 @@ _pkgname=openssl
|
|||
_ver=1.1.1w
|
||||
# use a pacman compatible version scheme
|
||||
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
|
||||
arch=('x86_64')
|
||||
url='https://www.openssl.org'
|
||||
|
@ -44,10 +44,8 @@ build() {
|
|||
optflags='no-afalgeng'
|
||||
fi
|
||||
|
||||
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
|
||||
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib/openssl-1.1 \
|
||||
shared no-ssl3-method ${optflags} "${openssltarget}" \
|
||||
"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
|
||||
shared no-ssl3-method ${optflags} "${openssltarget}"
|
||||
|
||||
make depend
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue