coturn-4.5.1.3-lp152.2.3.1<>,D^*w/=„2o99bfIy$e]{Yzl\1jY ;UKC ^nvW6s|Fl>H:45ţ daܰGa z OU&K]θ3;?ޮ7tftM5Jڲw;K\&}6/ 3A,,A;©L?-吆A:)b6>A#}+~y3Еka{7 9')Qgf>Ib?bd   ;  -3:Jdd Hd d d -d .@d/d1d33d55(6`(: ((:_8:h9::;{=H>H?H@HFHGHdHJpdILdXLdYLx\Ld]NHd^U#bXcYCdYeYfYlYuYdv[ w^dx_dya$4zabbb(b,b4b:b|Ccoturn4.5.1.3lp152.2.3.1TURN and STUN server for VoIPSTUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays around NAT) are protocols that can be used to provide NAT traversal for VoIP and WebRTC. It can be used as a general-purpose network traffic TURN server and gateway, too. On-line management interface (over telnet or over HTTPS) for the TURN server is available.^*wcloud107iopenSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Talk/Servershttps://github.com/coturn/coturn/linuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in coturn.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in coturn.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-coturn-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-coturn-update-$service-new-in-upgrade" fi done for service in coturn.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi #!/bin/bash tail -n 3 $0 | /usr/sbin/sysusers2shadow RET=$? test -f /.buildenv && exit 0 exit $RET ######## data below ######## g coturn - u coturn - "Coturn TURN Server daemon" /var/lib/coturn m coturn coturn test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset coturn.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in coturn.service ; do if [ ! -e "/run/rpm-coturn-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-coturn-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in coturn.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi systemd-tmpfiles --create /usr/lib/tmpfiles.d/coturn.conf PNAME=coturn SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -f /usr/bin/firewall-cmd && firewall-cmd --reload --quiet || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then if /usr/bin/systemctl is-active --quiet apparmor.service; then /sbin/apparmor_parser -r -T -W /etc/apparmor.d/usr.bin.turnserver &> /dev/null || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable coturn.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop coturn.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart coturn.service ) || : fi else # package uninstall for service in coturn.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fioh}pp'n U+ P Lhan_ ^^:eN!C`y |%cP7p* V :qAA큤A聠AAAAAA큤A聤聤A큤A큤AA큤A큤A큤A큤A큤A큤A큤A큤AA^*t^*t^*t^^*t^m^&j^*t^*t^*t^*t^*u^*u^*t^*t^~^:P^%^&k^*u^*t^*t^*t^*t^*t^*t^*t^*t^*t^:O^*t^*t^*t^m^m^*t^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^m^F^*v^m^*u^*t^*t^*t^*t59abbca89d5dec503e83321093a64cd99e8a4109e9d8c5457bac3d707744f7cceb95aef99a090dcf7db3f1c1cd858872243ff4f40c920fbee96aa1808f95f4e7e8724649f399c5050fc2d890153ce31498cb02d47597a8871127d112c673f70efdbd8fcee85f1f26294ea1cf35b4cdbcc35784a6c3138b8e47ec9a1a6fe173193456f681f1ce0ff9bdbaf858b1ba19b2637e8230e7dd85330708e7d15b0fad331b6b7a06e5ec9b3a6a324d955f2204630f6be7ee4df68dc4e2c3e194ac16424127377ea4047fa2f6e36f2dcc899cac1fdb115a54a352e74a4c488740c4a9e6db8b30724a2f380047fd034dc07856485a7be95f934a12d95029236a22daf634639fe97538f98556d1eba777e7a623cfca0ddafadf1bafc69dcc276b620a34a03c0041aeb3661985a2be4ee3a948cbd713ce0c5b32675cf34ff2175eda587445d7672ec9409f0205d4b328037b4904388535b094e727974fc90ebadd30987d302f814d50d1ffc03450aedd6dba03f69dac4c0b0acc5f4612c9bb5b2cb61d0bbf77dc608858900d5efeccf431be937047addb707f22bab3c4f1ca6b7fcaebd33c3a5cae720fe4f06a50ed0e140c7a185e4d0469ca048a44217a66955721916c145db2742b39052d2177a88f1cf4f7c07574403187b2706b53f5a936e90a3b8bcb725ca80b07f6bbfaec5fb742ec201a3dc231b7788ecaa06768fc7ef4eeb9c7b18f75967d7d69cc5bacb8a4d4465e99d6a78e3ba98a7aac223f17b55b02ba967b0ca58d2ff00aed64792b936ed21aad205da135be52c1d37820aed88db6b98acfab101f529e4b3479a0f87577c2a36053bda193b53547a63671b42a3088bfc05e17cd72647f426a9efe2b8436a73bd90000df79d992a8d75b1d2539bf2b7b56c965d4e3e5c6e33cf3183028232ce9a65fc5faa3cd5a311837991d9ba64b9d7831f844fea4e091db2875b1eb1d6cb38c99bcb2b1e9e97eb1b931e8449b33d6aea79258368bb30969b470fc5435d0b63c612fbb952e699bff929ff7a409f5d4cad0ee8c785b44aebce5964c3f4f45fa5f0c2ee7ff29e913df4ff87795d84b7208a5c3833b80fb2923f549eb25c6d5a0ae56334eb4f91b75f9907e1cc6295bc201d31acde9037dd28833ebf2f7a811e9b7332522bcf63fb1836d603570219abcc4ce394439881113de0d6b85ce4893dd9265fb609f2891d53f3045cd6367ee5123018b7058479e7f1dc74f780c321ec757bba93d8ef3b9252f08730db9b14d3afe58b797e60859449f706c514d0477904982bf566e5136b92e2638472c834d507257fdba42ee4fb0f75e059d6f89d6fa15dc082947dae07e237f440577e31f94693670720c554d6a2b0ed78ebb029d541658596cb4845b1449c0824c690a254a43680018180b1ec57910b9c29d793ac0a89af4a469715cc48e8ffde67e43f2d74d46f7c090cd4b1a8ac970b8f3cadf9bde030227bf031cccd6a1534919066063c8e24b6aa9a659a6e8ea120151c0f144ea2d7be113d1e48ecb3cb75c58100b24d1e37d68e0b8c7b94528d56353f3ff7890c0b01b5af527d20baedb662f41d34f5ccbb5ff2d00b35ccf11c6a3fcbb0570f5b68a38a7cf9553213f90aa6901edbe1cb720978d962fb3f12a9cc60a874ff0b46c37a98d6213f21cd21be8cd5f375939292af96a5ada49ad5a005af46fc1c2422a24fdb097d9d889d1d821b895e315ac1a1a5e8413559cbeb021901fd598628475fdc76fb0ef5eff49c77a9b3d2154ef35b7e4619b969c9eebba614e241db4d70a4cc7e13d816737d8fc64e7857d3dd643359b717eea01bf15dcbc7fa3f8c05ccc4ec1c4fbb2b4ae1520225fd1aa277cd10ded4984968118387ea03b9994b3a210138fc7d4695a370ec418194dc1105abdaac264757257024cc149e30b991bee5fbef0f3df9e7447832fcde7b2ddf9caaf855fb2b668c3c34620f372e303980669a788cbdd59e2e752c0ecefbc640cff1b071aee601afd79a74384f35af235406f05f4ad89cc01478e8ee4a8f7540f2c1d658ba78baed0c60df0005acef4af6f8c86b72feadd81ec8daced1e09b48ebedf9a4d463dde8be234a5b406fdf204ce2c68c76d55352a7a3399531ee3c626a3e76b96247cbc1889df707bae0960a5e2a0c1531237d3016c0fd0ef6be6126c2b9ce7ca7543989f1d093b211d7455b7db1c14fa36e4914d30956d4280f935912bcff7b0bd50cef78ca4149cd4aa2e1d966127420ac145eda216edd7d084f2531192600e9abeae024b5a2bf539430d7fd7c1b4848047a6c6704ae6f0469d20aa836610f10fa00b81feb04e3a56f76a7534ff3979cb2da4e623401cb1286ce4c0bd3f153eb8489bffca4213c6b24610617a223105930baf20ad21fe603d6555a7816053a6fe7711cc90f5f8155de351a9b9c841c07d19252d462d77c413cb26d3055bad85cbeb0ef7be2d6721d358549ea3bc1f0a4d9b6c54bc01523e19cd2edaf3d27ac19a934725adbcd4d8715e6ca197b97ab43476bb086ae9afb14d6695a7c6cc3f11355718c78dcf25e1143ce67c6d17e9b22f008621725b55090a14c275d0b8f46f19c9a2bfa665c821b6e41eaa3e817b8de8b755299caf07533c8283bdf3f440b63f06d817399a6884aef269505c412217b0e4fb50016575d00984a3d7ca6f5a61eb954b88f2fa74613f15bac404b6fb3221c4cb169f46e6f05d6166d7598cbb0eb746d43749dda457d65c489eed39195b4327e0ab70f50db327fdad5f5b3e5cad78b7a4ba66972fd9feadf9754ffcb7460a3950dfe20a00c6aa07d52d30c551c1b004d6212b1f29f50a2ce46dac79c28fb99b789e722ca34f6901a24e6e7ca95d7048700896e29a2f39e8bf6205a7e62c5f712814995a8c67c4dad48611463ef3ef858e4d04030ab5e1533dac3fd19f95b8704cd4c2e28bcf796f47409d3bdb7925a02feddc01744d84754c45df0f0ef7d5c288775201119d5209e2577d59731f13b418d6b13f275e7cd62c7e9f98c8be71ca1d7dc00f79ac46018546936006126ac68cba99a84bcc27cf7918f210bdcca33c51d93c33f0d3f797dc044fef92955756981e2f5aec4c566da8cf31df2116498f7172e6467c4203774c724296013696406c97ff0451ea3a62b9b10dabe765619cf359064a6337233576a57cc04bf08e76ef4597730f505ccb04b0b0b1a538d8efd74cfec219a6475690b3529333b7c8c48d536ca5e74b10d0ce4915408e8c42675f7f56d06a30bdd47c240534369add1798fa67dba2172d7b160dae18e190470a0ff7f4938fe5aad4122c19dc1f6f81814207eb9e86bcebe40123183ceeedf795ea9490cb7a6b5dea884b6f76e4421bcc6de0cb4abf9fabf2b834f4e38047a8883d1269847d6040d1bdf1d79fc1serviceturnserver.1.gz@rootrootrootrootrootrootrootrootrootrootcoturnrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcoturncoturnrootrootrootrootcoturncoturnrootrootcoturnrootcoturnrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcoturncoturncoturn-4.5.1.3-lp152.2.3.1.src.rpmconfig(coturn)coturncoturn(x86-64)group(coturn)user(coturn) @@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(coturn)coreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libevent_core-2.1.so.6()(64bit)libevent_extra-2.1.so.6()(64bit)libevent_openssl-2.1.so.6()(64bit)libevent_pthreads-2.1.so.6()(64bit)libhiredis.so.0.13()(64bit)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(64bit)libpq.so.5()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)libsqlite3.so.0()(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsysuser-shadow4.5.1.3-lp152.2.3.13.0.4-14.6.0-14.0-15.2-14.14.1^)@^^^^@^@Johannes Weberhofer Johannes Weberhofer lars@linux-schulserver.deJohannes Weberhofer Jan Engelhardt Johannes Weberhofer - Version 4.5.1.3: * Remove reference to SSLv3: gh#coturn/coturn#566 * Ignore MD5 for BoringSSL: gh#coturn/coturn#579 * STUN response buffer not initialized properly; he issue found and reported gh#coturn/coturn#583 by Felix Dörre all credits belongs to him. CVE-2020-4067, boo#1173510 - Let coturn allow binding to ports below 1024 per default- Extended Readme.SUSE with description on how to bind to ports below 1024 - Fixes and enhancements in service-file - /etc/sysconfig/coturn defaults now to not show software's version to the public - Version 4.5.1.2: * Do not display empty CLI passwd alert if CLI is not enabled * Removed several functions: gh#coturn/coturn#359 * Fix webadmin IP permission and possible SQL-injections: gh#coturn/coturn#386 * Fix Mongo driver crash on invalid connection string: gh#coturn/coturn#390 * enhanced fread return length check: gh#coturn/coturn#392 * disconnect database gracefully: #367 * Using SSL_get_version method for BoringSSL compatibility: turn_session_info->tls_method returns real TLS version: gh#coturn/coturn#382 * Added systemd service example: gh#coturn/coturn#276 * Add bandwidth usage reporting packet/bandwidth usage by peers: gh#coturn/coturn#284 * Modifying configure to enable compile with private libraries: gh#coturn/coturn#381 * Append to log files rather than overriding them: gh#coturn/coturn#417 * Updated incorrect string length check for 'ssh': gh#coturn/coturn#442 * Fix Dockerfile for latest Debian: gh#coturn/coturn#449 * CVE-2020-6061, CVE-2020-6062: specially crafted HTTP POST request can lead to heap overflow which can result in information leak: gh#coturn/coturn#489 * STUN input validation: gh#coturn/coturn#472 * Allow MD5 in FIPS mode: gh#coturn/coturn#398 * update travis config ubuntu/mac images * added null check for second char: gh#coturn/coturn#466 * compiler warning fixes: gh#coturn/coturn#470 * Fix a memory leak when an SHATYPE isn't supported: gh#coturn/coturn#471 * fix compiler warning comparison between signed and unsigned integer expressions * fix compiler warning string truncation * change Diffie Hellman default key length from 1066 to 2066 * drop of supplementary group IDs: gh#coturn/coturn#522 * Unify spelling of Coturn: gh#coturn/coturn#514 * Rename "prod" config option to "no-software-attribute": gh#coturn/coturn#506 gh#coturn/coturn#478 * change sql data dir in docker-compose-all.yml: gh#coturn/coturn#516 * add flags to disable periodic use of dynamic tables: gh#coturn/coturn#525 * fix typos and grammar: gh#coturn/coturn#463, gh#coturn/coturn#488 * Update README.docker: gh#coturn/coturn#475 * fix config extension in README.docker: gh#coturn/coturn#519 * Code beautifications: gh#coturn/coturn#327, gh#coturn/coturn#455, gh#coturn/coturn#513 - Removed patches now included in upstream: coturn-4.5.1.0-append-log.patch, coturn-4.5.1.1-cve-2020-6061.patch, coturn-4.5.1.1-cve-2020-6062.patch and coturn-4.5.1.1.missing-call-to-setgroups-before-setuid.patch- added apparmor profile (coturn-apparmor-usr.bin.turnserver) - fix executable permissions in devel package by using defattr- Use pkgconfig(systemd) for packaging- Shorten description by stripping the long list of all RFCs. - Drop %defattr; use %autosetup.- Initial release of coturn 4.5.1.1/bin/sh/bin/sh/bin/sh/bin/shcloud107 1593584247  !"%&'-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklm4.5.1.3-lp152.2.3.14.5.1.3-lp152.2.3.14.5.1.3-lp152.2.3.1  !"apparmor.dlocalusr.bin.turnserverusr.bin.turnservercoturnturnserver.confcoturncoturnprivatepubliccoturnturnadminturnserverfirewalldservicescoturn.xmlcoturn.servicecoturn-user.confcoturn.confrccoturncoturnschema.mongo.shschema.sqlschema.stats.redisschema.userdb.redistestmongosetup.shtestredisdbsetup.shtestsqldbsetup.sqlcoturnREADME.SUSEREADME.turnadminREADME.turnserveretccoturn.serviceturnserver.confscriptsbasicdos_attack.shrelay.shtcp_client.shtcp_client_c2c_tcp_relay.shudp_c2c_client.shudp_client.shloadbalancemaster_relay.shslave_relay_1.shslave_relay_2.shtcp_c2c_tcp_relay.shudp_c2c.shlongtermsecuresecure_dos_attack.shsecure_dtls_client.shsecure_dtls_client_cert.shsecure_relay.shsecure_relay_cert.shsecure_sctp_client.shsecure_tcp_client.shsecure_tcp_client_c2c_tcp_relay.shsecure_tls_client.shsecure_tls_client_c2c_tcp_relay.shsecure_tls_client_cert.shsecure_udp_c2c.shsecure_udp_client.shlongtermsecuredbsecure_relay_with_db_mongo.shsecure_relay_with_db_mysql.shsecure_relay_with_db_mysql_ssl.shsecure_relay_with_db_psql.shsecure_relay_with_db_redis.shsecure_relay_with_db_sqlite.shmobilemobile_dtls_client.shmobile_relay.shmobile_tcp_client.shmobile_tls_client_c2c_tcp_relay.shmobile_udp_client.shoauth.shpack.shpeer.shreadme.txtrestapisecure_relay_secret.shsecure_relay_secret_with_db_mongo.shsecure_relay_secret_with_db_mysql.shsecure_relay_secret_with_db_psql.shsecure_relay_secret_with_db_redis.shsecure_relay_secret_with_db_sqlite.shsecure_udp_client_with_secret.shshared_secret_maintainer.plselfloadbalancesecure_dos_attack.shsecure_relay.shsysconfig.coturncoturnLICENSEcoturn.1.gzturnadmin.1.gzturnserver.1.gzcoturncoturn/etc//etc/apparmor.d//etc/apparmor.d/local//etc/coturn//etc/logrotate.d//etc/pki//etc/pki/coturn//run//usr/bin//usr/lib//usr/lib/firewalld//usr/lib/firewalld/services//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/sbin//usr/share//usr/share/coturn//usr/share/doc/packages//usr/share/doc/packages/coturn//usr/share/doc/packages/coturn/etc//usr/share/doc/packages/coturn/scripts//usr/share/doc/packages/coturn/scripts/basic//usr/share/doc/packages/coturn/scripts/loadbalance//usr/share/doc/packages/coturn/scripts/longtermsecure//usr/share/doc/packages/coturn/scripts/longtermsecuredb//usr/share/doc/packages/coturn/scripts/mobile//usr/share/doc/packages/coturn/scripts/restapi//usr/share/doc/packages/coturn/scripts/selfloadbalance//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/coturn//usr/share/man/man1//var/lib//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:13009/openSUSE_Leap_15.2_Update/de47c977423559321703fd968b3742af-coturn.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linux  directoryASCII textC source, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=75a35f02d3720118085a09af9d859326af72c899, for GNU/Linux 3.2.0, strippedXML 1.0 document, ASCII textPOSIX shell script, ASCII text executablePOSIX shell script, ASCII text executable, with very long linesBourne-Again shell script, ASCII text executablePerl script text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)2RRR!RRRRRR R R R RRRR RRRRRRRRR RRR!RRRRRR R R R RRRR RRRRRRRRR PPbO5d-apparmor-abstractionslogrotateutf-878e2b6a2dd60623879fc13ba2654eb3e780bb91ec9ff21eb6e19ba75edb5e246?p7zXZ !t/T;]"k%nyG(m^^L6z5ux>jxVw{> na#6* GYh(hIt,~`YC'z'/_)`aoziQ8Si2'zLF/%l:ٰ<4ctڬf8َHr'M6'caW1^M?bis}J\۹,q<;F%ز"'Ӌ3¥vb=4 =˱4v>ދG }4}'Ձ OS<=6` LBṭ@Eٳ \8k!C8ګc~O6E<|2)Y`)}u\xf|N7? I{ڀeRtV43 YyT3lzz?8DJVpX}[ËwfHE{~gmUk{9z`JvFD:&oLj4>HӝuW0$:<$Ll3Z4j+~"U$db:6%C}bn iY0HDwjե=1EV6д}|J®?h58Ɍ n.I7d0>ֻx !tYN bEy[_C%A&C_҄K*#W=l1A;T 漞*~5dS}Zzݺ#jkyH훈4<%5>{P_I }>>z#%>ȟ"=w\{;g@QCSӗMD>[2XݙKc_|H6J{ 맠s.^Nj#-du)`1,j!-y eFҖ:U ʊ`zr*ZRjVݟhraxVH$_ nOwXDtӶ?-ؖ ZN2 +r,}/Chg\Cv7>~M6FoӀQvwcA2o_'`mf J:M$󖧽yce v0 Ur짊\YVM?7Յ8g̡.J=Zf &oy]OB)dI2*nmg,R,٫:n>R=S]_Z<;CE ͘InifbY?E?WPse:ޑGe@]7#P`Lrj-ysWGsLC?ޝSpcK‹d0 )}^"~s<}qq*}=gߩ| SMm(7$ygux&Ylut}!Cwb.Y~ j#\zct7តg!2,\g%)!7}A55t;k: d`PBnfl٫7^ Z&ƧI7ɋ&4V h9QW#SmF =B,,Ǡצ!>=YRs vbP<6~n%cTi{ޭt4K9,Yv{3 eNRn! 0ziF\3t($Y㷳T>jO̚d`dXӃճ۷ e~{&2L&`j=9*DW dhnHō l d*F}šF%Z]ev0anK} fxͦŴk"2c\e]}UxVIf)pCDƐmx d%CC^J9Ԧt fc8ܖL~hc=oq^dW\r>>Ip;[%͗)es2a'o)2scmI|uj"DPm|DrA^""4Uec9v7KkvΊ|.͏ o".G]/GF#щAPK" $x^O3Rg$=SD-p Ŀʖd40LKEh?GJhx륈Е̿??ELRG N~Bo_/GLa riH1.mM= = @@+ {6s}oA/Fu }&Lڸjdlzxp03C|3j\Iuk7W[?-dï* KiίL}ĄSb <;,lfBchs&pT +;K͉([)fgWQ 8c $EՕ+6=z %Gx2/c"WW*Uܑ-7PԒˣҊās_qXȑ]Jx='MϼQJn1CYVM6 x˘5Unm˖I4mv WIAB76Sn]V`gԄov }Fir1!0d|M`>ie qga Jf5k`/}p% $BuU2(pʙ`I䜂>' sy:ܛr.nĮuOZS-@c)ڬ!HCru8KSb1F wɵ|o)=OIK ONK'tCd?*4Sl>y;rl(;_bpuG`m'ۗ }̀?~*8*LSUev6sUJG !PZ>nOz7;I 0pQ""`N ?Is !lo>_); y2#zYn`'?`znt]DDSkm8g7>4>jzT(tpcW3. g Ѣ[W _ mק02IZ>c̭=Wɣ>VTU. _yѴroeH 5$VKl |VD滏D" #ʏuRa@uuxIJ)58!{%-wfO8gVֻ*C5x-ɧ~6g%~wJCymΜʍKe S%d9H{^rzwJ(PG6M]yojl:jt4YA+f7:Bu[%Է`O-ޫ'b/)f3m<8~s-#%ʏ/A=RԮU#л3(֒1 z6/Q1F.:hJ2m!%#=NёDԣw-1uWLw9^}eDҥ1bo33ڢoi2mEEDq߆umzYe1 z}T:3+0־jnp L3n#d[?/J|Oq̸E56wU ?B^B.E tZ\U(Ҁ lap@T,!₅:Z>%h^Z./P"r(㸯7 z< -*"p|1ʵGSf}*+~ODz`|065(9 =Uop익$˯i>woFpӼ8M\YcԄ^$B/DZ^3* 0'-f=a=rfEqs_?ѕWճM8~=pw_ẌVm6ʰe2+G*L'g͠^(-?FWs;fKA׸Q䁸Q}l޿QkU)0EFK?Kv/f\'ڄohS֋Y{vRxnESfK{o$s$ͽZѽcXg"谰ǻDu'6&v/&f'*38 VHRqP{+BSo?pب 28}wYOѺY8p_) 9x/~7 ޝ.Gtz-i@Ό~`#Z'\%PU e^e!4W JaB>9zE߈G=Xm(Dl 'd+` 7җgMȫY"Yه= *1 tsKeХ;a6$<{splO^ɼh9A\ LUIb >|uJIi Su7ǝdJ}Y-|=}_W"'@E =icĜ;+q Ls)tK B`gH;֞VnI^F15)_t ||oEsJ̲׻f?W\fNSjlps:aʸKR9iM|a A!]KCTDC:(9,@'c3+z[&kTC `Rk??2b`0Qsh]s?WG'RǞi^LMu"[Eb<8>6f3DMZZ.WgWc V1] 2^,qMݗK3D7yPJ%_<. 8}ٽ6^9%:O#]ӥr,>䫳· S,/c)iJ`+T!'yrWGqNW[%PclNgSh;mn}߶?~Q<{bA$?0v[\K=\]|jm|e'徬Qh؝m_N- $oW~~9`$s8!~bR;sv.~g0w))>HHeHP˜tgU4< N^Rq=:Wd~JTq!^N+L4\HK 5|E!~t)4J P>mx_:3>3^A0_#Pyj?J䂇@)R/1q* Yn,O0B9,]}bE?29nq2/B\Yk#qKyfEȜt {ȁnRC&<<3M$WKơ;-[,9f>}W u_j췮JS!:t'괘kQq j|*_'(Ya/BhvxW%. cRQPWDB: hnyp@T]D8KFvFٌp0/岆H!sg:(_^ۧeCNnaM f 6C=AB"QшN T@ $iQ?.қA=HpFA@ Z&L7jrGHϱ!R3L˯[x05s$1|LP  pbC|grX$E&TwEJ|ʐ:MX.vcz!2oXծ ) PkAl{04-; Z/,=`D<lu+3P-)k5|:~-یiu3YGBPHId5**wSAwܿf^kkV_%6 sq=H8@zjRf07 # &isp yjɬ,Ʒd o }CµY!U ڔj}T ]1濃hb~ek*:f?Ae:tb.5g9_kwY0r[6v_?z^L&+jizTn(CٕGAoLmGnAb_P 1;6RFS,;쐞|C;ߜGՕgO_Hh_ ctmA݇RHfMe 6W[WY>|3l=?#:ʱ1mEa4ګܒOTN+Ct&Խ-UM lv^doT%xOT;a&ܭd9DwJ+cL dƗ*S 5VkWgx!m|6W$P'q $k#-!6$ف u-j6Jd@U2HӾ&ռmo_5`FoZ% )v6PlI ]=H S-+LMa Z((Lr!n^;ɺuY;\)&Fi_&,G$2.RNwR:0 /E.y$+Dʫw2>y78Wj[@V.>mYvS!)9Y6&m̓]7 Fؔ՟@KwaM_y(sϥϿrZ,X/V^m5;,TJ;+{K:_96V6dȡj|~H]WB{xK d v0/a;YԻ(DbmHhhwѲE֖ݯ?Ʈ/ ?RGyWli V kn!NHH%q. }g64iS(tXHbBrѵ?xnŠXEV3pYt=Bgl ?FAm^3]%FC3-w i#\/^JrUbC3Z&:}&,OLiAO0<`oFQTX `z^() Q= 3&&h\yCjb‰`᝙rdQ*PVnb$JX Aq'!t2fFq`CR'>3>u6pqR֜O.Q 72}$tv/?RF:kV6ާV"V^%o20s02g f Egrz/*}˲nS N;- T>sj@+U58u!Kx|up:=0b>mܖ ҏ'[h6axFŤ_OL5Wuڮ%w$3_@lnPMb^5cJi,)FZ,d)9zAuʙ8P30Th~ H_D;*xe0ɴÍ^2ieT> 0$ma"efMN_7r<:=+vu #vaHW2XHuR=hP+c<_E ?;5UO.XfU@=͞6=+ihLHQFΖ7Iu $ ^*"H<1P7^#ǃvHP><w}5+F[V4 0~%z2nN^lc&߃Re&eLm{tjgͧgG=!b;”ք6/?RAlr &oKEJ]8P=͋Tjjw"SH,^mJAsT\ێG7 _˰MohpR,gg@ks7Gm2v{ㄿk y2Mi9!k( !*}JeDжepTN_Kc"Tv7=țS4A 2p.u7su`{bkH ۭbNߓe#1!wr5Kwmx@hDzfqb=j6R_-# fLX=PWKm'xek:ÆX o?y s2OXN SQie #/ 9!曆''6r^XzM- kA+}pz]2&3gA˥S@b 0ZSc*}ɀbB-r7NCڐdjc=CҨ_5 >7p^LKuOci^_4S/IVXn1 xJOx+5@fKЮOJdEԧmNl*h;ҟsŲĹHkP9RI2Mג;;e^5SWN'JPP?b%qYJRT'H90q 궞I$>OŲ:`|dd*9t 9DsϜw6 :ZZpnB1 B*[mox8,:SY|*̢ܨ's\Q)*7P8~35xRQ%{dmML~P^#__]Ue2"x$"ǐo58;R͵="i@bRMnjѳ [MruuaQF Ȑ(;p\t#!f' 'tCwbĞk 썙Ss5i0ҍ [mOk'=r-wQx*aie_iFmAa _ w|:O qu`7k֖^-zj, O,;dvр`g.EOD{y8?DlY]VfSmӗSЉ+s໇j;{qTJ뾑`j>g-&jW`m /W5u.(V{IϙRὐ&TXikq`q~$5>O)Y,d ~ 2zSn:i2c Sr#Q 83#y%JSwFyͽ0to9dG@QP{+b1A -+ϜUC4k-/+T@ _:tTkwҷEǿAs61̉sH_;9$9!ԇb$)p %l ifi\Qn*[vm,h|aڦA#pJc\&qڞеPa4VBv2`DžV*%"Km2蒧*EMkf-Ĩ~\z W{\k3L bMƔw,mKEرb! }!`<}m#4֘侕:׫Ed K^#tRJ18>ԶŜs;/7{fBy}KA}ɋwB*|JbG "۲[j]r۽ג6FUǗD0'={' 񈑅/UαB>-84=,j "o sTZpc:Jm,b"oP6x>{oX1 25 z)#P8p)b2n-GpDWOS}BYTBF4$SzS?Gk¼+gUa?q&0 AW)d@ =n3"w^pFʶ YZ