diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-05-24 19:48:57 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-05-24 19:50:59 +0000 |
commit | 5b8def74a41cc236cf8ab2470eb483e3fc5a14d8 (patch) | |
tree | eb1d7c1c00217f9a497290f0a769f5a31e6ed1b1 | |
parent | a61a1fcf34e9ca7e2dfa989bee2616f15c24477c (diff) | |
download | ports-5b8def74a41cc236cf8ab2470eb483e3fc5a14d8.tar.gz ports-5b8def74a41cc236cf8ab2470eb483e3fc5a14d8.zip |
www/nginx: Update to 1.22.0
Welcome NGINX 1.22.0
Changelog:
Changes with nginx 1.22.0 24 May 2022
*) 1.22.x stable branch.
Sponsored by: Netzkommune GmbH
-rw-r--r-- | www/nginx/Makefile | 6 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 04bf391f34a8..25cec968899b 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,8 +1,8 @@ # Created by: Sergey A. Osokin <osa@FreeBSD.org> PORTNAME= nginx -PORTVERSION= 1.20.2 -PORTREVISION?= 9 +PORTVERSION= 1.22.0 +PORTREVISION?= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ @@ -21,7 +21,7 @@ BROKEN_mips64= error ngx_spinlock() or ngx_atomic_cmp_set() are not defined CONFLICTS_INSTALL= nginx-devel -PORTSCOUT= limit:^1\.20\.[0-9]* +PORTSCOUT= limit:^1\.22\.[0-9]* USES= compiler:c11 cpe diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 047eeab687f4..c1f3fded5694 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1645303393 -SHA256 (nginx-1.20.2.tar.gz) = 958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42 -SIZE (nginx-1.20.2.tar.gz) = 1062124 +TIMESTAMP = 1653421379 +SHA256 (nginx-1.22.0.tar.gz) = b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53 +SIZE (nginx-1.22.0.tar.gz) = 1073322 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 |