[Privoxy-commits] [privoxy] branch master updated: Switch from the mbedtls 2.16 branch to 2.28

User Git git at git.privoxy.org
Sun Jan 1 21:03:38 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 ca45744a Switch from the mbedtls 2.16 branch to 2.28
ca45744a is described below

commit ca45744ac724f54a9b2f76bb9d529991ad928e3a
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sun Jan 1 15:03:58 2023 -0500

    Switch from the mbedtls 2.16 branch to 2.28
    
    https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.16.12
      This is the last release of the 2.16 long-time support branch.
      Users who want a long-time branch should move to mbedtls-2.28,
      which is backward-compatible and will be supported for at least
      3 years.
---
 windows/MYconfigure | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/windows/MYconfigure b/windows/MYconfigure
index 832581d2..6f73b98a 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -136,9 +136,15 @@ CPPFLAGS="${CPPFLAGS} -I${inc}"
 LDFLAGS="${LDFLAGS} -L${lib}"
 
 # mbedtls
-# Get the 2.16.x mbedtls library from  https://github.com/ARMmbed/mbedtls/tags
-inc="/source/mbedtls-2.16.11/include"
-lib="/source/mbedtls-2.16.11/library"
+## https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.16.12
+##   This is the last release of the 2.16 long-time support branch.
+##   Users who want a long-time branch should move to mbedtls-2.28,
+##   which is backward-compatible and will be supported for at least
+##   3 years.
+# Get the 2.28.x mbedtls library from  https://github.com/Mbed-TLS/mbedtls/tags
+inc="/source/mbedtls-2.28.2/include"
+lib="/source/mbedtls-2.28.2/library"
+
 MITMOPT="--with-mbedtls"
 CPPFLAGS="${CPPFLAGS} -I${inc}"
 LDFLAGS="${LDFLAGS} -L${lib}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list