View | Details | Raw Unified | Return to bug 200809 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (+10 lines)
Lines 74-79 Link Here
74
	HTTP_REDIS \
74
	HTTP_REDIS \
75
	HTTP_RESPONSE \
75
	HTTP_RESPONSE \
76
	HTTP_SUBS_FILTER \
76
	HTTP_SUBS_FILTER \
77
	HTTP_UPLOAD \
77
	HTTP_UPLOAD_PROGRESS \
78
	HTTP_UPLOAD_PROGRESS \
78
	HTTP_UPSTREAM_FAIR \
79
	HTTP_UPSTREAM_FAIR \
79
	HTTP_UPSTREAM_STICKY \
80
	HTTP_UPSTREAM_STICKY \
Lines 159-164 Link Here
159
HTTP_REDIS_DESC=		3rd party http_redis module
160
HTTP_REDIS_DESC=		3rd party http_redis module
160
HTTP_RESPONSE_DESC=		3rd party http_response module
161
HTTP_RESPONSE_DESC=		3rd party http_response module
161
HTTP_SUBS_FILTER_DESC=		3rd party subs filter module
162
HTTP_SUBS_FILTER_DESC=		3rd party subs filter module
163
HTTP_UPLOAD_DESC=		3rd party upload module
162
HTTP_UPLOAD_PROGRESS_DESC=	3rd party uploadprogress module
164
HTTP_UPLOAD_PROGRESS_DESC=	3rd party uploadprogress module
163
HTTP_UPSTREAM_FAIR_DESC=	3rd party upstream fair module
165
HTTP_UPSTREAM_FAIR_DESC=	3rd party upstream fair module
164
HTTP_UPSTREAM_STICKY_DESC=	3rd party upstream sticky module
166
HTTP_UPSTREAM_STICKY_DESC=	3rd party upstream sticky module
Lines 488-493 Link Here
488
CONFIGURE_ARGS+=--with-http_sub_module
490
CONFIGURE_ARGS+=--with-http_sub_module
489
.endif
491
.endif
490
492
493
.if ${PORT_OPTIONS:MHTTP_UPLOAD} 	 
494
GIT_UPLOAD_VERSION= aba1e3f34c
495
GH_ACCOUNT+=	vkholodkov:upload
496
GH_PROJECT+=	nginx-upload-module:upload
497
GH_TAGNAME+=	${GIT_UPLOAD_VERSION}:upload
498
CONFIGURE_ARGS+=--add-module=${WRKSRC_upload}
499
.endif
500
491
.if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS}
501
.if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS}
492
NGINX_UPLOADPROGRESS_VERSION=	0.9.0
502
NGINX_UPLOADPROGRESS_VERSION=	0.9.0
493
GH_ACCOUNT+=	masterzen:uploadprogress
503
GH_ACCOUNT+=	masterzen:uploadprogress
(-)./distinfo (+2 lines)
Lines 58-63 Link Here
58
SIZE (wandenberg-nginx-push-stream-module-0.3.5_GH0.tar.gz) = 153122
58
SIZE (wandenberg-nginx-push-stream-module-0.3.5_GH0.tar.gz) = 153122
59
SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 2814340bf57581a04873e26d773ec216bfceebb1abb87d4904ce314790897b17
59
SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 2814340bf57581a04873e26d773ec216bfceebb1abb87d4904ce314790897b17
60
SIZE (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 91878
60
SIZE (yaoweibin-ngx_http_substitutions_filter_module-0.6.2_GH0.tar.gz) = 91878
61
SHA256 (vkholodkov-nginx-upload-module-aba1e3f34c_GH0.tar.gz) = 62a2c4388585aec463a1cee30bc84953593a93f341dc1df61b42b452594d2a05
62
SIZE (vkholodkov-nginx-upload-module-aba1e3f34c_GH0.tar.gz) = 28296
61
SHA256 (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 93e29b9b437a2e34713de54c2861ea51151624aca09f73f9f44d1caaff01a6b1
63
SHA256 (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 93e29b9b437a2e34713de54c2861ea51151624aca09f73f9f44d1caaff01a6b1
62
SIZE (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 16990
64
SIZE (masterzen-nginx-upload-progress-module-v0.9.0_GH0.tar.gz) = 16990
63
SHA256 (openresty-drizzle-nginx-module-v0.1.8_GH0.tar.gz) = 5aa5a66568bb25af459d37547d14fc7867c970e4f90299895e1fad2cf20751a8
65
SHA256 (openresty-drizzle-nginx-module-v0.1.8_GH0.tar.gz) = 5aa5a66568bb25af459d37547d14fc7867c970e4f90299895e1fad2cf20751a8

Return to bug 200809