[ANNOUNCEMENT] Upgraded: grep 3.8

2022-10-02 Thread Cygwin grep Co-Maintainer
The following package has been upgraded in the Cygwin distribution: * grep 3.8 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. For mo

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

2022-10-02 Thread Cygwin readline Co-Maintainer
The following test packages have been uploaded to the Cygwin distribution: * libreadline7 8.2 * libreadline-devel 8.2 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] jdupes-1.21.0-1

2022-10-02 Thread Federico Kircheis
Version 1.21.0-1 of jdupes has been uploaded. jdupes is a program for finding and acting on duplicate files On GitHub it is possible to find the changelog for the new release: https://github.com/jbruchon/jdupes/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Cygwin 3.3.6: PHP's SplFileObject::fwrite seems broken

2022-10-02 Thread Andrey Repin
Greetings, Ken Brown! > On 10/2/2022 1:16 AM, Hans Henrik Bergan wrote: >> ... actually i forgot that the default fopen mode is "rb" > [...] >> changing the code to SplFileObject("bug.txt", "rb"); >> makes the code work > I don't think you wrote what you meant. You're not saying that explicitly

Re: Cygwin 3.3.6: PHP's SplFileObject::fwrite seems broken

2022-10-02 Thread Andrey Repin
Greetings, Hans Henrik Bergan! > ... actually i forgot that the default fopen mode is "rb" ... anyhow, here > is what's supposed to happen: > $ touch bug.txt; chmod 0777 bug.txt; php -r '$o=new > SplFileObject("bug.txt");var_dump($o->fwrite("test"));var_dump(error_get_last());' > PHP Notice: SplF

Re: heic to jpg conversion

2022-10-02 Thread Fergus Daly
>> $ magick test.heic test.jpg >> $ mogrify -format jpg test.heic >> Any ideas? EITHER (a) your syntax might be faulty? Try: $ convert test.heic test.jpg OR (b) you need to install the two packages libheif-tool and libheif-devel into your Cygwin platform; and then try the same thing: $ convert te