Cairo Remove old backends

2022-02-27 Thread Brian Inglis
Are any of these required by any graphics or desktop packages? https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/285 Qt: depends on Qt 4, EOL in 2015 Cogl: depends on Cogl, unmaintained since 2016 OpenVG BeOS: unsupported by Meson OS/2: unsupported by Meson, last known built for Cairo

ssh untest wget untest: unable to extract package and version from 'wget'

2022-02-27 Thread Brian Inglis
I had problems getting clean tests of upgraded wget locally for some reason, but the build and test worked well on scallywag. So I set SCALLYWAG=deploy, pushed to master, and that worked properly, with calm upload email, and upgraded wget in x86{,_64}/setup.ini the only release under [test].

[PATCH] Cygwin: termios: Ensure detection of GDB inferior in process_sigs().

2022-02-27 Thread Takashi Yano
- In some situations, some cygwin processes might wrongly identified as GDB inferior. This patch ensures the detection of GDB inferior. --- winsup/cygwin/fhandler_termios.cc | 12 ++-- winsup/cygwin/include/sys/cygwin.h | 1 + winsup/cygwin/pinfo.cc | 2 ++ 3 files

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2022-02-27 Thread Marco Atzeri
On 20.02.2022 15:41, Jon Turney wrote: On 06/02/2021 16:13, Achim Gratz wrote: Achim Gratz writes: Please prepare your packages for the release of perl-5.32 and report on this list about their status.  The one package that I intend to wait for the release is subversion-perl, everything else

Cygwin/X newbie here - about xfce4

2022-02-27 Thread Bob Bernstein
1. Is there what in some other OS's is known as a "meta-package" for something like xfce4" 2. Alternate version of question above: is there a base xfce4 package whose install will corral in the collection of xfce4 packages needed to get a first approximation to a working desktop up and

Re: cygwin SFTP

2022-02-27 Thread Adam Dinwoodie
On Sun, Feb 27, 2022 at 04:07:25AM +0800, Sam Yang Zilong wrote: > My question is whether Cygwin SFTP can be used on High Availability > Servers? I am currently setting up 2 Servers, the project requirement is to > have SFTP for HA. So if one of the servers goes down, sshd service will run > on

Re: Typed characters are mis-ordered when CPU usage is high

2022-02-27 Thread Takashi Yano
On Sun, 27 Feb 2022 16:39:24 +0200 Orgad Shaneh wrote: > Hi, > > I'm using cygwin runtime 3.3.4-2. > > When a foreground job is running, and the general CPU usage of the > machine is high, characters are mis-ordered. > > To reproduce, I use this script to produce load: > #!/bin/sh > > for i in

Typed characters are mis-ordered when CPU usage is high

2022-02-27 Thread Orgad Shaneh
Hi, I'm using cygwin runtime 3.3.4-2. When a foreground job is running, and the general CPU usage of the machine is high, characters are mis-ordered. To reproduce, I use this script to produce load: #!/bin/sh for i in $(seq $(nproc)); do while true; do :; done & done wait Run it in the

Re: Patches to findutils 4.9.0-1's updatedb to do locking, allow filenames with spaces & progress monitoring, exclude /dev on Cygwin, etc.

2022-02-27 Thread Dan Harkless
On 2/27/2022 3:54 AM, Bernhard Voelker wrote: On 2/24/22 17:32, Dan Harkless wrote: I'm finally getting around to sending in a patch (to bug-findutils and the Cygwin list, to which I'm currently subscribed) to address these issues, along with some others, a few of which represent small changes

[ANNOUNCEMENT] Updated: python 3.9 packages

2022-02-27 Thread Marco Atzeri via Cygwin-announce
Updated release for python36-requests-2.27.1-1 python37-requests-2.27.1-1 python38-requests-2.27.1-1 python39-requests-2.27.1-1 python36-sphinx-4.4.0-1 python37-sphinx-4.4.0-1 python38-sphinx-4.4.0-1 python39-sphinx-4.4.0-1 CHANGES latest upstream releases CYGWIN CHANGES As

Updated: python 3.9 packages

2022-02-27 Thread Marco Atzeri via Cygwin-announce
Updated release for python36-requests-2.27.1-1 python37-requests-2.27.1-1 python38-requests-2.27.1-1 python39-requests-2.27.1-1 python36-sphinx-4.4.0-1 python37-sphinx-4.4.0-1 python38-sphinx-4.4.0-1 python39-sphinx-4.4.0-1 CHANGES latest upstream releases CYGWIN CHANGES As

Re: Patches to findutils 4.9.0-1's updatedb to do locking, allow filenames with spaces & progress monitoring, exclude /dev on Cygwin, etc.

2022-02-27 Thread Bernhard Voelker
On 2/24/22 17:32, Dan Harkless wrote: > I'm finally getting around to sending in a patch (to bug-findutils and > the Cygwin list, to which I'm currently subscribed) to address these > issues, along with some others, a few of which represent small changes > in behavior: Thanks for the patch ...

[PATCH] Cygwin: termios: Add comments to the code refactored recently.

2022-02-27 Thread Takashi Yano
- This patch adds some comments to the source code whose intent may not be clear enough from the code which is refactored recently. --- winsup/cygwin/fhandler.h | 13 --- winsup/cygwin/fhandler_termios.cc | 60 ++- 2 files changed, 52 insertions(+), 21

[ANNOUNCEMENT] Updated: cpuid 20220224

2022-02-27 Thread Cygwin cpuid Maintainer
The following package has been upgraded in the Cygwin distribution: * cpuid 20220224 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 the features

Updated: cpuid 20220224

2022-02-27 Thread Cygwin cpuid Maintainer
The following package has been upgraded in the Cygwin distribution: * cpuid 20220224 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 the features

/etc/postinstall/python3*-sphinx

2022-02-27 Thread Brian Inglis
On 2021-12-21 09:06, Marco Atzeri via Cygwin-announce wrote: python39-sphinx 4.3.1-1 /etc/postinstall/python3*-sphinx has first line: Install this package as a python-sphinx alternative. s/b #Install this package as a python-sphinx alternative. -- Take care. Thanks,