summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2018-07-17 04:15:27 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2018-07-17 04:15:27 +0000
commit474951073dcdae82f0fd153a04ca8d07d4a019ab (patch)
treef86077df54bd30ac8a20b596e2d878554c9894c2 /www/nginx-devel/files
parentUpgrade from 1.2 to 1.3. (diff)
Change location for third-party sticky module from bitbucket.org
to a fork on GH cause last one contains additional fixes. Remove needless patch. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=474773
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c b/www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c
deleted file mode 100644
index 098cc78cdf61..000000000000
--- a/www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- ../nginx-goodies-nginx-sticky-module-ng-08a395c66e42/ngx_http_sticky_misc.c.orig 2016-07-10 11:39:07.943834000 -0400
-+++ ../nginx-goodies-nginx-sticky-module-ng-08a395c66e42/ngx_http_sticky_misc.c 2016-07-10 11:43:05.601078000 -0400
-@@ -12,6 +12,14 @@
-
- #include "ngx_http_sticky_misc.h"
-
-+#ifndef MD5_DIGEST_LENGTH
-+ #define MD5_DIGEST_LENGTH 16
-+#endif
-+#ifndef MD5_CBLOCK
-+ #define MD5_CBLOCK 64
-+#endif
-+
-+
- #ifndef ngx_str_set
- #define ngx_str_set(str, text) (str)->len = sizeof(text) - 1; (str)->data = (u_char *) text
- #endif