xrdp-0.9.13.1-150600.15.3.1<>,#gռp9|~ 9nb$$WT֔Y. b1dZkdY0(aNrM Lw<4þc&Qvaw.v1ĭղJ#b)A A$۵w>āo ] jUVZdW *Yĝa"^$[6Ʀ!wdZڥ:I \MBHhP +sK=#k`O!NZ՜r.i;!ƕ>Id?Td  C2 H]"Z$Z $Z %pZ &Z 8Z 9Z;(Z<Z>>Z@8 @!Ap!DN!(D8D99E9:It9=>?@FGZH$ZIZX Y \\Z]Z^{bcd%e*f-l/u@ZvwZxZyl^zPCxrdp0.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.gռs390zl38"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 {   '*@:7GrO:X`wX 7`wX(P ` <~A M6FF  @6~A큤A큤큀큤A큤AA큤A큤gպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgպgչgչgջgջgջgջgջgպgպgպgպgջgչgչgջgջgպgպgջgջgչgչgջgպgպgջgջgջgջgջgջgջgջ^v^v^v^v^v^vgպgպgպgպgպgպgպgպgպgպgպgչgչgչgչgչgչgչgչgչgջf3846e864fbbe36f0d5441a486f0b22383713958f9c58254ebf59e6ca188d119257d81a7233944c1165d0d093b81422ebae85d9aae348515f95826857f16e7b3a1e948a41d51113f432de43c87eba4c9ab96c43fd8b19116a09d6076058aae6b4f979deda56574d1507e0d065ecf2748497e43eb366ccdb8c34a461b6e7c0c76038ec38782dca99968c529f9e59ab32058854197b62047a95cba54bf8716c24cdcd8b05421feff8c927239d2053460b2eadad00c634f63d2f9ef18b783e4e8d49c28d5138bc21c0f5c4b83622f7fa1bd6659cb0dbaebd4b18cd1ab113e5e42fa3006bd5cc0aa2e516389c81f4a6aebdefbebf28915008ac2426afb1a297be8a648995408f111bbb82c1129947c9ae39770d42776a0e2018fb5795dce2e7097ff8e56ef6682c0e73e5ef630a8fd2728f9ad96fbb411a78f757d6ab8e63a216a8af7b3532db072e4c037f5e128e6f2f69c06686f4fbb43c85b5cc36ee07071883ce24a9650403c28fb1cf25c1d852cde3ab9b9fb5762d4f97d300c1b5b97a386539eb5367388135ffdb47e92c5314900a2717588f8a7cc2fa1c2f2b61498bde16d20201737348c51f1e04600c7b1df2fef96aa0da6efdee5f16f36d6d43647bb76f7def33d5a8f8dbd3fb409bb9198939394d009441007eb1187c4627630637f8788552cdba52ab9703389dffa99f31078e41edd731a6be4752f2a68455614e310e53fbd02b8e06d03555094c85160c475f357830e050a27d8aacc48dac061f2a79999197910b3a69f4f73dd9c6367e5290edf54aad45c1231fc2f7e5c2f00cd5b67563525601400cb885d9908e775e372a0c49498292b47701fa0f1d58db86a9b502b2f33120d9d3a1f6f261d2fc2467a8b3157f0af208bcd558f998c87dedb6470470eb6202b20b117e417ca696b28175a47854da3dfb07a02ebcea5328aaa47edcb1d55f43bcda11b46dddc0ea2427d4b05926577b4c0c8dfeeb0cbb7aa74b267a30885881b4d4cc1fe7bf48825f932b4f76926abdb7d5f5b1e701b493b7484c81edd3154608350450c3f9822e9e6187236e752363ef3c2fb6296d3a3882b79c9355caeb352b16ebee103991264b4a08d58ae16a99c3e46cdf3f5a1020e2f9c4c1e93afc4d9c477cfa02ed9b311da6e22d87bead72aea249838b31ef1dd11ddfae332322f9b87906602648337f2b106d7acd251499c2dfe8064994a9cd395e555d8da5c0e0cabd64e7034faa374409971e327e525ef284e113273a771594577e148a031b72d71557d974c3a547ee837dd33e9bb034839bc084fbdb251542474bdb7b2fd6a6e7e6f85d68979aa013543dacdcb1a79ea4029f7dc63ec578f14914982e39262ab85aec58759c56f621ef9e1471dbd817e45f2b913416e6f8cbb66a92090b272358e373ce6d9f34ef7e70ea53a31c66447ddd430508a00703440fb3bc6b1f28aaf768ad3f39097976dfedc9b869e89c7b4b9616f5cb3435658511c01f17b6d9d17f2d507151f2447dc928a2798db3011a44ddc10f87ec100cab5488497c87f944eb6d3b0b55e2ae9bb4ba47f37a35acca3373f552c1ce645557e2aa5a5a9d4bc9242d542882f5ea2cc25fd9fefd7230b51dd08c882e4a04eba2664856fdefb6d368398a4ff32209970a1d9d9fc1d543677761a723865b5391ddafffe2a53fcbed1918feb373fc31000e84d8dc4160b94f403b20972dac53ad6f0bf230228e0d37d444cf844f08737fe9b924a09f4d8f293a7cf0919fb88dfd4c1f81c5d521802ff9c657f4b5a48e36bf9eae13734df2ef97b31794202c88354fd18abff9bcdef0b00e0cfba5c663a33bf0dde4ef6dff2654b10ae68b63bcd0ecc41bebbe0e0f5db6f9357aeec68d239bf2b2e10e47daac0635f4038130e35663ac1b3d84cb1b35cd3a7cc9a1edaf57f06af42e9d9ae202c3d4e61d378af61aababf70deac7fe28cb5186a0997a6dd78f7709d3e5d3554e166b8e09bce76cd63afb0713b51554e0eeb86968945d5b016b09055cb2ca930151587a1397b561e5823bc17e2f7a8d910bc38193e907d134ae84336dbf919572748389376dd8a8a0283ac9c9560639f7f6fd66fc2ff665acf738b71115404b482c0dc5b3c8b9c1a4bf70fbbe6d88fd58c935dfc4644ccea7e17378a3d47dcd8b9d14ac87b142834a42e1ed284da9dbdde361623f39a67308ed0fbde9b97dabb055a003fbd2e6ba9990d018466fe221f98d5307c03e36e957b451d738c2e0d8de748fe4acd9861b4cd76b73ecf0c5802ff0714d02b3326f701341570094299ab2afffd7122b57d8b96af0e5e343efc628dea3ba235914034aca8ae9102cc44fe29f12ebf963901f90f5a79b03045b6766e4fd6ef3922668e7cf3588227a2639b830e347f02d564a802f507cc50fde017a8df7dea348dd89badba70be7471806a6a2200fe46aa6803ba3c713804656d65c0e4874acbb66a495e1001a1db3c4ee9399a1ac089f3de3afba91fdf0faec4be3bd669f7c691f105d412b74f96f5e4d769d014b7a586388c564f0ad6a8a1b30d1a514fe41c6c9cdbc57754b132a0463b2587fe3566c3cdb6712daf55f269fc67a7ed2ad6bbf89b3d79cd0694c7d9112a7a70a3cbc11a485b5f08a03eaec772c490004c10652fe6aaf6dec86f143b1126c04f11ee772ac2ab7bca2ec706231e32cf55c8e793f9e9662b8b6c1e84d31fbda5d69ad3ba595b503ea52f6bda35dbb48bb69cc2c666c15222d4b276a3fdd286619108548e93afd750e5821a626d6a5890f8cc0afdabc1968bf86db5127fbbe38279f7851b75fd6818e26e81590193e364b0c978dae21e3d340b61065eee874dbdacba227afb345155645ba6716d709dcc65b2086dc5740b53128debfa07bb860d22663438d750e6ccb33d78662de2c7f376b04bb8c6d54561a5e9e09747f0fc014049404d5bb13e69ee31ed3f346a39cc0b0a5ede7fab7ba494b279b4c80b4058dea2afb403d426e58e203fc309051a42c42b2635388d268b6d696927db4d8ce752d4f7326c03404c08cbc9161883282ed4f70fe7c0f89526b295fea7a719399ea1e7d6b60f2b9a1a916700e1fc5c9a6f8a8a3637ac9a63da4ff1396d4b5df79e7e85a97ad5a7d131badd6812da39184fba844e6e46ac38e308557a1dcdb282b49a3cf68f0354b865af69km-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(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.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/shs390zl38 1738069436  "$&(*,.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_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, for GNU/Linux 3.2.0, BuildID[sha1]=1d5a3a2e263447a0233ba94e2e22cef4eaaf86a3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=c6c088b61daaaf8c6549d8a7f19e3cbdc8cac053, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=687f1d73ceb179113b806eef73b3fc4c3e75490f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=6ad26bc16ea2880a5e5e3e97088bd171fad2a24d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=0c01b300a96947b6b4119c7d61c1b33410f94a24, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3320b226c65a2fba293c1596cb29a938cdf3d977, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1963dfdb717be0421df6ed1f260d6ec99e4ce591, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=281cf799bbb96ae7aa1677cb1e6d48f8fd560825, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ecdde34660067e415707c954f004bc8d270d8017, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0a0fd5cf732094884e9b73a8f1593945f8850a5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b28fff745ae4bc2eeca4f4a1da557823bce4dbc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=28a0385ce31a3b8c691582dd9cb95b52cf6af6ab, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=d044890e11b0344ac2a87e74aaec31695cf0aa3a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=1ab83a9a9dfdd29226f72b8c3cb112851f60f0e6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=44eebcd7cf232b7e990d171cf8603edc8bce8f66, 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.s390x/var/log/xrdp-sesman.log' (No such file or directory) '+16;@EMU  RRRRRR RRRRR RRRRR RRRRRR RRRRR RPRR RRRRRRRR PRRR PRRRRR PRRRR PRRRR PR RRR PRRRR RRRRRR R R RRRRRR RR RRRRRRRRR (-Kiqbxorgxrdputf-8383f81d62320bc61e983a3783b90c702364cf02238f6002a6fa378c81af008be?p7zXZ !t/"f]"k%rkۣT\SMۯ.>UH=~LԙpkN%I!J(1m` cn0 Ii:/N8ͫ'f-epUvV>{FمE`U=y2"`I8/~ {PF)RJ-< : /j*'!%)n1/c89W\@N@ <s&;1 JI{2;-Bu?]k닄;VL;C8{,riNF4˻Z+$ʝ=\*`RlNkHyUAUU_!\v _(} nI.Yڲ !- SWi- x6Z+ H]%6P-vG#-Ck#RP(Р` ڦDp¶62krUlJm!~kyqY^+$:7oWZk Bg;}N̯v!-'D;_]]F^YV dLy'V G㎀;Fuy 2=ΣL' BCOTPXeߢ?ZaۘyGV Y1b#/eea%+d;WN6ҁ!ym Uk;y%-DL]3Ӫ`ڽVb{CO܃A~|SY^*,D"Ne4CW7]oztvXÝBq\*z*e; .Gms__GMJ$$!}@Nf;$qtJ[M$m:8w^clGҖf#bZӿ4 X7/Qa>X+}:7oq Y~đau'oyNzeˀY!k2mJVr5ɘ ؽD@EQX-kK$~ri /5okӤnᚏ.WkK&uEƜB Vo`ʘij#4g5Bi;53m;7G45?E'ړѸ?wm4k Q 9#k*ښ/o<)O+:[n]vgdHo#6DǶ:}pҐ(ؓf[(} O=򩫧 TZ4SW0d+ut3rؓCӶ)Nǰ>bZS${M,Tj  ĀLqkm [+&᝛I[L䀚,#x7E~׸ۂgf@QQZK(>/,&՜>}= 1+''-q[;Ji/92)Wk`o.sp@_{itZ יBZL濅TZ AN %CQpÕ[gER_Dc/F27f0Za(=uwS;QuD~~Td$c,W#)DAlT&@#bOٿw3O);TkJ)'%JS ;>: ִ&"8!Ju32A]pڿ£Am"G)Ћh˺B%v]ZQ7D}JG&.;UQEC=#2@狀驩94>0xYJd(iU%⥘XKJd3/a/H[4u(]O4_"Iu(K̹@fQG{rV}g &>G Uz4Kp#yx wϡ~kI,#Sm( e]uAqMoY gX{L~¤pfz"6ԃ}S)(S<(cV /[L3 .@Fvݾck (162غ)›VAM<8gLTw&_DfGm-w5>~iOɔ*k]Fm3%)&%ͧPg Iȉ;H(5I]Bk#bN2k/I]汌Ws6 s\:#ysC=Je#w\*%w&sLk$^[7k{&0%BAȇGQ ,1 8ZGp)Kps+otO~+1+d^O%[s#蝎&{*0m @Ot0U^ 0| eUR&DOJ  sR,3x5釁? G e>']A~"D<3 ՈxYi1iQm,>fh}.P>PJ s.v8e(? Fؼ]ǁ+(IG>mRoz;L?gƤ:i+u4 ß0w?Hur`ג~Z \ȹR܇ؖ0k<eM"uEᡚu*#,AT]"Y! SvRg>gn~J=hAExg |odlND[Y".8r&ͺV[]Ρ7 ;.ATS ]bf_RXMr?հRćǍtoA%891sǿK\|UB }c--|້ZR YNIZc|GnTN3GqM>3m\8[֎)5:=vо:HeN(聦,H,e:wI+ x?#g`IO׍PO F+w2J6 Z^mʦ"# ޥߥ:'$տ*< #EK:F( O e a X:A^ JV)).\Ğal$UY4*R4I0tyh~RtCsICOkJԉ4y!wnEKmD=t?hS('ʃD%~~hiY'Us=b'Zl2<`ʶJwیu%# ^<0\u'F濪CZ8ŧ4J"%<Ϸ"yrQ3A$]'=Oh<炖]?h "gbdǾq(r 8LuEW o:#&EVwh ny,s pXE)D,<ך Jx.TDpYˍ}봏&$^qM;@Qص'n'{#6# g-@b :">/蛪y 75-_׾ z)"fm#~VLLbS46}A]ы 7r.muL&`)Rf\]e>o0#ϖZ$=!I\f>MQɷytp\̡`ap8%<&q5=Y~,D l PGַ~c!+O$FOuH MrE%QS]wsy(C^oLDU*lZvc]_H%-FKsr2 7ES sA*JZRwyz]g(jp}w{Y@ &e ͶIa֨gP_U5BZ1l9&P4B]T”D#&ݎD'S1>Gwԝ*)*_,FSET6{di)䡀hLCvQ6z(0wAuLG@ ((b0FpIFb8$v;ÎH9@.Tߊ}Y5^~A.KpkNH\(Yst Mv6K\Z^cD}z&S-v1[B d YM<(S9՘)V8iP]mX9Z( .@`=4aQwF26bxQteP2svSH/M3f%qCߴg"_5c,OGDIs\%ӻ܌s]f+x%.I?ՏT4sus>4촂Xr58!ID,jsƛ{1)1"rntk~Gnƒ̴ \ι&Az2# O LFGe@ŀRރ+)+R6&ӮdK }!<%V>H=2| Oak.vf…^0҇9hp/ޡۈȷɤZ;T_Aϭ\D?N:`IGy"L鹢i [%^4o.@zUihգ5tLQYF"NdnHzgc~GR)&ڷ01J&;F\l[WNъ^ک̣EY/PkMq~J f2r4H W{\A.nʭ+K11YiD#~czoƌP >H6A;/4'Tߪ<}b6I>F+lEǃknF4 ueՠcI@7\顄SNev $8s|VTq4r<gYNWl?ݎ˧sD.޺vE+2֣lIduce|ou]&!<`B*(|>z2irZ z/ 5d6D=\MPXpb3g`iPhivksmr N wX?xm\XKDx4/h="iA[Cϟq8z$i!E 6Jj=7 >`;Rqvz9"VH$Hr,_dӐHW[ghNs!},KA%2p'ǝ"*Yk& +sk6liRV|QH?Snm@mYr2lz\z^(% 1ny2A6qi!WU5}lC0\~l #&O'uKg`kSF.YfB$EBlD V_=7A()>PbW]_q`1K ~7u; /6>g H#Y6=q18&P Ld1Ggfi7̖V⊁+X_^3&G o4Y'GfRE4/6;~B')2 X }Ms'Kk y!PD hAdˮV"Fʑ쌱˵ W<*w"FWdK h[j4^$!+yZ1h o< h^᫥osx|Lix =+phALm759zKjK 푭JC%$|`s0t| n95-^ʇȣa'%f hQ~F«u+ z%pFf]6oZRҍ(I[;UXtH2/`/tOt(VOp 5e=U!KX#DNt/][FwQJk$Szz>B-dž)WeոIwLIy5OH8()Ήt_VW|=`!oJAe3e|zIf"P嫬`D$6" iʮnex8cu a6\'9FtqzCɅHe'%GeYVD3EM޲'~(P-Hp*A:K?qI3\ۤT,yiQij(K*#~p^G ,جpY0 i!7w>]@BL>=p>7mxHF^Y>[[zE9uYXC0DFh8ueF5 QIkpgEox)!QO-|/J |J>v7:m ?L9zߍq;-3 .jKijh<>uZudHқgn]kHrQ'qy5T3 Tf~ :hjjd8qP0ܑZ ;b^H[#phVG|`[gp Ts] g].pϤ'GȊhBe)h/s$J8=:"Zon &{.D׼+{@:Rۗ ".,^RaJv( Vu"D׶bNI,q L(STvÿoPI4t=T،0S;gHœ zxIKi@݅J N/_KR,)gPWn\wIFLDyuX {GQs8,4^;cHϠOKGh n-8Ƒ5YoIPl:}3~&l6MCJ#쮰#-i{_||:aE0 `U@!X,<{k  6VtaU.}+/V R%5C0F@G6F m ~x/pkH=x4񿌛Thfy vAL* C-ZTv(6i#wnZD^s ,MA$l}8ۍͭ9 1{(~s|8 CNLk,tgfI%,ƀv-,/xk@G[o>`ƯB^x#0ι} #N~A;mO_T-쾅og3Jc@\[d/m\D rrNlDCJx4o*gtơ`-g]-@ȔDvЄ6"›.#J\?0p[WK@M'h ʼ_ODCbp2%#5$#G|P\J擻dx\:!;lw (ntՌ .iTz+^$)yyA zقGi^mW虖z G[΍mFƸ'hm ~ߞ~ZI'=ź~9%` TG+73 0t8)k#͋hq[l@Su䙢uqlZ{ v$0 s$}832WdTo]a#FIMWbMB#\o빳qDFȥwAb [d0tҭWna-nE3JY;-w ~ _?]&q/zښ>lzJ;, π65SZ Lmu z8^+I;bA-.D>5-Q 6_y3' Cl6⢜]`G4:xZNq ?={Nk7d=Xtњ%D˴g\/s#UE~DWj-bc1D@kVU/Szѝй{LqhovdUtjǂ%$Lf#PA&_ISʓ{ו$B% v4I+XowCA +&I^0+K!TeN^>|9AG,N:9q%b.0ֺSkm.ZHRbh>q T[* b-P#aGU#C;fGߓtq,-fu+KKa_,߸䈗;^NY|3d*c+JWNXB6 S2ڝ4Q{@r%\BcfP0.ז6 <_gHJ( jyWmD)^|fP@Kd 3\T|à ڜs rv` ?'.\E _-a5PCbx ,e.R{윣 I{Tƺ< /sV81'n*_=# ^ ֶy`w|^U7 }#hq߼w9f(ŀ&~h5:7& jHRB}+4Epo/mדq\7߬Rχٰte5 YTe[◇q0fQP}ׅ7<}Uq_hg)SFSFDyq*6B囷y`` )ƺH}-sZ/EH;DЋ(al'/ CG]s{A?? aKI.+xMS@ vZINQyۉpľI8Z|f:xKٗxSrƊ? ˛s#(#Ϟ@UIA` osBrl+<ǁ\L؆kB(U& ~';W@G|F݈ҏ@:ExGzJK60g\s1pڏsI<{\/ܘT`t0v-lfRs{3|DBQa pYO-m8GxHcl  W`D rhy_AsT| VNY 1Y& *76m qh Ɣئ݈21ߟ˹֪ =|%knkƂf]؊\l\7ܭmv0>qf7C*Z1C/~N P޽\*@qMD؇wƿIjB. ;x3Bre߮QP6t6sy]ꞆV lI{8Yb+^vv~~B]BX%JE*4tkp⇧o:EpUD|d𛙪o MAwУp}^Y٘|m@ýo0MXպz[[dS{dv`6BDpI0q1aBް1k5 C@/z3be(v 6Ta[I (hOd I}P.*%y4V {Z{Ⅸi RV)"ISLaE:X\cB_ק`^i`fZCvwRSiX)\Oc]_`Ưa(@rl:H5ψ y< ϼ֜6߁#_W.o?jqV-LyQ~"PdV”ZA>q y顭 %7PXGot]``j.`Lgϻ^%sJU*n/(O|xWmv( q0/;Y[0/upugQ +tR^' w R Vm(&p{ {U:,!->2ĸ26?cblܩbndH['?ZD_K]ıx,n Z)b>3/DMX1Zr]ڤ*E:UNsb`'D\chk>qP9\ZiT;n Vo.MQBIڈbI89 kRtk<-22rPzTE}?U+r_ai>pvG o|>άUԆژXs" mLQ3:鶚?q]‹f{07݉%/Eϑr2Ϳ.6ؼ?K"AHGd5,t? ꒛@8,[ЕɌ@%d\Ҡ%y֔TzɕNK0cM>}!KLh$ %vګqEuK<ã_(~onk-#[f-2 {7bMZzc`NIpgrx*GWY$#B >tu{:rPbj[S! t TR' 1F$!;ɽ*rh}Vv3k&fd5Q<w3C9= Lh#e(9eZNR S_W%;{ =?J#"t=$ҷg<|a񆱥2ř < ƿ#nt ^ sm_ >@&SJ(~o*~|u/&fM^=Q S=g`|EW[O S1`RhHX5y$l@H@*9c38C+[Vaw<9kc $zNaa!:139ԞXY'IkS J|J55Peln#?4f@N鮲N&ib:uquJ*v8[TOP2we0]7)X2ہ"~,)o ;# 9J4>`!rRH)ց d,}Gh|Ϩtto V/A!gr)zohc "*O_hnk dQ9: k(<4}xBg2$.5$r⋴v'UvbO!mbժ-< ~in) ;5V}XU^NA-+p ppD>?VrOAzqsg"g1ʠbnb[Ƃ~>La1vd?'V1Bki9݀sqM M QS {eIg0 QUi+/_M /o/&ny38P- -Gug.^l2QC[kX_̴uv[LmJ0bݰ!0)%ŷ# +9.9Ӽ+%]tϒ8-315F*hWYI|OT?O Z_"U 2#NhsH`: qVi֣_Ǫ-ME]bS|T^^[ U Qg[⎬+uɾZBb։JQy=vTYϘe>t0?_ +NXNA@]D^e;6C=1lꄇ&*_NNi2xa4a:G̊wooUPw\YnWoE1<^tv}YCyQ@ߌBA*Æb8#s39vDH2GU7ه:r՘Bf,sYr{{`qK\@DٸKo)@yQYnc7u>k<<:ղ)֖* :owGP'Q8r_ 9Q^V%&AKXIs-7I-J}b@ʬ5`MGb4Y3r*)UK:B<~mqIH3 ^QE-)vҒ\-0aw7諚 1| ]ʰ{4tZg>F1sZZ?ڰu)tɖa%v?b(r[aI0ʧ/~4 R#}&G dJV5lFR)tL) 4$J$7j#i.(E"SQMa8.&ObD0(oB%98 14}XOaɡ*1-$,_FfanJcV a?[k C|@~!8ç.aga> _~Tz*-OG'VQn(+%o-BF7̣'xY QEmw$ 6 |!ƿX46ާ1@q dk|ŕʅ'+Lxmw.)( &xBn҂࡟Ⱙ%:{qffqob|(}ƪ,K;bΡ1iL]e)5pn@|1d<XS2@,f$aVuc{aʣJ@V#d PW 2U>pZx^^pPOnA>?*WR"GEr?c7̈$ýrO1G>غ͔0>+] Lr1+7 -)}p0  f1Ak ,?5ʀٰrwh47a<9ݰgs!]`" q|:FC`i]#nY$fHuՌi2%¦aX/)s A0 vԯC_+Mțv'cE>9f85*w89­ana `DRcLʗ6a;& 1(,DdO>TnoMM_Cp >% P4Lnz]Z9##l-a7 SIڌ "']~'ٚD+' L^e߷0Q.쪢9׭DAB2qIyϚ ~r:ZMՔN\l+CUc#_dnZ!ﰣy> 6~vw$Oan(u2 ,Dcs1<CJ(Of|kΑ'jgЮ1;=kعf {hE"co ԾT|[#1L M@pc){qxhC-zbc-2ZF@o'C0,GNG/t1FVf{ѳA2B㒓7Vo2e2UCڧPtZx&D;i&Χ!Rݤ"m!+Qp֩rJ{b`]D![v6S([=?"۱>Oi` 7̞q]ݟ|, L3wMhswZYߊm4MAO#;.2ѱ= 1z2:z= 9-4ʪ$*׬}N[Ml~9Y*B'1sc('EߩoG66ф Kv`p۪A=Ɠf +"0Eݰ1vǑ)P19t}F &xX}nL =IyjwWyK>m2/ʸtɥ9ź z#9F|䎧&P.;"M(Sƿ\~h-Y%d,}6plc;a%ֻp+;h`(k3RHC_Ֆ%? k%-f@+xc*T1^p˖2X*+B:ݘ<`yZfN F67o yOנ?:"nWLcr}j'n<@5,a䳀nSeۋ-䶰sk?[ O vJc:Y[2q8ʚHAu0Js[k|?pPR00,o$ В!L u keLT9ۊq UٚN[.ߟG'5:p,b@|:82+ Ľg2LT*IdžS lS?JXVsCә`hp! oß0 ZsIe%˂=AJNw˪oTlEk'gƴˡs,ơkoO8i`eܺ2"EԄ'ttPx i Y9r=sM)dy-LI<g~$֍B-=YeNIЙaװdG&!wBA lۣ䴖%_nm2B:b|Iܽ yлi^C]MBO1~0* 1/YFbky%~ o*il<^'\8^ >]30 2w,Ow4nW3L:~9g g/6VYc^q=_E+Ȃgj d8>%.@b]bcĖ=#vR4.NZZ-u^}3XrP m cךa vfpˁ_;Cf"M H %{\\yIz"MoU>`+<@_ŹwjaA#Ǥg , -jSۓAyEy2ag)3zAV$PD^`ͼ 4aUrI5EL90Ɔs e˕eSܦ1Gڏ:_=g֋1Hiz4PSg 2%u ȇmVU{i^#Il^+6Oɇ_is8քE~ їxʾtΔbD﯌{agdtO7 5S+p"t[^&z &PNv_ͭW`xkjq]D~u+DN%@' )d`z,RI`K̟] >8O(XZ =f-{1kD3E PY/>n+čCs QdEY`##_1]q{G^ r21]*@,ZtbĶ-t\ *G D Uޅ-gm؄ط([s7z"g{'%rr@BOpuijg3C54^w|Ȫ9|)ѭZE1:OO`^iagZBDpp40GkQ [+K_TܹL d4z>.m;\y~3̝K(vݔ|Oܮ= 48L͸jsx3E筱]̥ Ȗ2 s W3-ped`lbV͠f0?]>h2< jq0?!X=/v^DtAʰhaW6~cUA;AwG,-M-0gs[@N-&h c[o/9+/e?$ أ\*9J!P#>+k9@%4-w-R۪Q[21*F1W^;65f\a KG:IiwEo&ۦq5}TUě!$(J"x÷\7RR! O׸M=m=Gt#Pw,gd~7dG#rL:UK e-n3F%K'?k.kS\3eȜwôBO.b_\Gث!S.x(RHsZ!lYe=wϧ氦Wݜ~F]r0<勊Bbxg8G! x{N$ q9+gċGisK@fxIȌ- FF^sL{!8, NRp[jL;8$X)"&K@{O%Jۇ5nwO  9lG4N!6ku+QMepr9f4a7΄AoM G ?AF{w뮎nYas տ'mD8e۲7elc> 6}z)\EʅG̞^`$yTAj*D#޾]u+~MǛ V]&{k:EJL. <7!.Zzevx\k6}晋)ȤOqty|/LWQglH{971 ՗Rq m=ʸ@5߷Bcwl Hr*}t V̔:@M3N.C1F^jŒd}s}"@8Jup|_:(m8]]ҤJ)R<  OJ*+Ql4E_1>\I!vGX I{,OS`oC`Qe9dm?鈊X:|OVQR0lX[EdvEɮ !3>`y]YQN=uXŗ4``5ޓJXrJ ESLنmfB lΎ;1 7“ӃoPccO܀ *ZiJpJeT$P@&_/I@3.ZU>Ǿp{sByhSapUm!,+ٮ\TC!{JZoge3\p R6v0:eRJ>&wIf&1B[YHHzTpX\/tFpzyƳͰZGO9M@>9զ*,61S]ąš*EkS?` *2Kokm!dé{#_v6w4pY9d:p"ZǪ*<Ӟ(>HH!s-̽Ŝ ͠cY Z廾ROToxq8M"*5pbqE|KeOl'U<5[R?x 2Dvv!1~kDB=:J6f"|ڗ̫beb!ڟx feUWZ>1eR g`ycToX؛>+}8LNI'h!mv4?Oj"MW '{~P6I` S bj-urh0M3aB1f|A A+>'_yz鱷8=KӛX16rw1S #.Mw~k{UxYU*@ZZP+|Cq]DnTL ͏޿-}^7"/J@{7@72"Z,߬x)xz5}݈9⓴Ο,N[>1ݭ86Mddr@#P@sd5C;V6'=kd֧G69hd")1jn4}$j{+{,=)h%46]w |MAa3!xǹ􀯴|* bz-NqzsAC1%'I2Bܥ.G8Uޛ'fZ!,p~$M-+S 2&{9쮓tC!@OuuOSeeC \u}ܮUd1&s3u9̅o9-ݺAs=oDouw@;iً[,Y&s]J@< e?1M`[8G}׳:֘[q-_{]mE/#j]WH%|΂Wa,?U-SNw )Xfg-xN$~ؐS$:Y; o/F#’::[;3܀pmw{5ɘot$B*VݱXS u,X}qk0|e>/o?A͹7]%Q DSu\iGFg9)g{ !K&f0 0~tzQ)b/CediM3:#*r ؇tzi3q;&7yh܈䇜L 7K$8 [ ]:!K+dS}STY꿙GfP1k.Iv\U6N|iH1x R'G! }7R5&s䱙; l~i]$ ,#j+I#4"$Sbs_ iQ'`r`[#5(] Quiw,B fz]3(0}\eJ6%Bu28uSFz5&!)@Дo v'(v![P7y.s B\!# 5ViF. /j bb;{%I44'"Rh{ YZ