summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyanJMC2021-05-27 20:31:44 -0300
committerShyanJMC2021-05-27 20:31:44 -0300
commit6885d1ad3aa4c655ca7bb6dcd3a08eb8817c5386 (patch)
tree3400320af68de9c3be01548d89436e5c185a895f
parent6d4f561de7c7a3037c7061f26d4d8b39944694e3 (diff)
downloadaur-6885d1ad3aa4c655ca7bb6dcd3a08eb8817c5386.tar.gz
Updated to 1.21.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5162458c321d..505beb137124 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-minimal
pkgdesc = Nginx with less features to be more minimal as never,just with SSL for security. Compiled with native support.
- pkgver = 1.20
+ pkgver = 1.21
pkgrel = 1
url = https://nginx.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 220094db1c57..9e8f7a7e4b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ShyanJMC
pkgname=nginx-minimal
-pkgver=1.20
+pkgver=1.21
pkgrel=1
arch=('any')
pkgdesc="Nginx with less features to be more minimal as never,just with SSL for security. Compiled with native support."
@@ -18,7 +18,7 @@ provides=('nginx')
build() {
cd nginx/
- git checkout tags/release-1.20.0
+ git checkout tags/release-1.21.0
# Just enabled threads,ssl and proxy because are core functions. Use as non-privileged users and group; http
./auto/configure --user=http --group=http --build=nginx_minimal --with-threads --with-http_ssl_module --with-http_v2_module --without-http_charset_module --without-http_gzip_module --without-http_ssi_module --without-http_userid_module --without-http_access_module --without-http_auth_basic_module --without-http_mirror_module --without-http_autoindex_module --without-http_geo_module --without-http_map_module --without-http_split_clients_module --without-http_referer_module --without-http_rewrite_module --without-http_fastcgi_module --without-http_uwsgi_module --without-http_scgi_module --without-http_grpc_module --without-http_memcached_module --without-http_limit_conn_module --without-http_limit_req_module --without-http_empty_gif_module --without-http_browser_module --without-http_upstream_hash_module --without-http_upstream_ip_hash_module --without-http_upstream_least_conn_module --without-http_upstream_random_module --without-http_upstream_random_module --without-http_upstream_keepalive_module --without-http_upstream_zone_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --without-stream_limit_conn_module --without-stream_access_module --without-stream_geo_module --without-stream_map_module --without-stream_split_clients_module --without-stream_return_module --without-stream_set_module --without-stream_upstream_hash_module --without-stream_upstream_least_conn_module --without-stream_upstream_random_module --without-stream_upstream_zone_module
make