[Privoxy-commits] [privoxy] branch master updated: update references to the MBED-TLS library source code
User Git
git at git.privoxy.org
Mon Jan 2 22:05:36 CET 2023
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new ddc558bf update references to the MBED-TLS library source code
ddc558bf is described below
commit ddc558bf84c0cc141f18cf8d002bf2c2dd57638d
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Mon Jan 2 16:05:52 2023 -0500
update references to the MBED-TLS library source code
eg. https://tls.mbed.org/ redirects to https://www.trustedfirmware.org/projects/mbed-tls/
and
https://github.com/ARMmbed/mbedtls redirects to https://github.com/Mbed-TLS/mbedtls
---
doc/source/developer-manual.sgml | 2 +-
doc/source/license.sgml | 2 +-
doc/source/user-manual.sgml | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index c31e9eba..bd0df4c9 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -2603,7 +2603,7 @@ make tarball-dist
<ulink url="https://sourceforge.net/projects/nsis/files/NSIS%203/">
NSIS installer</ulink>,
<ulink url="https://sourceforge.net/projects/pcre/files/pcre/">PCRE library</ulink>,
- <ulink url="https://tls.mbed.org/download">MBED TLS library</ulink>,
+ <ulink url="https://github.com/Mbed-TLS/mbedtls/tags">MBED TLS library</ulink>,
<ulink url="https://github.com/google/brotli/releases">
Brotli library</ulink>,
and that the <emphasis>MAKENSIS</emphasis> evar in
diff --git a/doc/source/license.sgml b/doc/source/license.sgml
index a219ba1b..48aff0b8 100644
--- a/doc/source/license.sgml
+++ b/doc/source/license.sgml
@@ -34,7 +34,7 @@
<para>
The same is true for <application>Privoxy</application> binaries
unless they are linked with a
- <ulink url="https://tls.mbed.org/">mbed TLS</ulink> or
+ <ulink url="https://www.trustedfirmware.org/projects/mbed-tls/">mbed TLS</ulink> or
<ulink url="https://www.openssl.org/">OpenSSL</ulink> version
that is licensed under the Apache 2.0 license in which
case you can redistribute and/or modify the <application>Privoxy</application>
diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index 0ca60705..4ac20fa7 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -437,9 +437,9 @@ export CPPFLAGS="-DPCRE_STATIC"
<para>
If you want to be able to have Privoxy do TLS Inspection, get the latest
- 2.16.x MBED-TLS library source code from
- <ulink url="https://github.com/ARMmbed/mbedtls/tags">
- https://github.com/ARMmbed/mbedtls/tags</ulink>,
+ 2.28.x MBED-TLS library source code from
+ <ulink url="https://github.com/Mbed-TLS/mbedtls/tags">
+ https://github.com/Mbed-TLS/mbedtls/tags</ulink>,
extract the tar file into <literal><root-dir></literal>
and build the static libraries with
<programlisting>
@@ -8210,7 +8210,7 @@ Requests</title>
<para>
The same is true for <application>Privoxy</application> binaries
unless they are linked with a
- <ulink url="https://tls.mbed.org/">mbed TLS</ulink> version
+ <ulink url="https://www.trustedfirmware.org/projects/mbed-tls/">mbed TLS</ulink> version
that is licensed under the Apache 2.0 license in which
case you can redistribute and/or modify the <application>Privoxy</application>
binaries under the terms of the <citetitle>GNU General Public License</citetitle>
@@ -8250,7 +8250,7 @@ Requests</title>
When compiled with FEATURE_HTTPS_INSPECTION (optional),
Privoxy depends on a TLS library. The supported libraries are
<ulink url="https://www.openssl.org/">LibreSSL</ulink>,
- <ulink url="https://tls.mbed.org/">mbed TLS</ulink> and
+ <ulink url="https://github.com/Mbed-TLS/mbedtls/tags">mbed TLS 2.28.x</ulink> and
<ulink url="https://www.openssl.org/">OpenSSL</ulink>.
</para>
<para>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list