xrdp-0.9.13.1-150600.15.6.1<>,]Xi)p9|IWRtC6Lj  ̖15r99AJ2-<ֺ@*/h=՘%ԄIۻ\U}E \Ě@ۂ)1 6;?WU6Gw4A+SO#wv8nvG%{/ j V%ʕ(e F*T@.4L'R|yEꗍWmhQ$ۊKw:q?dӵod)jDu&ױ>I?d  C2 H]"Z$Z $Z %pZ &Z 8Z 9Z;(Z<Z>>Z@8 @"At"Do"(D8D:9E::I:= >(?0@8F@GTZHZI$ZX Y \Z]\Z^bc>defluZv@w4ZxZy_zCxrdp0.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.i)s390zl33"SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/X11/Utilitieshttps://github.com/neutrinolabs/xrdplinuxs390x 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 {   '*@:7WrO:X`wX 7`wX(P ` <~A M6FF  @6~A큤A큤큀큤A큤AA큤A큤i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i#i!i"i!i!i i i%i%i%i%i%i#i#i#i#i$iii%i%i i i%i%iii%i#i#i%i%i&i&i%i%i%i'^v^v^v^v^v^vi#i#i#i#i#i#i#i#i#i#i#i i i i i i i i i i'f3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24cdcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16d20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76f7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e5629fcc39a8568a3c012c6dfa9227c94c91f8bbeff8a2ecde0234492eaec176766464a93a541ad3e7a564e0f57bba968b0197e597888dcd37bf97e1925b5e6d423b8eb06f2f5d69d14854a73623c7fd32fe6c483433d776dde75aaa36003177203fcb7a521d94a06477f1b3d3911dabc2a7a937d13590706d58baafab5300dafa2205761f8e603587831f5427d9ce235f7f84944951f7362e1d24ccab1ea977eb3bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2abeed7798a07b976115d733d49b32ee1a6684b394747ebc665face5a607b351f2b850df377a8cc4eb1ce201a5302337d8003a673dd99e8f143ef4e659df385994ff9a7376cb3cefe844ad92720e4b15e13de9a00e739b07071c916fa3d0696d067be173a37395478049b6de05b61917fccfb380a045a4312d9ba825226bb62c5be7c4b43e100555e25dbe7e049831b403b8786f6594da03fffa346905ff8dab6f4979d3d5a75aba3184bf70137dc98a5eefc62a2f62f5831fa2f51431e0cdda3440e98aad972ceac69d753aa3baa3dc0fd87d9d89cdcb27620770c90944c670fd204a4cfd61ee1a9dfe0badd29c7efd511acb18a769f4f41954248d2c090fc9b3e96d76aec8d6e3d897aafd500262ca0de8e8b82264f7dc2e0408466447a912a40fded2b4eda5c378afe6a4532a6dd9bab543ea5e0bf38ae6b6b2b1c7cd1857c717e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c713804656d65c0e4874acbb66a495e1001a1db3c4ee9399a1ac089f3de3afba91fdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-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(s390-64) @@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/envconfig(xrdp)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.15)(64bit)libc.so.6(GLIBC_2.2)(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)libc.so.6(GLIBC_2.4)(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/shs390zl33 1770194473  "$&(*,.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_Updatedrpmxz5s390x-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 MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5e0207c09462d5c08d20445c2f04acb53928ab84, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a37da4394771b8485fbe704ceb8f31ab9fc9390a, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=b976b7114ce2e89f1c78ddb12858387303890eee, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d1d17193e8fa039f897c0c11efa71833afe42e18, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=de67f22938c901c359fdc44c9e4fa83bbb301724, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=19679b7f90682a28b219376d39087ab8b80b5a34, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=04daff17b6dc6c84e1293e7593c7633ec0c22bce, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d3306bbfdc7638d520e63b2430d13678ce9b95e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb6e7d64a157f0459d0ebcbd77729207863df105, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=50cd1666c7aef387925907ab1a60f4639989a0e0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=cd7150eb63c0787a6d9060648884b3587bb19f15, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fff5546113b8b86e45562960ffe03ed3ad667410, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9cc939435e22047566e34e4b8319aa20f22406f5, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e86061576335383c2fca75a6469b809615ea9204, for GNU/Linux 4.3.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=309357e595e3f3c44089d6facc32273feec9ba75, 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.s390x/var/log/xrdp-sesman.log' (No such file or directory) '+16;@ENV   RRRRRR RRRRR RRRRR RRRRRR RRRRR RPRR RRRRRRRR PRRR PRRRRR PRRRR PRRRR PR RRR PRRRR RRRRRRR R R RRRRRR RR RRRRRRRRR D}/FT]Z߰xorgxrdputf-8ed89345dddfb26dc7526d90e6485440ee6a60a72093c1e760f1cc5355f82c7fb?p7zXZ !t/^]"k%rkۣT\SMۯ.>UH=~LԙpkN%I!J(1msDjWj,ԗ 'o5KWfFMKf,=r6dK-ŏ;U:YC6{&؇akSd 7V6 f s׏l}[`2֭MbAKB.9r jHڋ_mxDH6r\'A&Ŀ[o2{*bt"1\USO)tIq3V@nd ]'&Ϫ?M@/C2wҕ'▉b/:rPt%"Hj@f RiϏde!].U.?7L gd$|>5J"ksYSy=I ڞÖ@kGWfg'g艻Y;ĪZXԓAC&-fRuFYy;/ʀ$k9Gov%|QVvbP+"ke0#xaB]Vv"(1Vɒsb5ƌOe(8笾6_%t/ՃS( 5& Wwsx^y'Wz;x8"^paJ r4Ԉptǫ<4s(Dñ۹Fn(!o 20hS%g#Xc0i,ZN`U8uq)I7󉯏A&G.\No (VI{EPS#ANKe:,Rav-#-EIbnM-/1X_0 |A2^dyI8䕊 qwƁEMPZ)M$CsJ19Eշs8r%!4@zrߒu;4E$NPMxcxGχ!>)QS''{r).ZѦ%>y9@۷6" 8Yu?ON!DDBslJ@yZ(zǫ0Lb=%[D-vv[I=cϾem-i"]MWw1@^" 3|3_/TY]Jy?|H.4Cx(q2oFJwMRD|P |;$"v(n&02~G:e a"Udo»yufz^.zМ%=5j'Q/b`Yj5d,Тvji)z2j MЌrvr LBp7Wp1>tiXz0gx9~mQd_Q%]rc}9NnD+P7-S-I팰n֕‘|R7ZlYrXk+I?U).݇euQYy.4pr2\Tr8ϊJٳ#odT5^FO4H0Нl/) *>8w,ava[ :1C|pj4m}DR0 &ՙc?DR-vX b(\.Ps4!Tp+S=uh9Ug Nwc->l!I\xDihaFi{;Zd3zۀmxMK^a8bxbӧʈ[G< {ݏy:vIk T5#zRH rkkrf~@%#wEjgԎiqHJuGrr|\uvm Xٙ?͝'nXa;P _ջ-E׉ )JAvxSF9A,i2WN]Gdebz#?0<^sb+~߽! "Rm't{^ޟv,!8Bb2x.ΤcͭD\))J][V oU_ppJV\.#ބv%E0:^d , ݕDzޗI"Wpom蟝+1r?2}C:à9o!ˁn i6C568F@R~;:Ak'7 t 3["9rI5 0= [wsS41Gs {/: Fseyzg+}~,=mrh[!˜H˽v[pT&v9t[A闯% %pɻ@BH(N}ĘIDOF$lX_6:5,Y0cG8E-gEer(Fclï2-~(<:O5J k Gyt>30q3XHaƭjbŒ;1;ؼQ Z,APX5Ćv*$SٴE+@ Z1GYNo83ʼWs*½J jڷX}'FRcb3%ZUPbKp-0Cl^G@&+1ÂxoR ٤bl(a/eي6ImYFce(A^v̍]S̛hk!b>&nd b1^.//SJ1*‚['?Sp#%1oiPHLaoND"#%@vu&p"?84@T2yk>Gy"?en#&&BrgͬOt+19(RU>1Iq fVp \ngu%`N#ƬJ}q+ɧS&#ߐϦg>p bJ[jw}duf%= ްKR^q猗C`fd4I־X*%"sPDgL= w=;[1f ;?vYr OOA| Vys!Et[bOwI mIdi5#Cz?ſ d%#=+j+2.dM5m[oj}s'0コ#񨣻Dk#Nc@O j/NȆz$ҝR U1ڀW`z]⬸?ul?(Fb_Gx oU#:qA[ 'ۂvdoZϊ2-U GSY0+`]NʘȓQMľ)ѿDNBP{&lth|'4>[KcVlI^Y]_rc >Y%*-\H3ݓŹyJm*j Tw+qunM\SAqe8qq4ܦȾ&lu LnYn -ᑃpĒᣦESёJ5@9I}mHHTݰzJKQYE"$61T"n\B:iP5xVq^Vu[x;%8"8 +%MJ!rPֱ(oO"82UW9RVOw].$'pM"̃=&D婟4߹z캩~{~3*~ olUr7'S51\dKO#+ͽ-w9OJ69 'QpY3Is[6&1L q8mTc]2aLDz X?13|ǧtztZ*\()`3A\BrWQͫUU~}fT|0u=+?8 /%\Oa x_SmT=/T$ MrtW(yi9C-"Q*.pku$i/z׷X ,sU`y {F*s "^cƼ}L:N +)ŧCvp/۫3kWxD نw QV F "ϫ( !dD2CIP|8 j[6lC".F+ РU_܀rfVݨ{QOh r`,ΈVXv١Jq@:J&Fbzk9ݭ (ᕏe:qGgOHHnh3-MI0>xS3U:sA0[ȗȅ4~VMܬs?/]Xs @3p].tNu+P2%09^[z?T8p^n4DnS3+wV&'gq.S5ϧ NE{ m&;<]^y֙խPec xʐIDu FjA۸m(-K} m<~+C]rZ9Kc@}o:M|+ }ޑZ]N 6%#bx΢PGpK !-X?£ޕD;ZΐGVM9ߐ摵uFic]r;`ln80x>ѱ k?ɨGc g+Pb*0n=hCk_2O5ɠ{0ljSA4*>2}ZZ`U ufʏ6 iR(lNj¨7asո8i é=<O{A5m4ӕ@ӨHİU1qur)LFd 2g!?[&Tn?{=>pSF"Vp&Pcȍ}S2tiX‚3퍐-+q \*B6js[ZmskS@\77S2Zsz $qJ#nxT#8TBY\<*WMz*68uHL,3fes0뎵7I Fp5sU8 ujJc,\)Z㡽po턶zHPerKx^CЛȩ,V z$,՞e'(W!]QP̤m>X&R<FiE$Ɵ #lf G?$%P nmMGuHb,ʨӺ/egݹ6 #r]Q'$LWXkar)TLF)wm&Dͥ$zVa'zaj͟hZI/*c5۹]F/Q4gC3 ѷLEU}EyGyIn&iAstH#k~-< -W3L:ޣAJ#kj⮑[]TK WyFJZPH : b^_N'#/W KTҡt7'8 0D"90qnДq!gڽ[5ߔb!5rxު=Θu%i$G_F(.;C~QN(g ӫK`Щy/rbkԱ&}Qbm|ԍBKrq44R)e=S2;*UEb װY& DHP""S cXE8f4u%#=*c l=E˓C)rBc\*坁4h>W_GIExp&,^qF㎟L ~% 3Hsj3"%=Zx [Z9J '={r~ny4RgtPTUc% XDizZGg+:Ta$9iV+'΢ ܬk^ BID1 L9 :,Yr I3 z[*$oQP7WI 䰛{`[;obG/^IA/x}WKӘ0i6eRрbkU 攴f`T>"C5}nFp, 1F2.٨L;:5(ִ )+_PtsYZ{W:ʝ[3Ǐ(cʾC}6|2mm>YtjI[#A8{-X qaLy΀i\"C2A3.3#ĭky`k2KJh `dy6bxf$"s+#]F/tgAy]= KV$y ~_R=H{oU-4ّ{oܿ21\-ߺ_wq>C&.#qR꟒6$T AAdb'mbeu&-YE+f\ ٗHWǬȮئ֭) tqkx|}4\?#> ,nP]5.bM|UyM-h` kANΧwohbSh](3V1zQ~eUq3.2VO7f]JLMZ+4M]^/Gk3 }ij-/U13rTܳ83fN/f-R&Qqa$tPgOhoצ1E3NkŊ5&dTr05\fR|m6ӀL=aiMGˑVn lD!hWK,Fgg>ީViKQwڷJ' ~eEDxYǓ&7AC*mP? *"MUAb]44` b/(5XBQےX֯Yxqd}{.kBw,y(M-O~2函l #EoT v889[Fn߼LXqFQa|@z ғ )tsxqu_Xpg IZZY^oZlBd4RF2:fY1EMŽ%Zu>7M@lU[Sz^h 0>-Yo R߾2dz%rW^m.M:گODL)lp8f:s^}9|j;MQZTnqutfbgdm9%ؘR:_ Z?ZЃ7@zQH2bK܆E>uċN^Z 780LJB5/~^!Ci2Fh*YLOOh(901ΒQ>~_t0#-X S2h)q\Ki<%Delt.lQKEA}jEv-E愋vl@!̻cAS铱.:ݢ't͡-h 0U8y.E\wfeܤW^r0ZҍmG24:s=e~T<[Ymm0幰isz_„{̴x+5atfOމ,&Ԙٶ~,n.ߘAk}99N 3r7՗n>G g)*y=3Ea]Eɭ'=X漗x1zuU`޹NŅ$t%X"js5u,-| 4ߛl~dg:/?aV[0[~dm*EԌ_L4o&`J\i_IM ng+2;o$q "%)q-8@1j9R$ hZ_e ƜJ҄\kC5-wD*&|oLۋ ,g["%ÜoS#ɘjz*ʐ#'YKSXnvi-ᅨMBO}{2h*rqF=ׯ i|QZzD+n,E{&4R?$MDD4p0Š/p<iŽdry.':2t%=6yt6gxrNz`{UHE )Nbv$fߨBfxk}+u-+~nkhh^xI/ @ Gd5Dx:e%И$7C{@-!%zARؓJW UOƧN5w=+3NLACa֔[e(Rϣ ?w_ib,T,&ffhv|uwxt;C"zsvHl]8`*91_?vv9_@`tm cvp01;,,S!PO1]\GQz+[@V&g[c[~({?c`RX6֣ꤺ4v ;Mũqt?(on DóF̪?[0½7<9(+SХrD _r#a^EY!Cy7Wv@VK JcC@{~a.|`Z[p 頚~.Rߺf\s΁G \_]Rfa3ҡ)g:egCw|aEXG ] <$>M-:BQDP$}Uz}֝[j`e/t o3N fBagpbIOK?sT.͂3M- 48FÍ.=%D^uf| 7S e.)*d~:@ -1NE {l%I^M.#0wܻ co:\Ch Zs|gHsӼtP!taDBv|4ooF!Zq؀oXOR,o7l0&&Y>;"`'q Xe!~ax ]b^w@;୑qnOTn B[:mPvUD[VӁƐY-S*6+D%*1˹(,tKBLYP;E K^ka~ _f:+KTB&sE\k򏫹F`.aoGq{X"=^ O?-y"al*[eF?wah[U>`7, hrAVQ8G 'lh c Q˰dUfӗ5=ÆpxGN?yr|ܜU)vP7q9VbY mK39x B<ͭnLwEeRu-Zj=ؾ^'0ù8Jik5`lJBD*N#[KMu-@;OH*Jcv llpcr(~ؑ?l`_4A$5)>P^+xߞs^R S\as5 y,x1[`= / O33hGdZ'GOo)3nzh\KxRD3P+ewLi4gFU-ctd+wR k2ƷlߜI zAqkK!B*|8ɥ"La ­+3\gB# 5˓;*׮S9h|q99n4ߙ?FO_OAP oʕ}=ӡb=m4s>8 R4[㻷crM!ql,>?Hg)GO". 9VvO Pn_ +lJ:~6|~< 2L缇Tӫ;bnn&PĔ/X2^D" X+da@<`٫-Dc5xrX;s颞xe6_mKWP10v3Ǡ% Ttc-‚kYga%'땼w9`8ޤ~3i0^'(grquʷɳ*6tJ 8 E)CtɟfXo4/-\ٖp#̀wzNީYԀ\J^NDƀI+FePGEgցz{h{$ JL18y#5`זxeK@8vKI8ۖ[;()xy\.BGZ$;/ڑ,5ޠ遞QvYE a_>E"y[(g-\D8eȝ[-JY[b ]4 dPOυR]_dj /Rs@ g;&1AXda=u2%(O 'kwd-y+96zdV4Aiab /35W) CHyg`ר+JB<%8ԭ4S(I. :vbqo2"~ ^ij:nRoCmR@!|kGהs9.ߟ0@{‰O@ӣe-hE\Pg5BTթ6߬8ӎHQO:h8rA.TrĬkZgĊZ7r. (\w*zS/,yeF{?E82%Yƞho''AS@zyLJq*{ZM^iи\Ea* ִ+fM(R 2QUʀ=Tv,9~7ׁVx 37 bB?vM9fWZnB`_\ u\<7W6f-*rwfq6RQ\8]@x 7V KmdW|X + 'ВmjyA]ۥu|ϋSht$[s@ ln>U%عjgfr,R)C*/yp3Zr6g(% g˭{^xB/H.}Iޑ}Z )3"PG6ң0q{Z[ԛuUv1 Sˋ[Cȗ,*=zo8g0 1`޴ZyT(N0z>Gn*J{G%Pp f[:Z6#$"O-5Қm Q*·iM%LY2CM3|I)zLe$;B:Bf/UB{[Q3YJ$?马fY!WH"EX %l;X@b=q }-~c;yЀ/]9<U'@R׃t NM&p~k[yva|L쐸? ԢL Z ؅a$GO!AJJSV|2Lű("Ͼ+O7_N {cҡ`fHU&U!ɳBKj>T%?_I%:)]^GS4ಱF`sֵ;=lJ+w8^%%nFW&Y-$wjL۪:leA6SI ;kCZy@1.(":[qٸ;Qz{Fm-\>\G)YzfgifŲnZɮC&i7pNRW,fj[~X'2=sgȄ=q#  J!@ܿM@Pq26 4@zz-G&CU yVPkJ1$yhK^d]}K+"rlDv'> dMYѮZ4"E#B,Z(!N#)暛GO<$%b ?N)}N$9ڒ8X8'#T]H+b&TV{ME}?f;߭C tp/lnU+X?.8fM ZP%1$ !\d4Wpᦺ|_X;EƃmW( 612Z18[,.B?1"0lS> @jH,=Y<(p" "XKXfrĘќ}_BLBj |Ӎd>O+ wr0:m+O~Κ'1qqXݖr{35$31яVRd@4k^ExK!.3|9X݄ld7]\{k2'طLPHJ;q^H5ƫH3:l.c(fN*_n877f]bBEo#' I[{fl)ZtoJ\$:-Y%}Z;{bC*Q=۹4NNS4GIyhCpdu;_@Bx'f̟{m:.]{t;H4Q rh ,( 5; =T̾ܮV9,6(Ma}wʅ`{CCtO]ZɵѓPf_|_?+]3,cX`D\5_f9,k/k1[N¶,cV< P~otZ²%4>Tŧ&34ᙫYTxML-yLpӪ"XJ9 èFdZ2}WBPW[)BNWF ބswli3 (_N:&ujFJBc95 k4z9XʆqnG'8]CC7,_Ph_+)dB{qY!1]V7jI^sEG()8P6 R kǂ|hwڗQ A|~|Dׇ10mUGD*քb՝= ᫰(VHbn=(ߖlmuwS˃.~Sop<1.>P9ΰouUd딎)'O0)KV{3[(RAI#kB r0bΙm32~$6 H-cٴ=3EO$EZH郧ʧSuf- %: /hA (fYUMEŢ7ԉ~qɠ/o%Fv'V'1 t)!! M0݃l  'Fʉ{~SB=5xt 1 yn)y ]"+vfntEL=*'AIYѹm[cKTia]-,vh\ lY45;S)E&|O7W^|ѣoHzCsnҹzpbN`ITCf$5XE=gbs1`^#s /D!n"!-j`TՀ1v럠˥LF|+lԼvɻ6N7̭\,ЗL02GUjgBKGv9` kW}TVC7Kujq%ZKR]E_:4F9iܑVzP!u 7Zޅ2&knL@lg3h%ꖐH;.W t0~:@K(m[z(m$  aN # Q2+ &?v«aq"T14*O.ʿؕVl:F. E$KRml΍r8Uꍑw}d☥06%=Ho[uj7=U& '~V#?hp4Sz+uMpo`z5?<>p@Y)pLCSzR1|',]7bmnskbYV+iD}@:Sh{'69n[ 8W0* yuꡯNHfacZ}Wmc+ڇ݃ev")4 PHUBuyFRͪ]ʂYE 9 Mf9/~8T{XǟH".W\=W@VJeU CJ(ID`b8خﶽCcꟉxڥHNFӡn2] %"9ET2{gj|W9{ ^?g)(lϰ.=zV׬+DG\3/nKr*xV8,d/m;.l%Q2a(epMzFlBtPVc <8ٺWǾ\&7ƪ?)ҬJ_(g_`%ɧ{ 4'Rf':r8sFGg{VxC4YO\+-IC,sY3uKAYQﻱXœym" -}ƈxӻ2M!Pڲ`7rWhَ,)|Y'@~B3oSTN?{&Τ.S|Xwq5U_qw-@݄{gEQ#%m.adzB )ʼn J8_Dj8)yM.bMJg_2? 1>s0rnwrwf#_<鳲]/|-.VEiJ̤A%ox&qj }*kp lEca$^zԕ[>h/]L:|֢ӫiM!|~/H9~>NA %3~&|7D*ۿv1%Ww ?_3έW&^z72u !,,\]Ht4ㅗ:ru=iڡLJ칉Uc)ɨHc)D{2^ {*Ŷ+H"Ҩ#mZ0:h[U*ԏm,:z%kŇ7PAH˅b6JkOBUWyݑU9A & jA̔w1Vf!tJ!4h_xyo:$\C^B(cҡl@YN3φ L[%j4i!5 p"[16q,S>J:q:}'P­7DܚG3hiv-jǮ+QNI1`dIեlpḟW6}c܋$ ؠ1NBhR&+35v@)AǦ3\z=~8}{gX5jީrDzך?l6 ZZ+pD>%ks*ksyJ8[/"M%8wE5d6`؟@ EF}PMPE Zy># VCy@rh8nӀgPPj;Ï^&U- Gesio- 3Aѕ潯Y+t9L llݑ?y.$-|(4xhKh#r<̈ Kn~ۻL b+YO2kN;QY}ASl ;\SuEBz=]7V?[4RcElBJq!+2K ‘xy%z>_<2uE|1m!lf]!2zI'R&&Rul; Q* >~?oHT2 ʴAijN)lYEC.AܙLRuQyYr@)R{3`c,ubfI 5U7ee mP]n\R*WHִew:5G[ݡ!X"|([b| 4ԖLpUԧ#%pdZ<YrWL~d0]Wkû9ZԭKp78V/¯cu^J܀# g#b٦iՃu( *6Pc8*[~zst(gTf,?3V ߣyNP ]7*cUtMUx-v`A蚡Ö :_]yʅKvMuFqw j`_/Q;轅htuo0;tt+r=6I-!EJ~WZs H35 0j9~rV)lť^^T! (92tHW *Ř?a%-pa ?'$:~U T^!C; 󮁽:aAy@Uvi_|-ݛ: 52^|=S[&'BDXU! Jk ،مlW>cx4_EuEqWc:S5=͌c1Bd'zX+}BĎrjx 1O K)}}:q)Е_UkMvn|cg(ʛN~[]4UG4M8IJ7SW-+9X:`:$b&"KZJBz"m:+?GI.ͥQZtgק)q5N_mlW_AXɭҭ%qO)E!4ш; `nT`y/XQ5@k(UY!_܏ ]>+;o śA֒ѷfvUyr)5DrGALN_oIUz &-77M_7m[ޏz:DXLIlb(X@siaΛcrG?5L1c85 %Kcx~XqEo/ɉ|ػ L~?])x7%}w"|\˅|S&\yT*@+gz_ ̼a=4XB:4>6-KyWh wCG7ڍoQ{r_C'"dq^gñOU&{^Y3kKFҙ<(ǹۍn֏;/ǚ۟{xaӎ@갘3Ӗ+ vhlV'IcEݾ%õN c#`0wFYW0 _jR[*\rQٿdų m]$FcОCM7ëƄTEBpUdM7I@!11q2dr4Ͱx#E8TV(<q+)a&P3f D ")UKA3N:en񬘉Ŧ&ЂYLxUF鵡D x^d0wAXqng޳kմYZ:6Y40{BD8UҸ_9nzfb\{UOmO!ѷ.-sHa.`ͩ$˛"⯂(۞Ñq|> ZB^ ۣFg 5ݷ)Znؕi8ĿJ\=_&,B҈9gn;< )cJn?L3S$VJ^/)BĤ^,Ox@H(VXDt({j@ta ;fQudOxqB<+Vpuξh=o?uI'N1M uFI^ l-T{xm*[knwS 9VxCSVCo1(έ>fBBDkXhP Fּ[vD~ Au͕F_r+$;d-|uY/(2+U~Y]sl33X~'uxuf1+u IV+BBױJ/I~TvoO6& 0U-W}٩l1e\A*gTWFc胬^fO w,wFL bx 5?kn[7_@V"*"u=BXIL":7 JVױM}Ɉ,WZ_Ksɢ֞鰐 DɊc e x7)NAngݳ*ϋ}I^HY |ѫj4"lޒH96`RHj|:d{I9űѯ}6?3ݗ.r| jLcgN4~S]ׯtyQw)迉ȱ6>`XW E։Rm7eD#Y@,[3aWmC'I}gz& $072 dD 椓uq #^3kk >ؔ%~jWѠխJs sC>V މCL~H*}5*ΩЩQ) m r/be 򝆣D% o9O >H<52a c,P ))(;ֲ7@.w1tioC[[rTCiد[ eW֙laO2ZÇp=k-¤iS^b a[9`[5(G~RoXêe;{#LWߜhYWNrhl >TKl@]В|`fm>Z@j U \Lh_rFӓ EL*A"ZY:%XVDu;,K HD_JnQdż2>! QCoJ܏м%(fS\3q)r݉ 84^ζa M'eܪk,' URX0J=p}k|a7{bwh}"ucorH<:y0`Up-lxf([ö Ha+s @wXtUlE;ׁ T⠏g)us1:!H].hR|=[֤%g㙜dqb!EEQ]ȩIwP8&OZT7>n#o|`\spՠ/tq C{d!V ĮO!r!:` iZm |* .܋k2}  *T2n+byv*S|FD^!>25V 3<',2"ԷMf 7)>Y0-N>oE?&[b6 ~PA}}Y qBQR;S'ȭhaj?'vbM©+AqBìka^#Voeb N!5}@beҭdƊB1?0 BkC&avB`@ w}4/T v+7?sT,XG)C=T|:ݝxApap(2 uj 3ڐ5 qbP }pMĮ@~GT+fj . 7Lt!9RmouXxݖ܊y SLKz-Ev,ߝdWqѴ џr)rI0'mayN@N M~Fx¡s5ϭ46"rFuۃUG1ghT~Z35#G(F &&ӗW򞩆ũ/0hnrGYҢs0UZuǎnsW?W\o.ۮ#_4g"e-3Ј&SQbzQr}Ĩ8\$jУ3S弓 wpFM.d "n`t_dl[Ycd^ŋj4K17ivōlTjʬT#y7uhK:4Ӭ]IlrTm? c4~8 IhۑAR}un'/ |}FYBz"G)ce% NRAS aȦ"6 CDhfFF.#x(Lz1zA۱vY ^&?ߐ3~"1,2KADˬ1ci ^gЁqs_P}x /t3850\#5nӥE"΀"6_CG47j27;w??B5?>9%Yy깮uvuD?8W L0"qzH{˜/0pbw S 7ָ[CQX0dQ1DE`ٿeH(>]}tM]zM[RkWCWS?b: ړĀ NfyՔ/uF<84h,+I  RTv}Mx˺ub(`r^'.\@4^DRF#s%şaյ^BTZRdRSۼ7>?rGYơLĨfRla&@[H 86:ҫ)N(#sQO.˳ª+p_)?lsp2ٮiH⇎GOXP [t3MY<15\ݷ"S1WjCvӡ&SL:%6uSΝ'U]ñn s>nզ[ʍr[dwR;Uk!  f]d(u8`౥aZ>,~&qd\-W̔4,p0T?j)5Cڿ~0N{A>)@*EOOE{ Ueix?%eg4߃#ju'b݋%ט;Ҷ:1". u[ ]!O5mfdu$m^ŪĨBq$:|iT׭Um 9T>=mak 9ǜ'AFeZsFe}1:)&H[q?!=C;fOX;uk B0yC}\cdwnɃU_3%Eգ}@<6qrea@7.{D 4=+#w)zE\X ؟J-h7sd@kA;DmzgrVHb'C1hraʟ[᭮z^iR g;mNH9}1?h{Ŀ*Lɱg ZxC`$ggx2Prw9خ|LPHEQm5S4}'mځapUԦggdr׷amVNaT֢~8:kEF)inqq6+&?H|`X .}[Gy.Ax&NNEؖ%| ^ͼD̀p3+5wu4kcJǯw'rK\ej ["_EzCt:U9ϯfb.M\xA{ngYNA}D؍ N7o.SXJʡilJxajZ~CP!Fxc px汖y'h3ײ2oLoU =4˳TSLW lM17[|zǩ.Q D2A~-}dqFm ' (y RQ 0'|d|R4g#>k_*mQ4yJC[V;xWnQNJq- :Ja\qw8#BLB$ SS +>BrK*"̤2*u3O3hhE¦5rRUW 7k bc+M$9!vCIOF #}Yo=gYz q@ьxFR҅/ZAT^ >xKHKcBʯ 3B [0j !`S%v//Exd!4 Ŭ5K$xƢ:M55Rml-c7.:o[u{&)P*xR#ǖzzJDP>(o#aձg1^iuĒ}뜸9 :4b994M`&iэ4ΎfW!E\spˬ @וHq%U^p) M L SL”)u5ʒBFuCTɸI]zyHtseQ *rvFӱP KG=0ڱQ>J)yIƐd6twa07Mi/ԷPbcFnG##oa-Tv6}V6RE=5\k3V72&fvj$_V@,L#4d76 |_fo7LL-A`sl8b0x/6s*Eoo(Dl HL/£wdžZq݂062#|MeqH g52KSRIV>Q&ei9 7\Y_4ly,_D#>F #/AUXaѥ' O_gd)GɞNCxCWU QxpksoIoU$qű`"Rc^܇bPa?n*o7 k)+ @ڱ0bG\YHA̶w9nd ݓl??-ึ}eSuBJ~7$ق}k`U0@J $E2~ն?dXvh >tq 2 "=~ioS8VH?0* JpJ5k %Nk|E`0MSFitlŨc.䄛Kѐ`CY+;΍%W9 7筫n'=%|7T]],oӸwrt&t͛ǎv3 ;ʍ20R*hEŕ&m Ȩ݈>UwgSy2i d!ddU4JAk S7 !]("n{U^|Z=KNӲV2C3c7(F.t1]HF/[IJeU>7ЃafO]y(_|n`žs\ Yf JNOe!@=C]^;W,[N;*71;l҆cO`+Ҁ($a-Qʥ ^MN$::J ~tZcJf9_(`ShdkH._oy͹9Õ4(rD; qS sV꼽_<_]YP0A 禣2g.dU'ҼyOg氜?ZiYy2 PU+Hqhj)1WKKL,QFee+~Kso &Eд40*X?l%j&jBzj$|͜ b#-(+Q< l@ $Br2@Dz0úk-'N+-EJ#ɧwFFW&a[H{ӥ*mބNiƌB1`\z.P_L*)i >Յ}f6`-!igpCgiN$?=h; n+m 2Ã.hnYL|e8c=^XծէzqPu墨9vEdO`{*ܪ)B`WB:aX3Pڢ8GJh=, :κ^5`ޢw1[6`ԝVT)Hʢ 'NŤ?^ح~CQ%덡Җ^$-ԁn\h{g980麪JK!-Leldܕ\e`JFn!xi1IA58E(- KA%oTBC0(ζ4ZV''͸(GmGˡOZXD̲HY^O DTSL1t ݱߜdB1{P>RDpV 8 ,p t nc%)P:!v/8Jfָ_`AX0+@ԝSoZ'.RQܚLC%!vI╈8Jӫ~;$ MBЫFc`}ULe~Uo~auY0 8~T𞘡.aKKn#u, MXe΅L{%T^mj$p!47 M)P>2?\} !r +}jԳ[H *\E8tjUQDL.iƬɐ5Sk$#\ z#עws+}FQ6LJRue E|5<)pzQA\% al8:WXBTd5Uu~_1.l>[֐PGįg> p̪ nO/9.iK5Zb|KYe#/V^xX(K9 dQ$}Ɂ8B;Eb} M4=n döҩF6QVd52P str+P`oJz$bX7|GU=g>kꏷіW7tÓΊ i}IaتIR x )ټlI5é|P|#;G]| k'SOz%.24s oIuEiPDj޿jՏȏ%ۭ|$gqO\xG6qV]zb9&8EݞmAK0óUez2$j:'޼Q0tNJ!bU:2H8뉅$O{egof\Xk{yDcÑ&p/xa5&jCVz@HJP;--~C iƎ/})LGG؇i"4a0@OvghBQ^1(Z^#$3ӏ4w34_Î] h9V`Xq,$ ^T/p1"a7%]8}x取E(|ְT4Z.ڲCiǙVJ/ T] RJ| P *#%(O |amVe 5LQTOPLz8˔ %AxbYpaguSF"gnԾ *#:tJkq~x߉@ày CZ:TOeYBy6Zb v\Ko~$n`s+;1h1$o*)l (`LCTtzK(9(=>ސ^'Q 0Tх(Qe³d [e`|g9̒=I쾞>K!\HJñ}9H|-܇{( (/2`3 _ġD(މkJ)CJ BS<KY/~<_f55lХWb:2O͓zj!J`%C-"oӍyԜ4Vyy 眝tE|.HLzᓹ[<cVxXs+G]z6#9MC^NV+z cPހd}ラUqMvZEH11eU"˝qx|%U9.V:N~LaZZeFoZ] J g9ϊZ:Kl}_L!%k@0L y(l0f,Gkh- 4e4״ݓqyo&xlHE]pkPtޛNn>m;ީ%,pQ ۟P:!6goJ۩zV{,o*)|VV'+gY T.Og,I(h/Z/u/ uY[R* G[wuhYhYo سcU亊=0bVcd=Uhվ<NG%Xd댞Z\^q-+.azNn ֱNnhJtȺٵ(TUqz6Zq,>^+{!}R_)KOcŁ3@R\^Ț4؉s)B'>o)1ɆlLj'mO~8F ّlRȃ Sy;T +)!D>w*=Vܣ|0cHUw6N>giV.8iji+!>$*y="噻v} 7[ntkI |(9~ uKgG ZשOhZU$^ذcV(CWMdCSd^>;F '!=psrvA`j" R YZ