Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 09:39:45 +0000
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 899b30660663 - main - www/openresty: Update to 1.29.2.5
Message-ID:  <6a156a61.30fee.5f2bb236@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=899b3066066364feb2e8beacc0c85851a32fb66d

commit 899b3066066364feb2e8beacc0c85851a32fb66d
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-05-26 09:38:23 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-05-26 09:38:23 +0000

    www/openresty: Update to 1.29.2.5
    
    Changelog: https://openresty.org/en/ann-1029002005.html
    
    Sponsored by:   Netzkommune GmbH
---
 www/openresty/Makefile  |   4 +-
 www/openresty/distinfo  |   6 +--
 www/openresty/pkg-plist | 107 ++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 100 insertions(+), 17 deletions(-)

diff --git a/www/openresty/Makefile b/www/openresty/Makefile
index 5feef393672d..cff18fa22f0c 100644
--- a/www/openresty/Makefile
+++ b/www/openresty/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	openresty
-PORTVERSION=	1.29.2.3
+PORTVERSION=	1.29.2.5
 CATEGORIES=	www
 MASTER_SITES=	https://openresty.org/download/
 
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty \
 
 USES=		cpe gmake perl5 ssl
 
-CORE_VER=	0.1.33rc2
+CORE_VER=	0.1.34rc2
 PLIST_SUB=	CORE_VER=${CORE_VER}
 
 HAS_CONFIGURE=	yes
diff --git a/www/openresty/distinfo b/www/openresty/distinfo
index e1533731432e..8385724e5143 100644
--- a/www/openresty/distinfo
+++ b/www/openresty/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777917386
-SHA256 (openresty-1.29.2.3.tar.gz) = 315e49fa4568747fec4bdada9614d2ba287e7aed4b3430d7ea25685e24cc43ff
-SIZE (openresty-1.29.2.3.tar.gz) = 6153051
+TIMESTAMP = 1779786843
+SHA256 (openresty-1.29.2.5.tar.gz) = 3195e665c97023419051dc51d195e9f774a3d00ed6e7cd8a3751c4722ea0a8c1
+SIZE (openresty-1.29.2.5.tar.gz) = 6507345
diff --git a/www/openresty/pkg-plist b/www/openresty/pkg-plist
index 2a92ccb3c5eb..feb2478112b0 100644
--- a/www/openresty/pkg-plist
+++ b/www/openresty/pkg-plist
@@ -51,6 +51,86 @@ lualib/resty/limit/traffic.lua
 lualib/resty/lock.lua
 lualib/resty/lrucache.lua
 lualib/resty/lrucache/pureffi.lua
