Module: kamailio Branch: master Commit: 02cc4e146f9c0e2e74292c7eefee2c7cee0cd1a5 URL: https://github.com/kamailio/kamailio/commit/02cc4e146f9c0e2e74292c7eefee2c7cee0cd1a5
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-01-06T14:07:21Z Revert "Makefile.groups: add auth_web3 and auth_arnacon also" This reverts commit 86917711b3f8174a68094ad086baa0b0cd5763f5. --- Modified: src/Makefile.groups --- Diff: https://github.com/kamailio/kamailio/commit/02cc4e146f9c0e2e74292c7eefee2c7cee0cd1a5.diff Patch: https://github.com/kamailio/kamailio/commit/02cc4e146f9c0e2e74292c7eefee2c7cee0cd1a5.patch --- diff --git a/src/Makefile.groups b/src/Makefile.groups index e997470d06a..99be871a762 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 auth_web3 +mod_list_utils=utils http_client lost slack # - modules depending on curl and libevent2 library mod_list_http_async=http_async_client @@ -238,9 +238,6 @@ 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!
