FreeBSD Bugzilla – Attachment 188433 Details for
Bug 224000
www/nginx: Update brotli module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for www/nginx
patch-www_nginx-brotli-1.0.2 (text/plain), 5.87 KB, created by
Bernard Spil
on 2017-11-30 20:26:01 UTC
(
hide
)
Description:
svn diff for www/nginx
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2017-11-30 20:26:01 UTC
Size:
5.87 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 455221) >+++ Makefile (working copy) >@@ -1141,11 +1141,12 @@ > .endif > > .if ${PORT_OPTIONS:MBROTLI} >-NGINX_BROTLI_VERSION= 12529813 >+NGINX_BROTLI_VERSION= 9891a98 > LIB_DEPENDS+= libbrotlicommon.so:archivers/brotli >-GH_ACCOUNT+= google:brotli >+GH_ACCOUNT+= eustas:brotli > GH_PROJECT+= ngx_brotli:brotli > GH_TAGNAME+= ${NGINX_BROTLI_VERSION}:brotli >+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-brotli_config > .if ${PORT_OPTIONS:MDSO} > CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_brotli} > .else >@@ -1269,6 +1270,11 @@ > 's!%%PREFIX%%!${LOCALBASE}!g' \ > ${WRKSRC_nginx_tarantool}/config > .endif >+.if ${PORT_OPTIONS:MBROTLI} >+ @${REINPLACE_CMD} -E \ >+ 's!^brotli=.*!brotli="${LOCALBASE}"!' \ >+ ${WRKSRC_brotli}/config >+.endif > > pre-configure: > .if ${PORT_OPTIONS:MMODSECURITY} >Index: distinfo >=================================================================== >--- distinfo (revision 455221) >+++ distinfo (working copy) >@@ -123,8 +123,8 @@ > SIZE (nginx-njs-753ebe6_GH0.tar.gz) = 191124 > SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 > SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 >-SHA256 (google-ngx_brotli-12529813_GH0.tar.gz) = 788b25c4a3285b34d06e48a469fd0d0cb52d43b43edccd2935e22802dcfd2d69 >-SIZE (google-ngx_brotli-12529813_GH0.tar.gz) = 10448 >+SHA256 (eustas-ngx_brotli-9891a98_GH0.tar.gz) = 7706bf0b2be34573b1895398470b785078bb19f96f2e4e27a28a2ba526c98f1e >+SIZE (eustas-ngx_brotli-9891a98_GH0.tar.gz) = 10491 > SHA256 (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 5c1869d55897075adb3fdf840b21060dc54669a1f840a36d1539acc7e59dd106 > SIZE (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 11090 > SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b8b9f355c05c0790226512f6732348a2404d48531688a1fc04ce6768163bf462 >Index: files/extra-patch-brotli_config >=================================================================== >--- files/extra-patch-brotli_config (nonexistent) >+++ files/extra-patch-brotli_config (working copy) >@@ -0,0 +1,72 @@ >+--- ../ngx_brotli-9891a98/config.orig 2017-11-28 11:00:45.000000000 +0100 >++++ ../ngx_brotli-9891a98/config 2017-11-30 21:05:56.300023000 +0100 >+@@ -74,64 +74,11 @@ fi >+ ngx_module_type=HTTP_FILTER >+ ngx_module_name=ngx_http_brotli_filter_module >+ ngx_module_incs="$brotli/include" >+-ngx_module_deps="$brotli/common/constants.h \ >+- $brotli/common/dictionary.h \ >+- $brotli/common/version.h \ >+- $brotli/enc/backward_references.h \ >+- $brotli/enc/backward_references_inc.h \ >+- $brotli/enc/bit_cost.h \ >+- $brotli/enc/bit_cost_inc.h \ >+- $brotli/enc/block_encoder_inc.h \ >+- $brotli/enc/block_splitter.h \ >+- $brotli/enc/block_splitter_inc.h \ >+- $brotli/enc/brotli_bit_stream.h \ >+- $brotli/enc/cluster.h \ >+- $brotli/enc/cluster_inc.h \ >+- $brotli/enc/command.h \ >+- $brotli/enc/compress_fragment.h \ >+- $brotli/enc/compress_fragment_two_pass.h \ >+- $brotli/enc/context.h \ >+- $brotli/enc/dictionary_hash.h \ >+- $brotli/enc/entropy_encode.h \ >+- $brotli/enc/entropy_encode_static.h \ >+- $brotli/enc/fast_log.h \ >+- $brotli/enc/find_match_length.h \ >+- $brotli/enc/hash_forgetful_chain_inc.h \ >+- $brotli/enc/hash.h \ >+- $brotli/enc/hash_longest_match_inc.h \ >+- $brotli/enc/hash_longest_match_quickly_inc.h \ >+- $brotli/enc/histogram.h \ >+- $brotli/enc/histogram_inc.h \ >+- $brotli/enc/literal_cost.h \ >+- $brotli/enc/memory.h \ >+- $brotli/enc/metablock.h \ >+- $brotli/enc/metablock_inc.h \ >+- $brotli/enc/port.h \ >+- $brotli/enc/prefix.h \ >+- $brotli/enc/quality.h \ >+- $brotli/enc/ringbuffer.h \ >+- $brotli/enc/static_dict.h \ >+- $brotli/enc/static_dict_lut.h \ >+- $brotli/enc/utf8_util.h \ >+- $brotli/enc/write_bits.h" >+-ngx_module_srcs="$brotli/common/dictionary.c \ >+- $brotli/enc/backward_references.c \ >+- $brotli/enc/bit_cost.c \ >+- $brotli/enc/block_splitter.c \ >+- $brotli/enc/brotli_bit_stream.c \ >+- $brotli/enc/cluster.c \ >+- $brotli/enc/compress_fragment.c \ >+- $brotli/enc/compress_fragment_two_pass.c \ >+- $brotli/enc/encode.c \ >+- $brotli/enc/entropy_encode.c \ >+- $brotli/enc/histogram.c \ >+- $brotli/enc/literal_cost.c \ >+- $brotli/enc/memory.c \ >+- $brotli/enc/metablock.c \ >+- $brotli/enc/static_dict.c \ >+- $brotli/enc/utf8_util.c \ >+- $ngx_addon_dir/src/ngx_http_brotli_filter_module.c" >+-ngx_module_libs="-lm" >++ngx_module_deps="$ngx_module_incs/brotli/encode.h \ >++ $ngx_module_incs/brotli/port.h \ >++ $ngx_module_incs/brotli/types.h" >++ngx_module_srcs="$ngx_addon_dir/src/ngx_http_brotli_filter_module.c" >++ngx_module_libs="-lbrotlienc -lm" >+ ngx_module_order="$ngx_module_name \ >+ ngx_pagespeed \ >+ ngx_http_postpone_filter_module \ > >Property changes on: files/extra-patch-brotli_config >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224000
:
188433
|
188434