xrdp-0.9.13.1-150600.15.6.1<>,Gip9|8vԌdb~>j}w1?pf|KhW1ᅔO@~1VY%5,Wuژq1w/7ifs|6$m@Oc7WsrL9c=u@0͊WH-<ԑV?{ nb}I?d  C2 H]"Z$ Z $Z %tZ &Z 8Z 9Z;,Z<Z>>Z@< @"A|"D"(D8D:9E::I:=8>@?H@PFXGpZHZI@ZX Y \Z]xZ^/bcZdefluZv`wZx<ZykzP`dmptzCxrdp0.9.13.1150600.15.6.1Remote desktop protocol (RDP) serverA terminal server, capable of accepting connection from rdesktop and Microsoft's own terminal server / remote desktop clients.ih04-armsrv2*\SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/X11/Utilitieshttps://github.com/neutrinolabs/xrdplinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in xrdp-sesman.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in xrdp.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi/sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in xrdp-sesman.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in xrdp.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi PNAME=xrdp 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 if [ ! -e /etc/xrdp/rsakeys.ini ]; then xrdp-keygen xrdp /etc/xrdp/rsakeys.ini if [ $? -ne 0 ] || [ ! -e /etc/xrdp/rsakeys.ini ]; then echo "Could not generate rsakeys.ini, please check manually!" fi fi exit 0 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 || : ( 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 ) || : 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 xrdp.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 xrdp.service ) || : 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 xrdp-sesman.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 xrdp-sesman.service ) || : fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in xrdp.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 xrdp.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in xrdp-sesman.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 xrdp-sesman.service ) || : fi fi : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 ) || : fi fi"/*)""(*o8:"*#,8*!98"0*|!6D {    @ rO:`X 0hX (P ` <~A M6FF  @6~A큤A큤큀큤A큤AA큤A큤iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii^v^v^v^v^v^viiiiiiiiiiiiiiiiiiiiif3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24cdcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16d20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76f7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e5e7c51e5e27ba875e12cb94229e65b2ee45ce7f309b0300c4861b540a2d25c50d892e900142393aa4f769004844118ce977f86b9da926aca314d6a3c61594afc57773782311456ec1049059e5194795d3689c5b7662b31711001b3ab75f1473b23377e205912b53a96a7a8e1cb99e93fe50a1f6d46c4e49b601a021df9aaef197e162d20c130daaa989f4a117a91053d951bf2c9f52789156ab352f85d22654e03bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2a022ad27b15bf53b6e34ed21664e021a1f5c20ed594f5125c86b59556f0b86845ef81bc5278890a4c1560799656c0c51bd9e107b62bfb62a8962df788153b8859a36bfe7f1c18b94a035c8f5c994da6db37e7324b756310c79be699f3307bcf7e2ca8867d8165af8dc48bd8d3a77ebb461bc50954f23ec54412c0b1d131020ae9b624c277530d792e8bb464ba8fb9a78f5d29c72363cebf7fc0d201332aaca2176a10ada2132a3dcbfe08905393410a6f190e60e3ccf8eb09c6cbce47612a65366c3db73ba2dd4fd540551d1ee14e23c22ad363a1834c728d1147084f98d90ee02f94cda6a0d57214e5a8237fa82e7d8fbf054a2275cb2c71fd9482f5adbae4c77031a606471a48b8e3a78021710e5ed8d3bb653e0f386a7eadfc08ef9033b05383fb4e40e6369597ecabcbe7596c7a1cafa0170f0fef346188da22450694272917e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c713804656d65c0e4874acbb66a495e1001a1db3c4ee9399a1ac089f3de3afba91fdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-0000041d.inikm-00000813.inilibcommon.so.0.0.0libcommon.so.0.0.0libscp.so.0.0.0libscp.so.0.0.0libxrdp.so.0.0.0libxrdp.so.0.0.0libxrdpapi.so.0.0.0libxrdpapi.so.0.0.0serviceserviceQ@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootxrdp-0.9.13.1-150600.15.6.1.src.rpmconfig(xrdp)libcommon.so.0()(64bit)libmc.so()(64bit)libscp.so.0()(64bit)libvnc.so()(64bit)libxrdp.so.0()(64bit)libxrdpapi.so.0()(64bit)libxup.so()(64bit)xrdpxrdp(aarch-64) @@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/envconfig(xrdp)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libX11.so.6()(64bit)libXfixes.so.3()(64bit)libXrandr.so.2()(64bit)libavahi-client.so.3()(64bit)libavahi-common.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcommon.so.0()(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libscp.so.0()(64bit)libssl.so.3()(64bit)libssl.so.3(OPENSSL_3.0.0)(64bit)libxrdp.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xorg-x11-Xvnc0.9.13.1-150600.15.6.13.0.4-14.6.0-14.0-15.2-14.14.3i|@ges@e\eRdcc/aj@_/@_2@_X@^@^^^y@^y@^j$@^h^>]@]y@]w@]H@]:@\@\$[t[m~@[b@[6@ZԐ@Z2@ZZN@Z@Y@YYoIYdYOY7Y /YYR@Xe@XW@Wu@W9WaC@WN@WL+@W@W4VTY@To)@xiaoguang.wang@suse.comyfjiang@suse.comyu.daike@suse.comyu.daike@suse.comyu.daike@suse.comjcejka@suse.comyu.daike@suse.comyu.daike@suse.comyu.daike@suse.comyfjiang@suse.comyfjiang@suse.comyfjiang@suse.comyfjiang@suse.comdimstar@opensuse.orgyfjiang@suse.comqkzhu@suse.comqkzhu@suse.comfzhang.foss@gmail.comfzhang.foss@gmail.comcrrodriguez@opensuse.orgyfjiang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.commatthias.gerstner@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.combwiedemann@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comrbrown@suse.comfezhang@suse.comftake@geeko.jpfezhang@suse.comfezhang@suse.comfezhang@suse.comjengelh@inai.deftake@geeko.jpfezhang@suse.comfezhang@suse.comfezhang@suse.comvliaskovitis@suse.comjengelh@inai.defezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comfezhang@suse.comrmilasan@suse.comrmilasan@suse.de- Add xrdp-CVE-2025-68670.patch: Fix a potential overflow (bsc#1257362 CVE-2025-68670).- Enforce no login screen if require_credentials is set (bsc#1227769) + Add xrdp-CVE-2024-39917.patch + Rebase xrdp-fate318398-change-expired-password.patch- Update xrdp-CVE-2023-42822.patch + fix bsc#1217759: xrdp login screen does not show any text- xrdp-CVE-2023-42822.patch (bsc#1215803) + unchecked access to font glyph info- xrdp-CVE-2023-40184.patch (bsc#1214805) + restriction bypass via improper session handling- Convert username exported to env variables to canonical form to prevent issues with different username and domain formats (bsc#1211740) + xrdp-Add-function-to-get-user-information-by-UID.patch + xrdp-Moved-initgroups-call-to-before-auth_start_session.patch + xrdp-fix-username-in-env.patch- xrdp-CVE-2022-23477.patch (bsc#1206301) + Buffer over flow in audin_send_open() function- Security fixes: + xrdp-add-stub-implementation-for-s_check_rem_and_log.patch * add stub implementation for s_check_rem_and_log() + xrdp-CVE-2022-23468.patch (bsc#1206300) * Buffer overflow in xrdp_login_wnd_create() + xrdp-CVE-2022-23478.patch (bsc#1206302) * Out of Bound Write in xrdp_mm_trans_process_drdynvc_chan + xrdp-CVE-2022-23479.patch (bsc#1206303) * Buffer overflow in xrdp_mm_chan_data_in() function + xrdp-CVE-2022-23480.patch (bsc#1206306) * Buffer overflow in devredir_proc_client_devlist_announce_req + xrdp-CVE-2022-23481.patch (bsc#1206307) * Out of Bound Read in xrdp_caps_process_confirm_active() + xrdp-CVE-2022-23482.patch (bsc#1206310) + Out of Bound Read in xrdp_sec_process_mcs_data_CS_CORE() + xrdp-CVE-2022-23483.patch (bsc#1206311) + Out of Bound REad in libxrdp_send_to_channel() + xrdp-CVE-2022-23484.patch (bsc#1206312) + Integer Overflow in xrdp_mm_process_rail_update_window_text() + xrdp-CVE-2022-23493.patch (bsc#1206313) + Out of Bound Read in xrdp_mm_trans_process_drdynvc_channel_close()- Fix crash in xrdp-fate318398-change-expired-password.patch (bsc#1187258)- Introduce more buffer protection fixes (jsc#SLE-11518): + Add xrdp-memory-allocation-security-fix.patch + Add xrdp-remove-unecessary-gmalloc.patch + Add xrdp-safe-data-chunk-reassembly.patch - Make the serial number of SLE patches on the bottom- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: + Fallback the session to icewm when a selected desktop environment is not found (bsc#1171415) + Support plasma session for Leap 15.2 + Give more informative comments in start_wm.sh- Update xrdp.keyring according to: https://github.com/neutrinolabs/xrdp/issues/1627- Update to version 0.9.13.1 + This is a security fix release that includes fixes for the following local buffer overflow vulnerability (bsc#1173580): https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4044 - Rebase xrdp-fate318398-change-expired-password.patch- Use %{_libexecdir} to install the legacy initscript actions to.- Enable SLE only patches for Leap (jsc#SLE-11850).- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: + Set the default session to GNOME Session for SLE. + Update the variables to launch SLE-Classic Session. (bsc#1166746).- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: Add `export XDG_SESSION_TYPE=x11` in startwm.sh for SLE, since lacking this variable in GNOME 3.34 causes GNOME crash (bsc#1159257).- Update to version 0.9.13 + Bug fixes: some regressions on drive redirection #1469 #1487 [#1505] #1507 + Support mousex button 8/9 #1478 - Update to version 0.9.12 + Bug fixes - Fix "The log reference is NULL" error when sesman startup [#1425] - Fix behavior when shmem_id changes #1439 - Make vsock config accept -1 for cid and port #1441 - Cleanup refresh rect and check stream bounds #1437 - Significant improvements in drive redirection #1449 + Other changes - Proprietary microphone redirection via rdpsnd is now default off RDP compatible microphone redirection is on instead #1427 - Skip connecting to chansrv when no channels enabled #1393 - Add openSUSE's pam rules (boo#1156094, #1442) - Do not terminate xrdp daemon when caught SIGHUP #1319 - Known issues + FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add `+glyph-cache` option to FreeRDP to connect #1266 + Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Drop xrdp-mkpamrules-support-usr-etc-distconfdir.patch: Fixed upstream- Update xrdp-avahi.diff: Fix implicit definitions errors.- Build with --enable-vsock so xrdp can be used with hyper-v enhanced session mode.- Make mkpamrules additionally support SUSE's usage of /usr/etc/pam.d (boo#1156094, gh#neutrinolabs/xrdp!1442): * xrdp-mkpamrules-support-usr-etc-distconfdir.patch https://lists.opensuse.org/opensuse-factory/2019-08/msg00113.html- Update to version 0.9.11 (jsc#SLE-9612) + New features - Suppress output (do not draw screen when client window is minimized) #1330 - Audio input (microphone) redirection compatible with MS-RDPEAI #1369 - Now xrdp can listen on more than one port #1124 #1366 + Bug fixes - Fix the issue audio redirection sometimes sounds with long delay #1363 - Check term event for more responsive shutdown #1372 + Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add +glyph-cache option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Rebase xrdp-avahi.diff, worked around stdint.h definitions - Rebase xrdp-fate319683-allow-vnc-resizing.patch- Add xrdp-systemd-services.patch: Let systemd handle the daemons, fix daemon start failures (boo#1138954, boo#1144327).- Update xrdp-pam.patch: Include the pam_keyinit.so module in /etc/pam.d/xrdp-sesman to support the kernel keyrings (boo#1144064).- Removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html- Update to version 0.9.10 (jsc#SLE-5926) + New features - Restrict outbound (server->client) clipboard transfer, configured in `sesman.ini` #1298 + Bug fixes - Fix libscp v1 not setting width but height twice #1293 - Fix reconnecting to session causes duplicate drive entries in fuse fs #1299 - Fix default_wm and reconnect_sh refer wrong path after sesman caught SIGUP #1315 #1331 - Shutdown xrdp more responsively #1325 - Improve remote file lookup in drive redirection #996 #1327 - Overwriting & appending to existing files now supported #1327 + Other changes - Add Danish Keyboard #1290 - Put xrdp- prefix to some executables appear in man page #1313 - Replace some URLs from SF.net to xrdp.org #1313 + Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add `+glyph-cache` option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965- Update to version 0.9.9 + New features - Disconnection by idle timeout (requires xorgxrdp v0.2.9 or later) #1227 + Bug fixes - Fix xrdp-chansrv crashes caused in drive redirection #1202 [#1225] - Fix build with FDK AAC v2 #1257 - Do not enable RemoteApp if the INFO_RAIL flag is not set (RDP-RDP proxy) #1253 + Other changes - Add Spanish Latin Amarican keyboard #1237 #1240 #1244 - Dynamic channel improvements #1222 #1224 - Remove some deprecated sesman session types #1232 - Refactoring and cleanups + Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add `+glyph-cache` option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 + Refresh xrdp-default-config.patch- Update to version 0.9.8 + New features - Add TLSv1.3 support #1193 + Deprecation notice - TLSv1 and TLSv1.1 are removed from the default config. Current default is TLSv1.2 and TLSv1.3 + Bug fixes - Ensure unmount redirected drive on fatal X error #1140 + Other changes - Pulseaudio modules has been removed from xrdp source tree - Pass pulse socket name via environment variable #1198 - Update xrdp-fate318398-change-expired-password.patch: Use configured values instead of hardcoded ones in login_wnd inputs- Add xrdp-support-KillDisconnected-for-Xvnc.patch: Support the KillDisconnected option for TigerVNC Xvnc sessions (boo#1101506)- Drop unused private key.pem to make build reproducible (boo#1062303)- Update to version 0.9.7 + Bug fixes - Fix endianness detection on ppc64el #1082 - Fix a bug xrdp file copy slow #1112 #1132 - Copy the PAM session environment for the reconnect script [#1120] - Accept fullpath for DefaultWindowManager, ReconnectScript [#1147] + Other changes - Show OpenSSL version to '--version' CLI option #1096 - Support sesrun start xorgxrdp sessions #1108 - Show configure summary when configure is done #1126 #1134 [#1137] - Less spit on the console when sesman starts #1142 - Fix memory leaks #1146 - Separate rc script for FreeBSD into xrdp and xrdp-sesman [#1153]- Add --enable-painter configure flag to avoid error 0xd06 for certain Android RDP clients (boo#1031910, #246)- Update to version 0.9.6 + Compatibility notice - Exclamation mark has been removed from comment out symbol of config files #1033 + Bug fixes - Make listen check before daemon fork #988 - Fix xrdp sometimes become zombie processes #1000 - Include hostname in sesman password file name #1006 #1007 [#1076] - Fix default startwm.sh to use bash explicitly #1009 #1049 + Other changes - Add Swiss French keyboard #1053 - Improve perfect forward secrecy, explicitly enable ECDHE/DHE [#1024] #1052 #1063 - Lots of leak fixes, cleanups and refactoring - Enable IPv6 (boo#1083105) - Refresh xrdp-bsc965647-allow-admin-choose-desktop.patch- Update xrdp-fate319683-allow-vnc-resizing.patch: Fix interface call incompatibleness (bsc#1064602, bsc#1075163)- Update to version 0.9.5 + Security fixes - Fix local denial of service (boo#1069591 CVE-2017-16927) #958 [#979] + New features - Add a new log level TRACE more verbose than DEBUG #835 #944 - SSH agent forwarding via RDP #867 #868 FreeRDP/FreeRDP#4122 - Support horizontal wheel properly #928 + Bug fixes - Avoid use of hard-coded sesman port #895 (boo#1060644) - Workaround for corrupted display with Windows Server 2008 using NeutrinoRDP #869 - Fix glitch in audio redirection by AAC #910 #936 - Implement vsock support #930 #935 #948 - Avoid 100% CPU usage on SSL accept #956 + Other changes - Add US Dvorak keyboard #929 - Suppress some misleading logs #964 - Add Finnish keyboard #972 - Add more user-friendlier description about Xorg config #974 - Renew pulseaudio document #984 #985 - Lots of cleanups and refactoring + Known issues - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Update xrdp-default-config.patch, drop usage of xrdp.sh from xrdp.service (boo#1014524) - Update xrdp-fate318398-change-expired-password.patch- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update to version 0.9.4 + Accept prefill credentials in base64 form #153 #811 + Indroduce AAC encoder to audio redirection (requires Windows 10 client) + Fix ocasional SEGV in drive redirection #838 + Fix client's IP addresses in xrdp-sesman.log are always logged as 0.0.0.0 #878 #882 + Fix ls_background_image didn't accept full path #776 #853 + Fix misuse of hidelogwindow #414 #876 + Fix WTSVirtualChannelWrite return code #859 + Fix no longer needed socket files remained in the socket dir [#812] #831 + Make creating socket path a bit more robust #823 + Add Belgian keyboard #858 + Drop workaround for #848, fixed in upstream- Add workaround for the upstream issue #848, fix xrdp does not start by wrong path in *.service.- Update to version 0.9.3 + Log user-friendly messages when certificate/privkey is inaccessible + Now sesman sets mandatory LOGNAME environment variable #725 + Now sesman ensures socket directory present #801 + Exit with failure status if port already in use #644 + Fix glitches with IPv4 struct initialization #803 + Fix some keyboard layout integration (UK, Spanish) + Fix handle OS when IPv6 disabled #714 + Fix issues around systemd session #778 + Fix protocol error when 32 bit color and non RemoteFX session [#737] #804 + Fix sesadmin shows error when no sessions #797 + Fix TLS spins 100% CPU #728 + Fix Xvnc backend disconnects when some data copied to clipboard [#755] + Optimize startwm.sh for SUSE * Drop xrdp-do-not-execute-psuedo-login-shell.patch + Update xrdp-avahi.diff - Update xrdp.keyring: add key from upstream signer (Koichiro IWAO, metalefty@github, 01BF10EB)- Add source verification: + Add xrdp-0.9.2.tar.gz.asc + Add xrdp.keyring: add key from upstream signer (Idan Freiberg, speidy@github, 337B1F18) - Drop _service and _servicedata: not needed for stable releases - Drop xrdp-openSUSE-logo.patch and openSUSE.bmp: not really necessary- Rebase SLE patches: + xrdp-avahi.diff + xrdp-bsc965647-allow-admin-choose-desktop.patch + xrdp-fate318398-change-expired-password.patch + xrdp-fate319683-allow-vnc-resizing.patch- Remove filler wording from description. - Rectify RPM groups and little errors in the summaries.- Update to version 0.9.2 + RemoteFX codec and Bitmap updates support are enabled + TLS ciphers suites and version, and connected computer name is now logged + Miscellaneous RemoteFX codec mode improvements + Move auth/pam calls to appropriate locations, fix potential bypass in PAM (bsc#1029912, #694, #704, CVE-2017-6967). - Update to version 0.9.1 + Support for TLS security layer (preferred over RDP layer if supported by the client) + Support for disabling deprecated SSLv3 protocol and selecting custom cipher suites in xrdp.ini + Support for bidirectional fastpath (enabled in both directions by default) + More configurable login screen + Support for new virtual channels: - rdpdr: device redirection - rdpsnd: audio output - cliprdr: clipboard - xrdpvr: xrdp video redirection channel (can be used along with NeutrinoRDP client) + Support for disabling virtual channels globally or by session type + Allow to specify the path for backends (Xorg, X11rdp, Xvnc) + Multi-monitor support + xrdp-chansrv stores logs in ${XDG_DATA_HOME}/xrdp now + Fix VNC password file that was based on clear text user password (boo#1015567 CVE-2013-1430) + Fix 3 bytes PDU handling (boo#1100453) - New sub packages for shared libraries and development files + libpainter0 + librfxencode0 + xrdp-devel - Drop patches merged by the upstream + xrdp-fix-buildtime-warnings.patch + xrdp-Allow-sessions-with-32-bpp.patch.patch + xrdp-vnc-enable-32-bpp-support-for-Xvnc-it-actually-works.patch + xrdp-Fix-support-for-32-bpp-clients-connecting-to-16-bpp-.patch + xrdp-dont-set-LANG.patch - Refresh patches + xrdp-pam.patch - its main part has been merged by the upstream + xrdp-default-config.patch - keep to use Xvnc as a default backend instread of Xorg (upstream default) + xrdp-disable-8-bpp-vnc-support.patch + xrdp-openSUSE-logo.patch - Add xrdp-do-not-execute-psuedo-login-shell.patch + prevent ~/.profile from being executed twice- Add xrdp-dont-set-LANG.patch: Backport upstream commit 5575197, sesman should stop setting LANG and let initialization scripts take care of it (bsc#1023988).- Update xrdp-fate319683-allow-vnc-resizing.patch: + Fix a crash caused by double freeing stream (bsc#1034606). + Remove DisplaySize from Xvnc default policy to enable it resizing.- Add xrdp-fate319683-allow-vnc-resizing.patch: Add support for ExtendedDesktopSize VNC extension into xrdp's VNC client to allow it to do resizing, so that returning clients can reconnect to session if their resolutions changed (FATE#319683, bsc#948062).- Backport upstream patches for 32bpp support (bsc#1022098) - Add xrdp-Allow-sessions-with-32-bpp.patch.patch - Add xrdp-vnc-enable-32-bpp-support-for-Xvnc-it-actually-works.patch - Add xrdp-Fix-support-for-32-bpp-clients-connecting-to-16-bpp-.patch- Trim/fixup summary and description. Use faster find -delete.- Add xrdp-disable-8-bpp-vnc-support.patch: Disable 8 bpp vnc support. Xvnc drops support for 8 bpp since 1.4.0. Trying to launch Xvnc in 8 bpp will cause it to dump core (bsc#991059).- Add obs source services: + tar_scm + recompress + set_version - Update to version 0.9.0~git.1456906198.f422461: Fix tarball naming from 0.9.0git to 0.9.0~git to conform openSUSE naming scheme for pre-release version. + Numlock out of sync fix + neutrinordp: minor changes, coding style, log level + Update faq-compile.txt + Change to allow authentication against all authentication methods. + Add details for crypt_level=fips to man page + libxrdp: no logic change, tabs to spaces + libxrdp: opps, fix typeo + Fix "\ _" on jp keyboard + xrdp_keyboard.ini: Fix jp keyboard model + update xorgxrdp + add keyboard options to xrdp_client_info + xorgxrdp=68412e5 - Add an extra legacy service action force_stop: Forcefully killing xrdp processes when it cannot be stopped normally. Usage: $ service xrdp force_stop or $ rcxrdp force_stop - Merge X11:RemoteDesktop and SLE package, unfortunately we have to drop the original X11:RemoteDesktop xrdp changelog due to unresolvable chronological inconsistences with the SLE changelog. + Add xrdp-default-config.patch: Rebased from contribution of cyberorg@opensuse.org in original X11:RemoteDesktop package. Adjust various default settings to openSUSE standards including removing dysfunctional backend entries from xrdp login UI (bsc#989309). + Add xrdp-openSUSE-logo.patch: Split from xrdp-default-config.patch. Add openSUSE logo to xrdp login UI. Add openSUSE.bmp: Taken from the original X11:RemoteDesktop package, the logo. + Add xrdp-fix-buildtime-warnings.patch: Fix buid time warnings, backported from commit ded462a. + Drop xrdp-lsb.patch: SysV and LSB init scripts are no longer supported by systemd (bnc#442211). + Update xrdp-avahi.diff (bnc#586785). + Update xrdp-pam.patch (bnc#441750). + Update xrdp-bsc965647-allow-admin-choose-desktop.patch (bsc#984834). + Upbate xrdp-fate318398-change-expired-password.patch (FATE#318398). + Cleanup specfile.- Update xrdp-bsc965647-allow-admin-choose-desktop.patch: Fix startwm.sh broken by changed gnome-session environments (bsc#965647, bsc#984834).- Update xrdp-fate318398-change-expired-password.patch: Fixed some internal bugs (FATE#318398).- Add xrdp-fate318398-change-expired-password.patch: Enable the user to update expired password in login window (FATE#318398).- Update to version 0.9.0, git master branch id f422461 (FATE#319910). + Added FIPS support. - Drop xrdp-change-default-crypto_level.patch: fixed upstream (bnc#764044). - Drop xrdp-some-minor-changes-to-arch.h.patch: fixed upstream (bnc#910824). - Drop xrdp-fix-segfaults-in-xrdp-chansrv-code.patch: fixed upstream (bnc#899105). - Drop xrdp-add-systemd-support.patch: fixed upstream (bnc#899105). - Drop xrdp-tab-from-mstsc-updated.patch: merged into xrdp-filter-tab-from-mstsc-on-focus-change.patch, which introduced the bug fixed by this patch (bnc#623534). - Rebase xrdp-avahi.diff (bnc#586785). - Rebase xrdp-pam.patch (bnc#441750). - Rebase xrdp-bsc965647-allow-admin-choose-desktop.patch (bsc#965647). - Rebase xrdp-lsb.patch (bnc#442211). - Rebase xrdp-filter-tab-from-mstsc-on-focus-change.patch (bnc#601996, bnc#623534).- fix rsakeys generation test (bsc#973130) in xrdp.spec.- allow admin choose desktop (bsc#965647) add xrdp-bsc965647-allow-admin-choose-desktop.patch- Fix endian issues (bnc#910824). xrdp-some-minor-changes-to-arch.h.patch.- add systemd support into xrdp (bnc#899105). - fix some segfaults in xrdp-chansrv (bnc#899105)./bin/sh/bin/sh/bin/sh/bin/shh04-armsrv2 1770194382  "$&(*,.024579:<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw0.9.13.1-150600.15.6.10.9.13.1-150600.15.6.10.9.13.1-150600.15.6.1 xrdp-sesmanxrdpkm-00000406.inikm-00000407.inikm-00000409.inikm-0000040a.inikm-0000040b.inikm-0000040c.inikm-00000410.inikm-00000411.inikm-00000412.inikm-00000414.inikm-00000415.inikm-00000416.inikm-00000419.inikm-0000041d.inikm-00000807.inikm-00000809.inikm-0000080a.inikm-0000080c.inikm-00000813.inikm-00000816.inikm-0000100c.inikm-00010409.inipulsedefault.pareconnectwm.shrsakeys.inisesman.inistartwm.shxrdp.inixrdp_keyboard.inixrdp-disxrdp-genkeymapxrdp-keygenxrdp-sesadminxrdp-sesrunxrdpforce_stopxrdp-sesman.servicexrdp.servicexrdplibcommon.solibcommon.so.0libcommon.so.0.0.0libmc.solibscp.solibscp.so.0libscp.so.0.0.0libvnc.solibxrdp.solibxrdp.so.0libxrdp.so.0.0.0libxrdpapi.solibxrdpapi.so.0libxrdpapi.so.0.0.0libxup.sorcxrdprcxrdp-sesmanxrdpxrdp-chansrvxrdp-sesmanxrdpCOPYINGdesign.txtfaq-compile.txtfaq-general.txtfile-loc.txtinstall.txtsysconfig.xrdpxrdp-dis.1.gzsesman.ini.5.gzxrdp.ini.5.gzxrdp-chansrv.8.gzxrdp-genkeymap.8.gzxrdp-keygen.8.gzxrdp-sesadmin.8.gzxrdp-sesman.8.gzxrdp-sesrun.8.gzxrdp.8.gzxrdpad24b.bmpad256.bmpcursor0.curcursor1.cursans-10.fv1xrdp24b.bmpxrdp256.bmpxrdp_logo.bmpxrdp-sesman.log/etc/pam.d//etc//etc/xrdp//etc/xrdp/pulse//usr/bin//usr/lib/initscripts/legacy-actions//usr/lib/initscripts/legacy-actions/xrdp//usr/lib/systemd/system//usr/lib64//usr/lib64/xrdp//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/xrdp//usr/share/fillup-templates//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share//usr/share/xrdp//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.suse.de/SUSE:Maintenance:42561/SUSE_SLE-15-SP6_Update/73714989e6f3067ea84d40fb412579b4-xrdp.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  ASCII textdirectoryASCII text, with CRLF line terminatorsPOSIX shell script, ASCII text executableASCII text, with very long linesBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=04cde1481d35b47e45ba51eac947569daf84e3d1, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=45edce941c7e43dd422dd25611d4337446863357, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b3a38065fc276688b327e5af40a4cfc1f0b3a35b, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7ca9aaf1213ee2378d04a6c7a83e56ad9d09095e, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8809dbb56b6329cf5828aa11f04cb6f012fda3ab, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c570f6b5d645266eef700fb12035a4a62a21100f, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a2e59dfa06bf9f23b512614bd709d694b7cb0713, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd415f8c4faef56da67a05e119b04952ee8d75ce, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=979f72b00fd50b78d243ddba36c97f04bd78949b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ce5916f26f958167fd10f9994708113348ef2619, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5ffaf8a6b8a08c283bd967fa4e1aa6666d3bd5cd, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d47d25343361ebc0a696d58de14dc0a492a8c3a4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=56a6ae349204004b49faaf5f094a9e17344e55f6, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ad9af889f7a02cc8a8efb102b0d3831895df49de, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c63fa2ab2c177cfd3349a3534cedf61e7d640871, for GNU/Linux 4.3.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/xrdp-0.9.13.1-150600.15.6.1.aarch64/var/log/xrdp-sesman.log' (No such file or directory)  !,07=CHNXa  RRRRRRRRRRR RRRRRRRRRRRRRRRRRRRRRRPRRRRRRRRRRPRRRPRRRRRRPRRRRRPRRRRRPRRRRPRRRRRRRRRRRR R RRRRRRR R R RRRRRRRRRRRRy0382`O6K"xorgxrdputf-89a4f644f956c303968daa77aadca1154a9ceb31cd050e579d400b69a8c9f41c1?p7zXZ !t/]"k%rkۣT\SMۯ.>UH>֢$\?MOo zEKq]\ IgOD?ht"RY7 vqW&jS/uJǍ$E#O@ zZ{mPk7u .;EĊ$uƛ[I\PM+,؄rq?{A,0@^<U@UbK=JGBDḋiCfLDsO FyGݞ/&P+L!RӼZ^{VvG"ئ'^ "C-w;u /mwX~bwgbuD¢R@& ܡ\ݥ;%hS/;%1thO~#ҳğ{@Ѧ2&'ph%rظ+سGt$9)uaK6H&mq83$ndak<$idV/FďwZo-:փx48qҙ0 7? zS}mz7]gnb#NnEEdN7}&3uj\HMx?/q}YP?-oΰc{7 hT6EYYs;xqlJˣ2*E3$J>MV<3o6 +X4z%o:- Es퐪vnA{i~t=E~7`Q =Bmϵ|*naxьKi.SN^>1JL&Nhz<3{5ޖ;ҩҴ7ffb]L]:)%*VdʈJ9dLْKSI3ނ闤K+VXbV*vCΗ9u0)9W皒SW09A03}Ms =s._ ]WG6/2b[)_?Ge S+Lȧ^"ڄ@pLy@F + ̑(xĿP>/{ EVF|ΓRޗF@4X]%\/8Օ,E;/Wsb.(RAJϷ̄;HV,$gxK W9t EFKvam7?]JE .K1Ⴎ[UY笔-]U,p`nTUA;A1:*Lc{4@U'qx#R"2N bt-(ѫ0`JOV!/ڳ!7u-:9JɷGmsS A>q!A5g '*UD+4 >Fά|qurw:1*@E۾;V0# &86f)5,!rl깒o* mXT,F+~^@Y9=My$LxSڪR%j*۱K+v0'ޚJ 1y<ݨBjo" >| ȓ$R"/߉!X?SIT 1xy1T*+˵Q{Z> 0> A&tU% 0X(/5Q8 lG)iԒ| O䳊ܘpMpd8ho;Sl mD%iۂ~&SN>6aRd1ɔ1FH*昀zzԸ`v1gUDg6 ~98ȓv}LwaFH j˴oݛII47Cif\`oP _]玣bBrc(]FT44 ٙYmdb!Mn|o\$kô)k;Yβe"nw.]O0,̴-vUƣ=%uPwjKL8s^p<3ۈ{D^fKoO1R3 O+ -SЗ:g4Ƣ ^;:rV?DItujb$&&Y1Ϗ\X^*fA|? > .t2EZyJ<6e?1Zs*[6H1lxȋks<*vON] ovDۜ⨼[rNPA{XE쒈2?)˲TH uݾ%n>d}{!\B;|ͭH?X}Sȭ+LKľTWZy&MEϘl1N~X{0{Aa+vѕmHTÐOqc4Uzli^G vWY9;PAQ1*_4VFf!ЩaA!1B(sւ37Wv!.2ֱҨ뤌/6ܶfsu(=CjpNT)%e2β, ^&m '#0iGIh4XcYFֶ1┚!(ʦhE I:JUfGg8{YqR O]8[~1:ΰbbWe!zL3aS`w@ԎŸfb?CGpOb5eq UcR`͛Җ7tsEEcsIji ir"*@l0A1rUI:Y f vN#gLW9%u[솝oZ ndBys(gOz7h(-al:v ۏ*3/ӧesuzپ$`$b0j6F5d 6[ aL,|96k|S4R6rDM.3MaSsxpw]D8^"u&B䜼U8ܒq*?%b<'%훭TnV YGL%,b6S̖4*o0x&EBV.rB$ִK[w]T4.#jrp2B`߇(5@]1'5z_P~ mM@NgW`б:ۇDmn}T y2tsNмkKuש+y3D׵Vl>R]t9S$CH:e}cmg"bMGOkA8l|=X_R#'8tc%LJyo۝ 9=4q7.0>?)v c+(&ȕVB%e'R7GDv3,c]'WYeTVzv.4b5j^/3 *E%w3*ZƱ &^c$μ٢+#@,G0cd]W]8a`="qB:\A&xľޙ1cw1 LBU19ulVwg5W̜J93]4Oxn<&r (JVz$PPf}M P"?V VPTnˠY!<c&ypowXعRu+;,t 4acY4/ v@G!>P*$V0vJ6(˥7$L!܉!JuNB$Arn񨔚+W*3`eٱhFVQAh&zW7QΚ߽5(@l`y G,!BO`,uE+2xW@Ên 1*%\9ix(\ʨ4Cjg6b8džE(λ6n%\Inv ɛ~*!'7,_يXZ !HV6߾N97% ^7Z|Og:N9-A ߅d#~-a5v9v!34apkJ $z.[xIgtC 6(%<@QK~#+8hK}A;rđp5Wp#o/t]"R1%׃ 8XwkBRbK}U& N+a铜B%$2F=ߑ1{-Gq>db1NI%%zC{}gt"Amm:#SbpVP%d:KqHnӣD+|c(MތŞB.ú ~4D |q0,ɀP-ݜMj㺝Uϔ&Z H"@!'-Dړ81^Bl"2:*@"OHktimEؽ@=K`2iQ-KLUhU~!q%:~X aغ"–%nsoPyFPāԫ8Wd.CG*9ICwf9-gD M>>i}2ۇ`9?SNJY봬F>r5 B$pi~#Lز5Vl =DZ1 ,!c^j ClZGByu_fs^pPܿ$Wf\V/tJTKWbn9[uD4%JtA,?Mp2P C8Oe{ VAgU+œkb9%牋 a'Sdޮ5=W b#kgiOOŏ0fx>xQ"x բ xWI+yuoARȅu#_M |Ln~ U.kP:] y\=g cǏc%lz#q]Zhq3@*> úُ="* `1 [艴jLdgC{ZCV}QQc js~EcH vV_^z}S32Gn?ֈZ `~bzB I(5Ј|:w ߩz.fg N!7=T:c?"4v=(g3 wvٗ.kOO`~*o[!MUR1nszcB-0d Z ,EJ92}883oP*ڣKpKGWaW&uT._)43.TtC) c`mpiR|VUs°FV(5h|CK(vʏəg"|LSƍQ`p_ 0׌Rg&Jj9Hb K-v(њl emm`AK-YӤv]vcN2JaC"Ֆc$A+!R7jDRVv_<?085 e_C/9ZK*쫴҇}2fHҼL9Z'&}P$9<29<~j)DdW tQCUY}6WIPt yZixmܤLAz!g/,Wo@V9$ؖV; j(FCqNgn>;vr/d;.Jnrt *~+"5>Ma{ K"BեH C yf;F,). Tai|KNvG@58vcUXLJ0\XHT^\LMc zg:aN_)p͜ð?#L347rDyc6gŜ}{C'k;[r+иӻ.=+q((SAlZh^8\lZ 8*XUr)/Ggp^F2 Y='<ٴ͍㧐yThs%ܞ\pT;4L {bM] ]kM LoL2WixVNy1 Abcb\z V̫`raUQ=;%78E3ޅ^n|M:H{@$-}&DStI>2uDQ;U E>G9A=e>FhQ>"2X(id~\dMu[$KhSh]-֩>L㿗?E[DԷ`pתL#h%;Bnhѻ>?򀶳KQ6T픽Pj JϽrv's}#nATpjI718JkJ$C=} p!A!^IM08eL:~nl{Roͦ}l$D0[{Ƙw~==7,L)BލJC2ԥx.:/$v"y7fh2e|/\%jE؜l>|[E'< j E`Nm'oo4D|6Z0 W7MhkFB[QnUd謺:g铈$XC ll`YwY"X *R !SYB͒a*UDͥDC0D,ѫ`(+gsQ.fCilv3C{4oq_KI9V],SmW>6;F &bt/"e!oӃuh٘e$E;VrxMn8I΀vf|sμGkcЇ@xWKa(,P4˴$v7=h B fuI SN:dM$a*`Z҅ Z#'`gg,*;xA)U.BOfҲ&g!\!*ez?Xxy FI+㡄]'3HGm,ћQS:GJE}i9@Er.g /I) 8c@6r[ZFp'LpZk6?륟[zuIO/@* Ky/30bS\$d8*y,7mC4-cW9谷\ MT*FX">͐ݞ٫rZGKTd3,Bor79o?HzŠ>i(/Hr Cq|:ñ&͇s&|sI@"g;5  {jqկY09tC'3i<͍R0aDc A^IRqGrVwQA\`OEZ\`Mwoz=InEiiG?ctU Ig@hWǭݿK>%i֓I:}^FvrT&\&x%1r q /S]E6i٢ pOu|bAV+^p9T Ѣ[9y,Թ> P1A{О?E9"Q?b[KSqBMehJu|U[?yZ;l{+FGMwFHuJ5-6;Vsj5OH0 jQNJGa1&(QoI rd&Èw$iK俶aЇ\W%S|i`>jq?59Oy)mD+ѭ&/gֵ[Ѐ~-&0";t ˷Ydp0폡ԑJᰩDAȋc̙`ioD]%P3.ti17W{~{5 ț]四PW+i#Gz tqm 5!{Yj.>K췌f^ˏHP VQou3 @ +<"+'5gQQp/ ? |ܪE 2+=T8׏pe~de{ssMI\{PJApEo„HZt;[P/@7}c̴62 IJE#7,KZ펯]X׺yhw!@pWeF;ѬFfهWDOs.th⭥M\xV !eL#7:] ;A zH?]R WO_M iC.jf7U;t7),S663{U;ޟVm$VۻZ\oه2Yo^'l ,?Zr%9Ka\̇ѯ{8\{ !Y -H7*̀= d^+.}6p s;f̫}D;Vܨ[&ߌ薢϶ 2pt^Hz۪?2zSɳd$1,G{)mwy硢4- ܼ"mr]0Ϸ#Ċ\'s {q%(zf\3$LKL`Xg.#?țpc|/PʆzLoYBj4@ʈ`[y̡w;ߦ$XoϬ.lF.{iEwذ%m?1.AGr7qbq2M/ A`Aw!0}5W њPvm *,6'\YY\/wYC6-^4>ˑVred+\WfHΤDKyM. sV^>Cm [R%Vt<^ll n;gm :N ľ41SO"oOZ5]2-:YAg2Ԇ2ʘc~Po|sXM!(?7Ur50ұPhpILMAf=+2?c{(:dЖ43n?=&M߉y ܔ4RxӨ:k^?%suhɹď!G)P}R HS6+:&-WHU:ofRܣ{=6/ Rͫ2(Ap|ب%R-M;,|>(H> Aɰa9k""=jng[ ˔(vzcPm0#7B2q8UKGkHW+O7Ma^L6ړOybYd_٩o2{b3 `DN\dlmPAZO:[F K)?q$qP=-oqAg VvtɃݫy<SͧB;P5JUk>mhDk#䓘Fna7*M匀A *xRaW*C{Ӂ>A ޭm汪_ Yӱ%bU e [2|o?d3+ΫXE'~iM3@g,c,',4}v׹m:%%"sP{3ײR6ūuNU :LC$0Y5iGS9nW<XUtm_uXo-$g񝽛JZ^H{VIv#v' i{VP;f[,ĠtYLq{#ScZ3U `{=*+V*"Qیكln-7VT;V'L+KnlSU7?VM} ?8kDU!4LMS:HLc7d>ǘ IKP"~cs7r`|AOZ^4z`w#H#:/b h?Tm?@}~'JR6k95_X/p3xsajٔ#jA=2MBIv#:( :( P LQ9vQLaiD9zSl2՗i* EJۗ}ʽ- *v<=lppC_[Ɉ2*X:``j싍;1;8I&u]8( 3~8 4vľG{{W^ J`ҕA|SO)"IfeyKbvG_`oBM XA|Jg5JڂN{F<^:?,X2&XifQ {/O+:Ty[MsnmD0sy#-*%W~ܺ22K :CˠǛ{'N73l޷h 4qd$+A?i1LX%|h-@\Uc |TTsȎO%FvdȪCӏTxF1H@ W?\g:9-TaI%_b?MZcqL,)cGԭ@KPJrWOq'o~lǯ(. N o,8Wш"V/lJ8"l sD;s(?UY@¥oMq}7Xe.RN0 zVăύz27wOPN|؋Kt>E35ep|gS@*2 I~\n":9  ϝ[QD[8cL2h4շi+S.{2^1U2 ͑:¾xRt&xdF'tGԙI+0!f0Ps˭0)Dj)oQbPRڱ ag'i N14ᙌʷGiᦦ7v,ѱQiV'nq8p hT';I+.a&߀PST[(oTDgi^mԅC_ _\O\77wS(Fi$22dSW6^ŶOb],J\:4LL{{V6IF|L'A/ 90`%769>sth\ Л?DCR@MI7aZ6 aUygzF/1t8LɸDFR|3]us5)X^12]i`eG'wiiN$=<XL}imi3?{m03B*ݗ~Jhg% 7>:|/+㵜kt~A* ތB!#sqQj&Y_*:p5J1bӯ`'ZCj)xGTs5T&B&{ i^A}e}E}g+_ o%Y~*RNC~b͚b&mN Av./є-EueۚaC!E]x`b: azNzs.~J,V. 萓6*Q!Sl~"ˬ3ӸgV6Z(r;=I$ǎjO[ߋoC Ffӻ[;0$FJ/JdZgl!^xfX6l:Ni8 u3nuʗ}wc7pCOuglF CQĊ 1X.Ynr}&}Hɟu_x|L Q9l:=pH`vF&BxAvM7gEo)D%6{w "N6#λ*Y"o<:NÕl$:g@^/5(r!zBKG%QtM=6J( SJ ?TRRĬr283e'+~Rr$[mdl|(4j~y1 1v5n &>E@tZK;77Lg(*Xu܏ IVdE" 2P2M[~]xIBj~ Y;,ϩbFӓ2]}߸6U5J[Vl`fR rk2GrH]ե7l)9+c~ hj༽K/NёGX%VXhR:g(}J={T2RoSs4#N^Xr-w:1n|xUgIV*8muL Ɋ*PEVWJRƏRŧ?h 7NGȓԢq\*" (ϳ$MAAYe6E䠷1wf_!VTWr_)QlEԱ#Zb(ܲ2-;L_[$d9΢DdL  +E xRA.) $]. 'rA hC⇸~hԗT1IkؘHM ||Y7Tyv݅cV:PPtחG2c*#2r-8zH 4>@t{tuK'V`iMiK 8,@p)R\6SރH`8=F%tlv{K2BSxZ?RY> zT'LE]DZwx'B7Úی/R p RpR}wIeKlabWrbz3͗?֬ 6y3E14+fbΒ$s'5$06Uqž-Zyj_1Ujwi..?)MFD>FGq69zo$ΕksĆP v91 ^ *Z!{I~5:^͊i^񋠽< X'AQxELjB^\yIJW}Ns!#L\Z3p;Һ˶ e#@Dy2C,ӊwVzh :4Vr[b_e+2juaQ쪺t,6K 9&h󖯚uyFNazHeĪj≰%`7{fJtՕ .t)64i T ߼ɩ HUjQ+e~ERA pʞ3 qMB'iU}WwZDAA¤`[ynrn@* [#`_l'_e  &[1ѱ!w[?cKh|Qw`GR;M515۠S6h[U nQurPIcCj}`8"5 ^"t6'tԂ_PJXO _yȀs[!%:XY71ŗ#qO0ҙ72UFkyR?ae # t\5Ey}'`CEw Y*Bߤт?qG-s.Wۆ8{3Rx̆ ^5\`F>YR_GbIskf7o^MkDe};3g +1b_ڷ=ܩ]jo+ tDwSdeHȸ> C%#x%_&ݍuz{^c 2ifPTf)xfkMفzz@`K/3V`{lWK@<O L1LJw[x)zzGܳ<8IñzFz2xC aSg6n_Vz8W"wp5gz/R) (8E;-lYv|+]#/%L] KAF,'q뢃N(ިs?c `unDi{yly }`=98AvĐD8/*ҭ* {L9s%-ZaO<HF l9*߸J!jeSXKbW$hѷ` Ga~HWYV$\cdCT|&UOJ,Lw2 ρXuz"7}0tO,q\Ӿ R,&oN|c(n`7ɑiu>caC3|M_juqF;/31z 1Vچ0|>0uJ1jXl9|OݺX,lSmT zA]!SWԑJxd@ba.{OP!|Y.ܷ.V+McuW%6}|+O6["U%z~mQ\2QrʑwOYZOȋn‚ofAImsEr7.+ü,\Jp_gL srn>U&1܇w ޡZ]\y78@R)7LQa cx;If}8Sް =LU=rROz2K}f k{Ƶ0ΰg@l_B?SY y-mjVX4-6>^̎لݴPɏ}@lQ<1j'\ڐoa6.I]Q<^Û^ ޖ+:\Ow^4 XtP''vZߧCφT @74!0)1vj^=EhbeD 0}`8tY>9dhKÝ-J7eG/6/q窬$^,GcIHm@/xj=;`ͧë1rĀ\I9 }on ϨMb:LaZ6dN>+5(Vm~r)3VjS SɄ̋.޻pJؚ&FF)wix1p ([OwNA7LCS=Yc_틄EHR~3P=Pz$e;߲zw`[UKj6+yȇ8&Cyu2- LWY ~iP'E> -v,O[ձxeIwbFF@Ե naBlc눝LZ;9 I9"= maBC*՛Hl)< x׶L0%>^ūA(bo1 Z1j̡h`|yv( =aˆ #6o锘+>&Yɇ"yo =f DA@.ߨ>5% Bk~Wp&aI>"[{n1 !KQ~H0uy9oN*8IE|8IB-"s- +3Ld ovlj ƌ?zwIEkaD C t;6f z>Ea6-I.HCe!4R ~:ޢ-%]glh.3#bvYQJޒb8WdYٝ!g>}@q4=ggqa:۶qW,iZcر PDN۬Ν%$5d/I-L Bʳ5eE wDiRNP8GÿIg(mсC(8 HT D61 BX!Q9H?,EdM4~zJ\{ *'3Bx=+-ޑzcGhY]7``]oG:3 RJڗy+7_Ui:LŇzMK&rc뢒O+€zŴ<ǵ,ٜa^1J{kN}x2ZS!ٱB5Y-Uz 8 JTP->Q!槣xsF ibuf?qVLۡKbSȉrFbJ?;S޾5f5%fM/v4\"hzZL8}T]'@9ihΕ,RGyC2Lۆvi\:˕u@h(*~ޡęPg<,$:^=Y]>[ 1{Sj6cnOCYgqE_u[s` ƴt7b/aHlwӌ^' O^& \$l7Gs LiM@γ5 8O~^ o1S]H*|rԐ[FiD_?{.~{23+VEj蹺ͽv"g1wo1|j'@:Oж"De͏} Ƙ q^ FULҴ!gՃ $Ԝ-%pNZaÆD0U jF 8S ;@̬E IЎ\hlY 8`s򭯓[ h^Gט痠]dXFXɝugTD]̡"'1g*5;P#הS qzmm38K̴,jS`:BPSsL^, =W#~8U_H}(Wh;چp@K~BIԆf""lGH9(#QGfitvX0uԇn+YY0=+0pzN/#OgjxjAE,҄q0Z9&v>wph~IrEw> Bχez5aT?# 4zϥ_S1{'䀝>|gAv"l+p;!kG{H-LAs>`wL8 l;ͦ'HѰ7¶~wُTP|=4fÔZt,&n(klɕL4zi'ecuW &tW,dA]OKy{qM1M 2nb]63݌գbL5Fbt&U[c@.}̦P?I% \}ƎSHґzZٔ?C[}n[Z 0$WSi"׹s7k/^fH#m[ĐzfW GNFXR* 7* I䤱- /1 6@tce^Fe~r#7'- gƖD 5 %v!V<9  " ޢy)Wn)D56q1C5o?Z.W1 q׭ YјpVO: 4>ny(g4r:ഄb%hsaks& ~?J^35/#Pb,MNwíS#^j-rxmҳmgWhE2 b2uٞ(dFĥ᧢\~8('iӪu-buzg9CCֿcQ}8#'Ģ>rU)0[f?J?ȼ?iG'$':\Hܵvf"RA|f;= by ?iFJngKVx%]23UJ<|"/\Ě^]MÇ^I]ָ-.0K*PoTJ~lB4zP1+eEnţ>ل%]b2^>\K7R ¦IS"iGj{I5O _ y&g(( 8ehKKa!hGs̳/$cg">Fʜ۝71a,:- bZ4y@lT~p25(1E}>A@$(x[ղѼGjQS l_`LЏ,n1 d<0L`r%SW=3*9ÚCc5mDU3!XؤScFͺq`*ϼ&=24:FB*y̟0oTAnYvY.|i ݝ*V}Wr܍ܶ}'XLL%vi: 8 4NMl7!IhSW8p@>#>45-ɝ ,O- gW,(9|/;'(>Kl Ug*}xϳ$0}bC+* ,F s XܬW (VI}7hymeg\4g0#uȆ_\ n69ZReq"~[Hme0К,$ISSwU>,>O:Od6COңΆxI>_marabjv䤓\h2I}jw0NϷFd\bZhjZm>\]^ He7I7G3M9p3LV!QHf^YoM^kHUD-d`y-@JqgaY~hdMX۬DoYT q(ֲ VmmX+]ݰVqcBoglu ha yRtl(z?I)1uG1DɃܺv+ݰiQwyO}_"@jKǼL-Z7G%U)t+_]fxo/r3FӿN Npu`w:ͼ%ԅRcUտk'MwPUpJnk9*Zji߈?)qaߔHkph:=X"y37 ]|BV>Yf0PIK= ^z(")!(zD\O#oֵ}38W淮ODGܬ?syHl8K~?|det(? U}]!ݬ6$'|dN*e60E §ZXXm ԿmОt ~ J]SJ>^ت^ }gK P ZB{-'@7Q a@Qa;)th븬sk,p$ 'O3 ?m:=w_]'B*|nr_* ]](Kb]))* N#p2˗Jjʠ rK3$kpΆhhg9hӍd򥉧Z] 9[AHФeL3X&q$ǻS֑6dY;~侣 VU ScYVufl2^G6t% فɿSFKtOk;9,2BqыiP}Ltng =Tb[zC7po\7;]'4&ZtG.$apUdӊt$+YU6KM Zm(N@移نY\՞`Ue:_$]!H%pP<@-Q^7;Vv&8M6V;0L,}f]o;EIMzGN‚Bc񏵓Zzt1."Q>Z `zU.&kd߀Uj&mjLx $`2X,GMQt3c0ѩVѮ-b۳I +ӡAK1o3s'bE!7 f޲{1geB@&am}%4Dهl &>0{ 1uW=y4 ]lI`gGtLv7&Bű&DJ.lvF?!f$xo|oO{ yG/ mR  ҩnzd ݃z$jZ2 <FI;D佄r 1"v㈱v_2.ԛv$~ `Hw1+Sc[Ծdoϳ~= EЩXmU6' r˖TM Ӹ,a9['EWbUyF/X™4'UG@oCOnE‹:;]!aݙpr/OX(0o r4VQmlmN#b/;T~?3Օt`UrϸTpyrUWpK?CcZ)\ViCx輞J; g2V_W6Nz~g|F1!(4V .:I]gdFZ=뇟QxrhYeUrH /f1"aV1Sn=cɟgmFlߒa0!+=5eӼ9d]qEFWE3X?ѱX}qB;1uc48 FT) ZW Do bNCX(hz+~6 ѷu1 嶷:.F,Q=s}=t^AI@Q(ϮLs }wO D}9"MhnYܫ9ҏRfaHu(Apxl[ah]0w2 #!kVô.g+JB& Ao&4.H=Za[AEv 3ha$UYy[ˆy/h!3;N O2Epc>wt},EȀo8zu 胱QƬظdG ̘RKr<^vn6CmǤ'Eȅ##m䆟}Em1@!ۿu%obQ}re79k?AH:)|㹴N=McRqWrz` JUw4;r͢ *O&(Ҁ`> lUp,h 'tEĂɨ}N3qFє8 tW'S%?tB84KJOgp~i&ǤG`:'ɉt푞dm"R<=a6g,mGNi@]V'! IKDD?]1B<ԀgB⢪Iʩn&FJO8{CƳ 'W3$1\5^a3{-Փ0:JVqIF`'`B9bj2R6XxTd+ohJ2*f}r]<$2@JhSnu2I9a'4zb zYI`qQgpLYjI{E$-jOcc|~#Jaɒi)pbPiRd,= pKr짪zAz֯S@K w60j}"9 D;纲m5pTE3UAs ovcPr`o$B`Q!'kqg:t &n[sT0γ& x]1=.BDj)W8G9l4_B_^_k`Vo;%ן$)CO2CfR^g`YQs5mwDAb*… YHcYxrdzEкP*=F JI}?voF^70mާ8TpcBu3FbV(@61mӃm`@b1 B_8) aʻjtصywl~ͻM!0z T*&1`M2T,BoHULwWQy: ݦ* k_#'%Y#s{y"0:W<{P[+ID+kp]bIU/gotAk~>V! Q{w޾y8O%ʧf]`yiBx4 ^0%n6 mm8^cm5 } tv` #f L3K}rOá+:H٘UЂlnWе$6z5%Oߡ|k7@Ux2->'-(M,cJ4k ;ަ$pvLmvxy!8rUJeЕŶirfi7QG䮭"!8}v~Z\uuҨ̟ٓIYG3 D#s]&Q3F`eRoln2S[_Y,`Os~V>k/cZ}*Qv#!{EZn}1֞t&5/^љudq5A?;1BCG8S,ȷ:mil`q\'N;D2(6tvEMBZ.@(?jc; 0Vex0cu$tGI~K^χzrm݃ËDLr@›1/cB@w4ș޺Sp<2J`nnl60Zo</>q<)/'u !)u=ƝghWʵeb$ؽYa}FJ&l,v-;/5KFFR,bAdߤE34pܸh;2{+Z۬&&O`5*׵CFm-{HI(No{&.xs0vƑ4JX^fɍ%+j/Q?h3%i란\'56 j_%$™_lNK7n_>YD{j-VdH}{¿6hNǿ(+ԎXi^虭bYZt4ȋ~kR`# )Z,u#zƙZ/c.s[B)C޼k8DX~ p|3kurwgIߗn 3$'zȐ "Ȫ(#H#e *z>}Dok\d)wyu1v[d [%$w Qf`6M3n*צKf䕹>m:a&ENy{Tp9OZjzbcAvǺK@E[]Y-f7ID^;K/e|9/1mR XTr%duѝq󷗭A//|/>CGO[:f_i0r~@\'G@ǘ?r4i9 ˕:С;*=0$ta/*yt=hSmBt^wn<p'iIh38ӫo1R>A,S1%"|p3/>7|6zdN qv86-'x^03燶dӾ0*4X[3Hr4vC "`ЯoTavRLk<61ͤ!m֬#j \*-g&;H2!;PShݔ<varB{3b}Q{H|TƇms\q7Ƽ--#5zE38,pђ- (gvrwe۱ MLHi* a-< ojys}~:J$0 ~•gSceg ܋Ω'el$oDʯ-a9]im˷u $Fw>,C3m1@7:pNBwrfD;ۣ2;J^M_\wg%`Sc2qm:_BB!ɄjTE$sg+V<));]@HV5t uEM>.xFo> t#d1ДHm,:4`˔%jF DX9b ;FW/9ɛ^'1;<έ?F֫Hsx#jq?K[wi{ }"nϠMxoS;cO_zCW"܀ֶ"Wد׊gUU.:c* 󽭔`j̧>&K{P@1/{|1ɯPjG6tdPz+/! OJ-؄81j"u5'Wu^QV W&ɘEn,g^.YRbLHGasp:jsa;]'OM"ѳ)h{K{|.!U+GUj_