FreeBSD Bugzilla – Attachment 168451 Details for
Bug 208178
www/nginx-devel: Add an upstream health check module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for adding nginx-upstream-health-check module to Makefile
patch_ports_nginx-devel_add_upstream_health_module (text/plain), 2.09 KB, created by
ctr
on 2016-03-21 11:16:38 UTC
(
hide
)
Description:
Patch for adding nginx-upstream-health-check module to Makefile
Filename:
MIME Type:
Creator:
ctr
Created:
2016-03-21 11:16:38 UTC
Size:
2.09 KB
patch
obsolete
>diff -Naur a/usr/ports/www/nginx-devel/Makefile b/usr/ports/www/nginx-devel/Makefile >--- a/usr/ports/www/nginx-devel/Makefile 2016-03-18 11:36:19.000000000 +0000 >+++ b/usr/ports/www/nginx-devel/Makefile 2016-03-21 10:47:30.664471000 +0000 >@@ -85,6 +85,7 @@ > HTTP_TARANTOOL \ > HTTP_UPLOAD \ > HTTP_UPLOAD_PROGRESS \ >+ HTTP_UPSTREAM_HEALTH \ > HTTP_UPSTREAM_FAIR \ > HTTP_UPSTREAM_STICKY \ > HTTP_VIDEO_THUMBEXTRACTOR \ >@@ -187,6 +188,7 @@ > HTTP_TARANTOOL_DESC= 3rd party tarantool upstream module > HTTP_UPLOAD_DESC= 3rd party upload module > HTTP_UPLOAD_PROGRESS_DESC= 3rd party uploadprogress module >+HTTP_UPSTREAM_HEALTH_DESC= 3rd party upstream_health_check_module > HTTP_UPSTREAM_FAIR_DESC= 3rd party upstream fair module > HTTP_UPSTREAM_STICKY_DESC= 3rd party upstream sticky module > HTTP_VIDEO_THUMBEXTRACTOR_DESC= 3rd party video_thumbextractor module >@@ -609,6 +611,15 @@ > CONFIGURE_ARGS+=--add-module=${WRKSRC_uploadprogress} > .endif > >+.if ${PORT_OPTIONS:MHTTP_UPSTREAM_HEALTH} >+GIT_UPSTREAM_HEALTH_VERSION= 10782ea >+GH_ACCOUNT+= yaoweibin:upstream_health >+GH_PROJECT+= nginx_upstream_check_module:upstream_health >+GH_TAGNAME+= ${GIT_UPSTREAM_HEALTH_VERSION}:upstream_health >+EXTRA_PATCHES+=${WRKSRC_upstream_health}/check_1.9.2+.patch >+CONFIGURE_ARGS+=--add-module=${WRKSRC_upstream_health} >+.endif >+ > .if !empty(PORT_OPTIONS:MHTTP_UPSTREAM_FAIR) > NGINX_UPSTREAM_FAIR_VERSION= 20090923 > MASTER_SITES+= LOCAL/osa:upstreamfair >diff -Naur a/usr/ports/www/nginx-devel/distinfo b/nginx-devel/distinfo >--- a/usr/ports/www/nginx-devel/distinfo 2016-03-18 11:36:19.000000000 +0000 >+++ b/usr/ports/www/nginx-devel/distinfo 2016-03-21 10:34:35.631750000 +0000 >@@ -128,3 +128,5 @@ > SIZE (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = 10563 > SHA256 (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 88e326eba7fdf9fd2376b1ba033b48cb0eee45136528cf5430ac9340088ce324 > SIZE (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 12513 >+SHA256 (yaoweibin-nginx_upstream_check_module-10782ea_GH0.tar.gz) = 52e6acd8c0264a59c5c948271015a59acd3cbcf91377456b7c8dc6f9feecef4a >+SIZE (yaoweibin-nginx_upstream_check_module-10782ea_GH0.tar.gz) = 128281
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 208178
: 168451