FreeBSD Bugzilla – Attachment 169614 Details for
Bug 208973
www/hiawatha - [PATCH] request for v10.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for www/hiawatha (svn diff)
www-hiawatha (text/plain), 1.26 KB, created by
Chris Hutchinson
on 2016-04-23 23:18:07 UTC
(
hide
)
Description:
patch for www/hiawatha (svn diff)
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2016-04-23 23:18:07 UTC
Size:
1.26 KB
patch
obsolete
>Index: hiawatha/Makefile >=================================================================== >--- hiawatha/Makefile (revision 413917) >+++ hiawatha/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= hiawatha > PORTVERSION= 10.1 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= https://www.hiawatha-webserver.org/files/ > >Index: hiawatha/files/patch-src__http.c >=================================================================== >--- hiawatha/files/patch-src__http.c (nonexistent) >+++ hiawatha/files/patch-src__http.c (working copy) >@@ -0,0 +1,13 @@ >+--- src/http.c.orig 2016-04-23 15:43:35.061778000 -0700 >++++ src/http.c 2016-04-23 15:45:34.258952000 -0700 >+@@ -845,8 +845,8 @@ >+ /* Forwarded header >+ */ >+ begin = NULL; >+- while ((forwarded = strcasestr(forwarded, "for=")) == NULL) { >+- begin = forwarded; >++ while ((forwarded = strcasestr(forwarded, "for=")) != NULL) { >++ begin = forwarded + 4; >+ forwarded++; >+ } >+ > >Property changes on: hiawatha/files/patch-src__http.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
Flags:
portmaster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208973
: 169614 |
169615