summaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-11-04 20:57:06 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-11-04 20:57:06 +0000
commit8a171388b2011c109b482c397b58395fb3ee9752 (patch)
treeab487273e5c17e7e0ab60b2083ec6bebccb588f9 /security/dirmngr
parentaa30e0f0bd7e4762f243326fe96c16ed4e87f57f (diff)
downloadpkgsrc-8a171388b2011c109b482c397b58395fb3ee9752.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;
+