upgpkg: nginx-mainline-boringssl 1.17.1-1
This commit is contained in:
parent
6a487acff6
commit
b299dc1603
2 changed files with 46 additions and 5 deletions
41
.SRCINFO
41
.SRCINFO
|
@ -40,3 +40,44 @@ pkgbase = nginx-mainline-boringssl
|
|||
|
||||
pkgname = nginx-mainline-boringssl
|
||||
|
||||
pkgbase = nginx-mainline-boringssl
|
||||
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
|
||||
pkgver = 1.17.1
|
||||
pkgrel = 1
|
||||
url = https://nginx.org
|
||||
install = nginx.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
depends = pcre
|
||||
depends = zlib
|
||||
depends = geoip
|
||||
depends = mailcap
|
||||
provides = nginx
|
||||
conflicts = nginx
|
||||
backup = etc/nginx/fastcgi.conf
|
||||
backup = etc/nginx/fastcgi_params
|
||||
backup = etc/nginx/koi-win
|
||||
backup = etc/nginx/koi-utf
|
||||
backup = etc/nginx/nginx.conf
|
||||
backup = etc/nginx/scgi_params
|
||||
backup = etc/nginx/uwsgi_params
|
||||
backup = etc/nginx/win-utf
|
||||
backup = etc/logrotate.d/nginx
|
||||
source = https://nginx.org/download/nginx-1.17.1.tar.gz
|
||||
source = https://nginx.org/download/nginx-1.17.1.tar.gz.asc
|
||||
source = git+https://boringssl.googlesource.com/boringssl
|
||||
source = service
|
||||
source = logrotate
|
||||
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
||||
sha256sums = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b
|
||||
sha256sums = b9af19a75bbeb1434bba66dd1a11295057b387a2cbff4ddf46253133909c311e
|
||||
|
||||
pkgname = nginx-mainline-boringssl
|
||||
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 289024 2017-02-15 21:13:17Z bpiotrowski $
|
||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Maintainer: Kasei Wang <kasei@kasei.im>
|
||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Contributor: Sébastien Luttringer
|
||||
# Contributor: Drew DeVault
|
||||
# Contributor: Kasei Wang <cnsdwpc at gmail.com>
|
||||
|
||||
pkgname=nginx-mainline-boringssl
|
||||
pkgver=1.15.9
|
||||
pkgver=1.17.1
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,7 +17,6 @@ backup=('etc/nginx/fastcgi.conf'
|
|||
'etc/nginx/fastcgi_params'
|
||||
'etc/nginx/koi-win'
|
||||
'etc/nginx/koi-utf'
|
||||
'etc/nginx/mime.types'
|
||||
'etc/nginx/nginx.conf'
|
||||
'etc/nginx/scgi_params'
|
||||
'etc/nginx/uwsgi_params'
|
||||
|
@ -31,7 +30,7 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
|||
"service"
|
||||
"logrotate")
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||
sha256sums=('e4cfba989bba614cd53f3f406ac6da9f05977d6b1296e5d20a299f10c2d7ae43'
|
||||
sha256sums=('6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
|
||||
|
@ -71,6 +70,7 @@ _mainline_flags=(
|
|||
|
||||
build() {
|
||||
export CXXFLAGS="$CXXFLAGS -fPIC"
|
||||
export CFLAGS="$CFLAGS -fPIC"
|
||||
|
||||
cd ${srcdir}/boringssl
|
||||
mkdir build && cd build && cmake ../ && make && cd ${srcdir}/boringssl
|
||||
|
|
Loading…
Reference in a new issue