Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Server
Arch Packages
Commits
2cebb586
Commit
2cebb586
authored
Oct 16, 2018
by
Zachary Seguin
Browse files
Update build for 1.15.5
parent
ddf753a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
trunk/PKGBUILD
View file @
2cebb586
...
...
@@ -3,22 +3,20 @@
# Contributor: Sébastien Luttringer
# Contributor: Drew DeVault
pkgname
=
nginx
-mainline
pkgver
=
1.1
1.8
pkgrel
=
1
00
pkgname
=
zs
nginx
pkgver
=
1.1
5.5
pkgrel
=
1
pamver
=
1.5.1
mshver
=
0.3
0
mshver
=
0.3
3
pkgdesc
=
'Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
arch
=(
'i686'
'x86_64'
)
url
=
'http://nginx.org'
license
=(
'custom'
)
depends
=(
'pcre'
'zlib'
'openssl'
'geoip'
)
makedepends
=(
'hardening-wrapper'
)
depends
=(
'pcre'
'zlib'
'openssl'
'geoip'
'mailcap'
)
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'
...
...
@@ -32,33 +30,29 @@ source=($url/download/nginx-$pkgver.tar.gz
logrotate
https://github.com/stogh/ngx_http_auth_pam_module/archive/v
$pamver
.tar.gz
https://github.com/openresty/headers-more-nginx-module/archive/v
$mshver
.tar.gz
)
md5sums
=(
'
8f68f49b6db510e567bba9e0c271a3ac
'
'
ce9a06bcaf66ec4a3c4eb59b636e0dfd
'
'
3441ce77cdd1aab6f0ab7e212698a8a7
'
md5sums
=(
'
7ec092404db13ef23ef58891efad57ca
'
'
SKIP
'
'
SKIP
'
'1e0bbd4535386970d63f51064626bc9a'
'a223ba5180ec796a23686962e5732ff8'
)
'95e15a2331c2d4db3691a56268df5f47'
)
sha512sums
=(
'90b3d8148fca183bd3f6d16fd9212e2eedbe13f151c079d67086fca5a9f58256b99a87b4444ee18b1f9fb2b65fbe2d5353985145e1c075b6236b31d0ce7e9051'
'SKIP'
'SKIP'
'973b94874d8a58c0df0ac2d31571eafc1e80b11179cba33ec88421a826207fbf7e99b0387e135a1ca48d82daacb78f19a4c21d3a27b49b16dc86b4748bb72261'
'13165b1b8d4be281b8bd2404fa48d456013d560bace094c81da08a35dc6a4f025a809a3ae3a42be6bbf67abbcbe41e0730aba06f905220f3baeb01e1192a7d37'
)
_common_flags
=(
--with-ipv6
--with-pcre-jit
--with-file-aio
--with-http_addition_module
--with-http_auth_request_module
--with-http_dav_module
--with-http_degradation_module
--with-http_flv_module
--with-http_geoip_module
--with-http_gunzip_module
--with-http_gzip_static_module
--with-http_mp4_module
--with-http_realip_module
--with-http_secure_link_module
--with-http_ssl_module
--with-http_stub_status_module
--with-http_sub_module
--with-http_v2_module
--with-mail
--with-mail_ssl_module
--with-stream
--with-stream_ssl_module
--with-threads
...
...
trunk/logrotate
View file @
2cebb586
/var/log/nginx/*log {
missingok
notifempty
create 640 http log
sharedscripts
compress
postrotate
test ! -r
/var
/run/nginx.pid || kill -USR1 `cat
/var
/run/nginx.pid`
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment