mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add vendor patch for memcached module.
Update nginx_upload module from 2.0.9 to 2.0.10. Update nginx_http_redis module from 0.1 to 0.1.1. Bump PORTREVISION.
This commit is contained in:
parent
3ada9e07f7
commit
f7d9f14578
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240591
3 changed files with 22 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.8.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -207,7 +208,7 @@ CONFIGURE_ARGS+=--with-http_realip_module
|
|||
.endif
|
||||
|
||||
.if defined(WITH_HTTP_REDIS_MODULE)
|
||||
NGINX_REDIS_MODULE_VERSION= 0.1
|
||||
NGINX_REDIS_MODULE_VERSION= 0.1.1
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/}
|
||||
MASTER_SITE_SUBDIR+= osa/:redis
|
||||
DISTFILES+= ngx_http_redis-${NGINX_REDIS_MODULE_VERSION}.tar.gz:redis
|
||||
|
@ -239,7 +240,7 @@ CONFIGURE_ARGS+=--with-http_sub_module
|
|||
.endif
|
||||
|
||||
.if defined(WITH_HTTP_UPLOAD_MODULE)
|
||||
NGINX_UPLOAD_MODULE_VERSION= 2.0.9
|
||||
NGINX_UPLOAD_MODULE_VERSION= 2.0.10
|
||||
MASTER_SITES+= http://www.grid.net.ru/nginx/download/:upload
|
||||
DISTFILES+= nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION}.tar.gz:upload
|
||||
CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION}
|
||||
|
|
|
@ -19,15 +19,15 @@ SIZE (nginx_mp4_streaming_public_20081229.tar.bz2) = 9469
|
|||
MD5 (nginx-notice-2.tar.gz) = 7253bdd2b88cc981867b72efdc484772
|
||||
SHA256 (nginx-notice-2.tar.gz) = 682824a9f5187831ee49e5828bafebde5c25706e681d361804f96308f24e58c2
|
||||
SIZE (nginx-notice-2.tar.gz) = 3253
|
||||
MD5 (ngx_http_redis-0.1.tar.gz) = 166fc0e44746cbf6e80a722a01719f6c
|
||||
SHA256 (ngx_http_redis-0.1.tar.gz) = dc012006d20287e097459ec32defa932c6694340ce34587aeea8491e1e4da316
|
||||
SIZE (ngx_http_redis-0.1.tar.gz) = 4999
|
||||
MD5 (ngx_http_redis-0.1.1.tar.gz) = 457ffc6ecc96186d143be0c651fe6373
|
||||
SHA256 (ngx_http_redis-0.1.1.tar.gz) = fc0f0ae434166d8c23cd04ad86ef1294125ca51e6eed0e9746df65ddfe80d6d0
|
||||
SIZE (ngx_http_redis-0.1.1.tar.gz) = 5176
|
||||
MD5 (ngx_http_response-0.3.tar.gz) = 178a8f13a41388ef50b3726fa9fede50
|
||||
SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045
|
||||
SIZE (ngx_http_response-0.3.tar.gz) = 2244
|
||||
MD5 (nginx_upload_module-2.0.9.tar.gz) = bd8ee6011e3e24805c8ead617211a04b
|
||||
SHA256 (nginx_upload_module-2.0.9.tar.gz) = 3c43e185f85a5a719de2cd02083ae0802a8fd2645c79a78c7d37c3d1f0361f9f
|
||||
SIZE (nginx_upload_module-2.0.9.tar.gz) = 18232
|
||||
MD5 (nginx_upload_module-2.0.10.tar.gz) = 5ac249003c6eb6ce919510a5ff9ffc79
|
||||
SHA256 (nginx_upload_module-2.0.10.tar.gz) = 96b6610996c83c4e2d1b2f31b263b5ff6cc86c3b4a4e7ad0e1bf6c1ec806e5a0
|
||||
SIZE (nginx_upload_module-2.0.10.tar.gz) = 18331
|
||||
MD5 (nginx_uploadprogress_module-0.5.tar.gz) = 04cca031be26a0a37a24b8b2d475c77a
|
||||
SHA256 (nginx_uploadprogress_module-0.5.tar.gz) = b025bf8ea2e1cf405dd72587d52eb48135cb7b0843a2dbfcf91c8f562701d75c
|
||||
SIZE (nginx_uploadprogress_module-0.5.tar.gz) = 11578
|
||||
|
|
13
www/nginx-devel/files/patch-0.8.11.1
Normal file
13
www/nginx-devel/files/patch-0.8.11.1
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: src/http/modules/ngx_http_memcached_module.c
|
||||
===================================================================
|
||||
--- src/http/modules/ngx_http_memcached_module.c (revision 2379)
|
||||
+++ src/http/modules/ngx_http_memcached_module.c (working copy)
|
||||
@@ -211,6 +211,8 @@
|
||||
u->input_filter = ngx_http_memcached_filter;
|
||||
u->input_filter_ctx = ctx;
|
||||
|
||||
+ r->main->count++;
|
||||
+
|
||||
ngx_http_upstream_init(r);
|
||||
|
||||
return NGX_DONE;
|
Loading…
Add table
Reference in a new issue