Hi, On Sun, Aug 10, 2014, at 12:38 PM, Nicholas Wilson wrote: > Maybe this is a silly question - but where is the code for the portable > version checked in? I think I understand the development model from > working > with OpenSSH dev, but surely the portable compat files must be kept in > version control somewhere though, as well as in the tarball releases. I'd > like to contribute to LibreSSL but do I have to install and develop on > OpenBSD just to run the latest trunk code? >
According to http://www.libressl.org/: >> We have a github repository clone as libressl-portable[1] on github for the >> curious. This is a copy of the working respositories which are not >> maintained on github. [1] https://github.com/libressl-portable/ I guess you can work on the portable github mirror and submit patches to the list if you don't want to work with cvs directly. Worth to also note the readme on the github repo: >> Development is done in the upstream OpenBSD codebase. >> A github clone of the official repositories is kept at: >> https://github.com/libressl-portable >> We update this repository from the OpenBSD respositories >> semi-frequently, so changes may not show up in GitHub immediately. >> The GitHub repository should be used for informational purposes only. Regards, -- Adam Wolk [email protected]
