pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/dirmngr/patches Adding missing new patch-ab



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06d4dfe17b52
branches:  trunk
changeset: 482900:06d4dfe17b52
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Thu Nov 04 20:57:06 2004 +0000

description:
Adding missing new patch-ab

diffstat:

 security/dirmngr/patches/patch-ab |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 85cd994b76ec -r 06d4dfe17b52 security/dirmngr/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dirmngr/patches/patch-ab Thu Nov 04 20:57:06 2004 +0000
@@ -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;
+ 



Home | Main Index | Thread Index | Old Index