point out where to report bugs, update links.

This commit is contained in:
Brent Cook 2015-03-02 21:12:47 -06:00
parent 3b3a290b73
commit e0855bdb1d
2 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,7 @@ generation are here:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/ http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/
A new simplified SSL wrapper library is here: A simplified TLS wrapper library is here:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libtls/ http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libtls/
@ -19,12 +19,12 @@ with relevant portions of the C library, to a Git repository. This makes it
easier to follow all of the relevant changes to the upstream project in a easier to follow all of the relevant changes to the upstream project in a
single place: single place:
https://github.com/libressl-portable/openbsd/commits/master https://github.com/libressl-portable/openbsd
The portable bits of the project are largely maintained out-of-tree, and their The portable bits of the project are largely maintained out-of-tree, and their
history is also available from Git. history is also available from Git.
https://github.com/libressl-portable/portable/commits/master https://github.com/libressl-portable/portable
LibreSSL Portable Release Notes: LibreSSL Portable Release Notes:

4
README
View File

@ -18,6 +18,10 @@ The LibreSSL portable build framework is also mirrored in Github:
https://github.com/libressl-portable/portable https://github.com/libressl-portable/portable
Please report bugs either to tech@openbsd.org, or to the github issue tracker:
https://github.com/libressl-portable/portable/issues
If you have checked this source using Git, follow these initial steps to If you have checked this source using Git, follow these initial steps to
prepare the source tree for building: prepare the source tree for building: