git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Robert Dailey <rcdailey@gmail.com>
To: Johannes Schindelin <johannes.schindelin@gmx.de>,
	Jon <jon.forums@gmail.com>
Cc: git@vger.kernel.org, git-for-windows@googlegroups.com,
	 msysgit@googlegroups.com
Subject: Re: Re: 3rd release candidate of Git for Windows 2.x, was Re: Release candidate of Git for Windows 2.x is out
Date: Sat, 20 Jun 2015 15:50:21 +0000	[thread overview]
Message-ID: <CAAScX1bTct9EQcHqG1MFUaPey=e14EJh-86dCq+PXeEqmq9CZg@mail.gmail.com> (raw)
In-Reply-To: <4e82ca915d0746e477438ed69a21102a@www.dscho.org>

[-- Attachment #1: Type: text/plain, Size: 3615 bytes --]

 Let me add a question to this: how does one add new certs? If there are
multiple files. I have an issue open for this but still no information.
Thanks in advance.

Sorry for top post, replying on my phone.


On Sat, Jun 20, 2015, 10:22 AM Johannes Schindelin <
johannes.schindelin@gmx.de> wrote:

Hi Jon,

On 2015-06-20 16:59, Jon wrote:
> On Saturday, June 20, 2015 at 10:16:09 AM UTC-4, Johannes Schindelin
wrote:
>>
>> I just uploaded the 3rd release candidate for the upcoming Git for
Windows
>> 2.x release. Please find the download link here:
>>
>> https://git-for-windows.github.io/#download
>>
>> Lots of changes since the first release candidate (v2.4.2, I was too
>> swamped to announce the second release candidate -- v2.4.3 -- I published
>> Friday last week, my apologies). Please find them in the release notes:
>>
>>
https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md
>
> 1) Why are there two ssl/certs trees? (e.g. - one is used by git-bash.exe
> and the other git-cmd.exe and cmd/git.exe?)

Please keep in mind that Git for Windows is a hybrid collection of pure
Win32 executables and MSys2 executables (MSys2 is a stripped-down Cygwin
providing a POSIX emulation layer on top of the Win32 API[*1*]). They are
separated into the `/usr/` and the `/mingw64/` directories, respectively
(`/mingw32/` for 32-bit). An example for a pure Win32 executable is
`git.exe` while Perl and Bash are MSys2 executables. In general, we avoid
MSys2 as much as possible: while it provides a nice POSIX emulation layer,
it comes at a noticable performance penalty.

So whenever we can get away with using OpenSSL compiled as pure Win32
library, we do so. Cloning via HTTPS falls into that category.

When it comes to `git-svn` -- something that is needed by many users,
still, and indeed the motivation for the most prolific contributor helping
me with Git for Windows 2.x -- it is not that easy, though: `git-svn` is a
Perl script, our Perl is an MSys2 program and therefore uses OpenSSL
compiled as MSys2 library.

That is the reason why we have separate ssl/ directory structures. One for
MinGW (i.e. pure Win32) programs and one for MSys2 ones.

> 2) Why are INSTALL_DIR/usr/ssl/certs/ca-bundle.crt and
> INSTALL_DIR/mingw64/ssl/certs/ca-bundle.crt different?

We simply use the packages provided by MSys2. The MinGW/MSys2
ca-certificates packages are sometimes out of sync, and that is what you
are seeing here.

Now, theoretically it would be possible to reconcile the different
ca-certificates packages into a single one. The correct way to go about
this would be by contributing to the MSys2 project: that way, not only Git
for Windows but really all MSys2-based projects benefit from it.

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Git for Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 4657 bytes --]

  reply	other threads:[~2015-06-20 15:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-27 22:11 Release candidate of Git for Windows 2.x is out Johannes Schindelin
2015-05-28 16:25 ` Robert Dailey
2015-06-09  8:43 ` Qb
2015-06-09 12:04   ` Johannes Schindelin
2015-06-09 12:10     ` QbProg
2015-06-09 13:07       ` Johannes Schindelin
2015-06-12 16:30 ` Robert Dailey
2015-06-20 14:16 ` 3rd release candidate of Git for Windows 2.x, was " Johannes Schindelin
2015-06-20 14:59   ` Jon
2015-06-20 15:21     ` Johannes Schindelin
2015-06-20 15:50       ` Robert Dailey [this message]
2015-06-29  8:30   ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x Johannes Schindelin
2015-06-29  9:07     ` Stefan Näwe
2015-06-29 14:37       ` Johannes Schindelin
2015-06-29 14:49         ` Stefan Näwe
2015-06-29 15:54         ` Konstantin Khomoutov
2015-06-29 16:19           ` Johannes Schindelin
2015-06-30 17:15             ` Konstantin Khomoutov
2015-06-30 18:57               ` Thomas Braun
2015-07-18 18:48     ` 5th release candidate of Git for Windows 2.x, was Re: 4th " Johannes Schindelin
2015-06-26 11:06 ` Release candidate of Git for Windows 2.x is out Ties
2015-06-27  8:41   ` Johannes Schindelin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAScX1bTct9EQcHqG1MFUaPey=e14EJh-86dCq+PXeEqmq9CZg@mail.gmail.com' \
    --to=rcdailey@gmail.com \
    --cc=git-for-windows@googlegroups.com \
    --cc=git@vger.kernel.org \
    --cc=johannes.schindelin@gmx.de \
    --cc=jon.forums@gmail.com \
    --cc=msysgit@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).