diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-03-02 21:12:47 -0600 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-03-02 21:12:47 -0600 |
| commit | e0855bdb1dd7507b76a2a43a5c926f7b36055799 (patch) | |
| tree | a5e2776e8352b4889f018609b464fe1140c318a8 | |
| parent | 3b3a290b73547ae36649b088759b202cc0b698cd (diff) | |
| download | portable-e0855bdb1dd7507b76a2a43a5c926f7b36055799.tar.gz portable-e0855bdb1dd7507b76a2a43a5c926f7b36055799.tar.bz2 portable-e0855bdb1dd7507b76a2a43a5c926f7b36055799.zip | |
point out where to report bugs, update links.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | README | 4 |
2 files changed, 7 insertions, 3 deletions
| @@ -10,7 +10,7 @@ generation are here: | |||
| 10 | 10 | ||
| 11 | http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/ | 11 | http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/ |
| 12 | 12 | ||
| 13 | A new simplified SSL wrapper library is here: | 13 | A simplified TLS wrapper library is here: |
| 14 | 14 | ||
| 15 | http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libtls/ | 15 | http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libtls/ |
| 16 | 16 | ||
| @@ -19,12 +19,12 @@ with relevant portions of the C library, to a Git repository. This makes it | |||
| 19 | easier to follow all of the relevant changes to the upstream project in a | 19 | easier to follow all of the relevant changes to the upstream project in a |
| 20 | single place: | 20 | single place: |
| 21 | 21 | ||
| 22 | https://github.com/libressl-portable/openbsd/commits/master | 22 | https://github.com/libressl-portable/openbsd |
| 23 | 23 | ||
| 24 | The portable bits of the project are largely maintained out-of-tree, and their | 24 | The portable bits of the project are largely maintained out-of-tree, and their |
| 25 | history is also available from Git. | 25 | history is also available from Git. |
| 26 | 26 | ||
| 27 | https://github.com/libressl-portable/portable/commits/master | 27 | https://github.com/libressl-portable/portable |
| 28 | 28 | ||
| 29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
| 30 | 30 | ||
| @@ -18,6 +18,10 @@ The LibreSSL portable build framework is also mirrored in Github: | |||
| 18 | 18 | ||
| 19 | https://github.com/libressl-portable/portable | 19 | https://github.com/libressl-portable/portable |
| 20 | 20 | ||
| 21 | Please report bugs either to tech@openbsd.org, or to the github issue tracker: | ||
| 22 | |||
| 23 | https://github.com/libressl-portable/portable/issues | ||
| 24 | |||
| 21 | If you have checked this source using Git, follow these initial steps to | 25 | If you have checked this source using Git, follow these initial steps to |
| 22 | prepare the source tree for building: | 26 | prepare the source tree for building: |
| 23 | 27 | ||
