www/nginx-devel: third-party modules management (+)
o) update third-party brotli module to the latest snapshot. Bump PORTREVISION.
This commit is contained in:
parent
72c4214c8c
commit
8c66a2d23a
4 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.25.3
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
|
|
@ -26,7 +26,7 @@ AWS_AUTH_GH_TUPLE= anomalizer:ngx_aws_auth:21931b2:aws_auth
|
|||
AWS_AUTH_VARS= DSO_EXTMODS+=aws_auth
|
||||
|
||||
BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli
|
||||
BROTLI_GH_TUPLE= google:ngx_brotli:659b4b3:brotli
|
||||
BROTLI_GH_TUPLE= google:ngx_brotli:a71f931:brotli
|
||||
BROTLI_VARS= DSO_EXTMODS+=brotli
|
||||
BROTLI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_brotli_filter_config
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1704564967
|
||||
TIMESTAMP = 1704566096
|
||||
SHA256 (nginx-1.25.3.tar.gz) = 64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86
|
||||
SIZE (nginx-1.25.3.tar.gz) = 1216580
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
|
@ -13,8 +13,8 @@ SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e29
|
|||
SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280
|
||||
SHA256 (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = d8a2422da96a638e9a911e4edb592954d9c0fe1576456fec9809ef4e2a0a863d
|
||||
SIZE (anomalizer-ngx_aws_auth-21931b2_GH0.tar.gz) = 15580
|
||||
SHA256 (google-ngx_brotli-659b4b3_GH0.tar.gz) = 34308698dbc6c17f16193d62396746ecba5c5f1482a07bf5785b1396632e6f73
|
||||
SIZE (google-ngx_brotli-659b4b3_GH0.tar.gz) = 16333
|
||||
SHA256 (google-ngx_brotli-a71f931_GH0.tar.gz) = b3312a045d5303a40d02beb34711b8ca27f7b72d647e9ee2012a8eddd14d9b22
|
||||
SIZE (google-ngx_brotli-a71f931_GH0.tar.gz) = 16376
|
||||
SHA256 (nginx-modules-ngx_cache_purge-a84b0f3_GH0.tar.gz) = ddfd4fdd99075d906b7b75c49f56ec96b76df7951dfa54502e0f83890447031f
|
||||
SIZE (nginx-modules-ngx_cache_purge-a84b0f3_GH0.tar.gz) = 17162
|
||||
SHA256 (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 72fdd125b9207cdda135f368095f85b943a78a4ff004d1cd217972e12b1571b2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- ../ngx_brotli-659b4b3/filter/config.orig 2023-09-30 13:17:01.637746000 -0400
|
||||
+++ ../ngx_brotli-659b4b3/filter/config 2023-09-30 13:23:51.839920000 -0400
|
||||
--- ../ngx_brotli-a71f931/filter/config.orig 2023-09-30 13:17:01.637746000 -0400
|
||||
+++ ../ngx_brotli-a71f931/filter/config 2023-09-30 13:23:51.839920000 -0400
|
||||
@@ -42,33 +42,16 @@
|
||||
ngx_module_type=HTTP_FILTER
|
||||
ngx_module_name=ngx_http_brotli_filter_module
|
||||
|
|
Loading…
Reference in a new issue