diff options
author | demon <demon@FreeBSD.org> | 2001-02-22 17:25:11 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-02-22 17:25:11 +0800 |
commit | 7b8b622fede7cd0791e1aa7a4420bb92985af546 (patch) | |
tree | 21f155a2b6eb158c1269e1eb31fc11f8a76ae53e /www | |
parent | 8a07f171c827f0403e36d4733ea2842270f2081e (diff) | |
download | freebsd-ports-gnome-7b8b622fede7cd0791e1aa7a4420bb92985af546.tar.gz freebsd-ports-gnome-7b8b622fede7cd0791e1aa7a4420bb92985af546.tar.zst freebsd-ports-gnome-7b8b622fede7cd0791e1aa7a4420bb92985af546.zip |
Enable Authentication.
Bump PORTREVISION.
Submitted by: Ollivier Robert <roberto@eurocontrol.fr>
Diffstat (limited to 'www')
-rw-r--r-- | www/elinks-devel/Makefile | 1 | ||||
-rw-r--r-- | www/elinks-devel/files/patch-ac | 19 | ||||
-rw-r--r-- | www/elinks/Makefile | 1 | ||||
-rw-r--r-- | www/elinks/files/patch-ac | 19 | ||||
-rw-r--r-- | www/links/Makefile | 1 | ||||
-rw-r--r-- | www/links/files/patch-ac | 19 |
6 files changed, 60 insertions, 0 deletions
diff --git a/www/elinks-devel/Makefile b/www/elinks-devel/Makefile index 414d8e2de4db..5628d6abaa2b 100644 --- a/www/elinks-devel/Makefile +++ b/www/elinks-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= links PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ http://www.add.com.pl/links/download/ \ diff --git a/www/elinks-devel/files/patch-ac b/www/elinks-devel/files/patch-ac new file mode 100644 index 000000000000..1d829173d2f0 --- /dev/null +++ b/www/elinks-devel/files/patch-ac @@ -0,0 +1,19 @@ +--- http.c.orig Thu Feb 22 12:21:56 2001 ++++ http.c Thu Feb 22 12:22:44 2001 +@@ -540,14 +540,14 @@ + e->redirect_get = h == 303; + } + } +- /*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { ++ if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { + if (!strncasecmp(d, "Basic", 5)) { + add_auth_entry(host, get_param(d, "realm")); + add_questions_entry(do_auth_dialog); + setcstate(c, S_QUESTIONS); + } + mem_free(d); +- }*/ ++ } + kill_buffer_data(rb, a); + c->cache = e; + info->close = 0; diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 414d8e2de4db..5628d6abaa2b 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -7,6 +7,7 @@ PORTNAME= links PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ http://www.add.com.pl/links/download/ \ diff --git a/www/elinks/files/patch-ac b/www/elinks/files/patch-ac new file mode 100644 index 000000000000..1d829173d2f0 --- /dev/null +++ b/www/elinks/files/patch-ac @@ -0,0 +1,19 @@ +--- http.c.orig Thu Feb 22 12:21:56 2001 ++++ http.c Thu Feb 22 12:22:44 2001 +@@ -540,14 +540,14 @@ + e->redirect_get = h == 303; + } + } +- /*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { ++ if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { + if (!strncasecmp(d, "Basic", 5)) { + add_auth_entry(host, get_param(d, "realm")); + add_questions_entry(do_auth_dialog); + setcstate(c, S_QUESTIONS); + } + mem_free(d); +- }*/ ++ } + kill_buffer_data(rb, a); + c->cache = e; + info->close = 0; diff --git a/www/links/Makefile b/www/links/Makefile index 414d8e2de4db..5628d6abaa2b 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -7,6 +7,7 @@ PORTNAME= links PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ http://www.add.com.pl/links/download/ \ diff --git a/www/links/files/patch-ac b/www/links/files/patch-ac new file mode 100644 index 000000000000..1d829173d2f0 --- /dev/null +++ b/www/links/files/patch-ac @@ -0,0 +1,19 @@ +--- http.c.orig Thu Feb 22 12:21:56 2001 ++++ http.c Thu Feb 22 12:22:44 2001 +@@ -540,14 +540,14 @@ + e->redirect_get = h == 303; + } + } +- /*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { ++ if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) { + if (!strncasecmp(d, "Basic", 5)) { + add_auth_entry(host, get_param(d, "realm")); + add_questions_entry(do_auth_dialog); + setcstate(c, S_QUESTIONS); + } + mem_free(d); +- }*/ ++ } + kill_buffer_data(rb, a); + c->cache = e; + info->close = 0; |