+lualib/resty/openssl.lua
+lualib/resty/openssl/asn1.lua
+lualib/resty/openssl/auxiliary/bio.lua
+lualib/resty/openssl/auxiliary/compat.lua
+lualib/resty/openssl/auxiliary/ctypes.lua
+lualib/resty/openssl/auxiliary/ecdsa.lua
+lualib/resty/openssl/auxiliary/jwk.lua
+lualib/resty/openssl/auxiliary/nginx.lua
+lualib/resty/openssl/auxiliary/nginx_c.lua
+lualib/resty/openssl/bn.lua
+lualib/resty/openssl/cipher.lua
+lualib/resty/openssl/crypto.lua
+lualib/resty/openssl/ctx.lua
+lualib/resty/openssl/dh.lua
+lualib/resty/openssl/digest.lua
+lualib/resty/openssl/ec.lua
+lualib/resty/openssl/ecx.lua
+lualib/resty/openssl/err.lua
+lualib/resty/openssl/hmac.lua
+lualib/resty/openssl/include/asn1.lua
+lualib/resty/openssl/include/bio.lua
+lualib/resty/openssl/include/bn.lua
+lualib/resty/openssl/include/conf.lua
+lualib/resty/openssl/include/crypto.lua
+lualib/resty/openssl/include/dh.lua
+lualib/resty/openssl/include/ec.lua
+lualib/resty/openssl/include/ecdsa.lua
+lualib/resty/openssl/include/err.lua
+lualib/resty/openssl/include/evp.lua
+lualib/resty/openssl/include/evp/cipher.lua
+lualib/resty/openssl/include/evp/kdf.lua
+lualib/resty/openssl/include/evp/mac.lua
+lualib/resty/openssl/include/evp/md.lua
+lualib/resty/openssl/include/evp/pkey.lua
+lualib/resty/openssl/include/hmac.lua
+lualib/resty/openssl/include/objects.lua
+lualib/resty/openssl/include/ossl_typ.lua
+lualib/resty/openssl/include/param.lua
+lualib/resty/openssl/include/pem.lua
+lualib/resty/openssl/include/pkcs12.lua
+lualib/resty/openssl/include/provider.lua
+lualib/resty/openssl/include/rand.lua
+lualib/resty/openssl/include/rsa.lua
+lualib/resty/openssl/include/ssl.lua
+lualib/resty/openssl/include/stack.lua
+lualib/resty/openssl/include/x509/altname.lua
+lualib/resty/openssl/include/x509/crl.lua
+lualib/resty/openssl/include/x509/csr.lua
+lualib/resty/openssl/include/x509/extension.lua
+lualib/resty/openssl/include/x509/init.lua
+lualib/resty/openssl/include/x509/name.lua
+lualib/resty/openssl/include/x509/revoked.lua
+lualib/resty/openssl/include/x509_vfy.lua
+lualib/resty/openssl/include/x509v3.lua
+lualib/resty/openssl/kdf.lua
+lualib/resty/openssl/mac.lua
+lualib/resty/openssl/objects.lua
+lualib/resty/openssl/param.lua
+lualib/resty/openssl/pkcs12.lua
+lualib/resty/openssl/pkey.lua
+lualib/resty/openssl/provider.lua
+lualib/resty/openssl/rand.lua
+lualib/resty/openssl/rsa.lua
+lualib/resty/openssl/ssl.lua
+lualib/resty/openssl/ssl_ctx.lua
+lualib/resty/openssl/stack.lua
+lualib/resty/openssl/version.lua
+lualib/resty/openssl/x509/altname.lua
+lualib/resty/openssl/x509/chain.lua
+lualib/resty/openssl/x509/crl.lua
+lualib/resty/openssl/x509/csr.lua
+lualib/resty/openssl/x509/extension.lua
+lualib/resty/openssl/x509/extension/dist_points.lua
+lualib/resty/openssl/x509/extension/info_access.lua
+lualib/resty/openssl/x509/extensions.lua
+lualib/resty/openssl/x509/init.lua
+lualib/resty/openssl/x509/name.lua
+lualib/resty/openssl/x509/revoked.lua
+lualib/resty/openssl/x509/store.lua
+lualib/resty/rsa.lua
 lualib/resty/shell.lua
 lualib/resty/signal.lua
 lualib/resty/upstream/healthcheck.lua
@@ -77,14 +157,14 @@ nginx/html/50x.html
 nginx/html/index.html
 nginx/sbin/nginx
 pod/array-var-nginx-module-0.06/array-var-nginx-module-0.06.pod
-pod/drizzle-nginx-module-0.1.12/drizzle-nginx-module-0.1.12.pod
-pod/echo-nginx-module-0.63/echo-nginx-module-0.63.pod
+pod/drizzle-nginx-module-0.1.13/drizzle-nginx-module-0.1.13.pod
+pod/echo-nginx-module-0.64/echo-nginx-module-0.64.pod
 pod/encrypted-session-nginx-module-0.09/encrypted-session-nginx-module-0.09.pod
 pod/form-input-nginx-module-0.12/form-input-nginx-module-0.12.pod
 pod/headers-more-nginx-module-0.39/headers-more-nginx-module-0.39.pod
 pod/iconv-nginx-module-0.14/iconv-nginx-module-0.14.pod
 pod/lua-5.1.5/lua-5.1.5.pod
-pod/lua-cjson-2.1.0.15/lua-cjson-2.1.0.15.pod
+pod/lua-cjson-2.1.0.17/lua-cjson-2.1.0.17.pod
 pod/lua-redis-parser-0.13/lua-redis-parser-0.13.pod
 pod/lua-resty-core-%%CORE_VER%%/lua-resty-core-%%CORE_VER%%.pod
 pod/lua-resty-core-%%CORE_VER%%/ngx.balancer.pod
