mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
www/nginx-devel: update from 1.27.1 to 1.27.2
<ChangeLog> *) Feature: SSL certificates, secret keys, and CRLs are now cached on start or during reconfiguration. *) Feature: client certificate validation with OCSP in the stream module. *) Feature: OCSP stapling support in the stream module. *) Feature: the "proxy_pass_trailers" directive in the ngx_http_proxy_module. *) Feature: the "ssl_client_certificate" directive now supports certificates with auxiliary information. *) Change: now the "ssl_client_certificate" directive is not required for client SSL certificates verification. </ChangeLog>
This commit is contained in:
parent
93c8fccc24
commit
0985aaf0f7
4 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.27.1
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 1.27.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
@ -262,6 +261,10 @@ NJS_CONFIGURE_ARGS+= --no-libxml2
|
|||
. endif
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCT}
|
||||
IGNORE= patching is required for the CT third-party module
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
.if ${PORT_OPTIONS:MHTTP_UPSTREAM_FAIR}
|
||||
|
@ -276,9 +279,6 @@ post-extract-NAXSI-on:
|
|||
@${RMDIR} ${WRKSRC_naxsi}/naxsi_src/libinjection
|
||||
@${LN} -s ${WRKSRC_libinjection} ${WRKSRC_naxsi}/naxsi_src/libinjection
|
||||
|
||||
pre-patch-HTTPV3-on:
|
||||
@${MV} ${WRKSRC}/README ${WRKSRC}/README.1st
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's!%%HTTP_PORT%%!${HTTP_PORT}!; \
|
||||
s!%%PREFIX%%!${PREFIX}!; \
|
||||
|
|
|
@ -45,7 +45,7 @@ ECHO_VARS= DSO_EXTMODS+=echo
|
|||
DRIZZLE_LIB_DEPENDS= libdrizzle.so:databases/libdrizzle
|
||||
DRIZZLE_CONFIGURE_ENV= LIBDRIZZLE_INC=${LOCALBASE}/include \
|
||||
LIBDRIZZLE_LIB=${LOCALBASE}/lib
|
||||
DRIZZLE_GH_TUPLE= openresty:drizzle-nginx-module:3504fc6:drizzle
|
||||
DRIZZLE_GH_TUPLE= openresty:drizzle-nginx-module:c631276:drizzle
|
||||
DRIZZLE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-openresty-drizzle-nginx-module-config
|
||||
DRIZZLE_VARS= DSO_EXTMODS+=drizzle
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1724293472
|
||||
SHA256 (nginx-1.27.1.tar.gz) = bd7ba68a6ce1ea3768b771c7e2ab4955a59fb1b1ae8d554fedb6c2304104bdfc
|
||||
SIZE (nginx-1.27.1.tar.gz) = 1245244
|
||||
TIMESTAMP = 1728240373
|
||||
SHA256 (nginx-1.27.2.tar.gz) = a91ecfc3a0b3a2c1413afca627bd886d76e0414b81cad0fb7872a9655a1b25fa
|
||||
SIZE (nginx-1.27.2.tar.gz) = 1258098
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
|
||||
SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46
|
||||
|
@ -21,8 +21,8 @@ SHA256 (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 72fdd125b9207cdda135f3680
|
|||
SIZE (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 7224
|
||||
SHA256 (vision5-ngx_devel_kit-v0.3.3_GH0.tar.gz) = faa2fcd5168b10764d35081356511d5f84db5c526a1aa4b6add2db94b6853b2b
|
||||
SIZE (vision5-ngx_devel_kit-v0.3.3_GH0.tar.gz) = 66561
|
||||
SHA256 (openresty-drizzle-nginx-module-3504fc6_GH0.tar.gz) = 86076735597f14db28cffabc0ab1f233cd51aab7cf112c56e267783e7814fc65
|
||||
SIZE (openresty-drizzle-nginx-module-3504fc6_GH0.tar.gz) = 51596
|
||||
SHA256 (openresty-drizzle-nginx-module-c631276_GH0.tar.gz) = 215ebeb3bad3a907f13fbdae66a25939b6820bdba2f339394cbb9c8b8557308a
|
||||
SIZE (openresty-drizzle-nginx-module-c631276_GH0.tar.gz) = 51675
|
||||
SHA256 (ZigzagAK-ngx_dynamic_upstream-960eef2_GH0.tar.gz) = 86e7c6ed6dba2d4c5f5b87ecb91f25ccdb7a08b8a88236e632114f830b9e354b
|
||||
SIZE (ZigzagAK-ngx_dynamic_upstream-960eef2_GH0.tar.gz) = 23003
|
||||
SHA256 (openresty-echo-nginx-module-5a402aa_GH0.tar.gz) = bb2a4b1a0e5ffa0203c1be854e663fc92cee0d7b5e0f7a38c0e163ae9124a38f
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- ../drizzle-nginx-module-3504fc6/config.orig 2020-01-22 18:04:58.000000000 -0500
|
||||
+++ ../drizzle-nginx-module-3504fc6/config 2020-04-24 06:23:01.264872000 -0400
|
||||
--- ../drizzle-nginx-module-c631276/config.orig 2020-01-22 18:04:58.000000000 -0500
|
||||
+++ ../drizzle-nginx-module-c631276/config 2020-04-24 06:23:01.264872000 -0400
|
||||
@@ -34,12 +34,12 @@
|
||||
|
||||
if [ $ngx_found = no ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue