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

Collapse All | Expand All

(-)./Makefile (+10 lines)
Lines 75-80 Link Here
75
	HTTP_REDIS \
75
	HTTP_REDIS \
76
	HTTP_RESPONSE \
76
	HTTP_RESPONSE \
77
	HTTP_SUBS_FILTER \
77
	HTTP_SUBS_FILTER \
78
	HTTP_UPLOAD \
78
	HTTP_UPLOAD_PROGRESS \
79
	HTTP_UPLOAD_PROGRESS \
79
	HTTP_UPSTREAM_FAIR \
80
	HTTP_UPSTREAM_FAIR \
80
	HTTP_UPSTREAM_STICKY \
81
	HTTP_UPSTREAM_STICKY \
Lines 162-167 Link Here
162
HTTP_REDIS_DESC=		3rd party http_redis module
163
HTTP_REDIS_DESC=		3rd party http_redis module
163
HTTP_RESPONSE_DESC=		3rd party http_response module
164
HTTP_RESPONSE_DESC=		3rd party http_response module
164
HTTP_SUBS_FILTER_DESC=		3rd party subs filter module
165
HTTP_SUBS_FILTER_DESC=		3rd party subs filter module
166
HTTP_UPLOAD_DESC=		3rd party upload module
165
HTTP_UPLOAD_PROGRESS_DESC=	3rd party uploadprogress module
167
HTTP_UPLOAD_PROGRESS_DESC=	3rd party uploadprogress module
166
HTTP_UPSTREAM_FAIR_DESC=	3rd party upstream fair module
168
HTTP_UPSTREAM_FAIR_DESC=	3rd party upstream fair module
167
HTTP_UPSTREAM_STICKY_DESC=	3rd party upstream sticky module
169
HTTP_UPSTREAM_STICKY_DESC=	3rd party upstream sticky module
Lines 491-496 Link Here
491
CONFIGURE_ARGS+=--with-http_sub_module
493
CONFIGURE_ARGS+=--with-http_sub_module
492
.endif
494
.endif
493
495
496
.if ${PORT_OPTIONS:MHTTP_UPLOAD}
497
GIT_UPLOAD_VERSION= aba1e3f34c
498
GH_ACCOUNT+=   vkholodkov:upload
499
GH_PROJECT+=   nginx-upload-module:upload
500
GH_TAGNAME+=   ${GIT_UPLOAD_VERSION}:upload
501
CONFIGURE_ARGS+=--add-module=${WRKSRC_upload}
502
.endif
503
494
.if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS}
504
.if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS}
495
NGINX_UPLOADPROGRESS_VERSION=	0.9.0
505
NGINX_UPLOADPROGRESS_VERSION=	0.9.0
496
GH_ACCOUNT+=	masterzen:uploadprogress
506
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