mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:47:14 +08:00
nginx: update to 1.8.0
This commit is contained in:
parent
f8dda53521
commit
56f5c5b874
@ -1,15 +1,11 @@
|
|||||||
# maintainer abveritas[at]chakra-project[dot]org
|
|
||||||
# Contributor: <Yeking@Red54.com>
|
|
||||||
|
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
pkgver=1.6.2
|
pkgver=1.8.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://nginx.org'
|
url='http://nginx.org'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('pcre' 'zlib' 'openssl')
|
depends=('pcre' 'zlib' 'openssl' 'geoip')
|
||||||
#makedepends=('hardening-wrapper')
|
|
||||||
backup=('etc/nginx/fastcgi.conf'
|
backup=('etc/nginx/fastcgi.conf'
|
||||||
'etc/nginx/fastcgi_params'
|
'etc/nginx/fastcgi_params'
|
||||||
'etc/nginx/koi-win'
|
'etc/nginx/koi-win'
|
||||||
@ -23,7 +19,7 @@ backup=('etc/nginx/fastcgi.conf'
|
|||||||
source=("http://nginx.org/download/nginx-$pkgver.tar.gz"
|
source=("http://nginx.org/download/nginx-$pkgver.tar.gz"
|
||||||
nginx.service
|
nginx.service
|
||||||
nginx.logrotate)
|
nginx.logrotate)
|
||||||
md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
|
md5sums=('3ca4a37931e9fa301964b8ce889da8cb'
|
||||||
'e67b777bd10f5c180e247092ddfd6eb7'
|
'e67b777bd10f5c180e247092ddfd6eb7'
|
||||||
'19a26a61c8afe78defb8b4544f79a9a0')
|
'19a26a61c8afe78defb8b4544f79a9a0')
|
||||||
|
|
||||||
@ -103,4 +99,4 @@ package() {
|
|||||||
|
|
||||||
install -d "$pkgdir"/usr/share/man/man8/
|
install -d "$pkgdir"/usr/share/man/man8/
|
||||||
gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
|
gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user