RE: problem with nc 1.107-4

2017-03-30 Thread gaofeng
The manual saying: NC(1) BSD General Commands ManualNC(1) NAME nc — arbitrary TCP and UDP connections and listens SYNOPSIS nc [-46CDdhklnrStUuvz] [-I length] [-i interval] [-O length] [-P proxy_username] [-p source_port] [-s source] [-T t

Re: Various packages rebuilt for dependencies

2017-03-30 Thread Chad Dougherty
Confirmed, so long as vim-common is installed. I tried today's patchset and the same occurs. Please report upstream, and feel free to CC: me on it. https://github.com/vim/vim/issues/1604 -- -Chad -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

Re: Cygwin Time Machine has moved

2017-03-30 Thread Larry Hall (Cygwin)
On 03/28/2017 04:46 PM, Peter A. Castro wrote: Greetings, All, First, my apologies in advance if this is considered off-topic, or unwelcome in some way... Unwelcome? I find it shocking! Imagine, the audacity of providing this service to the Cygwin community for all these years and to now i

[ANNOUNCEMENT] vim 8.0.0525-1

2017-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * vim-8.0.0525-1 * vim-common-8.0.0525-1 * vim-minimal-8.0.0525-1 * gvim-8.0.0525-1 * xxd-8.0.0525-1 * vim-doc-8.0.0525-1 Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi. Almost every possible command c

[ANNOUNCEMENT] ncurses 6.0-10.20170325

2017-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * ncurses-6.0-10.20170325 * ncurses-demo-6.0-10.20170325 * libncursesw10-6.0-10.20170325 * libncurses-devel-6.0-10.20170325 * terminfo-6.0-10.20170325 * terminfo-extra-6.0-10.20170325 * mingw64-i686-ncurses-6.0-10.20170325 * min

[ANNOUNCEMENT] poedit 1.8.12-1

2017-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * poedit-1.8.12-1 poEdit is cross-platform gettext catalogs (.po files) editor. It aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand. This is an update to the latest

[ANNOUNCEMENT] wxWidgets3.0 3.0.2.0-3

2017-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libwx_baseu3.0_0-3.0.2.0-3 * libwx_baseu3.0-devel-3.0.2.0-3 * libwx_gtk2u3.0_0-3.0.2.0-3 * libwx_gtk2u3.0-devel-3.0.2.0-3 * libwx_gtk3u3.0_0-3.0.2.0-3 * libwx_gtk3u3.0-devel-3.0.2.0-3 * python2-wx-3.0.2.0-3 * python2-wxversion

[ANNOUNCEMENT] mediainfo 0.7.93-1

2017-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * mediainfo-0.7.93-1 * mediainfo-gui-0.7.93-1 * mediainfo-qt-0.7.93-1 * libmediainfo0-0.7.93-1 * libmediainfo-devel-0.7.93-1 MediaInfo is a convenient unified display of the most relevant technical and tag data for video and a

[ANNOUNCEMENT] swig 3.0.12-1

2017-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * swig-3.0.12-1 SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting l

[ANNOUNCEMENT] ruby-rdtool 0.6.38-3

2017-03-30 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * ruby-rdtool-0.6.38-3 * ruby-rdtool-doc-0.6.38-3 RD is multipurpose documentation format created for documentating Ruby and output of Ruby world. You can embed RD into Ruby script. And RD has neat syntax which help you to re

How to ulimit virtual memory on Cygwin-64 processes?

2017-03-30 Thread Dan Bonachea
Is there a way to get ulimit-style virtual memory limit enforcement on 64-bit Cygwin processes? I'm a programmer and occasionally I have a bug that sends a process into a memory-grabbing tail-spin. On 32-bit Cygwin, such a runaway process gets stopped cold at 4GB VM (and usually crashes), but 4GB

Re: reply: problem with nc 1.107-4

2017-03-30 Thread Brian Inglis
On 2017-03-30 10:44, Michael Enright wrote: > On Wed, Mar 29, 2017 at 11:28 PM, 高锋 wrote: >> Two days ago, I wanted to determine whether a udp port of another >> machine is open or not, which is deployed on different subnet. But >> Windows platform does not provide utility that can do this. So I >

Re: reply: problem with nc 1.107-4

2017-03-30 Thread Andrey Repin
Greetings, 高锋! Please don' top-post. Thank you. > Two days ago,i wanted to determine whether a udp port of another machine is > open or not, which is deployed on different subnet. > But windows platform does not provide utility that can dose this.So i > downloaded a setup.exe from cygwin,of which

Re: reply: problem with nc 1.107-4

2017-03-30 Thread Michael Enright
On Wed, Mar 29, 2017 at 11:28 PM, 高锋 wrote: > Two days ago,i wanted to determine whether a udp port of another machine is > open or not, which is deployed on different subnet. > But windows platform does not provide utility that can dose this.So i > downloaded a setup.exe from cygwin,of which ver

Re: problem with nc 1.107-4

2017-03-30 Thread David Balažic
On 30 March 2017 at 04:24, 高锋 wrote: > I just installed the latest nc 1.107-4 on windows 7 platform.When lauched > the command like: > nc -vuz 10.31.28.188 6110 > ,each time it reported connecting successed,even if the target ip > 10.31.28.188 does not really exists. What exactly does it say? Bec