Re: Just updated cygutils and cygstart no longer works

2021-08-14 Thread Achim Gratz
Mark Geisert writes: > I compiled the package with gcc 10.2.0 using the default options. Let > me investigate further to find some kind of solution for the AVX > usage, likely by using more/different gcc options. The Cygwin gcc is configured to use -mtune=generic, so if you're ending up with AVX

Re: Just updated cygutils and cygstart no longer works

2021-08-14 Thread Achim Gratz
Achim Gratz writes: > The Cygwin gcc is configured to use -mtune=generic, …and -march=x86_64 on 64bit and -march=i686 on 32bit. While I'd love to switch to x86_64-v2, that would cut off a few processors that Win7 can be installed on. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQ

Re: Just updated cygutils and cygstart no longer works

2021-08-14 Thread Mark Geisert
Hi Achim, Achim Gratz wrote: Achim Gratz writes: The Cygwin gcc is configured to use -mtune=generic, …and -march=x86_64 on 64bit and -march=i686 on 32bit. While I'd love to switch to x86_64-v2, that would cut off a few processors that Win7 can be installed on. Thanks for the tips. Will do

Re: Just updated cygutils and cygstart no longer works

2021-08-14 Thread Achim Gratz
Mark Geisert writes: > What I've figured out is that it's not the cygstart code itself that's > been mis-compiled, it's apparently code pulled in from libcygwin.a as > cygstart.exe is being built (on my machine before packaging). …in other words, the compiler used to create that has probably switc

[ANNOUNCEMENT] New: qemu-integration 1.1.0-1