@@ -114,16 +194,19 @@ pod/lua-resty-limit-traffic-0.09/resty.limit.traffic.pod
 pod/lua-resty-lock-0.09/lua-resty-lock-0.09.pod
 pod/lua-resty-lrucache-0.15/lua-resty-lrucache-0.15.pod
 pod/lua-resty-memcached-0.17/lua-resty-memcached-0.17.pod
-pod/lua-resty-mysql-0.28/lua-resty-mysql-0.28.pod
+pod/lua-resty-mysql-0.30/lua-resty-mysql-0.30.pod
+pod/lua-resty-openssl-1.7.1/changelog.pod
+pod/lua-resty-openssl-1.7.1/lua-resty-openssl-1.7.1.pod
 pod/lua-resty-redis-0.33/lua-resty-redis-0.33.pod
+pod/lua-resty-rsa-1.1.1/lua-resty-rsa-1.1.1.pod
 pod/lua-resty-shell-0.03/lua-resty-shell-0.03.pod
 pod/lua-resty-signal-0.04/lua-resty-signal-0.04.pod
-pod/lua-resty-string-0.16/lua-resty-string-0.16.pod
+pod/lua-resty-string-0.17/lua-resty-string-0.17.pod
 pod/lua-resty-upload-0.11/lua-resty-upload-0.11.pod
-pod/lua-resty-upstream-healthcheck-0.08/lua-resty-upstream-healthcheck-0.08.pod
+pod/lua-resty-upstream-healthcheck-0.09/lua-resty-upstream-healthcheck-0.09.pod
 pod/lua-resty-websocket-0.13/lua-resty-websocket-0.13.pod
 pod/lua-tablepool-0.03/lua-tablepool-0.03.pod
-pod/luajit-2.1-20260311/luajit-2.1-20260311.pod
+pod/luajit-2.1-20260415/luajit-2.1-20260415.pod
 pod/luajit-2.1/changes.pod
 pod/luajit-2.1/contact.pod
 pod/luajit-2.1/ext_c_api.pod
@@ -279,12 +362,12 @@ pod/nginx/welcome_nginx_facebook.pod
 pod/nginx/windows.pod
 pod/ngx_devel_kit-0.3.4/ngx_devel_kit-0.3.4.pod
 pod/ngx_devel_kit-0.3.4/readme_auto_lib.pod
-pod/ngx_lua-0.10.30rc2/ngx_lua-0.10.30rc2.pod
-pod/ngx_lua_upstream-0.07/ngx_lua_upstream-0.07.pod
+pod/ngx_lua-0.10.31rc2/ngx_lua-0.10.31rc2.pod
+pod/ngx_lua_upstream-0.08/ngx_lua_upstream-0.08.pod
 pod/ngx_postgres-1.0/ngx_postgres-1.0.pod
 pod/ngx_postgres-1.0/todo.pod
-pod/ngx_stream_lua-0.0.18rc2/dev_notes.pod
-pod/ngx_stream_lua-0.0.18rc2/ngx_stream_lua-0.0.18rc2.pod
+pod/ngx_stream_lua-0.0.19rc3/dev_notes.pod
+pod/ngx_stream_lua-0.0.19rc3/ngx_stream_lua-0.0.19rc3.pod
 pod/opm-0.0.9/opm-0.0.9.pod
 pod/opm-0.0.9/web.docs.md.docs.pod
 pod/rds-csv-nginx-module-0.10/rds-csv-nginx-module-0.10.pod
@@ -293,7 +376,7 @@ pod/redis2-nginx-module-0.15/redis2-nginx-module-0.15.pod
 pod/resty-cli-0.32/resty-cli-0.32.pod
 pod/set-misc-nginx-module-0.33/set-misc-nginx-module-0.33.pod
 pod/srcache-nginx-module-0.33/srcache-nginx-module-0.33.pod
-pod/xss-nginx-module-0.06/xss-nginx-module-0.06.pod
+pod/xss-nginx-module-0.07/xss-nginx-module-0.07.pod
 resty.index
 @dir nginx/logs
 @dir pod/lua-rds-parser-0.06


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a156a61.30fee.5f2bb236>