Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2021 20:51:50 GMT
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 413bf2d2e922 - main - sysutils/fluent-bit: fix build problem on FreeBSD-14
Message-ID:  <202106232051.15NKpoN8021709@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by girgen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=413bf2d2e9224e3b8084012e9189f62a46a461ed

commit 413bf2d2e9224e3b8084012e9189f62a46a461ed
Author:     Palle Girgensohn <girgen@FreeBSD.org>
AuthorDate: 2021-06-23 07:58:30 +0000
Commit:     Palle Girgensohn <girgen@FreeBSD.org>
CommitDate: 2021-06-23 20:51:12 +0000

    sysutils/fluent-bit: fix build problem on FreeBSD-14
    
    This should really be considered a compiler bug. I have no access to a
    CURRENT box at the moment, so I'll just try this trivial patch and will
    hope that it helps.
---
 .../files/patch-lib__mbedtls-2.24.0__library__md5.c          | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/sysutils/fluent-bit/files/patch-lib__mbedtls-2.24.0__library__md5.c b/sysutils/fluent-bit/files/patch-lib__mbedtls-2.24.0__library__md5.c
new file mode 100644
index 000000000000..1e60c667600a
--- /dev/null
+++ b/sysutils/fluent-bit/files/patch-lib__mbedtls-2.24.0__library__md5.c
@@ -0,0 +1,12 @@
+--- lib/mbedtls-2.24.0/library/md5.c.orig	2021-06-23 09:56:17.365471000 +0200
++++ lib/mbedtls-2.24.0/library/md5.c	2021-06-23 09:56:30.205899000 +0200
+@@ -422,8 +422,7 @@
+     { "message digest" },
+     { "abcdefghijklmnopqrstuvwxyz" },
+     { "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" },
+-    { "12345678901234567890123456789012345678901234567890123456789012"
+-      "345678901234567890" }
++    { "12345678901234567890123456789012345678901234567890123456789012345678901234567890" }
+ };
+ 
+ static const size_t md5_test_buflen[7] =



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106232051.15NKpoN8021709>