public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox•com>
To: "brian m. carlson" <sandals@crustytoothpaste•net>
Cc: git@vger•kernel.org
Subject: Re: Bug with bash and OpenSSL usage on Windows
Date: Sat, 27 Jul 2024 08:53:06 -0700	[thread overview]
Message-ID: <xmqqttgasufx.fsf@gitster.g> (raw)
In-Reply-To: <ZqUF0ANz9qX-wWEN@tapette.crustytoothpaste.net> (brian m. carlson's message of "Sat, 27 Jul 2024 14:36:00 +0000")

"brian m. carlson" <sandals@crustytoothpaste•net> writes:

> The Git project doesn't ship OpenSSL, or, for that matter, any binaries
> at all.  All we ship is source versions of Git which various
> distributors compile, sometimes with other binaries.
>
> It looks like you're probably using Git for Windows, which _does_ ship
> OpenSSL, and so you probably want to contact them using their issue
> tracker[0] once you've verified that it hasn't already been reported.
>
> [0] https://github.com/git-for-windows/git

Thanks for giving a response like the above, tirelessly every time
something similar pops out.

I've been wondering if we can somehow reduce the occurrence of such
an issue in the first place.  Elaborating a bit more in the
"Reporting bugs" section of the documentation landing page is
probably the 0-th step, and if people agree that it is going in the
right direction, perhaps we would extend it to include something
similar to the top of the "git bugreport" template, by futzing with
the implementation of builtin/bugreport.c:get_bug_template(), and we
can even encourage customizing it by distribution.

Comments?

Thanks.


 Documentation/git.txt | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git c/Documentation/git.txt w/Documentation/git.txt
index 4489e2297a..495467ac1e 100644
--- c/Documentation/git.txt
+++ w/Documentation/git.txt
@@ -1149,14 +1149,31 @@ the authors for specific parts of the project.
 Reporting Bugs
 --------------
 
+First, thanks for noticing that there may be a problem in Git, and
+be willing to share it to help the larger user base.
+
+Issues which are security relevant should be disclosed privately to
+the Git Security mailing list <git-security@googlegroups•com> and
+not on any other public mailing list.
+
 Report bugs to the Git mailing list <git@vger•kernel.org> where the
 development and maintenance is primarily done.  You do not have to be
 subscribed to the list to send a message there.  See the list archive
 at https://lore.kernel.org/git for previous bug reports and other
 discussions.
 
-Issues which are security relevant should be disclosed privately to
-the Git Security mailing list <git-security@googlegroups•com>.
+The Git project does not distribute anything but the source code to
+Git.  Folks like Debian, Ubuntu, and Git for Windows project make
+binary package to install, and may include software other than Git
+(e.g. OpenSSL and Bash) in their packages.  Please report bugs in
+components *other* *than* *Git* *itself* in such a package to the
+respective packagers, not to the Git mailing list.  How to report
+bugs in some sample binary packages are found here:
+
+ Git for Windoes: https://github.com/git-for-windows/git
+ Ubuntu: https://help.ubuntu.com/stable/ubuntu-help/report-ubuntu-bug.html.en
+ Debian: https://www.debian.org/Bugs/Reporting 
+
 
 SEE ALSO
 --------

  reply	other threads:[~2024-07-27 15:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-26 19:40 Bug with bash and OpenSSL usage on Windows Tim Abdiukov
2024-07-26 19:48 ` Tim Abdiukov
2024-07-27 14:36 ` brian m. carlson
2024-07-27 15:53   ` Junio C Hamano [this message]
2024-07-27 15:58     ` Junio C Hamano
2024-07-27 16:05     ` Eric Sunshine
2024-07-27 21:20     ` brian m. carlson
2024-07-27 22:01     ` Jeff King
2024-08-13 13:06 ` 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

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

  git send-email \
    --in-reply-to=xmqqttgasufx.fsf@gitster.g \
    --to=gitster@pobox$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=sandals@crustytoothpaste$(echo .)net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox