FreeBSD Bugzilla – Attachment 193158 Details for
Bug 228053
[MAINTAINER] www/mod_memcache_block: Unbreak with Apache 2.4 & update to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www__mod_memcache_block.patch
www__mod_memcache_block.patch (text/plain), 2.44 KB, created by
Hung-Yi Chen
on 2018-05-07 18:20:03 UTC
(
hide
)
Description:
www__mod_memcache_block.patch
Filename:
MIME Type:
Creator:
Hung-Yi Chen
Created:
2018-05-07 18:20:03 UTC
Size:
2.44 KB
patch
obsolete
>Index: www/mod_memcache_block/Makefile >=================================================================== >--- www/mod_memcache_block/Makefile (revision 469302) >+++ www/mod_memcache_block/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mod_memcache_block >-PORTVERSION= 20120821 >-PORTREVISION= 1 >+PORTVERSION= 1.0 > CATEGORIES= www > DIST_SUBDIR= apache2 > >@@ -13,11 +12,8 @@ > LIB_DEPENDS+= libmemcached.so:databases/libmemcached > > USE_GITHUB= yes >-GH_ACCOUNT= netik >-GH_TAGNAME= 7b1fcec >+GH_ACCOUNT= gaod > >-BROKEN= Does not currently work with Apache 2.4+ >- > USES= apache:2.4+ > AP_FAST_BUILD= yes > AP_GENPLIST= yes >Index: www/mod_memcache_block/distinfo >=================================================================== >--- www/mod_memcache_block/distinfo (revision 469302) >+++ www/mod_memcache_block/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (apache2/netik-mod_memcache_block-20120821-7b1fcec_GH0.tar.gz) = ee33f298dcc08fee1239f99036076550272e69646713cfe65fe95773860672f5 >-SIZE (apache2/netik-mod_memcache_block-20120821-7b1fcec_GH0.tar.gz) = 13351 >+TIMESTAMP = 1525714521 >+SHA256 (apache2/gaod-mod_memcache_block-1.0_GH0.tar.gz) = bef6a3bf80e642a31f9fe3867787f83e93fb4cdb54db5f193c79d3adc03b37b5 >+SIZE (apache2/gaod-mod_memcache_block-1.0_GH0.tar.gz) = 13359 >Index: www/mod_memcache_block/files/patch-mod_memcache_block.c >=================================================================== >--- www/mod_memcache_block/files/patch-mod_memcache_block.c (nonexistent) >+++ www/mod_memcache_block/files/patch-mod_memcache_block.c (working copy) >@@ -0,0 +1,18 @@ >+--- mod_memcache_block.c.orig 2018-05-08 02:01:33.125306000 +0800 >++++ mod_memcache_block.c 2018-05-08 02:02:06.796426000 +0800 >+@@ -369,6 +369,7 @@ >+ if (s2conf->response_limiter != NULL) { >+ merged_config->response_limiter = apr_hash_copy(p, s2conf->response_limiter); >+ } >++ return (void*) merged_config; >+ } >+ >+ static apr_status_t mb_child_exit(void *data) >+@@ -416,6 +417,7 @@ >+ /* finally, refresh the blocklist */ >+ mb_refresh_blocklist(s); >+ >++ return OK; >+ } >+ >+ /* callback used when we walk the array */ > >Property changes on: www/mod_memcache_block/files/patch-mod_memcache_block.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 228053
: 193158