FreeBSD Bugzilla – Attachment 157664 Details for
Bug 200809
[patch] www/nginx, www/nginx-devel: add 3rd party upload module back.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
nginx.diff (text/plain), 2.10 KB, created by
yoginomi555
on 2015-06-12 07:34:22 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
yoginomi555
Created:
2015-06-12 07:34:22 UTC
Size:
2.10 KB
patch
obsolete
>diff -ruN ../nginx.orig/Makefile ./Makefile >--- ../nginx.orig/Makefile 2015-06-12 12:17:08.000000000 +0900 >+++ ./Makefile 2015-06-12 12:32:21.000000000 +0900 >@@ -74,6 +74,7 @@ > HTTP_REDIS \ > HTTP_RESPONSE \ > HTTP_SUBS_FILTER \ >+ HTTP_UPLOAD \ > HTTP_UPLOAD_PROGRESS \ > HTTP_UPSTREAM_FAIR \ > HTTP_UPSTREAM_STICKY \ >@@ -159,6 +160,7 @@ > HTTP_REDIS_DESC= 3rd party http_redis module > HTTP_RESPONSE_DESC= 3rd party http_response module > HTTP_SUBS_FILTER_DESC= 3rd party subs filter module >+HTTP_UPLOAD_DESC= 3rd party upload module > HTTP_UPLOAD_PROGRESS_DESC= 3rd party uploadprogress module > HTTP_UPSTREAM_FAIR_DESC= 3rd party upstream fair module > HTTP_UPSTREAM_STICKY_DESC= 3rd party upstream sticky module >@@ -488,6 +490,14 @@ > CONFIGURE_ARGS+=--with-http_sub_module > .endif > >+.if ${PORT_OPTIONS:MHTTP_UPLOAD} >+GIT_UPLOAD_VERSION= aba1e3f34c >+GH_ACCOUNT+= vkholodkov:upload >+GH_PROJECT+= nginx-upload-module:upload >+GH_TAGNAME+= ${GIT_UPLOAD_VERSION}:upload >+CONFIGURE_ARGS+=--add-module=${WRKSRC_upload} >+.endif >+ > .if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS} > NGINX_UPLOADPROGRESS_VERSION= 0.9.0 > GH_ACCOUNT+= masterzen:uploadprogress >diff -ruN ../nginx.orig/distinfo ./distinfo >--- ../nginx.orig/distinfo 2015-06-12 12:17:08.000000000 +0900 >+++ ./distinfo 2015-06-12 13:48:16.000000000 +0900 >@@ -58,6 +58,8 @@ > SIZE (wandenberg-nginx-push-stream-module-0.3.5_GH0.tar.gz) = 153122 > SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 2814340bf57581a04873e26d773ec216bfceebb1abb87d4904ce314790897b17 > SIZE (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 91878 >+SHA256 (vkholodkov-nginx-upload-module-aba1e3f34c_GH0.tar.gz) = 62a2c4388585aec463a1cee30bc84953593a93f341dc1df61b42b452594d2a05 >+SIZE (vkholodkov-nginx-upload-module-aba1e3f34c_GH0.tar.gz) = 28296 > SHA256 (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 93e29b9b437a2e34713de54c2861ea51151624aca09f73f9f44d1caaff01a6b1 > SIZE (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 16990 > SHA256 (openresty-drizzle-nginx-module-v0.1.8_GH0.tar.gz) = 5aa5a66568bb25af459d37547d14fc7867c970e4f90299895e1fad2cf20751a8
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 200809
: 157664 |
157665