aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Oswald <sko@rostwald.de>2026-07-31 12:06:05 +0000
committerYusuf Yaman <nxjoseph@FreeBSD.org>2026-08-03 15:44:25 +0000
commitb5b8914761f4eb2461958492a22481ccfe15c396 (patch)
treea242d89362e915261dfebf9b3544a2c1fd6d2163
parent7a71e6f8b96388ab963e8b1c92bc68a7dac7b54e (diff)
www/angie: update 1.12.0 => 1.12.1
This patch release brings various security and bug fixes. Changelog: https://en.angie.software/angie/docs/oss_changes/#angie-1-12-1 PR: 297154 Reported by: tjlegg@gmail.com Approved by: osa, vvd (Mentors, implicit) Security: CVE-2026-42533 Security: CVE-2026-60005 Security: CVE-2026-56434 MFH: 2026Q3 (cherry picked from commit ec945e58c5d3a62aeb623a6ccaf2d9c1921820c2)
-rw-r--r--www/angie-module-auth-jwt/Makefile4
-rw-r--r--www/angie-module-auth-spnego/Makefile2
-rw-r--r--www/angie-module-auth-totp/Makefile2
-rw-r--r--www/angie-module-brotli/Makefile2
-rw-r--r--www/angie-module-cache-purge/Makefile2
-rw-r--r--www/angie-module-dav-ext/Makefile2
-rw-r--r--www/angie-module-echo/Makefile4
-rw-r--r--www/angie-module-enhanced-memcached/Makefile2
-rw-r--r--www/angie-module-eval/Makefile2
-rw-r--r--www/angie-module-geoip2/Makefile2
-rw-r--r--www/angie-module-headers-more/Makefile4
-rw-r--r--www/angie-module-jwt/Makefile2
-rw-r--r--www/angie-module-keyval/Makefile2
-rw-r--r--www/angie-module-lua/Makefile6
-rw-r--r--www/angie-module-ndk/Makefile2
-rw-r--r--www/angie-module-njs/Makefile2
-rw-r--r--www/angie-module-postgres/Makefile2
-rw-r--r--www/angie-module-redis2/Makefile2
-rw-r--r--www/angie-module-set-misc/Makefile2
-rw-r--r--www/angie-module-upload/Makefile2
-rw-r--r--www/angie-module-vod/Makefile4
-rw-r--r--www/angie-module-zstd/Makefile2
-rw-r--r--www/angie/Makefile2
-rw-r--r--www/angie/distinfo6
24 files changed, 32 insertions, 32 deletions
diff --git a/www/angie-module-auth-jwt/Makefile b/www/angie-module-auth-jwt/Makefile
index c22a961f7c33..eb4a67063073 100644
--- a/www/angie-module-auth-jwt/Makefile
+++ b/www/angie-module-auth-jwt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-auth-jwt
-MODULE_VERSION= 0.14.1
-MODULE_PORTREVISION= 0
+MODULE_VERSION= 0.14.2
+MODULE_PORTREVISION= 1
GH_TUPLE= kjdev:nginx-auth-jwt:${MODULE_VERSION}:module
GH_TUPLE+= kjdev:nxe-json:0.5.0:nxe_json/../nginx-auth-jwt-${MODULE_VERSION}/nxe-json
GH_TUPLE+= kjdev:nxe-jwx:0.1.0:nxe_jwx/../nginx-auth-jwt-${MODULE_VERSION}/nxe-jwx
diff --git a/www/angie-module-auth-spnego/Makefile b/www/angie-module-auth-spnego/Makefile
index e4080c905567..2620ac3226fc 100644
--- a/www/angie-module-auth-spnego/Makefile
+++ b/www/angie-module-auth-spnego/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-auth-spnego
MODULE_VERSION= 1.1.3
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:v${MODULE_VERSION}:module
COMMENT= Angie auth-spnego dynamic module
diff --git a/www/angie-module-auth-totp/Makefile b/www/angie-module-auth-totp/Makefile
index 6d7cde6f1802..7560e37ab9f7 100644
--- a/www/angie-module-auth-totp/Makefile
+++ b/www/angie-module-auth-totp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-auth-totp
MODULE_VERSION= 1.2.0
-MODULE_PORTREVISION= 1
+MODULE_PORTREVISION= 3
GH_TUPLE= 61131:nginx-http-auth-totp:${MODULE_VERSION}:module
COMMENT= Angie auth-totp dynamic module
diff --git a/www/angie-module-brotli/Makefile b/www/angie-module-brotli/Makefile
index fff4f3575ee7..c03502a44a81 100644
--- a/www/angie-module-brotli/Makefile
+++ b/www/angie-module-brotli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-brotli
MODULE_VERSION= 1.0.0rc
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= google:ngx_brotli:v${MODULE_VERSION}:module
COMMENT= Angie Brotli dynamic module
diff --git a/www/angie-module-cache-purge/Makefile b/www/angie-module-cache-purge/Makefile
index 216a5fe75b51..b33431a7b544 100644
--- a/www/angie-module-cache-purge/Makefile
+++ b/www/angie-module-cache-purge/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-cache-purge
MODULE_VERSION= 3.0.2
-MODULE_PORTREVISION= 1
+MODULE_PORTREVISION= 3
GH_TUPLE= nginx-modules:ngx_cache_purge:${MODULE_VERSION}:module
COMMENT= Angie cache_purge dynamic module
diff --git a/www/angie-module-dav-ext/Makefile b/www/angie-module-dav-ext/Makefile
index 7ffdcc649fe7..c75561200eab 100644
--- a/www/angie-module-dav-ext/Makefile
+++ b/www/angie-module-dav-ext/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-dav-ext
MODULE_VERSION= 3.0.0
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= arut:nginx-dav-ext-module:v${MODULE_VERSION}:module
COMMENT= Angie dav-ext dynamic module
diff --git a/www/angie-module-echo/Makefile b/www/angie-module-echo/Makefile
index cca58e949bec..0e97518da517 100644
--- a/www/angie-module-echo/Makefile
+++ b/www/angie-module-echo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-echo
-MODULE_VERSION= 0.64
-MODULE_PORTREVISION= 6
+MODULE_VERSION= 0.65
+MODULE_PORTREVISION= 1
GH_TUPLE= openresty:echo-nginx-module:v${MODULE_VERSION}:module
COMMENT= Angie echo dynamic module
diff --git a/www/angie-module-enhanced-memcached/Makefile b/www/angie-module-enhanced-memcached/Makefile
index a0d56adfa556..9d295f5735d0 100644
--- a/www/angie-module-enhanced-memcached/Makefile
+++ b/www/angie-module-enhanced-memcached/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-enhanced-memcached
MODULE_VERSION= 0.3
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= bpaquet:ngx_http_enhanced_memcached_module:v${MODULE_VERSION}:module
COMMENT= Angie enhanced memcached dynamic module
diff --git a/www/angie-module-eval/Makefile b/www/angie-module-eval/Makefile
index dd6df3557e5b..adcbbd16ed3b 100644
--- a/www/angie-module-eval/Makefile
+++ b/www/angie-module-eval/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-eval
MODULE_VERSION= 2016.06.10
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= openresty:nginx-eval-module:${MODULE_VERSION}:module
COMMENT= Angie eval dynamic module
diff --git a/www/angie-module-geoip2/Makefile b/www/angie-module-geoip2/Makefile
index a00a6cb293b4..d9818f175b76 100644
--- a/www/angie-module-geoip2/Makefile
+++ b/www/angie-module-geoip2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-geoip2
MODULE_VERSION= 3.4
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= leev:ngx_http_geoip2_module:${MODULE_VERSION}:module
COMMENT= Angie GeoIP2 dynamic module
diff --git a/www/angie-module-headers-more/Makefile b/www/angie-module-headers-more/Makefile
index 0468215d5453..892fa2352362 100644
--- a/www/angie-module-headers-more/Makefile
+++ b/www/angie-module-headers-more/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-headers-more
-MODULE_VERSION= 0.39
-MODULE_PORTREVISION= 6
+MODULE_VERSION= 0.40
+MODULE_PORTREVISION= 1
GH_TUPLE= openresty:headers-more-nginx-module:v${MODULE_VERSION}:module
COMMENT= Angie headers-more dynamic module
diff --git a/www/angie-module-jwt/Makefile b/www/angie-module-jwt/Makefile
index 5b454734a783..eebbe5c1d8db 100644
--- a/www/angie-module-jwt/Makefile
+++ b/www/angie-module-jwt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-jwt
MODULE_VERSION= 3.4.4
-MODULE_PORTREVISION= 5
+MODULE_PORTREVISION= 7
GH_TUPLE= max-lt:nginx-jwt-module:v${MODULE_VERSION}:module
COMMENT= Angie JWT dynamic module
diff --git a/www/angie-module-keyval/Makefile b/www/angie-module-keyval/Makefile
index 29040a2ea18c..570a8ef889cc 100644
--- a/www/angie-module-keyval/Makefile
+++ b/www/angie-module-keyval/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-keyval
MODULE_VERSION= 0.5.0
-MODULE_PORTREVISION= 0
+MODULE_PORTREVISION= 2
GH_TUPLE= kjdev:nginx-keyval:${MODULE_VERSION}:module
COMMENT= Angie keyval dynamic module
diff --git a/www/angie-module-lua/Makefile b/www/angie-module-lua/Makefile
index 9c5d22da31ec..8f85f6f781e8 100644
--- a/www/angie-module-lua/Makefile
+++ b/www/angie-module-lua/Makefile
@@ -1,7 +1,7 @@
PORTNAME= angie-module-lua
-MODULE_VERSION= 0.10.29.2
-MODULE_PORTREVISION= 2
-GH_TUPLE= openresty:lua-nginx-module:v${MODULE_VERSION:S|.2$|R2|}:lua
+MODULE_VERSION= 0.10.31
+MODULE_PORTREVISION= 1
+GH_TUPLE= openresty:lua-nginx-module:v${MODULE_VERSION}:lua
GH_TUPLE+= openresty:stream-lua-nginx-module:v0.0.17R4:lua_stream
GH_TUPLE+= vision5:ngx_devel_kit:v0.3.4:ndk
diff --git a/www/angie-module-ndk/Makefile b/www/angie-module-ndk/Makefile
index 21e10353aed1..eb574ac10769 100644
--- a/www/angie-module-ndk/Makefile
+++ b/www/angie-module-ndk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-ndk
MODULE_VERSION= 0.3.4
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= vision5:ngx_devel_kit:v${MODULE_VERSION}:module
COMMENT= Angie NDK dynamic module
diff --git a/www/angie-module-njs/Makefile b/www/angie-module-njs/Makefile
index d78bedd6367e..e11c4b154c6b 100644
--- a/www/angie-module-njs/Makefile
+++ b/www/angie-module-njs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= angie-module-njs
-MODULE_VERSION= 0.9.9
+MODULE_VERSION= 1.0.0
MODULE_PORTREVISION= 1
GH_TUPLE= nginx:njs:${MODULE_VERSION}:module
diff --git a/www/angie-module-postgres/Makefile b/www/angie-module-postgres/Makefile
index 4704220cb362..55ec2303752b 100644
--- a/www/angie-module-postgres/Makefile
+++ b/www/angie-module-postgres/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-postgres
MODULE_VERSION= 1.0rc7
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= FRiCKLE:ngx_postgres:${MODULE_VERSION}:module
COMMENT= Angie postgres dynamic module
diff --git a/www/angie-module-redis2/Makefile b/www/angie-module-redis2/Makefile
index ab128f46c962..8ca8918aac76 100644
--- a/www/angie-module-redis2/Makefile
+++ b/www/angie-module-redis2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-redis2
MODULE_VERSION= 0.15
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= openresty:redis2-nginx-module:v${MODULE_VERSION}:module
COMMENT= Angie redis2 dynamic module
diff --git a/www/angie-module-set-misc/Makefile b/www/angie-module-set-misc/Makefile
index 40bf8c24a167..7879a76daf1b 100644
--- a/www/angie-module-set-misc/Makefile
+++ b/www/angie-module-set-misc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-set-misc
MODULE_VERSION= 0.3.4
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= vision5:ngx_devel_kit:v${MODULE_VERSION}:ndk
GH_TUPLE+= openresty:set-misc-nginx-module:v0.33:module
diff --git a/www/angie-module-upload/Makefile b/www/angie-module-upload/Makefile
index 4095393e0b17..3c59fde7b159 100644
--- a/www/angie-module-upload/Makefile
+++ b/www/angie-module-upload/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-upload
MODULE_VERSION= 2.3.0
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= fdintino:nginx-upload-module:${MODULE_VERSION}:module
COMMENT= Angie upload dynamic module
diff --git a/www/angie-module-vod/Makefile b/www/angie-module-vod/Makefile
index f58a1e120fff..cf8949738c0b 100644
--- a/www/angie-module-vod/Makefile
+++ b/www/angie-module-vod/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-vod
-MODULE_VERSION= 1.8.1
-MODULE_PORTREVISION= 0
+MODULE_VERSION= 1.9.0
+MODULE_PORTREVISION= 1
MODULE_PORTEPOCH= 2
GH_TUPLE= dio-az:nginx-vod-module:v${MODULE_VERSION}:module
diff --git a/www/angie-module-zstd/Makefile b/www/angie-module-zstd/Makefile
index 1da03079b789..156e78e9b7a0 100644
--- a/www/angie-module-zstd/Makefile
+++ b/www/angie-module-zstd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= angie-module-zstd
MODULE_VERSION= 0.1.1
-MODULE_PORTREVISION= 6
+MODULE_PORTREVISION= 8
GH_TUPLE= tokers:zstd-nginx-module:${MODULE_VERSION}:module
COMMENT= Angie zstd dynamic module
diff --git a/www/angie/Makefile b/www/angie/Makefile
index b42412aeb8f9..a9e35fa75bd5 100644
--- a/www/angie/Makefile
+++ b/www/angie/Makefile
@@ -1,5 +1,5 @@
PORTNAME?= angie
-ANGIE_VERSION= 1.12.0
+ANGIE_VERSION= 1.12.1
ANGIE_PORTREVISION= 0
CATEGORIES+= www
MASTER_SITES+= https://download.angie.software/files/:angie
diff --git a/www/angie/distinfo b/www/angie/distinfo
index dd6952eee2b5..ad7de930de4a 100644
--- a/www/angie/distinfo
+++ b/www/angie/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1784095831
-SHA256 (angie-1.12.0.tar.gz) = cd7867d200b22a80165b93696c30a1ac3a28c1162544b7f43c71232b19814ef6
-SIZE (angie-1.12.0.tar.gz) = 2093889
+TIMESTAMP = 1785499448
+SHA256 (angie-1.12.1.tar.gz) = 5f4f203be2aca6fe20770b489c720e46e51d337e521065e7e472b61e24e3d2f5
+SIZE (angie-1.12.1.tar.gz) = 2100390
SHA256 (61131-nginx-http-auth-totp-1.2.0_GH0.tar.gz) = 630e599c5ca16691689230a8b40a6db0d2878a1112be641fa50d68a7d8551651
SIZE (61131-nginx-http-auth-totp-1.2.0_GH0.tar.gz) = 11426
SHA256 (kjdev-nginx-auth-jwt-0.14.1_GH0.tar.gz) = 2fbb5823e546cea067f8cc8c2173986da79a0b10f8e9399623aac0234d6c02b8