aboutsummaryrefslogtreecommitdiff
path: root/www/hiawatha
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-14 16:14:32 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-14 16:14:32 +0000
commit27a3a25d56f35181d15ad1fa3ebaff020a2bff69 (patch)
treeed0870bd592231cbf4e59e54d4a07c8c5fca73d5 /www/hiawatha
parentefd8e3a5d6c178aa6ba9ed09158b739dca804aef (diff)
downloadports-27a3a25d56f35181d15ad1fa3ebaff020a2bff69.tar.gz
ports-27a3a25d56f35181d15ad1fa3ebaff020a2bff69.zip
Notes
Diffstat (limited to 'www/hiawatha')
-rw-r--r--www/hiawatha/Makefile3
-rw-r--r--www/hiawatha/distinfo5
-rw-r--r--www/hiawatha/files/patch-src__http.c13
3 files changed, 4 insertions, 17 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index 2846bfddc0c5..9b9ea34ddc0d 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= hiawatha
-PORTVERSION= 10.1
-PORTREVISION= 1
+PORTVERSION= 10.3
CATEGORIES= www
MASTER_SITES= https://www.hiawatha-webserver.org/files/
diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo
index bf310239a35a..ca1eddb96d35 100644
--- a/www/hiawatha/distinfo
+++ b/www/hiawatha/distinfo
@@ -1,2 +1,3 @@
-SHA256 (hiawatha-10.1.tar.gz) = 3892e0a1836661c8dcc649f9ae965289f701640a618baf2c2287da9b78e36cf1
-SIZE (hiawatha-10.1.tar.gz) = 887895
+TIMESTAMP = 1465723990
+SHA256 (hiawatha-10.3.tar.gz) = 99d185fb16bb1ab706724494d3cac86464f1485ed4b0fff09a192eca6da5ff8e
+SIZE (hiawatha-10.3.tar.gz) = 897607
diff --git a/www/hiawatha/files/patch-src__http.c b/www/hiawatha/files/patch-src__http.c
deleted file mode 100644
index b87664ba8b74..000000000000
--- a/www/hiawatha/files/patch-src__http.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/http.c.orig 2015-12-28 15:05:15 UTC
-+++ src/http.c
-@@ -845,8 +845,8 @@ int last_forwarded_ip(t_http_header *htt
- /* Forwarded header
- */
- begin = NULL;
-- while ((forwarded = strcasestr(forwarded, "for=")) == NULL) {
-- begin = forwarded;
-+ while ((forwarded = strcasestr(forwarded, "for=")) != NULL) {
-+ begin = forwarded + 4;
- forwarded++;
- }
-