summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechnion2015-06-27 14:25:42 +0000
committerTechnion2015-06-27 14:25:42 +0000
commit24d5236c737de44be38566a2851a3b94971d9e38 (patch)
tree08592d76e5923383d0bd17b0abae261fb1d73398
parent7508495b6adbf4fab017ec5ec85e21df20f21595 (diff)
downloadaur-24d5236c737de44be38566a2851a3b94971d9e38.tar.gz
Enabled threads
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--nginx.logrotate2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda526146bcb..61b5514c330d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
pkgver = 1.8.0
- pkgrel = 3
+ pkgrel = 4
url = http://nginx.org
arch = i686
arch = x86_64
@@ -38,7 +38,7 @@ pkgbase = nginx-libressl
source = http://nginx.org/download/nginx-1.8.0.tar.gz
source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.1.7.tar.gz
sha256sums = 8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1
- sha256sums = 1504db3de81d0d01c9c9965b7029939e3bb7ab36745afaa4df425e9d680a4fd7
+ sha256sums = adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786
sha256sums = 225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf
sha256sums = 23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5
sha256sums = 1dc4bfc03fbe14732704291d6d9cb7a3cc70575957c958a7e2d686908e9cdb8f
diff --git a/PKGBUILD b/PKGBUILD
index 0b0d0b719d72..3d647a96f814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-libressl
pkgver=1.8.0
-pkgrel=3
+pkgrel=4
librever=2.1.7
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -73,7 +73,7 @@ build() {
--group=${_group} \
--with-ipv6 \
--with-openssl=./libressl-$librever \
- --with-imap \
+ --with-threads \
--with-http_ssl_module \
--with-http_gzip_static_module \
--with-http_realip_module \
@@ -104,7 +104,7 @@ package() {
}
sha256sums=('8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1'
- '1504db3de81d0d01c9c9965b7029939e3bb7ab36745afaa4df425e9d680a4fd7'
+ 'adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786'
'225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf'
'23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5'
'1dc4bfc03fbe14732704291d6d9cb7a3cc70575957c958a7e2d686908e9cdb8f')
diff --git a/nginx.logrotate b/nginx.logrotate
index 610444d5a3cd..e4dddfc528ee 100644
--- a/nginx.logrotate
+++ b/nginx.logrotate
@@ -1,4 +1,4 @@
- /var/log/nginx/*log /var/log/nginx/*/*log {
+ /var/log/nginx/*log {
daily
create 640 http log
compress