Re: [Attn Maintainer] json-c

2023-11-24 Thread Marco Atzeri via Cygwin-apps
On 01.10.2023 16:43, Jon Turney via Cygwin-apps wrote: On 24/09/2023 13:40, Daisuke Fujimura via Cygwin-apps wrote: Hi, I previously reported that json-c.pc seems incorrect. - https://cygwin.com/pipermail/cygwin/2023-August/254350.html Since Marco isn't available at the moment, I did an

Re: cygport upgrade to use gnupg2/gpg2 if available

2023-11-24 Thread Brian Inglis via Cygwin-apps
On 2023-11-24 14:29, Marco Atzeri via Cygwin-apps wrote: On 21.11.2023 07:58, ASSI via Cygwin-apps wrote: Brian Inglis via Cygwin-apps writes: After applying the attached patches, which add support for the newer gpg2 from gnupg2 if installed, the attached log second chunk shows the new keys

Re: cygport upgrade to use gnupg2/gpg2 if available

2023-11-24 Thread Marco Atzeri via Cygwin-apps
On 21.11.2023 07:58, ASSI via Cygwin-apps wrote: Brian Inglis via Cygwin-apps writes: After applying the attached patches, which add support for the newer gpg2 from gnupg2 if installed, the attached log second chunk shows the new keys verified by gpg2 added to lib/src_prep.cygpart

Re: [PATCH] Cygwin: Add '--names-only' flag to cygcheck

2023-11-24 Thread Corinna Vinschen
On Nov 24 17:06, Jon Turney wrote: > Add '--names-only' flag to cygcheck, to output just the bare package > names. Push it! > --- > > Notes: > Rather than more hacky aftermarket solutions, let's make cygcheck output > something more useful for feeding into setup. > > Next step

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-24 Thread René Berber via Cygwin
On 11/24/2023 5:31 AM, Matthias--- via Cygwin wrote: [snip] * Answered "no" to use StrictMode OK, this makes the .ssh directory have the wrong permissions. $ ls -alh $HOME/.ssh total 4.0K drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 . drwxr-xr-x 1 meyer Kein 0 Nov 24 12:11 ..

[PATCH] Cygwin: Add '--names-only' flag to cygcheck

2023-11-24 Thread Jon Turney
Add '--names-only' flag to cygcheck, to output just the bare package names. --- Notes: Rather than more hacky aftermarket solutions, let's make cygcheck output something more useful for feeding into setup. Next step would be to adjust setup's argument parsing so 'setup -P

RE: EXTERNAL SENDER: Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-24 Thread Dale Lobb (Sys Admin) via Cygwin
> -Original Message- > From: Cygwin > On Behalf Of Matthias--- via Cygwin > Sent: Friday, November 24, 2023 5:32 AM > To: cygwin@cygwin.com > Subject: EXTERNAL SENDER: Re: Cygwin 3.4.9 - how to install ssh-keygen > > Am Montag, dem 20.11.2023 um 17:54 +0100 schrieb mailto:matth...@gmx.li:

Re: Set localisation locale of Windows netstat?

2023-11-24 Thread Andrey Repin via Cygwin
Greetings, Cedric Blancher! > How can I set the localisation locale of Windows netstat cmd from > Cygwin? LC_ALL=C does not help, a French or German Windows will use > French or German language still Use "chcp 65001" in your .bashrc or an equivalent file. Many windows console tools will resort

Re: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-24 Thread Matthias--- via Cygwin
Am Montag, dem 20.11.2023 um 17:54 +0100 schrieb matth...@gmx.li: > Dear all, > > I've installed cygwin 3.4.9-1 in my virtualbox running on Windows 10. > After installing defaults plus openssh 9.5p 1-1, I open the Cygwin64-Terminal > as Administrator and > run ssh-host-config. >  * Answered "yes"

Re: Cygwin api to punch a hole into a file?

2023-11-24 Thread Corinna Vinschen via Cygwin
On Nov 23 23:36, Cedric Blancher via Cygwin wrote: > Linux has fallocate(fd, FALLOC_FL_PUNCH_HOLE|FALLOC_FL_KEEP_SIZE, ...) > to punch a hole into a file, i.e. deallocate the blocks given and make > the file a "sparse file". We don't support the Linux-specific fallocate(2) call, only ftruncate(2)