summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-03-18 14:31:55 +0000
committerDaichi Shinozaki2016-03-18 14:31:55 +0000
commit2ff5e7aeec1e9a70b4a0090f862e2dfc360b6ab1 (patch)
tree0ade631f05961ef3be5ad924b2edd4baea2ae727
parent5b12be10a4130c7e516af5cc8b3d9f56272af4c4 (diff)
downloadaur-2ff5e7aeec1e9a70b4a0090f862e2dfc360b6ab1.tar.gz
Bump version to 1.9.7.4.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70b33e22320..117b99465f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 11:21:56 UTC 2016
+# Fri Mar 18 14:31:44 UTC 2016
pkgbase = openresty
pkgdesc = A Fast and Scalable Web Platform by Extending NGINX with Lua
- pkgver = 1.9.7.3
- pkgrel = 3
+ pkgver = 1.9.7.4
+ pkgrel = 1
url = http://openresty.org/
install = openresty.install
arch = i686
@@ -23,11 +23,11 @@ pkgbase = openresty
backup = opt/openresty/nginx/conf/uwsgi_params
backup = opt/openresty/nginx/conf/win-utf
backup = etc/logrotate.d/openresty
- source = http://openresty.org/download/openresty-1.9.7.3.tar.gz
+ source = http://openresty.org/download/openresty-1.9.7.4.tar.gz
source = service
source = openresty.logrotate
source = openresty.install
- sha256sums = 3e4422576d11773a03264021ff7985cd2eeac3382b511ae3052e835210a9a69a
+ sha256sums = aa5dcae035dda6e483bc1bd3d969d7113205dc2d0a3702ece0ad496c88a653c5
sha256sums = ec55ac7da98f5f5ec54d096c5f79b656edec0ebca835b6b9f1d20fb7be7119c5
sha256sums = 613b0ed3fe4b5ee505ddb5122ee41604f464a5049be81c97601ee93970763a23
sha256sums = f071e0fd8d0d588f03fcc7db6f3cb3f7ea1b870d3416a0bde142d9aeb839d0f6
diff --git a/PKGBUILD b/PKGBUILD
index ca6cbfa975ab..d0bfa674ca1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_cfgdir=/opt/openresty/nginx/conf
_tmpdir=/var/lib/openresty
pkgname=openresty
-pkgver=1.9.7.3
-pkgrel=3
+pkgver=1.9.7.4
+pkgrel=1
pkgdesc="A Fast and Scalable Web Platform by Extending NGINX with Lua"
arch=('i686' 'x86_64')
url="http://openresty.org/"
@@ -19,7 +19,7 @@ source=(http://openresty.org/download/$pkgname-$pkgver.tar.gz
$pkgname.install
)
noextract=()
-sha256sums=('3e4422576d11773a03264021ff7985cd2eeac3382b511ae3052e835210a9a69a'
+sha256sums=('aa5dcae035dda6e483bc1bd3d969d7113205dc2d0a3702ece0ad496c88a653c5'
'ec55ac7da98f5f5ec54d096c5f79b656edec0ebca835b6b9f1d20fb7be7119c5'
'613b0ed3fe4b5ee505ddb5122ee41604f464a5049be81c97601ee93970763a23'
'f071e0fd8d0d588f03fcc7db6f3cb3f7ea1b870d3416a0bde142d9aeb839d0f6')
@@ -55,6 +55,7 @@ build() {
--with-http_v2_module \
--with-stream \
--with-stream_ssl_module \
+ --with-http_iconv_module \
# --without-http_echo_module \ # disable ngx_http_echo_module
# --without-http_xss_module \ # disable ngx_http_xss_module
# --without-http_coolkit_module \ # disable ngx_http_coolkit_module
@@ -203,7 +204,7 @@ build() {
# --dry-run \ # dry running the configure, for testing only
# --platform=PLATFORM \ # forcibly specify a platform name, for testing only
- make -j`nproc`
+ make
}
package() {