X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:message-id:subject :mime-version:content-type:content-transfer-encoding:references; q=dns; s=default; b=f7M0uTNNf/GXTKHozajJcTLen8Du9b8k90lnCXPxwfO aXb4Y1ogEvfmnGLNvY03PJfabrhweEoqsiceEmwxlPqPGKlEKHkCAr+cazqrHt1+ UNyRJlEWrTzXyK5O1YvwizeRE8MKuqrxpvvUVTsWpI+4h6LASnhfIYanbkepVfiw = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:message-id:subject :mime-version:content-type:content-transfer-encoding:references; s=default; bh=p8rHfHtFVKHsE8LzjxZkzVrGbsI=; b=vluwm4aJOPt2s7blk NyzkZHcYGc3I4ySbR4dvqSYlopueQjjaYjenH/dlkqs0e5qvBdljUron4zas9Xko UNXmW0JUyPNEqp+aG9wNg2Y3o1kpSGE24d3W+Snvi6ppfCyb9VsRBT+dtW7K+xa0 Wx6P4gsZ3NY3Rk6B5bxID9nlJo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=cygwin-apps, Gratz, gratz, U*Stromeko X-HELO: nm21-vm4.bullet.mail.ne1.yahoo.com Date: Tue, 15 Nov 2016 22:16:08 +0000 (UTC) From: Ian Lambert Reply-To: Ian Lambert To: , Achim Gratz Message-ID: <72059058.545372.1479248168516@mail.yahoo.com> Subject: Re: Resend: pdfseparate does nothing for me? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <72059058 DOT 545372 DOT 1479248168516 DOT ref AT mail DOT yahoo DOT com> X-IsSubscribed: yes On Tue, 11/15/16, Achim Gratz wrote: Subject: Re: Resend: pdfseparate does nothing for me? To: cygwin AT cygwin DOT com Date: Tuesday, November 15, 2016, 3:34 PM Ian Lambert writes: > I try to stay up to date, but it is difficult because setup would not > accept network proxy settings the last time I tried, Then you need to fix that or maintain a local mirror that setup can use. A full local mirror (~80 GB) is too big to be an option. Automating a partial one is still a mystery. ( https://sourceware.org/cygwin-apps/package-server.html ) I can't fix setup without help. User and passwd options appear in setup source; however, it never asks me to enter them. I'm happy to test changes, but fixing it myself now isn't feasible. $ grep _passwd *cc netio.cc:char *NetIO::net_passwd; netio.cc:char *NetIO::net_proxy_passwd; netio.cc:char *NetIO::net_ftp_passwd; netio.cc: passwd = &net_passwd; netio.cc: passwd = &net_proxy_passwd; netio.cc: if (net_ftp_passwd) netio.cc: delete[] net_ftp_passwd; netio.cc: net_ftp_passwd = NULL; netio.cc: passwd = &net_ftp_passwd; nio-ftp.cc: if (net_ftp_passwd) nio-ftp.cc: c->printf ("PASS %s\r\n", net_ftp_passwd); nio-ftp.cc: if (net_ftp_user && net_ftp_passwd) nio-http.cc: if (net_user && net_passwd) nio-http.cc: base64_encode (net_user, net_passwd)); nio-http.cc: if (net_proxy_user && net_proxy_passwd) nio-http.cc: base64_encode (net_proxy_user, net_proxy_passwd)); nio-http.cc: if (net_ftp_user && net_ftp_passwd) nio-http.cc: + net_ftp_passwd + "@" + url.substr (6); nio-ie5.cc: if (net_user && net_passwd) nio-ie5.cc: net_passwd, strlen (net_passwd)); nio-ie5.cc: if (net_proxy_user && net_proxy_passwd) nio-ie5.cc: net_proxy_passwd, strlen (net_proxy_passwd)); -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple