Hello, this probably can be reverted, was simultaneously with another commit. Can do it later today.
Cheers, Henning ________________________________ From: Henning Westerholt via sr-dev <[email protected]> Sent: Tuesday, January 6, 2026 9:32:09 AM To: [email protected] <[email protected]> Cc: Henning Westerholt <[email protected]> Subject: [sr-dev] git:master:86917711: Makefile.groups: add auth_web3 and auth_arnacon also Module: kamailio Branch: master Commit: 86917711b3f8174a68094ad086baa0b0cd5763f5 URL: https://github.com/kamailio/kamailio/commit/86917711b3f8174a68094ad086baa0b0cd5763f5 Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-01-06T07:31:57Z Makefile.groups: add auth_web3 and auth_arnacon also --- Modified: src/Makefile.groups --- Diff: https://github.com/kamailio/kamailio/commit/86917711b3f8174a68094ad086baa0b0cd5763f5.diff Patch: https://github.com/kamailio/kamailio/commit/86917711b3f8174a68094ad086baa0b0cd5763f5.patch --- diff --git a/src/Makefile.groups b/src/Makefile.groups index 99be871a762..e997470d06a 100644 --- a/src/Makefile.groups +++ b/src/Makefile.groups @@ -74,7 +74,7 @@ mod_list_snmpstats=snmpstats mod_list_xmpp=xmpp # - modules depending on curl library -mod_list_utils=utils http_client lost slack +mod_list_utils=utils http_client lost slack auth_web3 # - modules depending on curl and libevent2 library mod_list_http_async=http_async_client @@ -238,6 +238,9 @@ mod_list_secsipid=secsipid secsipid_proc # - modules depending on oRTP and mediastreamer2 libraries mod_list_rtp_media_server=rtp_media_server +# module depending on curl and secp256k1 library +mod_list_auth_arnacon=auth_arnacon + # - all modules mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \ $(mod_list_db) $(mod_list_dbuid) \ _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
_______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
