On Mon, Aug 8, 2016 at 7:56 PM, David Schmidt <davidschmidt...@gmail.com> wrote:
> Nick Holland wrote: > >Nowhere on the OpenBSD website mentions github as anything official. > > It does on this page: https://www.openbsd.org/libressl/. Its even > above the cvs link. Of course this is just for libressl not for the > rest of openbsd. > > We use github as a mirrorâ for LibreSSL-portable and OpenNTPD-portable too. It's not unlike the official python github mirror, which is synced from that project's Mercurial repo: https://github.com/python/cpython If you have patches for the openbsd@ side of these projects, it is best to just email them to tech@, since the OpenBSD devs only have so many places they will look for patches on a regular basis. Using git format-patch, send-email or similar work well in my experience. On the 'portable' side, github PRs are fine, since I'm using git natively and can fetch from the github mirror directly.