FreeBSD Bugzilla – Attachment 180657 Details for
Bug 217652
net/opensips upgrade to 2.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to upgrade
opensips_2.2.3.diff (text/plain), 32.52 KB, created by
Maxim Sobolev
on 2017-03-09 00:58:19 UTC
(
hide
)
Description:
Patch to upgrade
Filename:
MIME Type:
Creator:
Maxim Sobolev
Created:
2017-03-09 00:58:19 UTC
Size:
32.52 KB
patch
obsolete
>Index: net/opensips/Makefile >=================================================================== >--- net/opensips/Makefile (revision 435728) >+++ net/opensips/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= opensips >-PORTVERSION= 2.1.4 >-PORTREVISION= 2 >+PORTVERSION= 2.2.3 > CATEGORIES= net > MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/ > >@@ -47,7 +46,8 @@ > > NOPRECIOUSMAKEVARS= yes > >-OPTIONS_DEFINE= DEBUG DOCS EXAMPLES GEOIP HTTP LDAP MEMCACHED MYSQL PGSQL RADIUS TESTS TLS UNIXODBC >+OPTIONS_DEFINE= DEBUG DOCS EXAMPLES GEOIP HTTP LDAP MEMCACHED MYSQL \ >+ PGSQL RADIUS TESTS TLS UNIXODBC SQLITE > OPTIONS_DEFAULT= GEOIP HTTP LDAP MEMCACHED PGSQL RADIUS TLS > OPTIONS_SUB= yes > >@@ -66,27 +66,50 @@ > GEOIP_LIB_DEPENDS+= libGeoIP.so:net/GeoIP > MEMCACHED_LIB_DEPENDS+= libmemcached.so:databases/libmemcached > UNIXODBC_LIB_DEPENDS+= libodbc.so:databases/unixODBC >+SQLITE_LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 > >-SHEBANG_FILES= scripts/osipsconsole \ >+SHEBANG_FILES= ccopts.sh \ >+ ccver.sh \ >+ examples/ctd.sh \ > modules/jabber/doc/jabberreg.pl \ >+ modules/seas/doc/xml2sgml.sh \ > modules/sipcapture/examples/partrotate_unixtimestamp.pl \ >+ packaging/debian/common/rules \ >+ packaging/freebsd/files/pkg-deinstall.in \ >+ packaging/freebsd/files/pkg-install.in \ >+ packaging/gentoo/opensips.init \ >+ packaging/redhat_fedora/opensips.init \ >+ packaging/redhat_fedora/opensips.m4cfg \ >+ packaging/rpm/opensips.init \ >+ packaging/solaris/berkeley-postinstall \ >+ packaging/solaris/berkeley-preinstall \ >+ packaging/solaris/carrierroute-postinstall \ >+ packaging/solaris/carrierroute-preinstall \ >+ packaging/solaris/identity-postinstall \ >+ packaging/solaris/identity-preinstall \ >+ packaging/solaris/ldap-postinstall \ >+ packaging/solaris/ldap-preinstall \ >+ packaging/solaris/mmgeoip-preinstall \ >+ packaging/solaris/mysql-postinstall \ >+ packaging/solaris/mysql-preinstall \ >+ packaging/solaris/pgsql-postinstall \ >+ packaging/solaris/pgsql-preinstall \ >+ packaging/solaris/regex-postinstall \ >+ packaging/solaris/regex-preinstall \ >+ packaging/solaris/snmp-postinstall \ >+ packaging/solaris/snmp-preinstall \ >+ packaging/solaris/xmlrpc-postinstall \ >+ packaging/solaris/xmlrpc-preinstall \ > scripts/dbtextdb/__init__.py \ > scripts/dbtextdb/dbtextdb.py \ > scripts/dbtextdb/dbtextdb_test.py \ >- packaging/fedora/opensips.m4cfg \ >- packaging/fedora/opensips.init \ >- packaging/rpm/opensips.init \ >- modules/seas/doc/xml2sgml.sh \ >- utils/fifo_relay/fifo_server.php \ >+ scripts/opensipsctl \ >+ scripts/opensipsctl.oracle \ >+ scripts/opensipsdbctl \ >+ scripts/opensipsdbctl.oracle \ >+ scripts/opensipsdbfunc.oracle \ >+ scripts/osipsconsole \ > test/1.sh \ >- test/2.sh \ >- test/3.sh \ >- test/4.sh \ >- test/5.sh \ >- test/6.sh \ >- test/7.sh \ >- test/8.sh \ >- test/9.sh \ > test/10.sh \ > test/11.sh \ > test/12.sh \ >@@ -97,7 +120,7 @@ > test/17.sh \ > test/18.sh \ > test/19.sh \ >- test/20.sh \ >+ test/2.sh \ > test/21.sh \ > test/22.sh \ > test/23.sh \ >@@ -107,12 +130,21 @@ > test/27.sh \ > test/28.sh \ > test/29.sh \ >+ test/3.sh \ > test/30.sh \ > test/31.sh \ > test/32.sh \ > test/33.sh \ > test/34.sh \ >- test/35.sh >+ test/35.sh \ >+ test/4.sh \ >+ test/5.sh \ >+ test/6.sh \ >+ test/7.sh \ >+ test/8.sh \ >+ test/9.sh \ >+ utils/fifo_relay/fifo_server.php \ >+ utils/profile/launch.sh > > .include <bsd.port.options.mk> > >@@ -152,6 +184,10 @@ > EXTRA_MODULES+= proto_tls > .endif > >+.if ${PORT_OPTIONS:MSQLITE} >+EXTRA_MODULES+= db_sqlite >+.endif >+ > OPENSIPS_MAKE_ENV= CC="${CC}" CXX="${CXX}" CPP="${CPP}" _GCC_RUNTIME="${_GCC_RUNTIME}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" > > do-configure: >@@ -219,7 +255,7 @@ > sms.so speeddial.so sst.so statistics.so stun.so textops.so tlsops.so tm.so uac.so \ > uac_auth.so uac_redirect.so uac_registrant.so uri.so userblacklist.so usrloc.so \ > xcap.so xcap_client.so xmpp.so topology_hiding.so fraud_detection.so rtpengine.so \ >- proto_ws.so proto_tls.so cachedb_redis.so >+ proto_ws.so proto_tls.so cachedb_redis.so db_sqlite.so > @if [ -e ${STAGEDIR}${PREFIX}/lib/opensips/modules/${i} ]; then \ > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/opensips/modules/${i}; \ > fi >Index: net/opensips/distinfo >=================================================================== >--- net/opensips/distinfo (revision 435728) >+++ net/opensips/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1469093705 >-SHA256 (opensips-2.1.4.tar.gz) = cb5d4615754a9bffd91c0f5f1fb25f0a18db1fff0a8110042d244ae6cdd6f935 >-SIZE (opensips-2.1.4.tar.gz) = 4784463 >+TIMESTAMP = 1488823435 >+SHA256 (opensips-2.2.3.tar.gz) = ccf540f7aae4335a8319b83f6cb87b562e665991fe1c2adc4e8eb4d4f3042dd7 >+SIZE (opensips-2.2.3.tar.gz) = 9111509 >Index: net/opensips/files/Makefile.conf >=================================================================== >--- net/opensips/files/Makefile.conf (revision 435728) >+++ net/opensips/files/Makefile.conf (working copy) >@@ -52,7 +52,7 @@ > #xcap_client= XCAP client for OpenSIPS.It fetches XCAP elements, either documents or part of them, by sending HTTP GET requests | libxml-dev and libcurl-dev > #xmpp= Gateway between OpenSIPS and a jabber server. It enables the exchange of IMs between SIP clients and XMPP(jabber) clients. | parsing/building XML files, tipically libexpat1-devel > >-exclude_modules= aaa_radius b2b_logic cachedb_cassandra cachedb_couchbase cachedb_memcached cachedb_mongodb cachedb_redis carrierroute compression cpl-c db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_unixodbc dialplan emergency event_rabbitmq h350 regex identity jabber json ldap lua httpd mi_xmlrpc_ng mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi presence_xml proto_sctp proto_tls pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python rest_client rls sngtc snmpstats xcap xcap_client xmpp >+exclude_modules= aaa_radius b2b_logic cachedb_cassandra cachedb_couchbase cachedb_memcached cachedb_mongodb cachedb_redis carrierroute compression cpl-c db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_unixodbc dialplan emergency event_rabbitmq h350 regex identity jabber json ldap lua httpd mi_xmlrpc_ng mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi presence_xml proto_sctp proto_tls pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python rest_client rls sngtc snmpstats xcap xcap_client xmpp db_sqlite > > include_modules= b2b_logic cachedb_redis carrierroute cpl-c dialplan event_rabbitmq regex identity jabber json mi_xmlrpc_ng perl pi_http presence presence_dialoginfo presence_mwi presence_xml pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python rest_client rls xcap xcap_client xmpp > >Index: net/opensips/pkg-plist >=================================================================== >--- net/opensips/pkg-plist (revision 435728) >+++ net/opensips/pkg-plist (working copy) >@@ -1,7 +1,21 @@ >+%%RADIUS%%@sample %%ETCDIR%%/dictionary.opensips.sample > @sample %%ETCDIR%%/opensips.cfg.sample > @sample %%ETCDIR%%/opensipsctlrc.sample > @sample %%ETCDIR%%/osipsconsolerc.sample >-%%RADIUS%%@sample %%ETCDIR%%/dictionary.opensips.sample >+%%TLS%%%%ETCDIR%%/tls/README >+%%TLS%%%%ETCDIR%%/tls/ca.conf >+%%TLS%%%%ETCDIR%%/tls/request.conf >+%%TLS%%%%ETCDIR%%/tls/rootCA/cacert.pem >+%%TLS%%%%ETCDIR%%/tls/rootCA/certs/01.pem >+%%TLS%%%%ETCDIR%%/tls/rootCA/index.txt >+%%TLS%%%%ETCDIR%%/tls/rootCA/private/cakey.pem >+%%TLS%%%%ETCDIR%%/tls/rootCA/serial >+%%TLS%%%%ETCDIR%%/tls/user.conf >+%%TLS%%%%ETCDIR%%/tls/user/user-calist.pem >+%%TLS%%%%ETCDIR%%/tls/user/user-cert.pem >+%%TLS%%%%ETCDIR%%/tls/user/user-cert_req.pem >+%%TLS%%%%ETCDIR%%/tls/user/user-privkey.pem >+%%RADIUS%%lib/opensips/modules/aaa_radius.so > lib/opensips/modules/acc.so > lib/opensips/modules/alias_db.so > lib/opensips/modules/auth.so >@@ -13,20 +27,27 @@ > lib/opensips/modules/b2b_sca.so > lib/opensips/modules/benchmark.so > lib/opensips/modules/cachedb_local.so >+%%MEMCACHED%%lib/opensips/modules/cachedb_memcached.so >+lib/opensips/modules/cachedb_redis.so > lib/opensips/modules/cachedb_sql.so >-lib/opensips/modules/cachedb_redis.so > lib/opensips/modules/call_center.so > lib/opensips/modules/call_control.so > lib/opensips/modules/carrierroute.so > lib/opensips/modules/cfgutils.so >-lib/opensips/modules/cpl-c.so >+lib/opensips/modules/clusterer.so >+lib/opensips/modules/cpl_c.so > lib/opensips/modules/db_cachedb.so > lib/opensips/modules/db_flatstore.so >+%%MYSQL%%lib/opensips/modules/db_mysql.so >+%%PGSQL%%lib/opensips/modules/db_postgres.so >+%%SQLITE%%lib/opensips/modules/db_sqlite.so > lib/opensips/modules/db_text.so >+%%UNIXODBC%%lib/opensips/modules/db_unixodbc.so > lib/opensips/modules/db_virtual.so > lib/opensips/modules/dialog.so > lib/opensips/modules/dialplan.so > lib/opensips/modules/dispatcher.so >+lib/opensips/modules/dispatcher_old.so > lib/opensips/modules/diversion.so > lib/opensips/modules/dns_cache.so > lib/opensips/modules/domain.so >@@ -34,17 +55,22 @@ > lib/opensips/modules/drouting.so > lib/opensips/modules/enum.so > lib/opensips/modules/event_datagram.so >+lib/opensips/modules/event_flatstore.so > lib/opensips/modules/event_rabbitmq.so > lib/opensips/modules/event_route.so >+lib/opensips/modules/event_virtual.so > lib/opensips/modules/event_xmlrpc.so > lib/opensips/modules/exec.so > lib/opensips/modules/fraud_detection.so > lib/opensips/modules/gflags.so > lib/opensips/modules/group.so >+%%LDAP%%lib/opensips/modules/h350.so >+%%HTTP%%lib/opensips/modules/httpd.so > lib/opensips/modules/identity.so > lib/opensips/modules/imc.so > lib/opensips/modules/jabber.so > lib/opensips/modules/json.so >+%%LDAP%%lib/opensips/modules/ldap.so > lib/opensips/modules/load_balancer.so > lib/opensips/modules/mangler.so > lib/opensips/modules/mathops.so >@@ -55,12 +81,12 @@ > lib/opensips/modules/mi_http.so > lib/opensips/modules/mi_json.so > lib/opensips/modules/mi_xmlrpc_ng.so >+%%GEOIP%%lib/opensips/modules/mmgeoip.so > lib/opensips/modules/msilo.so > lib/opensips/modules/nat_traversal.so > lib/opensips/modules/nathelper.so > lib/opensips/modules/options.so > lib/opensips/modules/path.so >-lib/opensips/modules/pdt.so > lib/opensips/modules/peering.so > lib/opensips/modules/perl.so > lib/opensips/modules/permissions.so >@@ -72,7 +98,11 @@ > lib/opensips/modules/presence_mwi.so > lib/opensips/modules/presence_xcapdiff.so > lib/opensips/modules/presence_xml.so >+lib/opensips/modules/proto_bin.so >+lib/opensips/modules/proto_hep.so >+%%TLS%%lib/opensips/modules/proto_tls.so > lib/opensips/modules/proto_ws.so >+lib/opensips/modules/proto_wss.so > lib/opensips/modules/pua.so > lib/opensips/modules/pua_bla.so > lib/opensips/modules/pua_dialoginfo.so >@@ -98,10 +128,12 @@ > lib/opensips/modules/sl.so > lib/opensips/modules/sms.so > lib/opensips/modules/speeddial.so >+lib/opensips/modules/sql_cacher.so > lib/opensips/modules/sst.so > lib/opensips/modules/statistics.so > lib/opensips/modules/stun.so > lib/opensips/modules/textops.so >+lib/opensips/modules/tls_mgm.so > lib/opensips/modules/tm.so > lib/opensips/modules/topology_hiding.so > lib/opensips/modules/uac.so >@@ -114,29 +146,21 @@ > lib/opensips/modules/xcap.so > lib/opensips/modules/xcap_client.so > lib/opensips/modules/xmpp.so >-%%GEOIP%%lib/opensips/modules/mmgeoip.so >-%%HTTP%%lib/opensips/modules/httpd.so >-%%LDAP%%lib/opensips/modules/h350.so >-%%LDAP%%lib/opensips/modules/ldap.so >-%%MEMCACHED%%lib/opensips/modules/cachedb_memcached.so >-%%MYSQL%%lib/opensips/modules/db_mysql.so >-%%MYSQL%%lib/opensips/opensipsctl/opensipsctl.mysql >-%%MYSQL%%lib/opensips/opensipsctl/opensipsdbctl.mysql >-%%PGSQL%%lib/opensips/modules/db_postgres.so >-%%PGSQL%%lib/opensips/opensipsctl/opensipsctl.pgsql >-%%PGSQL%%lib/opensips/opensipsctl/opensipsdbctl.pgsql >-%%RADIUS%%lib/opensips/modules/aaa_radius.so >-%%UNIXODBC%%lib/opensips/modules/db_unixodbc.so >-%%TLS%%lib/opensips/modules/proto_tls.so > lib/opensips/opensipsctl/dbtextdb/dbtextdb.py > lib/opensips/opensipsctl/opensipsctl.base > lib/opensips/opensipsctl/opensipsctl.ctlbase > lib/opensips/opensipsctl/opensipsctl.dbtext > lib/opensips/opensipsctl/opensipsctl.fifo >+%%MYSQL%%lib/opensips/opensipsctl/opensipsctl.mysql >+%%PGSQL%%lib/opensips/opensipsctl/opensipsctl.pgsql > lib/opensips/opensipsctl/opensipsctl.sqlbase >+%%SQLITE%%lib/opensips/opensipsctl/opensipsctl.sqlite > lib/opensips/opensipsctl/opensipsctl.unixsock > lib/opensips/opensipsctl/opensipsdbctl.base > lib/opensips/opensipsctl/opensipsdbctl.dbtext >+%%MYSQL%%lib/opensips/opensipsctl/opensipsdbctl.mysql >+%%PGSQL%%lib/opensips/opensipsctl/opensipsdbctl.pgsql >+%%SQLITE%%lib/opensips/opensipsctl/opensipsdbctl.sqlite > lib/opensips/perl/OpenSIPS.pm > lib/opensips/perl/OpenSIPS/Constants.pm > lib/opensips/perl/OpenSIPS/LDAPUtils/LDAPConf.pm >@@ -172,6 +196,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/NEWS > %%PORTDOCS%%%%DOCSDIR%%/README > %%PORTDOCS%%%%DOCSDIR%%/README-MODULES >+%%RADIUS%%%%PORTDOCS%%%%DOCSDIR%%/README.aaa_radius > %%PORTDOCS%%%%DOCSDIR%%/README.acc > %%PORTDOCS%%%%DOCSDIR%%/README.alias_db > %%PORTDOCS%%%%DOCSDIR%%/README.auth >@@ -183,16 +208,22 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.b2b_sca > %%PORTDOCS%%%%DOCSDIR%%/README.benchmark > %%PORTDOCS%%%%DOCSDIR%%/README.cachedb_local >+%%MEMCACHED%%%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_memcached >+%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_redis > %%PORTDOCS%%%%DOCSDIR%%/README.cachedb_sql >-%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_redis > %%PORTDOCS%%%%DOCSDIR%%/README.call_center > %%PORTDOCS%%%%DOCSDIR%%/README.call_control > %%PORTDOCS%%%%DOCSDIR%%/README.carrierroute > %%PORTDOCS%%%%DOCSDIR%%/README.cfgutils >-%%PORTDOCS%%%%DOCSDIR%%/README.cpl-c >+%%PORTDOCS%%%%DOCSDIR%%/README.clusterer >+%%PORTDOCS%%%%DOCSDIR%%/README.cpl_c > %%PORTDOCS%%%%DOCSDIR%%/README.db_cachedb > %%PORTDOCS%%%%DOCSDIR%%/README.db_flatstore >+%%MYSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_mysql >+%%PGSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_postgres >+%%SQLITE%%%%PORTDOCS%%%%DOCSDIR%%/README.db_sqlite > %%PORTDOCS%%%%DOCSDIR%%/README.db_text >+%%UNIXODBC%%%%PORTDOCS%%%%DOCSDIR%%/README.db_unixodbc > %%PORTDOCS%%%%DOCSDIR%%/README.db_virtual > %%PORTDOCS%%%%DOCSDIR%%/README.dialog > %%PORTDOCS%%%%DOCSDIR%%/README.dialplan >@@ -204,17 +235,22 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.drouting > %%PORTDOCS%%%%DOCSDIR%%/README.enum > %%PORTDOCS%%%%DOCSDIR%%/README.event_datagram >+%%PORTDOCS%%%%DOCSDIR%%/README.event_flatstore > %%PORTDOCS%%%%DOCSDIR%%/README.event_rabbitmq > %%PORTDOCS%%%%DOCSDIR%%/README.event_route >+%%PORTDOCS%%%%DOCSDIR%%/README.event_virtual > %%PORTDOCS%%%%DOCSDIR%%/README.event_xmlrpc > %%PORTDOCS%%%%DOCSDIR%%/README.exec > %%PORTDOCS%%%%DOCSDIR%%/README.fraud_detection > %%PORTDOCS%%%%DOCSDIR%%/README.gflags > %%PORTDOCS%%%%DOCSDIR%%/README.group >+%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.h350 >+%%HTTP%%%%PORTDOCS%%%%DOCSDIR%%/README.httpd > %%PORTDOCS%%%%DOCSDIR%%/README.identity > %%PORTDOCS%%%%DOCSDIR%%/README.imc > %%PORTDOCS%%%%DOCSDIR%%/README.jabber > %%PORTDOCS%%%%DOCSDIR%%/README.json >+%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.ldap > %%PORTDOCS%%%%DOCSDIR%%/README.load_balancer > %%PORTDOCS%%%%DOCSDIR%%/README.mangler > %%PORTDOCS%%%%DOCSDIR%%/README.mathops >@@ -225,12 +261,12 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.mi_http > %%PORTDOCS%%%%DOCSDIR%%/README.mi_json > %%PORTDOCS%%%%DOCSDIR%%/README.mi_xmlrpc_ng >+%%GEOIP%%%%PORTDOCS%%%%DOCSDIR%%/README.mmgeoip > %%PORTDOCS%%%%DOCSDIR%%/README.msilo > %%PORTDOCS%%%%DOCSDIR%%/README.nat_traversal > %%PORTDOCS%%%%DOCSDIR%%/README.nathelper > %%PORTDOCS%%%%DOCSDIR%%/README.options > %%PORTDOCS%%%%DOCSDIR%%/README.path >-%%PORTDOCS%%%%DOCSDIR%%/README.pdt > %%PORTDOCS%%%%DOCSDIR%%/README.peering > %%PORTDOCS%%%%DOCSDIR%%/README.perl > %%PORTDOCS%%%%DOCSDIR%%/README.permissions >@@ -242,7 +278,11 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.presence_mwi > %%PORTDOCS%%%%DOCSDIR%%/README.presence_xcapdiff > %%PORTDOCS%%%%DOCSDIR%%/README.presence_xml >+%%PORTDOCS%%%%DOCSDIR%%/README.proto_bin >+%%PORTDOCS%%%%DOCSDIR%%/README.proto_hep >+%%TLS%%%%PORTDOCS%%%%DOCSDIR%%/README.proto_tls > %%PORTDOCS%%%%DOCSDIR%%/README.proto_ws >+%%PORTDOCS%%%%DOCSDIR%%/README.proto_wss > %%PORTDOCS%%%%DOCSDIR%%/README.pua > %%PORTDOCS%%%%DOCSDIR%%/README.pua_bla > %%PORTDOCS%%%%DOCSDIR%%/README.pua_dialoginfo >@@ -268,10 +308,12 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.sl > %%PORTDOCS%%%%DOCSDIR%%/README.sms > %%PORTDOCS%%%%DOCSDIR%%/README.speeddial >+%%PORTDOCS%%%%DOCSDIR%%/README.sql_cacher > %%PORTDOCS%%%%DOCSDIR%%/README.sst > %%PORTDOCS%%%%DOCSDIR%%/README.statistics > %%PORTDOCS%%%%DOCSDIR%%/README.stun > %%PORTDOCS%%%%DOCSDIR%%/README.textops >+%%PORTDOCS%%%%DOCSDIR%%/README.tls_mgm > %%PORTDOCS%%%%DOCSDIR%%/README.tm > %%PORTDOCS%%%%DOCSDIR%%/README.topology_hiding > %%PORTDOCS%%%%DOCSDIR%%/README.uac >@@ -284,16 +326,31 @@ > %%PORTDOCS%%%%DOCSDIR%%/README.xcap > %%PORTDOCS%%%%DOCSDIR%%/README.xcap_client > %%PORTDOCS%%%%DOCSDIR%%/README.xmpp >-%%GEOIP%%%%PORTDOCS%%%%DOCSDIR%%/README.mmgeoip >-%%HTTP%%%%PORTDOCS%%%%DOCSDIR%%/README.httpd >-%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.h350 >-%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.ldap >-%%MEMCACHED%%%%PORTDOCS%%%%DOCSDIR%%/README.cachedb_memcached >-%%MYSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_mysql >-%%PGSQL%%%%PORTDOCS%%%%DOCSDIR%%/README.db_postgres >-%%RADIUS%%%%PORTDOCS%%%%DOCSDIR%%/README.aaa_radius >-%%UNIXODBC%%%%PORTDOCS%%%%DOCSDIR%%/README.db_unixodbc >-%%TLS%%%%PORTDOCS%%%%DOCSDIR%%/README.proto_tls >+%%EXAMPLES%%share/examples/opensips/acc-mysql.cfg >+%%EXAMPLES%%share/examples/opensips/acc.cfg >+%%EXAMPLES%%share/examples/opensips/ctd.sh >+%%EXAMPLES%%share/examples/opensips/exec_s3.cfg >+%%EXAMPLES%%share/examples/opensips/exec_s4.cfg >+%%EXAMPLES%%share/examples/opensips/exec_s5.cfg >+%%EXAMPLES%%share/examples/opensips/flag_reply.cfg >+%%EXAMPLES%%share/examples/opensips/fork.cfg >+%%HTTP%%%%EXAMPLES%%share/examples/opensips/httpd.cfg >+%%EXAMPLES%%share/examples/opensips/logging.cfg >+%%EXAMPLES%%share/examples/opensips/msilo.cfg >+%%EXAMPLES%%share/examples/opensips/nathelper.cfg >+%%EXAMPLES%%share/examples/opensips/pi_framework.xml >+%%EXAMPLES%%share/examples/opensips/pstn.cfg >+%%EXAMPLES%%share/examples/opensips/redirect.cfg >+%%EXAMPLES%%share/examples/opensips/replicate.cfg >+%%EXAMPLES%%share/examples/opensips/serial_183.cfg >+%%EXAMPLES%%share/examples/opensips/web_im/README >+%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.html >+%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.php >+%%EXAMPLES%%share/examples/opensips/web_im/send_im.html >+%%EXAMPLES%%share/examples/opensips/web_im/send_im.php >+@comment share/licenses/opensips-2.2.3/GPLv2 >+@comment share/licenses/opensips-2.2.3/LICENSE >+@comment share/licenses/opensips-2.2.3/catalog.mk > %%DATADIR%%/dbtext/opensips/acc > %%DATADIR%%/dbtext/opensips/active_watchers > %%DATADIR%%/dbtext/opensips/address >@@ -309,6 +366,7 @@ > %%DATADIR%%/dbtext/opensips/cc_cdrs > %%DATADIR%%/dbtext/opensips/cc_flows > %%DATADIR%%/dbtext/opensips/closeddial >+%%DATADIR%%/dbtext/opensips/clusterer > %%DATADIR%%/dbtext/opensips/cpl > %%DATADIR%%/dbtext/opensips/dbaliases > %%DATADIR%%/dbtext/opensips/dialog >@@ -319,7 +377,12 @@ > %%DATADIR%%/dbtext/opensips/dr_carriers > %%DATADIR%%/dbtext/opensips/dr_gateways > %%DATADIR%%/dbtext/opensips/dr_groups >+%%DATADIR%%/dbtext/opensips/dr_partitions > %%DATADIR%%/dbtext/opensips/dr_rules >+%%DATADIR%%/dbtext/opensips/emergency_report >+%%DATADIR%%/dbtext/opensips/emergency_routing >+%%DATADIR%%/dbtext/opensips/emergency_service_provider >+%%DATADIR%%/dbtext/opensips/fraud_detection > %%DATADIR%%/dbtext/opensips/globalblacklist > %%DATADIR%%/dbtext/opensips/grp > %%DATADIR%%/dbtext/opensips/imc_members >@@ -327,7 +390,6 @@ > %%DATADIR%%/dbtext/opensips/load_balancer > %%DATADIR%%/dbtext/opensips/location > %%DATADIR%%/dbtext/opensips/missed_calls >-%%DATADIR%%/dbtext/opensips/pdt > %%DATADIR%%/dbtext/opensips/presentity > %%DATADIR%%/dbtext/opensips/pua > %%DATADIR%%/dbtext/opensips/re_grp >@@ -340,6 +402,7 @@ > %%DATADIR%%/dbtext/opensips/sip_trace > %%DATADIR%%/dbtext/opensips/speed_dial > %%DATADIR%%/dbtext/opensips/subscriber >+%%DATADIR%%/dbtext/opensips/tls_mgm > %%DATADIR%%/dbtext/opensips/uri > %%DATADIR%%/dbtext/opensips/userblacklist > %%DATADIR%%/dbtext/opensips/usr_preferences >@@ -358,6 +421,43 @@ > %%DATADIR%%/menuconfig_templates/opensips_trunking.m4-e > %%DATADIR%%/menuconfig_templates/opensips_trunking_def.m4 > %%DATADIR%%/menuconfig_templates/opensips_trunking_def.m4-e >+%%MYSQL%%%%DATADIR%%/mysql/acc-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/alias_db-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/auth_db-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/avpops-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/b2b-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/b2b_sca-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/cachedb_sql-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/call_center-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/carrierroute-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/closeddial-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/clusterer-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/cpl-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/dialog-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/dialplan-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/dispatcher-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/domain-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/domainpolicy-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/drouting-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/emergency-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/fraud_detection-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/group-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/imc-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/load_balancer-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/msilo-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/permissions-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/presence-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/registrant-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/registrar-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/rls-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/rtpproxy-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/siptrace-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/speeddial-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/standard-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/tls_mgm-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/uri_db-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/userblacklist-create.sql >+%%MYSQL%%%%DATADIR%%/mysql/usrloc-create.sql > %%DATADIR%%/pi_http/acc-mod > %%DATADIR%%/pi_http/acc-table > %%DATADIR%%/pi_http/alias_db-mod >@@ -378,6 +478,8 @@ > %%DATADIR%%/pi_http/carrierroute-table > %%DATADIR%%/pi_http/closeddial-mod > %%DATADIR%%/pi_http/closeddial-table >+%%DATADIR%%/pi_http/clusterer-mod >+%%DATADIR%%/pi_http/clusterer-table > %%DATADIR%%/pi_http/cpl-mod > %%DATADIR%%/pi_http/cpl-table > %%DATADIR%%/pi_http/dialog-mod >@@ -392,6 +494,10 @@ > %%DATADIR%%/pi_http/domainpolicy-table > %%DATADIR%%/pi_http/drouting-mod > %%DATADIR%%/pi_http/drouting-table >+%%DATADIR%%/pi_http/emergency-mod >+%%DATADIR%%/pi_http/emergency-table >+%%DATADIR%%/pi_http/fraud_detection-mod >+%%DATADIR%%/pi_http/fraud_detection-table > %%DATADIR%%/pi_http/group-mod > %%DATADIR%%/pi_http/group-table > %%DATADIR%%/pi_http/imc-mod >@@ -400,8 +506,6 @@ > %%DATADIR%%/pi_http/load_balancer-table > %%DATADIR%%/pi_http/msilo-mod > %%DATADIR%%/pi_http/msilo-table >-%%DATADIR%%/pi_http/pdt-mod >-%%DATADIR%%/pi_http/pdt-table > %%DATADIR%%/pi_http/permissions-mod > %%DATADIR%%/pi_http/permissions-table > %%DATADIR%%/pi_http/pi_framework-00 >@@ -425,6 +529,8 @@ > %%DATADIR%%/pi_http/speeddial-table > %%DATADIR%%/pi_http/standard-mod > %%DATADIR%%/pi_http/standard-table >+%%DATADIR%%/pi_http/tls_mgm-mod >+%%DATADIR%%/pi_http/tls_mgm-table > %%DATADIR%%/pi_http/uri_db-mod > %%DATADIR%%/pi_http/uri_db-table > %%DATADIR%%/pi_http/userblacklist-mod >@@ -431,75 +537,80 @@ > %%DATADIR%%/pi_http/userblacklist-table > %%DATADIR%%/pi_http/usrloc-mod > %%DATADIR%%/pi_http/usrloc-table >-%%MYSQL%%%%DATADIR%%/mysql/emergency-create.sql >-%%MYSQL%%share/opensips/mysql/acc-create.sql >-%%MYSQL%%share/opensips/mysql/alias_db-create.sql >-%%MYSQL%%share/opensips/mysql/auth_db-create.sql >-%%MYSQL%%share/opensips/mysql/avpops-create.sql >-%%MYSQL%%share/opensips/mysql/b2b-create.sql >-%%MYSQL%%share/opensips/mysql/b2b_sca-create.sql >-%%MYSQL%%share/opensips/mysql/cachedb_sql-create.sql >-%%MYSQL%%share/opensips/mysql/call_center-create.sql >-%%MYSQL%%share/opensips/mysql/carrierroute-create.sql >-%%MYSQL%%share/opensips/mysql/closeddial-create.sql >-%%MYSQL%%share/opensips/mysql/cpl-create.sql >-%%MYSQL%%share/opensips/mysql/dialog-create.sql >-%%MYSQL%%share/opensips/mysql/dialplan-create.sql >-%%MYSQL%%share/opensips/mysql/dispatcher-create.sql >-%%MYSQL%%share/opensips/mysql/domain-create.sql >-%%MYSQL%%share/opensips/mysql/domainpolicy-create.sql >-%%MYSQL%%share/opensips/mysql/drouting-create.sql >-%%MYSQL%%share/opensips/mysql/group-create.sql >-%%MYSQL%%share/opensips/mysql/imc-create.sql >-%%MYSQL%%share/opensips/mysql/load_balancer-create.sql >-%%MYSQL%%share/opensips/mysql/msilo-create.sql >-%%MYSQL%%share/opensips/mysql/pdt-create.sql >-%%MYSQL%%share/opensips/mysql/permissions-create.sql >-%%MYSQL%%share/opensips/mysql/presence-create.sql >-%%MYSQL%%share/opensips/mysql/registrant-create.sql >-%%MYSQL%%share/opensips/mysql/registrar-create.sql >-%%MYSQL%%share/opensips/mysql/rls-create.sql >-%%MYSQL%%share/opensips/mysql/rtpproxy-create.sql >-%%MYSQL%%share/opensips/mysql/siptrace-create.sql >-%%MYSQL%%share/opensips/mysql/speeddial-create.sql >-%%MYSQL%%share/opensips/mysql/standard-create.sql >-%%MYSQL%%share/opensips/mysql/uri_db-create.sql >-%%MYSQL%%share/opensips/mysql/userblacklist-create.sql >-%%MYSQL%%share/opensips/mysql/usrloc-create.sql >-%%PGSQL%%share/opensips/postgres/acc-create.sql >-%%PGSQL%%share/opensips/postgres/alias_db-create.sql >-%%PGSQL%%share/opensips/postgres/auth_db-create.sql >-%%PGSQL%%share/opensips/postgres/avpops-create.sql >-%%PGSQL%%share/opensips/postgres/b2b-create.sql >-%%PGSQL%%share/opensips/postgres/b2b_sca-create.sql >-%%PGSQL%%share/opensips/postgres/cachedb_sql-create.sql >-%%PGSQL%%share/opensips/postgres/call_center-create.sql >-%%PGSQL%%share/opensips/postgres/carrierroute-create.sql >-%%PGSQL%%share/opensips/postgres/closeddial-create.sql >-%%PGSQL%%share/opensips/postgres/cpl-create.sql >-%%PGSQL%%share/opensips/postgres/dialog-create.sql >-%%PGSQL%%share/opensips/postgres/dialplan-create.sql >-%%PGSQL%%share/opensips/postgres/dispatcher-create.sql >-%%PGSQL%%share/opensips/postgres/domain-create.sql >-%%PGSQL%%share/opensips/postgres/domainpolicy-create.sql >-%%PGSQL%%share/opensips/postgres/drouting-create.sql >-%%PGSQL%%share/opensips/postgres/group-create.sql >-%%PGSQL%%share/opensips/postgres/imc-create.sql >-%%PGSQL%%share/opensips/postgres/load_balancer-create.sql >-%%PGSQL%%share/opensips/postgres/msilo-create.sql >-%%PGSQL%%share/opensips/postgres/pdt-create.sql >-%%PGSQL%%share/opensips/postgres/permissions-create.sql >-%%PGSQL%%share/opensips/postgres/presence-create.sql >-%%PGSQL%%share/opensips/postgres/registrant-create.sql >-%%PGSQL%%share/opensips/postgres/registrar-create.sql >-%%PGSQL%%share/opensips/postgres/rls-create.sql >-%%PGSQL%%share/opensips/postgres/rtpproxy-create.sql >-%%PGSQL%%share/opensips/postgres/siptrace-create.sql >-%%PGSQL%%share/opensips/postgres/speeddial-create.sql >-%%PGSQL%%share/opensips/postgres/standard-create.sql >-%%PGSQL%%share/opensips/postgres/uri_db-create.sql >-%%PGSQL%%share/opensips/postgres/userblacklist-create.sql >-%%PGSQL%%share/opensips/postgres/usrloc-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/acc-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/alias_db-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/auth_db-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/avpops-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/b2b-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/b2b_sca-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/cachedb_sql-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/call_center-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/carrierroute-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/closeddial-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/clusterer-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/cpl-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/dialog-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/dialplan-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/dispatcher-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/domain-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/domainpolicy-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/drouting-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/emergency-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/fraud_detection-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/group-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/imc-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/load_balancer-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/msilo-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/permissions-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/presence-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/registrant-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/registrar-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/rls-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/rtpproxy-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/siptrace-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/speeddial-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/standard-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/tls_mgm-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/uri_db-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/userblacklist-create.sql >+%%PGSQL%%%%DATADIR%%/postgres/usrloc-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/acc-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/alias_db-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/auth_db-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/avpops-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/b2b-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/b2b_sca-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/cachedb_sql-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/call_center-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/carrierroute-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/closeddial-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/clusterer-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/cpl-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/dialog-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/dialplan-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/dispatcher-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/domain-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/domainpolicy-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/drouting-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/emergency-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/fraud_detection-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/group-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/imc-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/load_balancer-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/msilo-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/permissions-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/presence-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/registrant-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/registrar-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/rls-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/rtpproxy-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/siptrace-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/speeddial-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/standard-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/tls_mgm-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/uri_db-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/userblacklist-create.sql >+%%SQLITE%%%%DATADIR%%/sqlite/usrloc-create.sql > %%TESTS%%tests/opensips/1.sh > %%TESTS%%tests/opensips/10.sh > %%TESTS%%tests/opensips/11.cfg >@@ -570,49 +681,3 @@ > %%TESTS%%tests/opensips/subscribe_notify.csv > %%TESTS%%tests/opensips/subscribe_notify_scenario.xml > %%TESTS%%tests/opensips/unregister.sip >-%%EXAMPLES%%share/examples/opensips/acc-mysql.cfg >-%%EXAMPLES%%share/examples/opensips/acc.cfg >-%%EXAMPLES%%share/examples/opensips/ctd.sh >-%%EXAMPLES%%share/examples/opensips/exec_s3.cfg >-%%EXAMPLES%%share/examples/opensips/exec_s4.cfg >-%%EXAMPLES%%share/examples/opensips/exec_s5.cfg >-%%EXAMPLES%%share/examples/opensips/flag_reply.cfg >-%%EXAMPLES%%share/examples/opensips/fork.cfg >-%%EXAMPLES%%share/examples/opensips/httpd.cfg >-%%EXAMPLES%%share/examples/opensips/logging.cfg >-%%EXAMPLES%%share/examples/opensips/msilo.cfg >-%%EXAMPLES%%share/examples/opensips/nathelper.cfg >-%%EXAMPLES%%share/examples/opensips/pi_framework.xml >-%%EXAMPLES%%share/examples/opensips/pstn.cfg >-%%EXAMPLES%%share/examples/opensips/redirect.cfg >-%%EXAMPLES%%share/examples/opensips/replicate.cfg >-%%EXAMPLES%%share/examples/opensips/serial_183.cfg >-%%EXAMPLES%%share/examples/opensips/web_im/README >-%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.html >-%%EXAMPLES%%share/examples/opensips/web_im/click_to_dial.php >-%%EXAMPLES%%share/examples/opensips/web_im/send_im.html >-%%EXAMPLES%%share/examples/opensips/web_im/send_im.php >-%%DATADIR%%/dbtext/opensips/dr_partitions >-%%DATADIR%%/dbtext/opensips/fraud_detection >-%%DATADIR%%/dbtext/opensips/emergency_report >-%%DATADIR%%/dbtext/opensips/emergency_routing >-%%DATADIR%%/pi_http/fraud_detection-mod >-%%DATADIR%%/pi_http/fraud_detection-table >-%%DATADIR%%/pi_http/emergency-mod >-%%DATADIR%%/pi_http/emergency-table >-%%PGSQL%%%%DATADIR%%/postgres/fraud_detection-create.sql >-%%PGSQL%%%%DATADIR%%/postgres/emergency-create.sql >-%%MYSQL%%%%DATADIR%%/mysql/fraud_detection-create.sql >-%%TLS%%%%ETCDIR%%/tls/README >-%%TLS%%%%ETCDIR%%/tls/ca.conf >-%%TLS%%%%ETCDIR%%/tls/request.conf >-%%TLS%%%%ETCDIR%%/tls/rootCA/cacert.pem >-%%TLS%%%%ETCDIR%%/tls/rootCA/certs/01.pem >-%%TLS%%%%ETCDIR%%/tls/rootCA/index.txt >-%%TLS%%%%ETCDIR%%/tls/rootCA/private/cakey.pem >-%%TLS%%%%ETCDIR%%/tls/rootCA/serial >-%%TLS%%%%ETCDIR%%/tls/user.conf >-%%TLS%%%%ETCDIR%%/tls/user/user-calist.pem >-%%TLS%%%%ETCDIR%%/tls/user/user-cert.pem >-%%TLS%%%%ETCDIR%%/tls/user/user-cert_req.pem >-%%TLS%%%%ETCDIR%%/tls/user/user-privkey.pem
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217652
: 180657