2021-08-14 Thread Helge Konetzka
The following packages have been uploaded to the Cygwin distribution: * qemu-integration-1.1.0-1 This package provides a transparent link based CLI integration for Qemu binaries and man pages. Default Qemu installation paths (e.g. for Qemu from https://qemu.weilnetz.de) are auto-detected, bu

[PATCH] cygutils-extra 1.4.16-3: cygdrop: Fix crash

2021-08-14 Thread Christian Franke
Cygdrop from recent cygutils-extra crashes (only) after printing help text: $ cygdrop Usage: cygdrop [OPTIONS] COMMAND [ARG ...] Group options   -l    Disable local administrator group [default] ...   -v    Verbose output, lists groups and privileges changed.     Repeat to list a

[PATCH] cygutils-extra 1.4.16-3: cygdrop: Fix printf format strings

2021-08-14 Thread Christian Franke
This fixes an unrelated bug found during analysis of the cygdrop crash. In theory, the bug affects the 64-bit version (which didn't exist when I contributed this tool in 2009). In practice, it doesn't because 64-bit ABI uses registers to pass the first args of a va_list. Regards, Christian F

[ANNOUNCEMENT] Re-Release: perl-5.32.1-2 (security)

2021-08-14 Thread Achim Gratz
Perl 5.32.1-2 is now available on Cygwin, replacing perl-5.32.1-1 which has been removed. This is a rebuild of the previous package with one additional patch to fix CVE2021-36770. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce ma

[ANNOUNCEMENT] Updated: Perl distributions

2021-08-14 Thread Achim Gratz
The following Perl distributions have been updated to their latest release version available on CPAN: x86/x86_64 -- perl-DBD-SQLite-1.70-1 perl-Mojolicious-9.21-1 noarch -- perl-HTTP-Tiny-0.078-1 -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscrib

Re: Display text file using less in Cygwin terminal or xterm incorrect when lines are longer than window width

2021-08-14 Thread C Linus Hicks via Cygwin
On Sat, 2021-08-14 at 13:35 +0900, Takashi Yano wrote: > On Sat, 14 Aug 2021 00:05:17 -0400 > C Linus Hicks wrote: > > On Sat, 2021-08-14 at 12:59 +0900, Takashi Yano wrote: > > > On Fri, 13 Aug 2021 23:46:35 -0400 > > > C Linus Hicks wrote: > > > > > > > On Fri, 2021-08-13 at 23:27 -0400, C Linus

Re: Display text file using less in Cygwin terminal or xterm incorrect when lines are longer than window width

2021-08-14 Thread C Linus Hicks via Cygwin
On Fri, 2021-08-13 at 22:37 -0600, Brian Inglis wrote: > On 2021-08-13 22:05, C Linus Hicks via Cygwin wrote: > > On Sat, 2021-08-14 at 12:59 +0900, Takashi Yano wrote: > > > On Fri, 13 Aug 2021 23:46:35 -0400 > > > C Linus Hicks wrote: > > > > > > > On Fri, 2021-08-13 at 23:27 -0400, C Linus Hic

[ANNOUNCEMENT] Updated: fetchmail-6.4.21-1 / fetchmailconf-6.4.21-1

2021-08-14 Thread Achim Gratz
The current upstream release of fetchmail is now available on Cygwin. The upstream release changelog is here: https://sourceforge.net/projects/fetchmail/files/branch_6.4/ This release uses the Python3 interpreter and has been compiled with support for NTLM, GSSAPI authentication, TLSv1.3 is als

Re: [PATCH] cygutils-extra 1.4.16-3: cygdrop: Fix printf format strings

2021-08-14 Thread Mark Geisert
Christian Franke wrote: This fixes an unrelated bug found during analysis of the cygdrop crash. In theory, the bug affects the 64-bit version (which didn't exist when I contributed this tool in 2009). In practice, it doesn't because 64-bit ABI uses registers to pass the first args of a va_list

[ANNOUNCEMENT] Test: dash 0.5.11.4 (TEST)

2021-08-14 Thread Cygwin dash Co-Maintainer
The following test packages have been uploaded to the Cygwin distribution: * dash 0.5.11.4 DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourn

[ANNOUNCEMENT] Test: grep 3.6 (TEST)

2021-08-14 Thread Cygwin grep Co-Maintainer
The following test packages have been uploaded to the Cygwin distribution: * grep 3.6 GNU grep searches one or more input files for lines containing a match to a specified pattern. By default, grep outputs the matching lines. The GNU implementation includes several useful extensions over POSIX.

[ANNOUNCEMENT] Test: gzip 1.10 (TEST)

2021-08-14 Thread Cygwin gzip Co-Maintainer
The following test packages have been uploaded to the Cygwin distribution: * gzip 1.10 GNU Gzip is a popular data compression program originally written by Jean-Loup Gailly for the GNU project. Mark Adler wrote the decompression part. It was developed as a replacement for compress because of Uni

[ANNOUNCEMENT] Test: libreadline{7,-devel} 8.1 (TEST)

2021-08-14 Thread Cygwin readline Co-Maintainer
The following test packages have been uploaded to the Cygwin distribution: * libreadline7 8.1 * libreadline-devel 8.1 The readline library will read a line from the terminal and return it, allowing the user to edit the line with the standard emacs editing keys. It allows the programm

[ANNOUNCEMENT] Updated: bison 3.7.6

2021-08-14 Thread Cygwin bison Co-Maintainer
The following packages have been upgraded in the Cygwin distribution: * bison 3.7.6 Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. As an experimental featur

[ANNOUNCEMENT] Updated: m4 1.4.19

2021-08-14 Thread Cygwin m4 Co-Maintainer
The following packages have been upgraded in the Cygwin distribution: * m41.4.19 An implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). GNU m4 also has built-i

[ANNOUNCEMENT] Updated: sed 4.8

2021-08-14 Thread Cygwin sed Co-Maintainer
The following packages have been upgraded in the Cygwin distribution: * sed 4.8 The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text, and outputs the modified text. The operations that sed p

Please update qt5 package

2021-08-14 Thread hung.nguyengia via Cygwin
Cygwin is stuck at qt5.9. Many projects now requires at least qt5.12 and recommended qt5.15. Also please package qtwebengine and possibly qtwebkit, too. Thanks. Sent with ProtonMail Secure Email. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com