<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Given it is in contrib, presumably it got its own upstream?</div>
</div>
<div name="messageReplySection">On Apr 21, 2024 at 11:24 +0800, Fred Wright <fw@fwright.net>, wrote:<br />
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;"><br />
On Sat, 20 Apr 2024, Saagar Jha wrote:<br />
<br />
<blockquote type="cite">Wait, I use osxkeychain. It’s basically a requirement if you’re pushing<br />
to an authenticated server over HTTPS and don’t want to have to deal<br />
with storing keys yourself. I suspect it is used a lot for this.<br /></blockquote>
<br />
I have yet to see a Git repo that didn't allow you to push via SSH<br />
(git://) rather than HTTPS, and that's preferable, anyway. I usually<br />
configure repos to use git:// in both directions, though git allows you to<br />
configure fetch and push separately if you want.<br />
<br />
I avoid Keychain as much as I possibly can, after reading in some<br />
documentation somewhere that it stores all your passwords on the disk in<br />
cleartext the entire time you're logged in.<br />
<br />
I have no objection to having the osxkeychain feature, but I don't<br />
recommend actually using it.<br />
<br />
Fred Wright<br />
<br />
<blockquote type="cite">
<blockquote type="cite">On Apr 19, 2024, at 23:52, Kirill A. Korinsky <kirill@korins.ky> wrote:<br />
<br />
On Sat, 20 Apr 2024 00:25:47 +0200,<br />
Sergio Had wrote:<br />
<blockquote type="cite"><br />
What do we do? :)<br /></blockquote>
<br />
To fix the build you have two options:<br />
1. Revert that patch for system before 10.7<br />
2. Remove folder contrib/credential/osxkeychain<br />
<br />
I suggest to follow (2) as simpler thay and the good news that osxkeychain<br />
is something that isn't often used.</blockquote>
</blockquote>
</blockquote>
</div>
</body>
</html>