Re: Where have svt-av1 1.8.0-2 gone?

2024-03-16 Thread Takashi Yano via Cygwin-apps
On Sun, 17 Mar 2024 10:06:31 +0900 Takashi Yano wrote: > On Sat, 16 Mar 2024 17:49:30 + > Jon Turney wrote: > > On 16/03/2024 00:48, Takashi Yano via Cygwin-apps wrote: > > > On Sat, 16 Mar 2024 09:39:33 +0900 > > > Takashi Yano wrote: > > [...] > > >> > > >> This expected: > > >> 1.8.0-1 ->

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-16 Thread Takashi Yano via Cygwin-apps
On Sat, 16 Mar 2024 17:49:30 + Jon Turney wrote: > On 16/03/2024 00:48, Takashi Yano via Cygwin-apps wrote: > > On Sat, 16 Mar 2024 09:39:33 +0900 > > Takashi Yano wrote: > [...] > >> > >> This expected: > >> 1.8.0-1 -> 1.8.0-2 -> 2.0.0-1 > >> libsvtav1(1.8.0-1) -> libsvtav1enc1(1.8.0-2) +

ACEs and ACLs

2024-03-16 Thread J. Terry Corbet via Cygwin
I have been using Cygwin for a long, long time.  That said, I would have to admit there is a good deal about the architecture and infrastructure I have never really investigated which is a huge compliment to those of you who maintain this wonderful framework. It mostly just works reliably and

Updated: wget 1.24.5

2024-03-16 Thread Cygwin wget Maintainer
The following packages have been upgraded in the Cygwin distribution: * wget 1.24.5 GNU Wget is a file retrieval utility which can use the HTTP, HTTPS, or FTP protocols. Wget features include the ability to work in the background while you're logged out, recursive retrieval of directories, file

Additional odd behavior after my upgrade to the latest CYGWIN64 version

2024-03-16 Thread Michael Goldshteyn via Cygwin
Cygwin handles (filename) case insensitivity in a very weird way at the Windows command prompt: -- c:\Users\Michael>set CYGWIN= c:\Users\Michael>printf "%q " 'a' 'A' "a" "A" a A a A a A a A REM OK, so far so good, but, now: c:\Users\Michael>set CYGWIN=glob:ignorecase

Re: Black screen running startx

2024-03-16 Thread Frank Eskesen via Cygwin
0 Event Name: LiveKernelEvent Response: Not available Cab Id: a6403500-eabe-4cd3-b903-6bb2b419deb1 Problem signature: P1: 141 P2: 860f28aef050 P3: f805298bc9b8 P4: 0 P5: 0 P6: 10_0_19045 P7: 0_0 P8: 256_1 P9: P10: Attached files: \\?\C:\WINDOWS\LiveKernelReports\WATCHDOG\WATCHDOG-20240316

Updated: Perl distributions

2024-03-16 Thread ASSI
The following Perl distributions have been updated to their latest release version available on CPAN: x86_64 -- perl-Alien-CFITSIO-4.4.0.2-1 perl-HTML-Parser-3.82-1 perl-PAR-Packer-1.063-1 noarch -- perl-Business-ISBN-Data-20240313.001-1 perl-HTML-Tagset-3.24-1

Updated: dialog libdialog-devel/15 1.3+20240307

2024-03-16 Thread Cygwin dialog Maintainer
The following packages have been upgraded in the Cygwin distribution: * dialog1.3+20240307 * libdialog-devel 1.3+20240307 * libdialog15 1.3+20240307 A script interpreter which provides a set of curses widgets: objects whose appearance and behavior can be

Updated: units 2.23-2

2024-03-16 Thread Cygwin units Maintainer
The following package has been upgraded in the Cygwin distribution: * units 2.23-2 The Units program converts quantities expressed in various scales to to their equivalents in other scales. The units program can handle multiplicative scale changes as well as nonlinear conversions such as

Re: The grep 3.11 application when used in perl-regexp mode appears to now be broken

2024-03-16 Thread Brian Inglis via Cygwin
On 2024-03-16 13:08, Kevin Schnitzius via Cygwin wrote: On Saturday, March 16, 2024 at 02:02:31 PM EDT, Michael Goldshteyn via Cygwin wrote: $ grep -c -P '000$' a 0 # Now you may be thinking, OK, it's because of the CR/LF line ending $ LC_ALL=en_US grep -c --binary-files=text -P '000$' a

Re: The grep 3.11 application when used in perl-regexp mode appears to now be broken

2024-03-16 Thread Kevin Schnitzius via Cygwin
On Saturday, March 16, 2024 at 02:02:31 PM EDT, Michael Goldshteyn via Cygwin wrote: > $ grep -c -P '000$' a > 0 > # Now you may be thinking, OK, it's because of the CR/LF line ending $ LC_ALL=en_US grep -c --binary-files=text -P '000$' a 0 $ LC_ALL=en_US grep -c --binary-files=text -P

The grep 3.11 application when used in perl-regexp mode appears to now be broken

2024-03-16 Thread Michael Goldshteyn via Cygwin
I just updated my Cygwin64 installation, which includes the grep utility and its behavior has changed. It no longer works like it used to for Perl reg-ex matching, as demonstrated below: Simple test cases: == $ ls -l a -rwxr-xr-x 1 Michael None 6 Mar 16 12:15 a $ hexdump -C a

Re: Where have svt-av1 1.8.0-2 gone?

2024-03-16 Thread Jon Turney via Cygwin-apps
On 16/03/2024 00:48, Takashi Yano via Cygwin-apps wrote: On Sat, 16 Mar 2024 09:39:33 +0900 Takashi Yano wrote: [...] This expected: 1.8.0-1 -> 1.8.0-2 -> 2.0.0-1 libsvtav1(1.8.0-1) -> libsvtav1enc1(1.8.0-2) + libsvtav1dec0(1.8.0-2) -> libsvt1enc1(1.8.0-2) + libsvtav1dec0(2.0.0-2)

[PATCH] winsup/cygwin/fhandler/proc.cc: format_proc_cpuinfo() Linux 6.8 cpuinfo flags

2024-03-16 Thread Brian Inglis
add Linux 6.8 cpuinfo flags: Intel 0x0007:1 eax:17 fred Flexible Return and Event Delivery; AMD 0x801f eax:4 sev_snp SEV secure nested paging; document unused and some unprinted bits that could look like omissions; fix typos and misalignments; Signed-off-by: Brian

New: mandoc 1.14.6-1

2024-03-16 Thread Christian Franke
The following package has been uploaded to the Cygwin distribution: * mandoc-1.14.6-1 mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals.  It is small, self-contained, and quite fast. 

Updated: expat-2.6.2-1

2024-03-16 Thread Marco Atzeri via Cygwin-announce
Version 2.6.2-1 of expat libexpat-devel libexpat1 are available in the Cygwin distribution: CHANGES Latest upstream release https://github.com/libexpat/libexpat/blob/R_2_6_2/expat/Changes DESCRIPTION Stream-oriented XML parser library written in C. Expat excels with

Updated: exiv2 0.28.2-1

2024-03-16 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * exiv2-0.28.2-1 * libexiv2-devel-0.28.2-1 * libexiv2_28-0.28.2-1 * exiv2-0.28.2-1-src * exiv2-debuginfo-0.28.2-1 This is an update to the latest upstream -- Exiv2 is a C++ library and a command line utility to access Exiv,

Re: [ITP] mandoc 1.14.6-1

2024-03-16 Thread Marco Atzeri via Cygwin-apps
On 11/03/2024 19:06, Christian Franke via Cygwin-apps wrote: I would like to contribute mandoc. Also present in Debian, Fedora, Ubuntu, ... and as the default man page formatter on *BSD. Useful to check man pages for compatibility with *BSD systems. GTG diff --git a/cygwin-pkg-maint