upgpkg: nginx-mainline-boringssl 1.19.1-1
This commit is contained in:
parent
8076246dd4
commit
69b195adee
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nginx-mainline-boringssl
|
||||
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
|
||||
pkgver = 1.19.0
|
||||
pkgver = 1.19.1
|
||||
pkgrel = 1
|
||||
url = https://nginx.org
|
||||
install = nginx.install
|
||||
|
@ -25,13 +25,13 @@ pkgbase = nginx-mainline-boringssl
|
|||
backup = etc/nginx/uwsgi_params
|
||||
backup = etc/nginx/win-utf
|
||||
backup = etc/logrotate.d/nginx
|
||||
source = https://nginx.org/download/nginx-1.19.0.tar.gz
|
||||
source = https://nginx.org/download/nginx-1.19.0.tar.gz.asc
|
||||
source = https://nginx.org/download/nginx-1.19.1.tar.gz
|
||||
source = https://nginx.org/download/nginx-1.19.1.tar.gz.asc
|
||||
source = git+https://boringssl.googlesource.com/boringssl
|
||||
source = service
|
||||
source = logrotate
|
||||
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
||||
sha256sums = 44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8
|
||||
sha256sums = a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Drew DeVault
|
||||
|
||||
pkgname=nginx-mainline-boringssl
|
||||
pkgver=1.19.0
|
||||
pkgver=1.19.1
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -30,7 +30,7 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
|||
"service"
|
||||
"logrotate")
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||
sha256sums=('44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8'
|
||||
sha256sums=('a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
|
||||
|
@ -73,7 +73,7 @@ build() {
|
|||
export CFLAGS="$CFLAGS -fPIC"
|
||||
|
||||
cd ${srcdir}/boringssl
|
||||
mkdir build && cd build && cmake ../ && make && cd ${srcdir}/boringssl
|
||||
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ../ && make && cd ${srcdir}/boringssl
|
||||
mkdir -p .openssl/lib && cd .openssl && ln -s ../include . && cd ../
|
||||
cp ${srcdir}/boringssl/build/crypto/libcrypto.a ${srcdir}/boringssl/build/ssl/libssl.a .openssl/lib && cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue