[sr-dev] git:master: core: updated groups to include new auth_ephemeral module

Peter Dunkley peter.dunkley at crocodile-rcs.com
Mon May 27 01:32:37 CEST 2013


Module: sip-router
Branch: master
Commit: 2a29b2ba260584634f05c684ef39ab45e2dc51b6
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a29b2ba260584634f05c684ef39ab45e2dc51b6

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Mon May 27 00:32:19 2013 +0100

core: updated groups to include new auth_ephemeral module

---

 Makefile.groups |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Makefile.groups b/Makefile.groups
index f27cdcb..6c4c5f0 100644
--- a/Makefile.groups
+++ b/Makefile.groups
@@ -92,7 +92,7 @@ mod_list_tlsdeps=auth_identity tls
 # - modules depending on openssl library
 mod_list_outbound=outbound
 
-# - modules depending on unistring library
+# - modules depending on openssl and unistring library
 mod_list_websocket=websocket
 
 # - modules depending on openssl library
@@ -104,6 +104,9 @@ mod_list_dnssec=dnssec
 # - modules depending on libsctp
 mod_list_sctp=sctp
 
+# - modules depending on openssl library
+mod_list_autheph=auth_ephemeral
+
 # - modules related to SIMPLE presence extensions
 mod_list_presence=presence presence_conference presence_dialoginfo \
 					   presence_mwi presence_profile presence_reginfo \
@@ -175,7 +178,8 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
 			   $(mod_list_iptrtpproxy) $(mod_list_mi_xmlrpc) \
 			   $(mod_list_outbound) $(mod_list_osp) \
 			   $(mod_list_java) $(mod_list_stun) \
-			   $(mod_list_dnssec) $(mod_list_sctp))
+			   $(mod_list_dnssec) $(mod_list_sctp) \
+			   $(mod_list_autheph))
 
 
 
@@ -333,6 +337,9 @@ module_group_kdnssec=$(mod_list_dnssec)
 # pkg sctp module
 module_group_ksctp=$(mod_list_sctp)
 
+# pkg auth_ephemeral module
+module_group_kautheph=$(mod_list_autheph)
+
 # list of static modules
 #
 static_modules:=




More information about the sr-dev mailing list