>> Testcase (attached):
>
>Thanks for the testcase!
>
>I found the problem in the newlib core function creating wchar_t from
>UTF-8 input. In case of 4 byte UTF-8 sequences, the code created the
>low surrogate already after reading byte 3, without checking if byte 4
>of the UTF-8 sequence is a val
On Tue, 17 Jun 2025 10:25:50 +, Radek Barton via Cygwin
wrote:
>Hello Sebastian.
>
>AFAIK, LLVM has no *-pc-cygwin targets support and there is no-one trying to
>change that.
Several people are working now to bring llvm/clang/rust to Cygwin. For a
recent status update see
https://cygwin.com
On Thu, 08 May 2025 22:20:08 +0100, in gmane.os.cygwin you wrote:
>Not sure how these are being awarded these days, but I'd like to see
>one for Brian Inglis, who seems to specialise in quick, concise and
>helpful answers to a wide range of queries, and there seems to be a
>post from him doing tha
On Wed, 23 Apr 2025 21:25:07 +0100, Jon Turney via Cygwin
wrote:
>On 22/04/2025 22:06, Andrew Schulman via Cygwin wrote:
>> On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin
>> wrote:
>>
>>> Hi all,
>>>
>>> As Jon mentioned in the following
On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin
wrote:
>Hi all,
>
>As Jon mentioned in the following mail, something may go wrong in the VM for
>building packages.
>https://cygwin.com/pipermail/cygwin/2025-April/257948.html
>
>Many files/directories don't have permissions for non-privilege
On Wed, 23 Apr 2025 03:48:19 +0900, ggl329 via Cygwin
wrote:
>Hi all,
>
>As Jon mentioned in the following mail, something may go wrong in the VM for
>building packages.
>https://cygwin.com/pipermail/cygwin/2025-April/257948.html
>
>Many files/directories don't have permissions for non-privilege
> Jack S via Cygwin writes:
> > Hi everyone. I'm having a problem running the "stow" command from the stow
> > 2.4.1+5.40-1 package. When I run it I get some Perl compilation errors and
> > file not found errors.
>
> That seems to be a failure of the dependency generation for the stow
> package.
> >> I haven't used cygport up in a long time - I use git push now, and let
> >> scallywag build the packages
>
> Is this workflow described somewhere?
> It sounds interesting.
Yes!
Git repositories for Cygwin packaging: https://cygwin.com/packaging/repos.html
Once you push your .cygport fil
> On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote:
> > up until recently I've uploaded packages the following way
> > export SSH_KEY=/path/to/id_rsa;
> > cygport /path/to/file.cygport upload
> > but today I got the following error
> > cd: Fatal error: max-retries exceeded
> > I've fixed it
> >
> > But supposing you keep your current configuration. Can you please clarify
> how
> > you're invoking stunnel? Do you have a ProxyCommand directive in your
> > .ssh/config, like:
> >
> > ProxyCommand /usr/bin/stunnel stunnel.conf
>
> No... I just ssh to 'localhost' on the port that
> I am using Cygwin stunnel 5.71 on Windows 11 to connect to 'ssh' into my
> Ubuntu
> server over 'stunnel'.
>
> - The first time I ssh via stunnel it works fine The second time, I
> - try to connect, it hangs with 'ssh -v' showing only the initial
> local steps of connection:
>
> OpenSS
> > I have adjusted the dependencies for fish 3.6.4 and 3.7.0 in the package
> > repository on sourceware to add procps-ng.
> >
> > If this is correct, please remember to make this adjustment in future
> > packages.
>
> Ouch! Sorry everybody! And thank you Xavier, for reporting that.
>
> Yes,
> >> Since fish shell has been updated to 3.6.4 at the beginning of the
> >> year, I
> >> obtain a configuration error:
> >>
> >> fish: Unknown command: pgrep
> >> /etc/fish/conf.d/01_fish_variables.fish (line 13):
> >> pgrep fish | grep -v \^$fish_pid\$ | xargs -r kill
> >>
> Hi,
>
> I notice socat 1.8 release, so socat package in cygwin is outdate.
>
> please up it to date, 1.8 has much new feature very useful.
>
> thanks ;p
I fixed the build error with socat 1.8, so I'll get the new release out shortly.
Andrew
--
Problem reports: https://cygwin.com/probl
> Is there any documentation how Cygwin 3.5.0 can be automatically (without GUI
> and user intervention, e.g. via *.bat script) be installed as part of a CI
> (Continuous integration) build environment ?
https://stackoverflow.com/questions/745275/can-i-script-a-cygwin-install-to-include-certain-
> On 10/12/2023 17:06, xvac--- via Cygwin wrote:
> > Hi,
> >
> > I notice socat 1.8 release, so socat package in cygwin is outdate.
> >
> > please up it to date, 1.8 has much new feature very useful.
> >
> > thanks ;p
>
> Do not spam the cygwin maintainer/packager list please
>
> See :
>
> ht
> I have a new Win11 PC, and I wanted to capture the same Cygwin setup that I
> have in another Win10 PC. I copied the C:\cygwin64 folder from the Win10 pc
> to the Win11 pc, then I downloaded a fresh setup-x86_64.exe from cygwin.com
> to the win11 PC. I ran it and chose "Install from Local Dire
screen 4.9.1-1 is now available in Cygwin. This release includes bug fixes
and documentation updates. See the release announcement[1] and upstream
changelog[2] for more details.
Screen is a full-screen window manager that multiplexes a physical terminal
between several processes, typically interac
> Hello,
>
> How can I find out whether the current Cygwin terminal has
> Administrator rights? I want to safeguard our admin scripts with a
> simple test and bail out with an error if someone wants to do admin
> stuff (say: regtool) without admin privileges.
https://superuser.com/questions/66019
pv 1.7.24-1 is now available in Cygwin. This is a new upstream release, with
bug fixes and minor enhancements. See the upstream changelog[1] for the full
list.
pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of
data through a pipeline. It can be inserted into any normal pip
> Does Cygwin have a way to map a (NFS) home dir drive (H:) to
> /home/myuser/, without resorting to POSIX-style softlinks ([1]) ?
Yes. Put the following in either /etc/fstab (system-wide) or /etc/fstab.d/myuser
(user-specific):
H:/ /home/myuser nfs binary,user 0 0
Then run mount -a, or exit
> Sorry... Did you try using the -d option to see what DNS servers these
> commands try to actually connect to (and time out, eventually).
No help unfortunately.
$ host -d6 cygwin.com
Trying "cygwin.com"
;; connection timed out; no servers could be reached
> (strace can help as well, I think.)
> > Should I be doing something differently? Or is it a bug?
>
> It may be sort of a limitation (IIRC, in Cygwin's minires) but:
>
> Did you try to use
>
> options=osquery
>
> and (separate by spaces) / or
>
> options=inet6
>
> in /etc/resolv.conf ?
Thanks. Unfortunately neither of those opt
Our agency has started using IPv6. My PC has IPv4 and IPv6 addresses. DNS
servers are all IPv6 addresses.
All of this works great, except that now the host and dig commands no longer
work, even with -6:
$ dig -6 cygwin.com
; <<>> DiG 9.11.9 <<>> -6 cygwin.com
;; global options: +cmd
;; connectio
pv 1.7.0-1 is now available in Cygwin. This is a new upstream release, with
bug fixes and minor enhancements. See the upstream changelog[1] for the full
list.
pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of
data through a pipeline. It can be inserted into any normal pipe
stunnel 5.70-1 is now available as a TEST release in Cygwin. This release has
bug fixes and minor improvements. Please see the upstream changelog[1] for
the full list.
This is a test release because it's linked against OpenSSL version 3
(libssl3), which is still in test.
stunnel is a program that
A new release of libargp, version 20230708-2, is available in Cygwin. This
Cygwin-only update fixes a bug in the previous release, 20230708-1, that could
make libargp output the wrong bug report address, or return the wrong exit
status. I recommend that all users upgrade.
Argp is an interface for
A new release of libargp, version 20230708-1, is available in Cygwin. This
release contains many small improvements and bug fixes since the last release,
20110921-3 - yes, 12 years ago. For a list of the changes, see the upstream
commit log[1].
Argp is an interface for parsing unix-style argument
> Hi,
> The unison-fsmonitor is missed in Cygwin, according to its official page, the
> fsmonitor should support Cygwin.
> https://github.com/bcpierce00/unison/blob/master/src/fsmonitor/watchercommon.ml
>
> Please consider ship it with unison package in Cygwin. Thanks.
Thanks for pointing me to
stow 2.3.1+5.36-1 is now available in Cygwin. This update makes stow work
with
Perl 5.36.
stow manages the installation of local software packages by creating sets of
symlinks from the installed location (e.g. /usr/local) to a stow directory
(e.g. /usr/local/stow/emacs) where the real files live.
unison 2.53.3-1 is now available in Cygwin. This is a new upstream release,
with new features and bug fixes. See the upstream release log[1] for
details.
Unison is a file synchronizer for Unix and Windows. It allows two replicas
of a collection of files and directories to be stored on different ho
fish 3.6.1-2 is now available in Cygwin as a TEST release.
This release moves fish's universal variable files from its previous,
Cygwin-specific location (~/.config/fish/fish_variables.x86_64) to fish'
standard location (~/.config/fish/fish_variables). I've tested the migration
on my hosts, and it
bc version 1.07.1-1 is now available in Cygwin. This is a minor bugfix
release.
bc is an arbitrary precision numeric processing tool, that supports batch or
interactive use. The package also includes dc, and arbitrary precision
reverse-Polish calculator.
Homepage: https://www.gnu.org/software/bc/
socat 1.7.4.4-1 is now available in Cygwin. This release has many small bug
fixes since the last Cygwin release, 1.7.4.3-1. See the upstream commit
log[1] for details.
socat is a relay for bidirectional data transfer between two independent
data channels. Each channel may be a file, pipe, device (
stunnel 5.69-1 is now available in Cygwin. This release has bug fixes and
minor improvements. Please see the upstream changelog[1] for the full list.
stunnel is a program that allows you to encrypt arbitrary TCP connections
inside TLS (Transport Layer Security, the successor to Secure Sockets Laye
unison 2.53.2-1 is now available in Cygwin. This is a new upstream release,
with new features and bug fixes. See the upstream release log[1] for
details.
Unison is a file synchronizer for Unix and Windows. It allows two replicas
of a collection of files and directories to be stored on different ho
discus 0.5.0-1 is now available in Cygwin. This is a new upstream release,
with a minor bug fix. See the upstream changelog[1] for details.
discus is a pretty version of the df(1) command. It adds features such as
color, graphs, and smart formatting of numbers (automatically choosing the
most suit
fish 3.6.1-1 is now available in Cygwin. This is a new upstream release,
with minor improvements and bug fixes. See the upstream release notes[1] for
a list of changes.
Also in this release, the fish documentation has been moved into a separate
package, fish-doc. The same documentation is availabl
unison 2.53.0-1 is now available in Cygwin. This is a new upstream
release, with
new features and bug fixes. See the upstream release log[1] for details.
Unison is a file synchronizer for Unix and Windows. It allows two replicas
of
a collection of files and directories to be stored on different h
stunnel 5.67-1 is now available in Cygwin. This release has bug fixes and
minor improvements. Please see the upstream changelog[1] for the full list.
stunnel is a program that allows you to encrypt arbitrary TCP connections
inside TLS (Transport Layer Security, the successor to Secure Sockets Lay
fish 3.5.1-2 is now available in Cygwin. This is a minor bugfix release.
See the upstream release notes[1] for a list of changes. This release
should also fix a Cygwin-specific permission problem in
/etc/fish/conf.d/cygwin.fish.
fish is the friendly interactive shell. It's a Unix shell that focuse
stunnel 5.66-1 is now available in Cygwin. This release has bug fixes and
minor improvements. Please see the upstream changelog[1] for the full list.
stunnel is a program that allows you to encrypt arbitrary TCP connections
inside TLS (Transport Layer Security, the successor to Secure Sockets Laye
> The permission of cygwin.fish looks somewhat random (depends on umask
> during build?):
>
> $ tar tvf fish-3.4.1-1.tar.xz etc/defaults/etc/fish/conf.d/cygwin.fish
> -rw-r-xr-- ... 1101 2022-04-07 20:34
> etc/defaults/etc/fish/conf.d/cygwin.fish
>
> $ tar tvf fish-3.5.0-1.tar.xz etc/defaults/e
fish 3.5.0-1 is now available in Cygwin. This release has many small
improvements and bug fixes since the previous Cygwin release, 3.4.1-1. See
the upstream release notes[1] for a list.
fish is the friendly interactive shell. It's a Unix shell that focuses on
interactive use, discoverability, and
unison 2.52.1-2 is now available in Cygwin. This is a new upstream release
from
the previous Cygwin release, 2.52.0-2. It also includes the README.Cygwin
file
that was accidentally left out of previous releases.
Unison is a file synchronizer for Unix and Windows. It allows two replicas
of
a collec
multitail 6.5.2-1 is now available in Cygwin. This is a new upstream
release. See the upstream changelog[1] for details.
MultiTail lets you view one or multiple files like the original tail
program. The difference is that it creates multiple windows on your console
(with ncurses). It can also:
*
stunnel 5.64-1 is now available in Cygwin. This release has bug fixes and
minor improvements. Please see the upstream changelog[1] for the full list.
stunnel is a program that allows you to encrypt arbitrary TCP connections
inside TLS (Transport Layer Security, the successor to Secure Sockets Lay
unison 2.52.0-2 is now available in Cygwin.
Unison is a file synchronizer for Unix and Windows. It allows two replicas
of
a collection of files and directories to be stored on different hosts (or
different disks on the same host), modified separately, and then brought up
to
date by propagating the
fish 3.4.1-1 is now available in Cygwin. This release has many small
improvements and bug fixes since the previous Cygwin release, 3.3.1-1. See
the upstream release notes[1] for a list.
fish is the friendly interactive shell. It's a Unix shell that focuses on
interactive use, discoverability, and
stunnel 5.62-1 is now available in Cygwin. This release has bug fixes and
minor improvements. Please see the upstream changelog[1] for the full list.
stunnel is a program that allows you to encrypt arbitrary TCP connections
inside TLS (Transport Layer Security, the successor to Secure Sockets Laye
socat 1.7.4.3-1 is now available in Cygwin. This release has bug fixes and
a few new features. See the Release Notes[1] and CHANGES[2] files for
details.
socat is a relay for bidirectional data transfer between two independent
data channels. Each channel may be a file, pipe, device (serial line et
screen 4.9.0-1 is now available in Cygwin. This release includes several
bug fixes, including for a possible denial of service by a crafted UTF-8
character sequence. Everyone is urged to upgrade to this release.
See the release announcement[1] and upstream changelog[2] for more details.
Screen is
*Two new Unison packages are now available in
Cygwin:unison2.51+4.04.2unison2.51+4.10.0Both of these are Unison 2.51.5,
but compiled with OCaml 4.04.2 and 4.10.0, respectively. For the reasons
explained below, we now need separate Unison packages for incompatible
versions of both Unison and OCaml.u
> Hello!
> I have successfully tested it on i386. Really, just remove PREFIX
> completely and it's okay. GetProcAddress() appears to be "clever" and adds
> the leading underscope by itself on i386. I don't know what you did wrong
> and why you could not reproduce the solution.
> However, i have
> On 12/5/2021 3:50 AM, Achim Gratz wrote:
> >
> > Autoconf has been updated to the latest upstream release 2.71, see the
> > packaging notes below. Additionally the automake wrapper has been
> > updated to the latest upstream version 15 (with some modifications for
> > Cygwin).
>
> Great work,
> On 11/10/2021 1:45 PM, Henry S. Thompson via Cygwin wrote:
> > for Ken Brown and Takashi Yano, don't you think?
>
> Even though we made XEmacs unusable?!? :)
>
> But seriously, it was a joint effort among the two of us and Corinna.
Awarded!
https://cygwin.com/goldstars#CV
https://cygwin.com/g
stunnel 5.60-1 is now available in Cygwin. This release has bug fixes and
minor improvements. Please see the upstream changelog[1] for the full list.
stunnel is a program that allows you to encrypt arbitrary TCP connections
inside TLS (Transport Layer Security, the successor to Secure Sockets Layer
> On Tue, 26 Oct 2021 22:55:01 +0200
> Corinna Vinschen wrote:
> > We're also planning to drop Support for the 32 bit release of Cygwin in
> > 2022, thus Cygwin 3.4.0 won't come in 32 bit anymore, and the package
> > maintainers won't have to update 32 bit packages anymore. If you're
> > still run
> I have socat 1.7.4.1-1 and the same version on Linux.
> When I try to create a forking UDP server, only the first client is served,
> unlike in Linux where subsequent clients are served properly.
>
> Test case. Terminal 1:
>
> socat -v UDP-LISTEN:12345,reuseaddr,fork SYSTEM:"stdbuf -i0 -o0
pv 1.6.20-1 is now available in Cygwin. This release has bug fixes and
documentation updates since the previous Cygwin release, 1.6.6-1. See the
release notes[1] for details.
pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of
data through a pipeline. It can be inserted into
fish 3.3.1-1 is now available in Cygwin. This release fixes a few bugs
since the previous Cygwin release, 3.3.0-1. See the upstream release
notes[1] for a list.
fish is the friendly interactive shell. It's a Unix shell that focuses on
interactive use, discoverability, and user friendliness. The de
fish 3.3.0-1 is now available in Cygwin. This release has many small
improvements and bug fixes since the previous Cygwin release, 3.2.2-1. See
the upstream release notes[1] for a list.
fish is the friendly interactive shell. It's a Unix shell that focuses on
interactive use, discoverability, and
pv 1.6.6-1 is now available in Cygwin. This release has many updates since
the previous Cygwin release, 1.4.12-1. See the release notes[1] for
details.
pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of
data through a pipeline. It can be inserted into any normal pipeline
be
fish 3.2.2-1 is now available in Cygwin. This release has several bug fixes
since the previous Cygwin release, 3.2.0-1. See the upstream release
notes[1] for a list.
fish is the friendly interactive shell. It's a Unix shell that focuses on
interactive use, discoverability, and user friendliness. T
stunnel 5.58-1 is now available in Cygwin. This release includes one
security fix related to Cygwin:
* The "redirect" option was fixed to properly handle unauthenticated
requests (thx to Martin Stein).
Plus other new features and bug fixes. Everyone should upgrade to this
release. Please see the
fish 3.2.0-1 is now available in Cygwin. This release has many new features
and bug fixes. See the upstream release notes[1] for a list.
fish is the friendly interactive shell. It's a Unix shell that focuses on
interactive use, discoverability, and user friendliness. The design goal of
fish is to
stow 2.3.1+5.32-1 is now available in Cygwin.
This release is identical to the previous release, 2.3.1-2, except that it
includes a dependency on perl 5.32. This is reflected in the version
number.
Stow manages the installation of local software packages by creating sets
of symlinks from the ins
socat 1.7.4.1-1 is now available in Cygwin. This release has bug fixes and
a few new features. See the Release Notes[1] and CHANGES[2] files for
details.
socat is a relay for bidirectional data transfer between two independent
data channels. Each channel may be a file, pipe, device (serial line et
stunnel 5.57-1 is now available in Cygwin. This release includes the
following security fix:
* The "redirect" option was fixed to properly handle "verifyChain = yes"
If you have stunnel installed, you should update to this release right
away. Please see the upstream changelog[1] for the full list
> ...and many more until Windows runs on a POSIX compatible kernel!
>
> Thanks to all the contributors, documentors, testers, and especially users,
> who
> keep us honest, and without which we would have little encouragement to
> continue!
Gold watch awarded! https://cygwin.com/goldstars/#Cygwi
The 1.x and 2.x versions of socat have now been separated into separate
packages for Cygwin.
socat 1.7.3.4-2 is now available. It's the same as the -1 package, but the
package hint now clarifies that it's the 1.x series.
socat2 2.0.0-0.1.b9 is now available. This is upstream version 2.0.0-b9.
so
fish 3.1.2-2 is now available in Cygwin. This release updates the default
fish_prompt function to the version shipped in the upstream fish 3.1.2.
The new default prompt function has lots more stuff in it, like a colored
username, version control branch name, and numerical exit status code of
the p
discus 0.4.0-1 is now available in Cygwin. This release adds Python 3
compatibility, and minor improvements such as adapting its display to the
terminal width.
Discus aims to make df prettier, with features such as color, graphs, and
smart formatting of numbers (automatically choosing the most sui
> > When I substitute cygwin1-20090909.dll for cygwin1.dll in i686, I can't run
> > any commands. They all give "The application was unable to start correctly
> > (0xc022)". Anything different I should be doing?
>
> Check the permissions on cygwin1-20090909.dll. Is it executable?
Doh. Thanks
> On Sep 9 08:08, Andrew Schulman via Cygwin wrote:
> > Here's a strange one. In bash in i686, try to run:
> >
> > ls /dev/ptmx
> >
> > I only get about as far as:
> >
> > ls /dev/p
> >
> > and then my terminal window vanishes. Th
lftp 4.9.2-1 is now available in Cygwin. This upstream release fixes a few
bugs, notably a possible truncation with sftp, and adds a few new minor
features. See http://lftp.tech/news.html for the upstream changelog.
lftp is a sophisticated file transfer program and ftp/http/bittorrent
client. It s
Two new Unison packages are now available in test:
unison2.48+4.04.2
unison2.48+4.08.1
Both of these are Unison 2.48.4, but compiled with OCaml 4.04.2 and 4.08.1,
respectively. For the reasons explained below, we now need separate Unison
packages for compatible versions of both Unison and OCaml.
> Can this be updated please.
>
> Change log - https://lftp.yar.ru/news.html
Sure, will do.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsu
> > There is unfortunately another layer of incompatibility in Unison: Two
> > Unison executables are only compatible if they were built with the same
> > version of OCaml.
>
> What a mess!
Glad you understand :)
> Would you consider embedding the OCaml version in the package name
> as sugges
The unison2.48 package has been updated in Cygwin. This new release,
version 2.48.4-2, has been rebuilt with OCaml 4.08.1, which makes it
compatible for syncing with Ubuntu Focal and the current Debian testing.
*Warning*: This update may be a breaking change, if you use unison2.48 to
synchronize w
fish 3.1.2-1 is now available in Cygwin. This release has many bug fixes
since the previous release Cygwin, 3.1.0-1. See
https://fishshell.com/release_notes.html for the list.
fish is the friendly interactive shell. It's a Unix shell that focuses on
interactive use, discoverability, and user frien
> I tried to install PGI (Linux version) on Cygwin, however, Cygwin told me
> that PGI can only be installed under Linux operator system. So is there any
> method to install PGI on Cygwin?
What is PGI? Where do you get it?
--
Problem reports: https://cygwin.com/problems.html
FAQ:
> On Thu, 12 Mar 2020 19:01:41 -0700
> Wayne Davison wrote:
> > In recent Cygwin versions I've had gnu screen crash if the parent ssh
> > connection closes before an explicit disconnect is performed.
Thanks for reporting. I don't have any Cygwin hosts set up as ssh servers,
so I'm not able to test
> On Thu, Feb 27, 2020 at 3:31 PM Brian Inglis wrote:
>
> No, you must backport all sources to the current and all previous versions
> > and
> > redistribute, or at least make them visible and available on your site,
> > otherwise you are in breach of the licence and must withdraw all
> > distribu
> The following new package has been uploaded to the Cygwin distribution:
>
> * cpuid-20200211-1
>
> The program displays detailed information about the CPU(s) gathered from
> the CPUID instruction, and also determines the exact model of CPU(s).
>
> Whereas /proc/cpuinfo is like an abstract of t
screen 4.8.0-1 is now available in Cygwin. This release includes several
bug fixes, including a fix for a memory overwrite that could be a security
vulnerability. Everyone is urged to upgrade to this release.
See the release announcement[1] and upstream changelog[2] for more details.
Screen is a
lftp 4.9.1-1 is now available in Cygwin. This upstream release fixes (we
think) the segfault on non-IPv6-enabled hosts in version 4.9.0-1. See
http://lftp.tech/news.html for the upstream changelog.
lftp is a sophisticated file transfer program and ftp/http/bittorrent
client. It supports multiple n
> This was already fixed on lftp 4.9.1 released by the developer. You should
> probably just release that version instead of the patched version.
OK, yep. Thanks.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http:
lftp 4.9.0-2 is now available in Cygwin. This is a Cygwin-only update that
tries to fix a segmentation fault some users are seeing in the previous
release, 4.9.0-1[1].
The bug appears to happen only on hosts that aren't IPv6-enabled. The fix
was helpfully contributed by Henry S. Thompson[2]. Thank
lftp 4.9.0-1 is now available in Cygwin. This release has lots of small new
features and bug fixes. Please see the upstream changelog at
http://lftp.tech/news.html.
lftp is a sophisticated file transfer program and ftp/http/bittorrent
client. It supports multiple network protocols. It offers tab
stow 2.3.1-2 is now available in Cygwin.
This release is identical to the previous release, 2.3.1-1, except that it
includes the dependency on the perl-Stow package, which was missing in just
the previous release I believe. So if you installed stow for the first time
in the last release, it might
> stow needs perl-Stow to run, get an error like "Can't locate Stow.pm in @INC
> ..." without it on most stow commands, but it is not currently a dependency
> of stow.
Hi. Hm, sorry about that. Yes, stow does depend on perl-Stow, which is just
a Perl package split out of the build from the same
> > > - Support pseudo console in PTY. Pseudo console is a new feature
> > >in Windows 10 1809, which provides console APIs on virtual
> > >terminal. With this patch, native console applications can work
> > >in PTYs such as mintty, ssh, gnu screen or tmux.
> > May I suggest a plush hip
multitail 6.5.0-1 is now available in Cygwin. This is a new upstream
release. The author of multitail doesn't provide an up-to-date changelog,
but there's a little bit of explanation on the project home page[1], and an
older changelog[2].
MultiTail lets you view one or multiple files like the orig
stunnel 5.56-1 is now available in Cygwin. This release includes minor bug
fixes and documentation improvements. Please see the upstream changelog[1]
for the full list.
stunnel is a program that allows you to encrypt arbitrary TCP connections
inside TLS (Transport Layer Security, the successor to
> On 2019-11-25 08:24, Andrew Schulman via cygwin wrote:
> > On 2019-11-19 21:59, Pasunuti Prashanth wrote:
> >> We are facing a bug problem during compilation.
> >> 1. "makedepend: error: out of space: increase MAXFILES"
> >> 2. make[1]: *** [M
> Hello
>
> We are facing a bug problem during compilation.
> 1. "makedepend: error: out of space: increase MAXFILES"
> 2. make[1]: *** [Makefile:327: dep] error 1
>
> Request to address this problem.
Brian gave you a very polite and helpful reply. But you didn't do your part
by asking a reasona
screen-4.7.0-1 is now available in Cygwin. This release includes lots of
small fixes and documentation improvements. See the upstream changelog[1]
for details.
This release also includes a small change to the default /etc/screenrc,
reported to fix a screen corruption problem for some users, that w
stow 2.3.1-1 is now available in Cygwin. This release has a few bug fixes,
mainly removal of a run-time dependency on the Perl Hash::Merge and
Clone::Choose libraries. See the upstream changelog at
https://git.savannah.gnu.org/cgit/stow.git/tree/NEWS.
Stow manages the installation of local softwar
stow 2.3.0-1 is now available in Cygwin. This release has many new
features, bug fixes, and documentation improvements since the previous
release, 2.2.2-2. See the upstream changelog at
https://git.savannah.gnu.org/cgit/stow.git/tree/NEWS.
Stow manages the installation of local software packages b
100 matches
Mail list logo