About Clang/LLVM

2024-01-04 Thread 徐持恒 Xu Chiheng via Cygwin
Hi friends I have build scripts and patches at https://github.com/xu-chiheng/Note . I can use the build scripts and patches to build and bootstrap GCC(start from 13.0.0) and Clang/LLVM(start from 16.0.0) use GCC or Clang on Cygwin and MinGW. If you have interests, you can look at my other PRs at

socat 1.8.0.0-1

2024-01-04 Thread Andrew Schulman via Cygwin-announce
socat 1.8.0.0-1 is now available in Cygwin. This release has several new features and bug fixes. See the What's New section[1] and CHANGES file[2] for details. socat is a relay for bidirectional data transfer between two independent data channels. Each channel may be a file, pipe, device (serial

jq 1.7.1-1

2024-01-04 Thread Andrew Schulman via Cygwin-announce
jq 1.7.1-1 is now available in Cygwin. This release fixes two security issues, and includes other improvements. See the release announcement[1] for details. jq is a lightweight and flexible command-line JSON processor akin to sed, awk, grep, and friends for JSON data. It's written in portable C

fish 3.6.4-1

2024-01-04 Thread Andrew Schulman via Cygwin-announce
fish 3.6.4-1 is now available in Cygwin. This is a new upstream release, that fixes a minor security issue. Please see the upstream release notes[1] for details. All fish users are encouraged to upgrade. The fish-doc package, containing the fish documentation, has also been updated. The same

Re: Install Cygwin 3.5 from command line?

2024-01-04 Thread Jon Turney via Cygwin
On 03/01/2024 06:49, Dan Shelton via Cygwin wrote: Hello! Can someone give me precise instructions on how to install Cygwin 3.5 (setup.exe with Testing+Sync checkboxes selected) from the Windows command line? If I try, I only get Cygwin 3.4. What have you tried? For a fresh install, this

meson 1.2.3-1

2024-01-04 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * meson-1.2.3-1 Meson is an open source build system meant to be extremely fast. It generates files for various backends including Ninja, Visual Studio, and Xcode. Meson does not generate Makefiles, relying solely on

Re: socat 1.8 release, please update it

2024-01-04 Thread Andrew Schulman via Cygwin
> 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:

Re: strverscmp is buggy in newlib 4.4.0 (was Cygwin 3.4.6)

2024-01-04 Thread Brian Inglis via Cygwin
On 2024-01-02 10:36, Brian Inglis via Cygwin wrote: On 2024-01-02 03:23, Bruno Haible via Cygwin wrote: Here's a test case of strverscmp, from Dmitry Bogatov [1] #include int main () {    return strverscmp ("UNKNOWN", "2.2.0") <= 0; } It succeeds on glibc and musl libc 1.2.4, but fails on musl