aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-02 21:12:47 -0600
committerBrent Cook <bcook@openbsd.org>2015-03-02 21:12:47 -0600
commite0855bdb1dd7507b76a2a43a5c926f7b36055799 (patch)
treea5e2776e8352b4889f018609b464fe1140c318a8
parent3b3a290b73547ae36649b088759b202cc0b698cd (diff)
downloadportable-e0855bdb1dd7507b76a2a43a5c926f7b36055799.tar.gz
portable-e0855bdb1dd7507b76a2a43a5c926f7b36055799.tar.bz2
portable-e0855bdb1dd7507b76a2a43a5c926f7b36055799.zip
point out where to report bugs, update links.
-rw-r--r--ChangeLog6
-rw-r--r--README4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bcb038b..9c21037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
13A new simplified SSL wrapper library is here: 13A 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
19easier to follow all of the relevant changes to the upstream project in a 19easier to follow all of the relevant changes to the upstream project in a
20single place: 20single place:
21 21
22 https://github.com/libressl-portable/openbsd/commits/master 22 https://github.com/libressl-portable/openbsd
23 23
24The portable bits of the project are largely maintained out-of-tree, and their 24The portable bits of the project are largely maintained out-of-tree, and their
25history is also available from Git. 25history 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
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
diff --git a/README b/README
index 5de150d..ce1d9ef 100644
--- a/README
+++ b/README
@@ -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
21Please report bugs either to tech@openbsd.org, or to the github issue tracker:
22
23 https://github.com/libressl-portable/portable/issues
24
21If you have checked this source using Git, follow these initial steps to 25If you have checked this source using Git, follow these initial steps to
22prepare the source tree for building: 26prepare the source tree for building:
23 27