summaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2004-11-04 20:57:06 +0000
committershannonjr <shannonjr>2004-11-04 20:57:06 +0000
commit29eac382958d043ed1cb236cbf97248e65252a13 (patch)
treeab487273e5c17e7e0ab60b2083ec6bebccb588f9 /security/dirmngr
parent6523d5944da657ab54e21e88ff403eb554d74437 (diff)
downloadpkgsrc-29eac382958d043ed1cb236cbf97248e65252a13.tar.gz
Adding missing new patch-ab
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/dirmngr/patches/patch-ab b/security/dirmngr/patches/patch-ab
new file mode 100644
index 00000000000..9f3a58336e3
--- /dev/null
+++ b/security/dirmngr/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2004/11/04 20:57:06 shannonjr Exp $
+
+--- src/http.c.orig 2004-04-02 11:05:19.000000000 -0700
++++ src/http.c
+@@ -456,8 +456,7 @@ send_request (http_t hd)
+ server = *hd->uri->host ? hd->uri->host : "localhost";
+ port = hd->uri->port ? hd->uri->port : 80;
+
+- if ((hd->flags & HTTP_FLAG_TRY_PROXY)
+- && (http_proxy = getenv (HTTP_PROXY_ENV)))
++ if (http_proxy = getenv (HTTP_PROXY_ENV))
+ {
+ parsed_uri_t uri;
+