FreeBSD Bugzilla – Attachment 190100 Details for
Bug 225473
www/nginx unknown directive "upload_progress" after upgrade 1.12.2_4,2 -> 1.12.2_6,2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
nginx-patch-for-upload-progress-module.diff (text/plain), 1.49 KB, created by
Jochen Neumeister
on 2018-01-27 08:56:09 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jochen Neumeister
Created:
2018-01-27 08:56:09 UTC
Size:
1.49 KB
patch
obsolete
>Index: www/nginx/Makefile >=================================================================== >--- www/nginx/Makefile (revision 460075) >+++ www/nginx/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= nginx > PORTVERSION= 1.12.2 >-PORTREVISION?= 6 >+PORTREVISION?= 7 > PORTEPOCH= 2 > CATEGORIES= www > MASTER_SITES= http://nginx.org/download/ >Index: www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module >=================================================================== >--- www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module (nonexistent) >+++ www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module (working copy) >@@ -0,0 +1,9 @@ >+--- ../nginx-upload-progress-module-0.9.2/config.orig 2018-01-27 09:47:26.335521000 +0100 >++++ ../nginx-upload-progress-module-0.9.2/config 2018-01-27 09:47:53.763756000 +0100 >+@@ -1,5 +1,5 @@ >+ ngx_addon_name=ngx_http_uploadprogress_module >+-if test -n "$ngx_module_link"; then >++if [ $ngx_module_link = DYNAMIC ] ; then >+ ngx_module_type=FILTER >+ ngx_module_name=ngx_http_uploadprogress_module >+ ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c" > >Property changes on: www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module >___________________________________________________________________ >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 225473
:
190099
|
190100
|
190102
|
192813