Re: cygport upgrade to use gnupg2/gpg2 if available

2023-11-20 Thread ASSI via Cygwin-apps
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 > ___gpg_verify(). > > Similar code has been added to lib/pk

Re: cygport upgrade to use gnupg2/gpg2 if available

2023-11-20 Thread Brian Inglis via Cygwin-apps
On 2023-11-20 21:51, Brian Inglis via Cygwin-apps wrote: The attached log first chunk shows that new downloads especially GnuPG and GNU packages may be signed with keys not recognized by old gnupg/gpg. After applying the attached patches, which add support for the newer gpg2 from gnupg2 if insta

cygport upgrade to use gnupg2/gpg2 if available

2023-11-20 Thread Brian Inglis via Cygwin-apps
Hi folks, The attached log first chunk shows that new downloads especially GnuPG and GNU packages may be signed with keys not recognized by old gnupg/gpg. After applying the attached patches, which add support for the newer gpg2 from gnupg2 if installed, the attached log second chunk shows th

Re: [ITP] gflags 2.2.2

2023-11-20 Thread Jon Turney via Cygwin-apps
On 16/11/2023 23:20, Daisuke Fujimura via Cygwin-apps wrote: Hello, [ITP] A new package proposal: gflags - gflags - libgflags2.2 - libgflags-devel SUMMARY: Commandline flags module for C++ HOMEPAGE: https://github.com/gflags/gflags SRC_URI: https://github.com/gflags/gflags/archive/refs/t

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2023-11-20 Thread ASSI via Cygwin-apps
Jon Turney via Cygwin-apps writes: > This could just be named something a little shorter, like > "GIT_URI_NO_SMART_TRANSPORT", since it's really a property of the > URI's host? > > But I wonder if wouldn't just be better to try with --depth and then > fallback to without it, if that fails (especial

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2023-11-20 Thread Jon Turney via Cygwin-apps
On 19/11/2023 02:11, Daisuke Fujimura via Cygwin-apps wrote: Some git providers do not support smart transport, so specifying the depth option will result in an error. Right. This is a bug and needs fixing. Thanks for the patch. ``` Cloning into ''... fatal: dumb http transport does not