Re: pipe broken by WSL?

2019-05-02 Thread Thomas Wolff
Am 02.05.2019 um 18:26 schrieb Eliot Moss: On 5/2/2019 11:37 AM, Stephen Carrier wrote: On Wed, May 01, 2019 at 11:20:59AM +0200, Thomas Wolff wrote: Calling WSL seems to break pipe processing: (echo 1; echo 2) | while read line do    echo $line    wsl uname done I don't know about wsl, but

[ANNOUNCEMENT] Updated: leptonica-1.78.0-1

2019-05-02 Thread Marco Atzeri
Version 1.78.0-1 of packages leptonica libleptonica-devel libleptonica_5 are available in the Cygwin distribution: CHANGES Latest upstrame release http://www.leptonica.org/source/version-notes.html DESCRIPTION Leptonica is a pedagogically-oriented open source site containing software

[ANNOUNCEMENT] Updated: R-3.6.0-1

2019-05-02 Thread Marco Atzeri
Versions 3.6.0-1 of R libRmath libRmath-devel for cygwin are now available: CHANGES New upstream release https://mailman.stat.ethz.ch/pipermail/r-announce/2019/000641.html DESCRIPTION R is a language and environment for statistical computing and graphics. R provides a

[ANNOUNCEMENT] Updated: qpdf-8.4.1-1

2019-05-02 Thread Marco Atzeri
Versions 8.4.1-1 of qpdf libqpdf21 libqpdf-devel are available in the Cygwin distribution: CHANGES Latest upstream release DESCRIPTION QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It also provides many useful capabilities to develo

[ANNOUNCEMENT] nginx 1.14.2-1

2019-05-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * nginx-1.14.2-1 * nginx-mod_http_image_filter-1.14.2-1 * nginx-mod_http_perl-1.14.2-1 * nginx-mod_http_xslt_filter-1.14.2-1 * nginx-mod_mail-1.14.2-1 * nginx-mod_stream-1.14.2-1 nginx [engine x] is an HTTP and reverse proxy se

[ANNOUNCEMENT] ca-certificates 2.30-1

2019-05-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * ca-certificates-2.30-1 Mozilla's CA root certificates for use with OpenSSL, NSS, GnuTLS, and other software that handles certificate verification. This is an update to the latest official Mozilla root certificate store, cor

[ANNOUNCEMENT] curl 7.64.1-1

2019-05-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * curl-7.64.1-1 * libcurl4-7.64.1-1 * libcurl-devel-7.64.1-1 * libcurl-doc-7.64.1-1 curl is a command line tool and library for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DI

[ANNOUNCEMENT] libssh 0.8.7-1

2019-05-02 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libssh4-0.8.7-1 * libssh-common-0.8.7-1 * libssh-devel-0.8.7-1 The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made

Re: pipe broken by WSL?

2019-05-02 Thread Eliot Moss
On 5/2/2019 11:37 AM, Stephen Carrier wrote: On Wed, May 01, 2019 at 11:20:59AM +0200, Thomas Wolff wrote: Calling WSL seems to break pipe processing: (echo 1; echo 2) | while read line do   echo $line   wsl uname done I don't know about wsl, but could it be absorbing the standard input? Wh

Re: pipe broken by WSL?

2019-05-02 Thread Stephen Carrier
On Wed, May 01, 2019 at 11:20:59AM +0200, Thomas Wolff wrote: > Calling WSL seems to break pipe processing: > > (echo 1; echo 2) | > while read line > do >   echo $line >   wsl uname > done I don't know about wsl, but could it be absorbing the standard input? What if "wsl uname" is replaced with

[ANNOUNCEMENT] Updated: engauge-digitizer-11.2

2019-05-02 Thread mark mitchell
Version 11.2 of "engauge-digitizer" has been uploaded. Interactively converts a bitmap graph or map into numbers. Changes: * Fix export issue with some empty curves *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at

Re: Does "cygport install" actually install a compiled package?

2019-05-02 Thread Achim Gratz
Soegtrop, Michael writes: > thanks for the explanation! I found the temporary install folder. For > my case it should work to simply copy the temp-install folder contents > to my root. The post install scripts did already run since I have the > package installed and don't need to be rerun. That de