]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add libjwt to third-party
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 21 Sep 2023 17:12:31 +0000 (11:12 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:12 +0000 (18:32 +0000)
commitcfc6832062aa94397d5da89d92585fbf3b6de28e
tree8f2e32562bc1b220756d273baf560536da178d29
parent893483f915741d5ec0bf00c5f0a7f8b95843599a
Add libjwt to third-party

The current STIR/SHAKEN implementation is not currently usable due
to encryption issues. Rather than trying to futz with OpenSSL and
the the current code, we can take advantage of the existing
capabilities of libjwt but we first need to add it to the
third-party infrastructure already in place for jansson and
pjproject.

A few tweaks were also made to the third-party infrastructure as
a whole.  The jansson "dest" install directory was renamed "dist"
to better match convention, and the third-party Makefile was updated
to clean all product directories not just the ones currently in
use.

Resolves: #349
(cherry picked from commit d7a6116681c28b7c8ccc5733dffbebbbf75f273c)
19 files changed:
build_tools/menuselect-deps.in
configure
configure.ac
include/asterisk/autoconfig.h.in
makeopts.in
menuselect/autoconfig.h.in
menuselect/configure
third-party/Makefile
third-party/configure.m4
third-party/jansson/.gitignore
third-party/jansson/Makefile
third-party/jansson/configure.m4
third-party/libjwt/.gitignore [new file with mode: 0644]
third-party/libjwt/Makefile [new file with mode: 0644]
third-party/libjwt/Makefile.rules [new file with mode: 0644]
third-party/libjwt/configure.m4 [new file with mode: 0644]
third-party/libjwt/libjwt-1.15.3.tar.gz.md5 [new file with mode: 0644]
third-party/libjwt/patches/README [new file with mode: 0644]
third-party/versions.mak