Re: Latest version of mc requires python3

2025-02-17 Thread Federico Kircheis via Cygwin
On 17/02/2025 16.31, Marco Atzeri via Cygwin wrote: On 17/02/2025 12:55, Marco Atzeri wrote: On 17/02/2025 12:29, Federico Kircheis via Cygwin wrote: Hello to everyone I just noted that the last version of mc (4.8.33-1) depends on python3. only optional at best. I will look on the matter

Latest version of mc requires python3

2025-02-17 Thread Federico Kircheis via Cygwin
Hello to everyone I just noted that the last version of mc (4.8.33-1) depends on python3. Up to version 4.8.32-1 there was no such dependency (I guess it was optional. I made a first search, and did not find that the new version requires python3. On Debian (same version), for example, pytho

Re: env and PATH

2025-01-13 Thread Federico Kircheis via Cygwin
On 13/01/2025 09.59, Andrey Repin wrote: Greetings, Federico Kircheis! On 09/01/2025 08.31, Andrey Repin wrote: The apparent issue you are missing is that you are calling native app from Cygwin environment. Each have its own rules, and to have it working with minimal issues, you'd ne

Re: env and PATH

2025-01-11 Thread Federico Kircheis via Cygwin
On 09/01/2025 08.31, Andrey Repin wrote: The apparent issue you are missing is that you are calling native app from Cygwin environment. Each have its own rules, and to have it working with minimal issues, you'd need to satisfy both sides. In specific case, PATH is a special environment variable f

Re: env and PATH

2025-01-07 Thread Federico Kircheis via Cygwin
Iterating and invoking an external program (cygpath) for every path takes some time. Depends on actual use case, it may be just a single invocation for entire list. I'm currently not on Windows, you mean it is possible to convert C:\Windows;C:\Windows\system32; to /cygdrive/c/windows:/cygdr

Re: env and PATH

2025-01-04 Thread Federico Kircheis via Cygwin
On 04/01/2025 21.13, Andrey Repin wrote: Greetings, Federico Kircheis! On 04/01/2025 02.41, Andrey Repin wrote: Greetings, Federico Kircheis! Hello to everyone, I've noticed that env seems to handle the environment variable PATH in a particular way - >> cd /d; >&g

Re: env and PATH

2025-01-04 Thread Federico Kircheis via Cygwin
On 04/01/2025 02.41, Andrey Repin wrote: Greetings, Federico Kircheis! Hello to everyone, I've noticed that env seems to handle the environment variable PATH in a particular way - >> cd /d; >> env -i PATH='C:\Windows;C:\Windows\system32;

Re: env and PATH

2025-01-02 Thread Federico Kircheis via Cygwin
On 02/01/2025 10.34, Federico Kircheis wrote: On 20/12/2024 23.15, Brian Inglis via Cygwin wrote: Hi Federico, Looks like non-Cygwin program launch is messing up PATH not on the current drive: $ cd /proc/cygdrive/d $ cat -A /proc/cygdrive/d/tmp/t.cmd echo %PATH%^M$ $ env -i PATH='C:\Wi

Re: env and PATH

2025-01-02 Thread Federico Kircheis via Cygwin
e > echo $env:PATH D:\windows (similar result for cmd) I also tried PATH='D:\windows' /usr/bin/cygstart /c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe hoping it would do the trick, but PATH is still "broken", and powershell starts in a separate window :(

env and PATH

2024-12-20 Thread Federico Kircheis via Cygwin
Hello to everyone, I've noticed that env seems to handle the environment variable PATH in a particular way - > cd /d; > env -i PATH='C:\Windows;C:\Windows\system32;' /c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe # in the powershell instance echo $env:PATH C;D:\Windows;C;D:\

Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Federico Kircheis via Cygwin
On 18/12/2024 20.38, Eliot Moss wrote: On 12/18/2024 2:30 PM, Federico Kircheis via Cygwin wrote: On 05/11/2024 18.31, Federico Kircheis wrote: On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also did a chmod/chown on the file to ensure that the permission

Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Federico Kircheis via Cygwin
On 05/11/2024 18.31, Federico Kircheis wrote: On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also did a chmod/chown on the file to ensure that the permission where correct. The file with the permission unchanged worked without issues when moved in ~/.ssh

Re: cygpath and unc paths

2024-12-16 Thread Federico Kircheis via Cygwin
This way, you're testing command interpreter, not WinApi. The command interpreter has its own ideas about what you can and can not use with it. Yes, after I saw it works with "-literal" I convinced my self it is a bug in PowerShell (I guess they strip the trailing \, but who knows). But then

Re: cygpath and unc paths

2024-12-09 Thread Federico Kircheis via Cygwin
On 09/12/2024 14.17, Corinna Vinschen via Cygwin wrote: On Dec 9 13:47, Federico Kircheis via Cygwin wrote: On 09/12/2024 12.46, Corinna Vinschen via Cygwin wrote: On Dec 6 13:23, Federico Kircheis via Cygwin wrote: Hello, was it considered to add a flag to cygpath to output a path in unc

Re: cygpath and unc paths

2024-12-09 Thread Federico Kircheis via Cygwin
On 09/12/2024 12.46, Corinna Vinschen via Cygwin wrote: On Dec 6 13:23, Federico Kircheis via Cygwin wrote: Hello, was it considered to add a flag to cygpath to output a path in unc format? No. But it wouldn't be much work. It would be very nice if it ever happens. For example

Re: Conflict between tmux and cygwin

2024-12-06 Thread Federico Kircheis via Cygwin
On 7 December 2024 02:48:50 UTC, Keith Thompson wrote: >It's not really a tmux issue. You can demonstrate it just by invoking >a shell. > >For example, if you "cd /tmp" and then invoke a new shell with >"bash -l", the code in /etc/profile will cd to your home directory. >(This doesn't happen on U

cygpath and unc paths

2024-12-06 Thread Federico Kircheis via Cygwin
Hello, was it considered to add a flag to cygpath to output a path in unc format? For example, the folder C:\test. cannot be accessed from many Windows applications (powershell and cmd included) because of the trailing dot, while cygwin has no issue creating, accessing and deleting such fil

Conflict between tmux and cygwin

2024-12-05 Thread Federico Kircheis via Cygwin
It seems there is a conflict betwene some tmux functionalities and cygwin. In tmux it is possible to open a new windows with "tmux new-window -c $NEW_WD", the new shell should be located at "$NEW_WD", but it seems not to work with cygwin; th new shell is always openeed at ~ I thought I had

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Federico Kircheis via Cygwin
On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also did a chmod/chown on the file to ensure that the permission where correct. The file with the permission unchanged worked without issues when moved in ~/.ssh. Whatever directory that file resides in must be

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Federico Kircheis via Cygwin
On 05/11/2024 17.01, Brian Inglis via Cygwin wrote: On 2024-11-05 04:19, Andrew Schulman via Cygwin wrote: On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote: up until recently I've uploaded packages the following way export SSH_KEY=/path/to/id_rsa; cygport /path/to/file.cygport u

cygport upload seems to ignore SSH_KEY

2024-11-04 Thread Federico Kircheis via Cygwin
Hello, up until recently I've uploaded packages the following way export SSH_KEY=/path/to/id_rsa; cygport /path/to/file.cygport upload but today I got the following error cd: Fatal error: max-retries exceeded I've fixed it by copying my key in the .ssh folder cp $SSH_KEY ~/.ssh/id_rsa cygp

cygport - get package dependencies

2024-07-07 Thread Federico Kircheis via Cygwin
Takashi Yano wrote: Furthermore, you do not need to add ffmpeg to "REQUIRES" because the cmus package itself does not really depend on ffmpeg package even though it depends libavcodec, libavformat, libavutil and libswresample. I was already told once that I probably can leave REQUIRES out. Cu

Re: Analyze dependencies of a cygwin package

2024-06-22 Thread Federico Kircheis via Cygwin
On 22/06/2024 10.17, Takashi Yano via Cygwin wrote: On Sat, 22 Jun 2024 07:36:19 +0200 Federico Kircheis wrote: ffmpeg, as far as I've could see, on Debian does not seem to depend transitively on clang. ffmpeg on fedora is built with opencl-enabled. https://src.fedoraproject.org/rpms/f

Re: Analyze dependencies of a cygwin package

2024-06-21 Thread Federico Kircheis via Cygwin
On 22/06/2024 02.29, Takashi Yano via Cygwin wrote: On Sat, 22 Jun 2024 07:22:42 +0900 Takashi Yano wrote: Hi Federico, On Fri, 21 Jun 2024 19:35:32 +0200 Federico Kircheis wrote: After some investigation, it seems that ffmeg hash clang (which has gcc

Re: Analyze dependencies of a cygwin package

2024-06-21 Thread Federico Kircheis via Cygwin
On 21/06/2024 09.52, Mark Geisert via Cygwin wrote: On 6/20/2024 11:21 PM, Federico Kircheis via Cygwin wrote: Hello to everyone, yesterday I've uploaded a new cmus package, with some optional features enabled. Today, through setup.exe, I noticed that now cmus brings clang as depen

Re: Analyze dependencies of a cygwin package

2024-06-21 Thread Federico Kircheis via Cygwin
On 21/06/2024 09.52, Mark Geisert via Cygwin wrote: On 6/20/2024 11:21 PM, Federico Kircheis via Cygwin wrote: Hello to everyone, yesterday I've uploaded a new cmus package, with some optional features enabled. Today, through setup.exe, I noticed that now cmus brings clang as depen

Analyze dependencies of a cygwin package

2024-06-20 Thread Federico Kircheis via Cygwin
Hello to everyone, yesterday I've uploaded a new cmus package, with some optional features enabled. Today, through setup.exe, I noticed that now cmus brings clang as dependency. Is there something I can use for analyzing transitive dependencies of a package? It does not make sense for an a

[ANNOUNCEMENT] Updated: jpegoptim-1.5.4-1

2023-05-15 Thread Federico Kircheis via Cygwin
Version 1.5.4-1 of jpegoptim has been uploaded. jpegoptim is an utility for optimizing jpeg files. It provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting maximum quality factor. On GitHub it is possible to find the changelog for the

[ANNOUNCEMENT] Updated: neomutt-20230512-1

2023-05-15 Thread Federico Kircheis via Cygwin
Version 20230512-1 of neomutt has been uploaded. neomutt is a command line mail reader. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ: http

[ANNOUNCEMENT] Updated: nnn-4.8-1

2023-04-15 Thread Federico Kircheis via Cygwin
Version 4.8-1 of nnn has been uploaded. nnn is a full-featured terminal file manager On GitHub it is possible to find the changelog for the new release: https://github.com/jarun/nnn/releases/ Federico -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

[ANNOUNCEMENT] Updated: nnn-4.7-1

2023-03-24 Thread Federico Kircheis via Cygwin
Version nnn-4.7-1 of nnn has been uploaded. nnn is a full-featured terminal file manager On GitHub it is possible to find the changelog for the new release: https://github.com/jarun/nnn/releases/ Federico -- Problem reports: https://cygwin.com/problems.html FAQ: https://

[ANNOUNCEMENT] Updated: jpegoptim-1.5.2-1

2023-03-24 Thread Federico Kircheis via Cygwin
Version jpegoptim-1.5.2-1 of jpegoptim has been uploaded. jpegoptim is an utility for optimizing jpeg files. It provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting maximum quality factor. On GitHub it is possible to find the changel

[ANNOUNCEMENT] Updated: jpegoptim-1.5.1-1

2023-01-14 Thread Federico Kircheis via Cygwin
Version 1.5.1-1 of jpegoptim has been uploaded. jpegoptim is an utility for optimizing jpeg files. It provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting maximum quality factor. On GitHub it is possible to find the changelog for the

[ANNOUNCEMENT] Updated: nnn-4.6-1

2022-10-13 Thread Federico Kircheis
Version 4.6-1 of nnn has been uploaded. nnn is a full-featured terminal file manager On GitHub it is possible to find the changelog for the new release: https://github.com/jarun/nnn/releases/ Federico -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

[ANNOUNCEMENT] Updated: jdupes-1.21.0-2

2022-10-04 Thread Federico Kircheis
Version 1.21.0-2 of neomutt has been uploaded. jdupes is a program for finding and acting on duplicate files This version should fix a packaging error of version 1.21.0-1. Federico -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documenta

Re: [ANNOUNCEMENT] Re: jdupes-1.21.0-1

2022-10-03 Thread Federico Kircheis
On 10/3/22 20:25, Thomas Wolff wrote: Am 02.10.2022 um 23:27 schrieb 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

[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: Change mail address

2022-09-06 Thread Federico Kircheis
On Tue, Sep 06, 2022 at 01:41:35PM -0400, Norton Allen wrote: On 9/6/2022 1:21 PM, Federico Kircheis wrote: Hi, in the email I received when I registered myself to the cygwin mailing list, it was possible to "send" some administrative commands, for example: You c

Change mail address

2022-09-06 Thread Federico Kircheis
Hi, in the email I received when I registered myself to the cygwin mailing list, it was possible to "send" some administrative commands, for example: You can start a subscription for an alternate address, for example "john@host.domain", just add a hyphen and your address (with '=' instead

[ANNOUNCEMENT] Updated: dumpasn1-20210212-1

2022-05-17 Thread Federico Kircheis via Cygwin-announce
Version 20210212-1 of dumpasn1 has been uploaded. dumpasn1 is an ASN.1 object dump program which will dump data encoded using any of the ASN.1 encoding rules in a variety of user-specified formats. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.

[ANNOUNCEMENT] Updated: neomutt-20220429-1

2022-04-29 Thread Federico Kircheis via Cygwin-announce
Version 20220429-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20220429. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ

[ANNOUNCEMENT] Updated: neomutt-20220415-1

2022-04-16 Thread Federico Kircheis via Cygwin-announce
Version 20220415-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20220415. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ

[ANNOUNCEMENT] Updated: neomutt-20220408-1

2022-04-15 Thread Federico Kircheis via Cygwin-announce
Version 20220408-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20220408. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ

[ANNOUNCEMENT] Updated: cmus-2.9.1-1

2021-11-14 Thread Federico Kircheis via Cygwin-announce via Cygwin
Version 2.9.1-1 of cmus has been uploaded. The music player cmus reached version 2.9.1. On GitHub it is possible to find the changelog for the new release: https://github.com/cmus/cmus/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ: https://cyg

Re: cygport - avoid stripping binaries

2021-11-06 Thread Federico Kircheis via Cygwin
On 06/11/2021 18.30, Corinna Vinschen via Cygwin wrote: On Nov 6 15:31, Federico Kircheis via Cygwin wrote: it seems that cygport always strip binaries, but I have one program that when stripped does not work correctly. Out of curiosity, what program is that? And why does it require the

cygport - avoid stripping binaries

2021-11-06 Thread Federico Kircheis via Cygwin
Hello, it seems that cygport always strip binaries, but I have one program that when stripped does not work correctly. As far as I've understood https://cygwin.github.io/cygport/compilers_cygpart.html#robo759 I should be able to set something like STRIP=/usr/bin/true and then stripping

[ANNOUNCEMENT] Updated: neomutt-20211029-1

2021-10-29 Thread Federico Kircheis via Cygwin-announce via Cygwin
Version 20211029-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20211029. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ

[ANNOUNCEMENT] Updated: neomutt-20211022-1

2021-10-22 Thread Federico Kircheis via Cygwin-announce via Cygwin
Version 20211022-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20211022. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ

[ANNOUNCEMENT] Updated: neomutt-20211015-1

2021-10-17 Thread Federico Kircheis via Cygwin-announce via Cygwin
Version 20211015-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20211015. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ

[ANNOUNCEMENT] Updated: neomutt-20210205-1

2021-02-06 Thread Federico Kircheis via Cygwin-announce via Cygwin
Version 20210205-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20210205. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20201127-1

2020-11-28 Thread Federico Kircheis via Cygwin-announce
Version 20201127-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20201127. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20201120-1

2020-11-20 Thread Federico Kircheis via Cygwin-announce
Version X-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20201120. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Interaction with non-cygwin programs

2020-10-25 Thread Federico Kircheis via Cygwin
On 25/10/2020 11.12, Takashi Yano wrote: On Sat, 24 Oct 2020 17:04:59 +0200 Federico Kircheis via Cygwin wrote: I've lately updated Windows to the latest version, and cygwin too (I had something previous to 3.0). I've read that interaction with non-cygwin programs should be better

Re: Interaction with non-cygwin programs

2020-10-24 Thread Federico Kircheis via Cygwin
On 10/24/20 9:35 PM, Brian Inglis wrote: On 2020-10-24 13:11, Federico Kircheis via Cygwin wrote: On 10/24/20 8:10 PM, Brian Inglis wrote: On 2020-10-24 09:04, Federico Kircheis via Cygwin wrote: I've lately updated Windows to the latest version, and cygwin too (I had something previo

Re: Interaction with non-cygwin programs

2020-10-24 Thread Federico Kircheis via Cygwin
On 10/24/20 8:10 PM, Brian Inglis wrote: On 2020-10-24 09:04, Federico Kircheis via Cygwin wrote: I've lately updated Windows to the latest version, and cygwin too (I had something previous to 3.0). I've read that interaction with non-cygwin programs should be better because of t

Interaction with non-cygwin programs

2020-10-24 Thread Federico Kircheis via Cygwin
I've lately updated Windows to the latest version, and cygwin too (I had something previous to 3.0). I've read that interaction with non-cygwin programs should be better because of the console-helper. But in my daily usage the integration is worse, programs like tmux or even less seems to h

[ANNOUNCEMENT] Updated: neomutt-20200925-1

2020-09-27 Thread Federico Kircheis via Cygwin-announce
Version 20200925-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200925. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200821-1

2020-08-22 Thread Federico Kircheis via Cygwin-announce
Version 20200821-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200821. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200814-1

2020-08-14 Thread Federico Kircheis via Cygwin-announce
Version 20200814-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200814. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200807-1

2020-08-07 Thread Federico Kircheis via Cygwin-announce
Version 20200807-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200807. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200424-1

2020-06-26 Thread Federico Kircheis via Cygwin-announce
Version X-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200424. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200619-1

2020-06-21 Thread Federico Kircheis via Cygwin-announce
Version 20200619-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200619. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200501-1

2020-05-01 Thread Federico Kircheis via Cygwin-announce
Version 20200501-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200501. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200424-1

2020-04-24 Thread Federico Kircheis via Cygwin-announce
Version 20200424-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200424. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200417-1

2020-04-18 Thread Federico Kircheis via Cygwin-announce
Version 20200417-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200417. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20200320-1

2020-03-21 Thread Federico Kircheis via Cygwin-announce
Version 20200320-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20200320. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Federico -- Problem reports: https://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20191207-1

2019-12-11 Thread Federico Kircheis
Version 20191207-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 2019-12-07, this corresponds to cygwin version 20191207. This update mainly consists of bug fixes. On GitHub it is possible to find the complete changelog for the new release: https://githu

[ANNOUNCEMENT] Updated: neomutt-20191129-1

2019-11-29 Thread Federico Kircheis
Version 20191119-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 2019-11-02, this corresponds to cygwin version 20191102. This update mainly consists of bug fixes. On GitHub it is possible to find the complete changelog for the new release: https://githu

Re: [ANNOUNCEMENT] Updated: neomutt-20191102-1

2019-11-13 Thread Federico Kircheis
On November 13, 2019 4:36:42 PM UTC, Jon Turney wrote: >On 11/11/2019 18:23, Achim Gratz wrote: >> Federico Kircheis writes: >>> Now version 2019 is out, and calm notifies through and error >that >>> this version is older than the current. > >This seem

Re: [ANNOUNCEMENT] Updated: neomutt-20191102-1

2019-11-11 Thread Federico Kircheis
On 02.11.19 17:06, Federico Kircheis wrote: Version 20191102-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 2019-11-02, this corresponds to cygwin version 20191102. The previous release had some stability issues, so upgrading is strongly recommended

[ANNOUNCEMENT] Updated: neomutt-20191102-1

2019-11-03 Thread Federico Kircheis
Version 20191102-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 2019-11-02, this corresponds to cygwin version 20191102. The previous release had some stability issues, so upgrading is strongly recommended. On GitHub it is possible to find the complete

[ANNOUNCEMENT] Updated: neomutt-20191025-1

2019-10-26 Thread Federico Kircheis
Version 20191025-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 2019-10-25, this corresponds to cygwin version 20191025. This release contains a lot of changes, both internal as external. Also the cygwin port is now compiled with more externals/optional

Re: cygport and C:\Windows\system32\tar.exe

2019-06-30 Thread Federico Kircheis
My problem is that cyport tries to invoke tar with an absolute file, and of course C:\Windows\system32\tar.exe does not understand a path that begins with `/cygdrive/c`. No. Your problem is that you're trying to use cygport from the wrong place, causing the PATH seen by it to be completely wron

cygport and C:\Windows\system32\tar.exe

2019-06-29 Thread Federico Kircheis
Hello, I'm working on Windows 10 freshly installed, installed cygwin too, and noticed that tar did not work on absolute files. Apparently there is a tar.exe from Microsoft in system32. https://devblogs.microsoft.com/commandline/tar-and-curl-come-to-windows/ My problem is that cyport tries to

[ANNOUNCEMENT] Updated: neomutt-20180716-1

2018-07-25 Thread Federico Kircheis
Version 20180716-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20180716. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases It fixes some important security holes, so upgrading is strongly recom

[ANNOUNCEMENT] Updated: neomutt-20180622-1

2018-06-26 Thread Federico Kircheis
Version 20180622-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20180622. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20180512-1

2018-05-16 Thread Federico Kircheis
Version 20180512-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20180512. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: neomutt-20180323-1

2018-04-05 Thread Federico Kircheis
Version 20180323-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20180323. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases Of particular interest could be that now neomutt uses POSIX-compliant

[ANNOUNCEMENT] Updated: neomutt-20180223-1

2018-02-28 Thread Federico Kircheis
Version 20180223-1 of neomutt has been uploaded. The command line mail reader neomutt reached version 20180223. On GitHub it is possible to find the changelog for the new release: https://github.com/neomutt/neomutt/releases *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to