Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2023 04:14:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275160] devel/tcltls: 1.7.18 broken under FreeBSD 14.0-RELEASE
Message-ID:  <bug-275160-7788-Jokm3qG4uG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275160-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275160-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275160

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd2545249739ae3fd9f99f4000040588=
72e0bee94

commit d2545249739ae3fd9f99f400004058872e0bee94
Author:     Mikhail Teterin <mi@FreeBSD.org>
AuthorDate: 2023-11-20 04:10:55 +0000
Commit:     Mikhail Teterin <mi@FreeBSD.org>
CommitDate: 2023-11-20 04:10:55 +0000

    devel/tcltls: fixes to the newly-added generation of DH-parameters

    Specifically:
            - move the entire code to the post-configure target -- so
              that our own header will be newer than the Makefile
              generated by configure. Otherwise the authors' Makefile
              will (attempt to) regenerate the dh_param.h again.
            - use openssl's asnparse functionality to more reliably
              parse the generated prime -- and turn it into C.

    PR:     275160

 devel/tcltls/Makefile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275160-7788-Jokm3qG4uG>