diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-11-04 20:57:06 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-11-04 20:57:06 +0000 |
commit | ef94759d0a9a1c38cbdd453f500c1e7dbd2ff1a6 (patch) | |
tree | ab487273e5c17e7e0ab60b2083ec6bebccb588f9 /security/dirmngr | |
parent | 34b4458ca8ad8c6af0cd2754d73e1b403427c2e9 (diff) | |
download | pkgsrc-ef94759d0a9a1c38cbdd453f500c1e7dbd2ff1a6.tar.gz |
Adding missing new patch-ab
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/patches/patch-ab | 14 |
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; + |