[Privoxy-devel] 0001-use-the-latest-mbedtls-2.28.3-library

Lee ler762 at protonmail.com
Thu Aug 3 17:36:36 CEST 2023


On Thursday, August 3rd, 2023 at 3:31 AM, Fabian Keil wrote:


> Lee wrote on 2023-08-02 at 20:24:01:
> 
> > mbed-tls 2.28 has been updated since the last privoxy release
> 
> 
> There doesn't seem to be any patch attached.
> 
> At the moment only the following MIME types are allowed
> by Mailman:
> 
> multipart
> message/rfc822
> application/pgp-signature
> text/plain
> text/x-patch
> image/png
> image/jpeg
> 
> Please resend your patches with an acceptable MIME type
> or let me know if I should add another MIME type to the list.

*sigh*
Unless someone can point me to instructions on how to set up protom mail with thunderbird or somesuch, all I've got is a very annoying web interface to mail here :(
But let's try again with all the patch suffixes changed to '.txt' 


> 
> Fabian
> _______________________________________________
> Privoxy-devel mailing list
> Privoxy-devel at lists.privoxy.org
> https://lists.privoxy.org/mailman/listinfo/privoxy-devel
-------------- next part --------------
From abd6bdacf057cccb5291047064f1a9bce4f49de4 Mon Sep 17 00:00:00 2001
From: Lee <ler762 at users.sourceforge.net>
Date: Sat, 29 Jul 2023 14:43:04 -0400
Subject: [PATCH 1/9] use the latest mbedtls-2.28.3 library

Mbed TLS library 2.28.3 released 28 Mar 2023
https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.3
---
 windows/MYconfigure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/windows/MYconfigure b/windows/MYconfigure
index 0091b78a..fd3cdb51 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -141,8 +141,8 @@ LDFLAGS="${LDFLAGS} -L${lib}"
 ##   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"
+inc="/source/mbedtls-2.28.3/include"
+lib="/source/mbedtls-2.28.3/library"
 
 MITMOPT="--with-mbedtls"
 CPPFLAGS="${CPPFLAGS} -I${inc}"
-- 
2.39.0



More information about the Privoxy-devel mailing list