xrdp-0.9.13.1-150600.15.3.1<>,&gZp9| M_?Ly1/E-paascI?d  C2 H]"Z$Z $Z %pZ &Z 8Z 9Z;(Z<Z>>Z@8 @#Ax#D#(D8D99E9:I9=>?@FGZHlZIZX0 YX \Z] Z^bEcdmerfulwuZvw$ZxZygzCxrdp0.9.13.1150600.15.3.1Remote desktop protocol (RDP) serverA terminal server, capable of accepting connection from rdesktop and Microsoft's own terminal server / remote desktop clients.gZh03-ch2d d SUSE Linux Enterprise 15SUSE LLC Apache-2.0 AND GPL-2.0-or-laterhttps://www.suse.com/System/X11/Utilitieshttps://github.com/neutrinolabs/xrdplinuxx86_64 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 {   (*;(HrO:XǠgi'Gؘ(P ` <~A M6FF  @6~A큤A큤큀큤A큤AA큤A큤gXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgXgWgWgYgYgYgYgYgXgXgXgXgXgVgVgYgYgXgXgYgYgWgWgYgXgXgYgYgYgYgYgYgYgY^v^v^v^v^v^vgXgXgXgXgXgXgXgXgXgXgXgWgWgWgWgWgWgWgWgWgYf3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24cdcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16d20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76f7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e5a8ab2f3f808633214847c8d536803e42f8dca20b89c08449fb462b40a8ff4c7e643d0dcd797e3be47293d6624c25c4177f382b5855f386fbb1893259d823bd95aba80f34cf02e542b17af66cbeb5e1b961af0ab0da4dcf08a0b0c2e36bb85b574b40d79e222d49ac5f26db6bc69ccfe6b9f703ec3600427b1eb0974d7c4593c9d3ca169607cf2f60a3fd5442c5187510a4c8168d1b19735bbbbeeb20f126b40d3bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2aa42f260c66d84a4755b21a71a682657800348ab5378e08e78178a561f2ce9b055508a6fb71470d4f1019277b987f65b8d59ede101d33114112e6e6588dc0d5987aa701009277ae328210c378837144b24c2566bb4c73f54de6c9ea1aa393b28159b0a6c00dee862156bff028f55fe9fa5fb1b7e415971848e56c895c85cc6612a30a1581583acc5b0474c4d3edc1b1f32bd3221aace9643bcd59e1b8920a6f3a9d95257cbc81fa1650bac219ef07ab7373702b0eaf4bf705c4cb0356137f6d0279f3bc9a4f8168a07cc146834e87904d7d6028413c5d6e88d18d4ee84939d2548f50575262ee9e75096befe3607ab8302d701df5f76ac2c69c69d6d3507ac8f5ddba6b396f30eec7ccc4dbcdbfe3303df62dfd61cd7fe61e8608eaa881cff5a030ad1d826f5662d6cf13c8e039ad880eaba81ed7ca7aa639711668bc21f12b1e17e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c713804656d65c0e4874acbb66a495e1001a1db3c4ee9399a1ac089f3de3afba91fdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-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.3.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(x86-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.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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.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.3.13.0.4-14.6.0-14.0-15.2-14.14.3ges@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)@yfjiang@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- 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/shh03-ch2d 1738069594  "$&(*,.024579:<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvw0.9.13.1-150600.15.3.10.9.13.1-150600.15.3.10.9.13.1-150600.15.3.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:37242/SUSE_SLE-15-SP6_Update/05bfde3c25be519f42604fde7d091e35-xrdp.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-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, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=9359be7a52120c3ff5cb6193833fb3fbe4c24b7b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=9630298a141b1174839baa9ba5006acff0fec491, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=5c059aff49546ca171ce1b28a63e608bc259452c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=c15921377d1ac9401a6f6b35e7b3fe42b6a3d5bb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=e273d09445129ad1d115dc38e82d3201c005145e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=48f2763bbc0213693303590c81aa8b652e6c5d75, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=69709ef5940d5acec707ed234344fc5ca7e43507, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2e7fa35614c8c7a25ff717583939f70fe2d19a1f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4787e5120d090d8bf1587e3adca2304992a0ecca, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1e0cc4b4f3ab3ef4afc0c0e5718b3ba693cdd659, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9a9ab8e46c67c3a8a8c08bf6528d78c9257cd6c5, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a0ef2a263d1bb3011dd3d9b2680148c5188b4f6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=a37deb8da08c2526f6fb103f46ef853ad2691383, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=4a409a2661ad44ac8012fba2a0d681c97001e44c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=cc791c18a74422d40b13584039f4fca1033a479a, 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.3.1.x86_64/var/log/xrdp-sesman.log' (No such file or directory) ,06;@GLV^   RRRRRRR RRRRRR RRRRR RRRRRRR RRRRR RPRRRRR RRRRRRR PRRR PRRRRR PRRRR PRRRR PR RRRRR PRRRR RR RRRRRR R R RRRRRR RR RRRRRRRRR nI+.J xorgxrdputf-8fd7c343ea4581be471c1d7f7cbe234c55b2a2b931c566d5e03639c072e7be7c2?p7zXZ !t/h]"k%rkۣT\SMۯ.>UH;-6&r\ mq6pELܕJN"&WyNyJ(N/Ugk9930"]#F6 e֧f9:6!7=򆄴K~Y076JzgWeW҂6'|c8L½Ԥ%շW#Q_6_ <r)V6}P(%K-INVC Dߨ&d`4H隚:v# DyYb"1Y`э}7z +_F,I4A4䁌X: pw;|qC7P?_{4UhKP k4M7kY?qE7})Q~ι.skȞ@W*AO?a&[4߻?y *>X7jnOv=Fe2|:ވgj=FY *f,GEVrߙljW^n-!6aDv0: ӗmnc&lpA^#էJ6[Gq~ c>; K ؙǺqWi (ޔ}cc5\k o,9]G5z'-c!}OL-jhE 誻c2(^?4%ĉa΄g1*)&ꙿpn{GGQD`t.Sf)y ٞhГt䑰l\|gȇv b'fb)E_9z;9LkNc\i ,dg~&Ԡo3!ͣyf3cX Н!,ĄU+jkG|KZNTee> .IJI4v$u(bV=e2jZK#gcq_;Fy#ӭP42%DXZ%mdZ(gzϦ k)#<F_$#iz*TMծ ~5 1^rB}VOkͳب/u ȫpy1J*Lr aq P3PJknl!w MVq;`ꂮ⺚TZCK0xK7k9&@Y?,I g3l/bf/al>ƃrd|hFup` R\,cߩ9{R x]EE_9 ҝ[9 Aĉ>|{M4sǫpZoIxj]RE0DzS·Yȿ]\wq޿?U)#.R.^×|&?*mP^*4[Mz$86D\7+>xN`NnFa֯ICbǸs8;U~-}R- %FO7'Ğc۸RS NJה8h`vw_x9e9f N`>wΞ, O?UVcWd(ACf)T{v yVoaCT$C[AEJVp`@B !ͱjk]<:K?QlpzGZR 'mSi 4.z7PD܀#u stDǐ{7gd$)\ýoA7gJfU J1GvP& TE4e8uűpJ{Oޚ.]krʲShQӣ¶o5u?>@XԂ t.+*\wт"Hi$`,5T x[^N CX;3.޷SsRۛ(ZJH`y+yԳ.P#-f>֡ͫNݿy.)iC 68m 0h]9}"axwS}vĺBE{m1_~,OCil1ڧٰ_K0J~$~!@YPMy6Gl/f 8E&cJY\#8ܤΧVAN 6u=@VBjHV'5OaΡ5(QW<_զH;zto5B/xނJym$'ٳ#Z}W2VafoJm< r*elۣA)j,̖D@uG-gˍV$biu@8uIąiZl#\~ DTe}7 h֊Kbh 5WڝW-eu=Q|XZoY-]q3WFd:m}$XFArvQ'7w*ƐNxI^;HqܶDD9;\rD(]G>X\%mKjHӌV@GKE#qdHH>j}T.,FwN7pꅉOBܜ;R;y56-8pQ߰f=iX"8m8r#4 MNȹ@~ IT:DC3 }r*y91|u$)C$)z_ O.IorA֏q1]^#D(_# CU'JIQ^s`]3 k2 / V;T -emy7Dm$W|aAI |b@) ic>P8G,:?/BH;訪[JWU <7uxaJURb_jGRMfakDbח,~D00x-}5χgzOL8NoqqWQ[l Z\jc;uEluY#KD"e#oWk06^zxrDDb TZIVv_NEAk%NusoMoe$+۹TuG%]G[ : j1Rp.s@4Mƿq/m`@VϦV*5r2z2s&#߀rCQswj\eK5KHs9Z+IݭBũ垰+5~i(9&l(GɮNt$rgȰww>/T FYi]/K4=_:!{*\4 R䏓rWJ-[ IgRHatr3!Q*7(m7H'o|3~Φa^, 0A#.qw9(X/ e=BQ L?֓9\GC,)0M,d `PxwdsjȨ,}}V>!ha4i/ {U.2 sQt[fgSUJ$_S8cͫ͹-yF&SƋq᫡݌LG2eãUДU6[,#H4eÙz)[*&AϜ^Y TUdM>`qBïyF6fjd}<[д՜4S\Cy'K^mkimP . }'-Lg7B;$jLdhv-&j@$=[90b5!RQz| j!/%ې2Q j͚G7-0|'LLUOw_b|U J.pY !jP' p"R^c]V1٪ndvn`dϊsL!3_m3e) J>3כ",b M.-.Hؼ~X:49jnhu^tRXOzaNhDp*L-y!Jn)<:k Jq8H@E˓Ƃ6搏.2 BX52E漋b;fkߊVݳtcX+F v?o9%S(뤬AY^LFJyH70Gj7No$Sb96 LN  -0c3M[Zd*P'ϔ8 Rm*Ɍev@6n'f.[wa| K',Ӱ2Hv/mWY/keNTyx8%PU"-a2rz~#n /{BK& ը )i|x<0KtVڧM&ֶĆm!Gz] rPP]>dL=1x_)]05T)b# qR8+Zlƴgnuҭb+Q"rӢ;Π979_X GwttL6Msוew?yo he^+*ˣ_^PTA/bqD\6ka^|鼝!7G?.[kЉ]weKğZyõ|?#;||+ p٣m SAPi6Rdt \7-Cpio#(']qI_6PI!ʾ2eȜC4ڸӅ-Gɭ n}8ħўxYu+r]K$@[&XZ !֔i ]bSBEׯ <S b<נ#)o nu-<)Y۳8VD H׳; p/"YWXB'TS旵2ajFN[Ŝ:Mvf)v^647vgfYiUGvDOI5Μ#Pi=fKY^?;8%$ڊ *Ik9`oUzʽ4 dW*,T$ YHx Ϯ}P2,  W$7|}hpNOϷk2?mEY>^-,ns#8S 6 juQ"kaGJZoaKXآps,\k w{ [N~LatWfqDL>,M4Gߺ}$$~C;? A.͉#qDzDSޥūJlT &"Z֍'; 9,G*>r6@:4)fw'`I ↑=&vn:F/+4%yM.')w}VfqV#U\rX-ggc }6M[w)(1@27(bG0w1e9ozIz؃(9we,Luy J-E 3,O1uLJִ-\3\ۯ3`}7S(VT֏@T}0=L<4K49QFUuNΖS-ҸF4Y5wI dҸS/G^ppmw9y503:zl4:f2`,;Ģ9ӿkd,;d 1i K8~LCъ>}5ڳF nFA4}ps%G"Pɪ5؍5RUJK%8`UUTNo3Ytg\u}:YNb}^-ۗ߬/g$*݁곁j2-;rTRô7'T,͎Q={+\*2b$Av-l<5~zC@{$++tIJ|B}(Ly)J,i&AS׫n$#|@Zb㙺wI9CL7(lbz6[a)0 ĥ*%yq+#1r9Z˽I;eS*dDj+.*zA*0(Q ~߻W`)[g1B3:95H+{pE>wFytq$+;g6It>38CO]4 ][QT}S.elP]`*Atk\/jp5~rH5u]rZB ?Zfl%6Vkc:hŗ X)b眱1?, \5) #!Bsݫue-4vRDQьDRȍ0{$XKҞ0%dT~sd~l@OʇEDji#!Rxfq_#+Pb̡>R8ZQanX/!֮3|%WXm`iQ#'V 'Ձ7 [_gMNz%mh^ɧ73 l.j3Dj,-&J@]Nt` h~T48-v{<싣~Ʋ~?.(ч^ G  ԓ| L3#B3|"/Nؼ6#83^hrb_]-NF[?t0p(̕&c9u%1A (Zy1m%Z_>BhҦ_Ʀ:(R9lhhXvލ,%cCF"_Cn(G=fKʪ^gR=}s$!#?|,&^;E-9dyWnIf˼yI4o߉c'|{?V7D+sNt8٧Ym"dbbUW! l S=ܵ?Ϳ E `xc1qAzŵn __C@HR^CuYjʏP]/x[b]NW)[cyZXH<†rQ_%t (f7xJ20|ʊ{}^s NŞ9(2=bG\vf›ZסVW h&F\)%tbf|*^`>F 84de+XSo8˧ YP~{(Jz\IGuΔ<6q6< 7jSY[AŖ"tѧ5vj̓QrBwV|q~_nRQTSjM!-G#y:"Z z :bE%* W$_kAi#oe&aX]\x}3ܯ}J)\ wFOӬ Fx\91ɥDc0\sP5!7G*=Qoc΅O4OE?m&|e:V4ϔ+颗lfW@kB[оhձ@#d3a SEhOmI6YϝRx:V*4ՅsbqQAA=OoCNeTچ ;- nl} nH8`:o&QRx8YJ?b7SU6ŕIΐF%)V_ hF<`B*yޤ#ҟE,L7 6D@yFz]i%ڴZ*m! ᩷C^3g`p9 P, ޚn=PEWպz/o!E5)fbgUUhɠ>NӨmm!(+?haXX}F.Vip{`H~ ^xAUk/2wշ[ěPI}wF[!F\)Z{ֺpwL]%*R AFƛ&^8Ɏ`.%f9Q='8e&CkkQ1bJ>RY3D1J*nkLwh>EU+Nݾ@Ӯ2S`/#Av?8BfNB ,ˑ2(p .Ɓ~*{ZeIxNjkaՍH+ѓ nSX1T4jzf^Ip(:]{- "D)ZY9㘁<~eJ-V8Z2j@D1SLJj)a;29rɱq˺IQ(. v@S u浒@@@gdOmOl?QNesy-D<0# Lu٣ vWÚD6ЌxjO4DB[ۛ[eXK:7w^ئ*8)4 vDduYzM&з~G"6q] @lH9::}S^9S4L&=+f{3$idt!WU;}NĮbDUo%o<|ҩ]޶6u6}YFc&X܄uQ.$]nh\Rܛ U1 :54q^mS_\x@p_$ KZ$4OBQ/fbUKePR: Х$2R3 M+Jξ2%Pt3)ΦtI1<_'kn٘r= te8ݧ/|"O۲em|)d/) >@9S`މ2V-+d;4%_G41 8 m+qDl`kw؞ϡɇWL*;>i/ Dp쥿AjсOW!K3s >?> 1B]5ߦ%߃Z`'m R\pZZd @խ>փa`SE+6n>K~9"UR9PK%r!|3oqO3&lf_jyۃ}CKUwҒ"=&^F1Hke VgH30@<'Yߧl$%[G"YnCЖK2tKS)]#$;.q)A0Q'՘sGz/! yET:KJHjNM={Q5?/ 5wxvZ7M/`~c\P YUY;$_f^DHXnFL9=Z!W[d4?=!S4tv_" KE Gq43i!JMƷLX,YӠ~n?cI2Bcs۔FRl%Xg"~9V4nopەĦP\!2pNzE./8 %,52NqI?Y?pqƮK^if=6btF/P3I@Aj3NlQ6J'UavИӜ.$qd c^{}>aw/Qn5#-q0+i8 DTpk>~7` C?Nu [Ł7NOe[k.tʺJx{$ MWg1ZgoL{' 5p?eb#ᩳۭ$X`?9"c["" qW[ j 7aW,b]q:X{M2D38;smn${SiV rHQ4a*<<4e!I օk-֔@<náq~L%y0v+j_ٿX* N:+ uIBzW+A/lk\=?;ڽ >5l ]F.e፛*(9ޟ.Od)4bDXŧ`.b} 7?k3aR==L[x Fc,\'XM5cz+-NyCKs[Zd&PUwu F3zK  q˟Bf)ɠsUEOv˝y_)e +"7{#M'c8l8;<d7&k(*,^[_0RN[ĭ6q5v<>( ٗ t[0YeWB_2pŨvI|isti m/ra%{cCfN{r;S 3kI@GK>-+,}p=ce >!>SPz(= P}$W3.]4hj=I<>Dm88)q6r-A L̃-'jV,'G4\n}ךl6H1yyguqQ{ P9=SBv5^XR#x xݏ[[n2cctT'H EuN?kGc*7$B݁e-CvM@gңeR :!;Y"03P$;`uЦ=QGB8 3ѪB6]"| x$ofsŠ"đZǿYy&fZtF 0ƥInA9 ezg vd}8윻^mĭ,rdX.HJwOQGcAX~{Ҕ*S hعpoTL<|7X0L^^%IձrIV+.I@6F72~2,YBAMVU=Q_s$O*[}F)󔇧kB3Ar/㠈+bͨbu+)~!YiIy8$kB ~FB0Fsn})(?'qCB#^gq7s(ZJ(aԶ Ϫj2?+5>Y9wr0-^7Fr[\߈M E.*[Ǵ~+w pnMc,muS=9_[-9}WFChX;ѹAWN=/@/$d{!f$Ҷ΄CU nw_0շ4 t7Yh5i' wmotJc ׫VonVj15w׽\6HYͩ ڃ[l|D9iNu(\~iI($ٽ)#tO]p/r{`Z =hdLhWp0Ys<fDSŝ;a7\#Rf@g\+rS6a.N0MT'lغo;ɉC;]{4fĚT%~H5,q*/ÉyիܑG 1!Zm| xOΝ '8cek}zEQwzߺ^BSAsUFPAy Lжȿl^N$򖡻v^;46N_՗WkAE9livՍ!aH<  ;`kU-G?gO I=w/ V `&f6=AA8ia4s9)iD3>Y0k N6PM:ŁEh݈%eJC>PK`nTmV%sl lǦt+*a,9Wh[rQWo]7&zO!ovA[ q q4W5`7T4jLG7KynF;wgha G Uho E!!s)ٮV˞?/"RJtOmG[##pДR'7pGm?GnMNE2SN'ͷg 'y;/̣*kuat` ge-mȝJ߲?*Ю\I$ۆ%OT&O ӀPeטpkvC`dsWpK0O&#M6`y郐.~u؝Mԗhf,B.W(Uw rȑٖVwY$eLX?. 4u0LӔZi5Y=1)xpl\q0iUw+8 j@vVt0W"AZٙ:[_ |V2@IF1K8eDS]sQKVq3DuP*țf;JGt)>S2rqaO<\$ѧY#_4؃r O3Ӄq'!?d)G8Ri$3Ht'(R5/"|:+ҽ\lVQ x'r;.vAiI:JsrPJ U3h^J)4*D]p``i*)0%4ʺGxR!M=6XtbtXڅ92~5Q=o ƨyaJ&̆{BSi $ya_EioށՑ@AuxHN}(=8(3< e=ID\~=^mZR?/]6:A>J?>f|JFy_Tw'.󹬟™H!)t++$` ~ zw}#NlMt*xo?1^>>?F b :q=LA;S[=kOI g4Nkq C`$EYE9cH.jGѼd+RTGkw=A< 3Gҳԇ|RRU䖞g[h߇1p-!o1%]|@"7 J8*x0̳x-܂GDۻX `4;#S~vVӜ_IWp՟?VB o$Ԡל#`s z4y|w1 t']E5:VŅ뙪My30,Fqu3a{@li/4dd* fIHe/g&A{ &Nԫrטzr0}6}CB%;> vJ{wfYlj%=!uOJ'.9;O>zb-UTIʺ>^&9R'6mUMx]$$kٻ/[lm;SYE-  gCVG| hWaX?Ebf{ta&C0I!wl[Q%5=X+R6xݑ{3WTnAcHNrI%|bUQ 5Z ӫgLi>j&Ӻ5{&4CILb:]$Wӣ-?>׃}{n5Oa2rTE`Ud0$9\4/cv Aya3Ocr?i-];gWT yIs9X""9}O7~#sUXN6X CݗU*osQG1=ۮ&RI|˒Wq|̑sЌ@(?#0ҞgEEKY=èTy@IZ|QjC\bgXv<5*<1g&ZN{4q7sϘTy~Z&7Ue i|{SӉwD[#imٷtṇF/{0S:dng*EW@yePwh`ϪW-p`8YK[d4~yo{rni^ h0S%/ѲKlq5VlGCKCSS}`O]d%#l dߖ9jn@0VCNRqcEDJd6 %1mhˇZY\"1$b@|!ei{3E\.O<N\Ɋp=5hMqvԑgAtV)7AajV0N'dxB3-*Y )NaL=PA9ljsG0qT!ЄՉ,&پЁ#>GWw3%+7JVNPEEi` tj8ltAz-e`٨OYIeztBngLRl{꯸y䘠 s PltٰT4_a ߧ+|R;G'λҼo%2bx,PY2s0& bp qI6,eY5iPt/ux4ƐrcmYpc*θ_թxO\ gGߗhGX1:(rC0}2g>%þYm:8];Ҩ\à|>X2^,GSMewxCڦ=]SEbIUm9 "dZ4wD$p*N7B8S3/ >+\~ۨ='DZNf͈A%Lu6FC\g׃O$B5)#!*6 hn-o_$1@)0CʕQ?^K}U+ԕuC^!Z %fy Q&{QnN2zHv .* ۮsYZHw6Yv!фIS¾ju}19w 0ު;@TS#ԗ,N: oՖ:qH{Ibf2!F>~(sۈ[օ|PvP1@*~:uǡd9sg7-iȄMtŐ $EH~YrcFmNC5S\w>d*ϋ+tavsx]5 I6`CqQn tyB004zi^X=5(B pɽ4snEY?fGegGt}`](S{L '&*wh%5‚mւ1ɳic]i<-̠ljՍ397EG0n5hxL[J&Ȩq 8JȘ4E~h OwLk'V*|v sW]:"Lƿr Q6rk>[dr'Y IWnuɍCTiwX&#[%aS(qzBJ2HοڟMOJ=p eQÒ,X)ҠE5<>-n ݢzӝYB~in(2O5oM5P"Ӡ#pBD|' Ȋso|4D5*] I$Ju/};箴61{Ym>hyW桃:}N:5z'ҫoFN(ߴ+˙!2 7 0p|v:wh'1babs:r1 UZ'l!|A4;Au~P/4%!yOXpv9NF/@pB`pldRPQ#W7/ `݆G un+Paud׆@/߽VIҀUGS+>#&Bgne[j<3N"zs apR7fS]a9է#vtԢzj!)%*J85o}:{Rp{ "̳iqB Q9vWP!-HSr˻&˱~d5,i'av}^p> `ԬHNMRG 2v/-xYڜC|Vò56vř \`9ealЬwg.Yp-~!(FV0fbhU$zo:FY U JKS#aLUъ"6w_,վL*k>T`K&& &W3{ D>ؔr{1p=gRrʕ9V1zj|׍MB+Ԯ/9;TyMLHհ7;*=+X=]@qH R 辍ijc΁ܙ6;M_"?L,)ZGţzĎf +//GkX|\dcPxtEj/R: 2!Lq2A%9(u^\Wk${E 6:V 1e {pWꞕbiTAHzM[hJci ocu ퟮ }?>`%S&޽L1Q*ugdd=2S~ *@:|BIAn Sᵄ|+%ش0'C߉g^%of@?8|-6dQqp})xbͻwA-Ѷ^Jz2ein\LGqk,^&1`wRݫDѺG1!CŌ/s;TP_ S" Mjb]u߬S4[q8##(¶k(?X0yh?%^>"hBeSTDmZS(_ 2=t(HrNۙ;3Z^#IR"x7vcQwV9ؒ&Ӕh))Ƃ?׫CE%q;h:#hS3z|$s>{iZ 5N<8Kۗ-ƑGL}d?GϤ(_fA.9"֜c7H\"kKUIs>*^ݏLm)pcݝ) Ά9 >OltUy`DJ4yHaGPP[ p>2?+vtS%#٩"B"׽7}x2^p>xIQ18A fx=s>w=~O#9,X/wTõԹ V/zCI1 rMT=}Lp܂Aabqu: nt|iEv1%oN|oŅ #e`rJ,5܄-RZF$KWQO-@qؚ C,D D%݃ualN<5m!fҊN]_vf8CQ{f}f̄B1 POo [ZY+"! ^&epb€)$& [GH2wI(X=|$xXulZ$Cd3=<'^X QjDgZrjKa V/۸/+_ =cs.j/ŒgI8:]!i &L|ȧ࢒}'{4S8X g&:j 9q8P}IZE i2i.~Za/W-btθQ/d[!M[!"kt2jL4Se"Jv\@N{үorm"e"2e@F̅K m/ 6 |B/ MٽzZ;)fg^iiJ]v2LHfì3vKdsڤjӻ\+s# 3٫,T)S]s RE'8}-~T &D>D7$l[dX@R n"P#fbi.+#B:_i8ts:}!SOizTIBCմmrpf^f/~m]*'Eثk1qS>o.bh~=#3ng:('+@v葊2)Y(Y"{CP? B2]%̩&߼i^|f\]'>XUJ1 Db4v:tw]%[뢫OjP$4Ԥ1J!d8<G)w bhxmWIC_g[Q4ٻ5[-3uS)avGP&cn#F6i!VcBpn KxG)ԩ_x!`0ZIltvfe ty'i_%ZVU1tEiY fU&z bX `S#mQAbZOEC!\P!` mV.T.}Ot-\\ee{Xis6RG.6Nmȶ]FX~iy)!"I`z'"M%z6TfB2shX5_Ԡ'8 {lr<ˡ)w̨A"T:5-7&Ga]P+I +7*Gߛw?%JV>(Р К dYuPzv!x8Uس]68O~ H2z)MWxy L&d]O=eTvk V!i}W<!ÒW@CsGa$fnDV'#Ňzt(b`: ޳$y (ozC0m1N0W]_մ[|MD"~APF E!YaJ)2^*sA6DZM\m@@؏3ûzFϖMJ IB->n/}DBHC) =N7@SarudQQhV㢜2CUOҴ2DFmE4ixr'g ށȚ ܔN212ܼyb绪Ls:}L΂\3սun҇^?+{D Ј? zPG ,K.$_`:e!hOa 36Y O&k16~S?g<9kx+%v\9MeET [xw^IXW7D:U<:{E}zifϖW "j=3qqp|u^5RMv:pҟZ 㒅ໟZt[ ɧ.R;r5_OpDF!3^9(~f}mauJ)Ve=7V i bf<ʰ(D:r`5!Cg\Yݟڸ"@͌oS9T"ZZIHwnoVĻ P}W*`0e[%gnT5FNIoD!h ށs?~?pkUP z5X5Zym;0*Xn>ẔKʷgƀyVM? YZ