Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Daisuke Fujimura via Cygwin-apps
I had saved the ssh key because I had already used it to update other packages. Perhaps it was because the connection environment was different than usual. Thanks for the advice. On Tue, Apr 18, 2023 at 1:23 AM Brian Inglis via Cygwin-apps wrote: > > On 2023-04-17 05:29, Daisuke Fujimura via

Re: Build machines

2023-04-17 Thread Achim Gratz via Cygwin-apps
Achim Gratz via Cygwin-apps writes: > The original plan was to make this my new Linux desktop and replace the > 9 year old Haswell I'm using right now and wait until the 16-core > Phoenix processors are finally available, but I'll probably have to > re-think that. I misremembered the code names.

[PATCH v2] peflags: add support for IMAGE_DLLCHARACTERISTICS_GUARD_CF

2023-04-17 Thread Christoph Reiter via Cygwin-apps
This allows for setting, clearing, and displaying the value of the "control flow guard" dll characteristics flag. The flag for MSVC is called "/guard:cf" and the macro ends with "GUARD_CF". To keep things consistent, it would make sense to name the option "guard-cf". However, there's already

Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Brian Inglis via Cygwin-apps
On 2023-04-17 05:29, Daisuke Fujimura via Cygwin-apps wrote: I tried again and succeeded. It seems it was a temporary problem. Thanks for the advice. On Mon, Apr 17, 2023 at 7:40 PM Jon Turney wrote: On 17/04/2023 11:28, Daisuke Fujimura via Cygwin-apps wrote: I changed maintainer-ship to

Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Daisuke Fujimura via Cygwin-apps
I tried again and succeeded. It seems it was a temporary problem. Thanks for the advice. On Mon, Apr 17, 2023 at 7:40 PM Jon Turney wrote: > > On 17/04/2023 11:28, Daisuke Fujimura via Cygwin-apps wrote: > >> I changed maintainer-ship to you > > > > I can't push on git, is there anything else

Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Jon Turney via Cygwin-apps
On 17/04/2023 11:28, Daisuke Fujimura via Cygwin-apps wrote: I changed maintainer-ship to you I can't push on git, is there anything else I should do? I confirmed that my name is mentioned in the rubygems section of cygwin-pkg-maint. ``` $ git remote -v origin

Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Daisuke Fujimura via Cygwin-apps
> I changed maintainer-ship to you I can't push on git, is there anything else I should do? I confirmed that my name is mentioned in the rubygems section of cygwin-pkg-maint. ``` $ git remote -v origin ssh://cyg...@cygwin.com/git/cygwin-packages/rubygems.git (fetch) origin

Re: [PATCH] peflags: add support for IMAGE_DLLCHARACTERISTICS_GUARD_CF

2023-04-17 Thread Corinna Vinschen via Cygwin-apps
Hi Christoph, your patch looks good and I'm happy to merge it into peflags, but... On Apr 17 09:48, Christoph Reiter via Cygwin-apps wrote: > Jeremy noted that an option already exists in genpeimage [0] but with > a different name, which I wasn't aware of: -c/control-flow-guard, > instead of

Re: [PATCH] peflags: add support for IMAGE_DLLCHARACTERISTICS_GUARD_CF

2023-04-17 Thread Christoph Reiter via Cygwin-apps
Jeremy noted that an option already exists in genpeimage [0] but with a different name, which I wasn't aware of: -c/control-flow-guard, instead of -g/guard-cf which I used here. I'm open to making them match. [0]