util-linux-2.33.1-lp151.3.9.1<>,̉_ /=„ϴBߛA|^%k!O4O=FnIFTӤqW頤v'W-ϥw XVBAU%m(nDB]Ň |~"A,'# PauV\Z]hO}#k5תnWqmv rs*)HKwl7˽אwuLv $sAuDuE~wYOe:)wUoEZL}l*>Q?ϰd   G /8I bnP  # & -L a 0 TTvT(78`94`:b`=0@>0H?0P@0XB0`C0F0G0H6I=HX> Y? Z?h[?x\?]E^TbVcVdWbeWgfWjlWluWv]vwXxyz 0<L^`djϬCutil-linux2.33.1lp151.3.9.1A collection of basic system utilitiesThis package contains a large variety of low-level system utilities that are necessary for a Linux system to function. It contains the mount program, the fdisk configuration tool, and more._ armbuild02#openSUSE Leap 15.1openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Basehttps://www.kernel.org/pub/linux/utils/util-linux/linuxaarch64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in raw.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in raw.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-util-linux-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-util-linux-update-$service-new-in-upgrade" fi done for service in raw.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset raw.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in raw.service ; do if [ ! -e "/run/rpm-util-linux-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-util-linux-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in raw.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/bin/wall /usr/bin/write /usr/bin/mount /usr/bin/umount fi if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/bin/su fi # # Safely migrate PAM files from coreutils to util-linux # (openSUSE 12.3->13.1, SLE11->SLE12) # # coreutils with su were upgraded (and su removed) before util-linux # with su was installed (see the Conflicts above). If the admin edited # the PAM file, the seemingly no more used modified file was saved as # .rpmsave and the new clean file was installed. As we want # "noreplace" upgrade, and the contents of the clean file contents has # no changes, we should restore admin modification, and rename the # clean file to .rpmnew, as it would happen if the file was not moved # from one package to another. for PAM_FILE in su su-l ; do if test -f /etc/pam.d/$PAM_FILE.rpmsave ; then mv /etc/pam.d/$PAM_FILE /etc/pam.d/$PAM_FILE.rpmnew mv /etc/pam.d/$PAM_FILE.rpmsave /etc/pam.d/$PAM_FILE fi done # # If outdated PAM file is detected, issue a warning. for PAM_FILE in login remote runuser runuser-l su su-l ; do if test -f /etc/pam.d/$PAM_FILE.rpmnew ; then echo "Your /etc/pam.d/$PAM_FILE is outdated. Please check /etc/pam.d/$PAM_FILE.rpmnew!" >&2 fi done # # /etc/default/su is tagged as noreplace. # But we want to migrate variables to /etc/login.defs (bsc#1121197). # Perform one-time config replace. # Applies for: Update from SLE11, online update for SLE15 SP1, Leap15.1. # Not needed for /etc/default/runuser. It was first packaged after the change. if ! grep -q "^# /etc/default/su is an override" /etc/default/su ; then if test -f /etc/default/su.rpmnew ; then if ! test -f /etc/default/su.rpmorig ; then cp -a /etc/default/su /etc/default/su.rpmorig fi mv /etc/default/su.rpmnew /etc/default/su echo "One time clean-up of /etc/default/su was performed." >&2 echo "Original contents was saved to /etc/default/su.rpmorig." >&2 echo "Please edit /etc/login.defs or /etc/default/su to restore your customization." >&2 fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable raw.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 raw.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in raw.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 raw.service ) || : fi fi `  rI  @@@@@@@)@Hh @P@@@H@@@@@@@ @H@@@@  H@@@@HH@HXH8@ @@H@@ @H H`H@ @@HH`@+`h`@@H@HPH@H@@hH@H`@H@@@p@@."sO6* {j /@<-W~5I4189q  |{)z[ uf! y  9 6Fo FgR 3 I a %A5 $[  !} @ 3a9 f n l  h o ;`z z%8N218=R'  2:fgR#72 Z*3&  = UKA큤큤AA큤A큤AA큤$$_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \5ș\5>\5u\/9\ Z!YSYS[+vYSYSYSYSYSYS_ _ _ _ YS[[[[[[_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ bb83d826afa8386db62b578668786f5b230ff1e2287594d01021e7211ee055f62b8fbd3e79359f3f346706c2be23404b63a13dd283ec2844f58c64251cf469466f4ed753379ef4cbee5ec667cd35a40e48a1b00564df64b6b1653664184e5016628c28f88b7581a346de64b27527443321e34a60e80df5920ae9a43777c2fb93c3ea012930f7f9f2b9e3041bbea0caf731a5a613c3547addad581b7c209592fd6805d57719e0c228934166892750c278b222c2562b31f2a225ae1688614dc8a552b4d0e84fd0fb35e9263c319503e81a1219c7e4b52a6cd68c63372d2fa7116194b45d97b95571c56c29d9f5604503fdabe4070df1d5ef2bd159d3c1710c370f3266800838dd16a28a315517f0ac00fcfdab774e062087417548201fc8bec1e83a8fbaa56802f5786cb0d63b4e557462179bd7416e717adb8aefda9245f9a0a66305d11d5a4181a7026f3dc1d58f688a6d5dbbff8cd0b0d13d206e4473c24079e87b65aa9d155d4e2a397cdc9403f94be3523b483378089184ad57238aa1cfc87bd66cf1f83819507e32a56f54cd8cda18ee46702aae7540b525ecd273458ce35a323120aad9671b8862491ae8b4cc5f4882b660260112c37490d50152971246c4d1ea67afe4e95eb631cd56b2b5d06751e8d184b563f9c6a982dbfe6259ce0e729cca27b6c9d55ab500d42b135b4158600b7a7436f3ee6949463cd4a28a8d2e5f4c4f8992608d3fe25dceadff0c736482b3f2bb08d90b8a933664a3ef8288a1097815e5381aad5364a70aee0a3e012c82e2b04f5d907d28fd1cf49a7e0e7250c2a1c3359f12baeb684e757e24bdd7276c9d6e7b08425fd3c4725730f89dcaaf7035e234be4643dc62962a5700a663a5aece3096e9d041f04bed1460e523961a5278e6d6bdc07a29f6f25d70a2ee200d9effb9586e5df1829d2cad8224788a954b32720987e5cfae80235492de78683b5804a618c41635e7bcccf1acf56e31df93ab3784d1cc6cf156bbd7ed4ffdb3351dd7952734b8264efffd7af03c45cdb6b6716b518dcde1bdb1d74eed30dfcf362a3968bfacae1cfd7c323b0ca5b32682474f1b0e413a4031cd3f7962bb3241be43d10a3fe15b3588c2d6528a74a8cc2cb9f02b8fe04cf592aa00c9fe6228a9e1f7785a842642ce5f431e4876a2689ffd2efc3fbc9782542a134cd3fbeeb0a7f7a104055005661d8d4fe44c1b8303281c10f59d4724a4fefc3875e834328c666183784bf6d0026cfd13e336f0d5da6d9351d850422e99c4529f6be1583e21b26d550d53f65821eead636248a826684c90fc8b7b6492331c51dcac75eb9dd7c1edbd05ff1699915b65d8bf7ef8b5797f290efe75e42bd393cd44e07e4e9d6ff44ad9ef966b4ef41a0e2e50adf0b3929e9aa5644ce4308cac68999e13a6535559bfaa7f98148f9c514d5eba9a7af5224e5441c74c126c48fbb636d2f3d9997668b91e4c7a381b3632dbf128db3e1c195abf3c9451c629c8a839819f9aa719c953089c75dcb33b6b69aad692486c04f7dda87e1775bb459bee04cbc5dbcb7506eff060b581f4554590f101747d8d35b287aba53c2cc49b79098efaf795880b5828efd6cb0541a665a7c078b8789621fe0922772041a3f3ac7f0d7c403b732131ce302300191aab0dfea1e9e828a581f19884e95392d837fbd8339b7267bae36dfba04734d0ed310eedf88e0c715ba5b55381e117dcc2f36ce438bc30360284ef39805e2159e73c4ad612658d59261295475bdf778a513e6cd3be78116b3489aa14d09548eaee7eb0bd5feca3ab835a5205f86791a3b8bbe38be13867302a1770c545f6157d9c172db77eefc59d7d230f1dbf07687c14735b77ffb050dc0cfaed72d575c7c2d90ff0efa30216bca7b095ba0fcb0081a8e662a4c47b0b108afbb9e7df3aef859890477cfb68cdcd6add00c60dd967fd66d7a65dafedb242b6fc20ead5bd0c3d9bd896fbd235512120b8b4c8768c0c217b9eaa132b2c12e62755407ea9ca1ccc38c34fb38fc81faab7a0865b1bb8e1d6bcffb2a822fdaafb191409d9bc673dab3f13cd79a370ce4a83efa8df42279f1bd2f1c1605482fe4f95c5bb1bd90d9112cb0e1fe25a63465fa37a35eecc1ef3c87eead92613b333023e81ae6ba4c119645b9b57a21c3d2884134b6f8378347a03c438302e10f3275f4a4cbeaf66e1a08453e796a4556ebf615f505fdc51b34f372e1d32f11451c160bd432222ec614c535c47add035b67995de29281c3484f455635fa1dc66f5863711ef008f2e991dcc7d8b55ddbb671ea40bf8e5a5ab35b22896537882433e29664a35f526649b5688c1b0d2110e1c513fd18bcbbf36588932fa8f742880f44d19644edfc87069e6a950dfa0c6ce4bada5d2a9d4051b0cfd4dceb44122a7e3b8d4a991d0b9682155ab347b2498c4271293dd5695e7e2ed18b5e9ee97a82e62cef9d9d36c93aaea5a7d42ac345fa684ac74f8400661f767069bdb9292e40d747825c92249facf6c8664460a8b081f989acba555a384ffd20142e5a70c22377397354769567ee17cb9afc5e5409a3138c3226bed52919fbd0550844f0b14ca910b6b65208f92355fc0811926a93753c2b577194587cb25118bf5a582f7aff7fdc048af276ac20637cf4feea6b6f9627a2fff24871a924339f3859ea26ff787761936d3caf9d2190cd0ae0a9a17ccf1452deaf4347d152911179515f335e5d31735712ba2698924b047a2f47792fb46da5a8517623ebf6c53ceea5ba50208e481f76c2ea06ddfe4e06d43e6e9337d0256046f5150a50ca167f0a9127dbbe4c5df86e5c7dfcbea80004a638bf7ca511e7cb12d532e8f79df92192cdb9eaecf136e19d2f4cd036d61b8f4f4b82d041ee5e1973292ff734f150bc75ce843a0323f58f55b18d3ca8c83a169c8fbf6470f61f6f2b3ef1d4b1c956b4546c86656d1e1832ef58bf57705768e32fbea92030f5d9e87ee2b07aa79596bf1f98afdf2605a021425bb68eed1c275b4ec827601bf8f46b9b40d34f4a437501a470a9282e029d0ee29a49cfd1d271664719e8e1b905392ac8b178c5f7532fc08833eb994ccd8fcf5e2ba5c46aea7b6a1253d5973adb8735f0383523847f121effa9bde3bc974e7a6d2db0019854fdfd02d665e980f531c19d3b43af0e377c5b402639854d8fc65a61d577d1f29cde9f26771b4b34a848dc1ed844045b64f1b9e342f7de8e6cc29fada5083852dd1fbf93c063d8a588f8570dbcbd63a85d30f647ce6fb4168dadbb8c9cbf99089b7eab64f9c0edcf493bda533236e9704543f2d6d5e5cb756926f8bd20864246c1f62dbbc6f89baffed2f3e1499f6f509dc445b8cb1478391cb1c8a0c56c6be3d80c4f96b02c0871769c25c4dcdc320e3acf6ea369aa4d4849b4ecc4ab8919fb81e8cf5c45cb8eabce41d5aa8ed821af4533ee46047de1e23d83beb20a5d83a3074655dcf1f45d133a159ca96652fce0cd8272fa819e38465e1ab6188de7aafa421de8ad17d3415fb6feb0bf57d587523f6ae0a34b88f60b3d82f6112e3163c4a858b1e3c574093204ad81ab949d360946954fc91dfa51bd60680992b8e5ca120beff9b966250ebf4156c60ee77a53f77c9bbe176619cd9a140e4c40cdc19b4c25f044071b24e9b2bc87e779fd0c46b228cc5bea817e856e239af266bd5a7ad7eb42c176fdb6f6d9cac00efbd801f396e797ae1937e11a0ef70577e518c2ed5ef9bfbffa578c17807b42f043d7e44948686b2f66825f39fce9f6f49abefdb3a7bf109436c336060a0c0e431a888a46a336a88b5b24a854b207ca8288187c2d19e136277696098d039790c6164de3ee2a1f15f168dcfe5b3dc9694e81ba55df10371139ad3309b78918d10bd63ea7032e24eef268af11a5376e789f54fccf591a4096012459535d6b7e4cd666c8127e938e8774bee5fe0f248b6ebb3c536230b61406be4179f5e876cfeb0a5f7282a375aa85ec935a04349b85b8f2893cdbbe462b747f950b56ee11c3ea70889bd59747312fa5dc9dbccde0a544945fba84503adf13d75dc8f8680d27b0f5c63d1e94d1aa5b9605d906312eaae0cda6ef82cde21ffb5f15fb4d3bb6b82a920a6ad279e3722d249f714652aa2c74fb6603e85313aaa71ad0d6a5dd7ab3ef4afc3a01724f465d264c185792e49a17a68a8eb133e62a4fe77d5d886727b1185059751e0bc28f064fe2cbdd35c569772ebcae818e5660a1bd07a3149b39c0bb44403fb35e605cd8fcb25e21a70a900fa5fc63f28fd5e4a702d81f0600333a8fcf38e33c255af6099559ae596d4861708a7445b022d9e707f5e7e71f4dc277cb6f86c28ec7690322453ba97e6f56c49cca7bc40ef723d020b2fcccbd9af339cb0508a3eba928cfa4308cae8958fa3c448e57bc047f7d57c4c7a012a7d12349f47028cd7b003fa468630d38ff8f09fad0f1f801715c148531c6934eedd4373644feae92fb8a55cb44b37f527ef5a33d4b55f03385ecb04eb58e5e7b5fda12cb8a4c199376983b4ee4bb504d1e3df4293337025df8070ec6b82f91ce46a0f2a0ddc9a03ccf207dd84bb319b05d2ca818995773931e84c34aa8a808c4a3dce3c8f2dcc060e898588dbbc669e4cf855cc9e8409e339eb4e41e3f2d7e89cc1818ca26fc4e864fb3ffbe11b7d07335f07977d8483b90f2a6bce08ed7594edf7a4b5714090a5045520211c659148839477b9b8a6d4913c97a609134f17c5383de5e1f8769a3e586d2d21e0b37497303547606c01915cb373386cd5d4470ab72a145f27caf604d60edc2caae626edfcdf3f08096b45c7a85beb90a36a67f54af00063ef3d528659885a2689bb074c8d8ea7e37a75f1c7bcce1a7501ed6cc640e4ba03fc03ac9a157dae266d6ba91d02b021b4c0947d21fc9162a4786fc2c12b3323cdad3fbc286a321f2d8acc80ec39ad768afd921cdce8c0ac965457b13ba03f8adcca473f43531e5bfecdf41fc6618827e08059b022a79fcd66b3d972f7408365c27361cc93763f62ccf87cda12e437b21898511440d9f506b0d629d6c4c8858fde27e4665039216cdab8d278d60a0b51f43f4991524393c1de630503df9bf22083c6f5fb0949a709997032bb4e22072f86276e2a4e2a3997ae4b58c692f042c4412f14f8c45bea6b10825943beaf8be92f496c594ee520dead6bca77e6b189de9159531ffc05097fc36c679a851c4b96c4f93adb76120eca15fc7a36a919b1c03063ac2c58acfaeb859c82e4bdf4a1d72e885a3c1f6ac0b296f991882500621cd21fad86cd30321f739c4c8d24b76f09351c94fa924820d3128bb4508ed3eb7d363e67d2ae50027d2e4793f3aa6da270433b37db4cefd75827a58306e56415ed4b61cd11a90844d8120a02d170d1596c8ddf87821363cc68bc8df5ab43351003bd443369afff4b96d726099ca771ec36abff985c4c6349e25993c9f96ac8f764cb704f50678f9f23149743ad5b69c094cd37015cff19bac93c0f56bf6830b873b7e9d9da0873ca26a96361badc8851eb6f1c153df1a07c9c2f3bffa048fbd05d1ef775384087440a08c852ae5cec0990942b3e239d9bae331ea237d6dd457575746e382d07fbabf9ad70f4ec23b0db103c742d655c8e9dbbe3e2d59f1b711abe6a241c91a8211895e624bf20f342237b951779fb457d68cc4bc7900e6db044becb5419efa109b77ffadf32a9db482f3941d0d22c12b5feb8a73c71489f7bf83693a9c3b4d3d27e97d8b0ba7d43682f8dd8eee55591d451aa0b4380e1cd01eb887a91528dbbb9187ed14d2995b77066141f0a0b67dec82d554a20909466eca6a3e8f237eb709b7f5b4c6238548158ca1b6d13b515c4fb5107a6fc85ae04c8444f3edd75e98e42dba100f66bb1f0dbb7af9f2891badb28f90e7ab9b82647a4b982a284b541968f669f2a9f1dd13080d71c8d880e628eee89e8f493c979441692ef364e01ca8c8a761d381e4d3265f8264768dde09b2962b2b19f1dd23b5283430b64b762d24515dee93cc8cfaecdd8f38c8fd02a9a6fe9685dde62da40bafd69412d0da67cfa86af3443e60189319a7ac414b0777557a29e5c6ddd32ec3a4db494eea31c193bdf80add723b974276352ad7e8594fa6fd62210aff842736758d3d2671c17e06605d892743952021091a5554e9b6275cdabbf1820ccd18eff38d8b0094284ef7fb68c38f66fe337b3898cacda9485085c522d9306a043146cc52c780bbcf2c65b8d366f095a5cd7dd59ef1558c7d5bf8fe58581eb6b173f823b21f1e83598328de2d7695060a9f48f15ad5f492bd454b781d293dee2c123c3947df57f4c709365c624fa72cff775a5a4e4d051193cfc5dbcc2ba373d5cfe350604f3c4b79372ef4a7e494f02d1478a7f29aa6e2ac647acb10a2b1036bf2e2cb98e9627abb43fb1bf6ac561ec2eddd6f947b6246d18959c173aac7112e1e9b2d523ffe852f88011dd2e4836c60d66d90486e2f0b6eee9a962adc762cd19f7311b42d344cf47e49ef1261f90e4ff73ffe3f15cc6ec0bfeed0a2c87b67eb1c9890ec5e7a23d18eab733d16c0df840332dfec0e1d317cf5f9782d95cec282e649635b33e6449d67f664f74ae51994ea2ecf934319c37348fddefdf0f028614ce04cc1840574242bf47219cb0a8c8feb2b95abe8caac7840120e9575816d9e02dc8d08fe883293211f6f88389dfd874f9052c2e8991509621e742d39b65beb9489deef2b2b1f7a443f05acf11db46c80e2696bcb4fb7642418d3aec96f7c2931cdcfdaf245786ee3b6cded99e22fe7f99f914f660697f78e57850e4e70c027e73a0aa5074a28bd3a5d25c2564b37100d3ec98092ad7a2c698c1865015368d7be5fead7d3ad171def63cc78658b6b20ae50ed789c556f2abdabe09362169d385f9facf1bd05c13cf57b3f8e0078a5d4bcab470cac90909b105e525171e7bc0ad8fc60b0d98503f4d46dfad8060cf9e1cfd65593d59333936ba7e71a2306d7f0c33f9a7cc1f68ccc3232eb2815b93e68a92b4a98b89f6c3af9baf94aab2cc24f58e0e2c4ffc6e2ea822cdc093d940ff701db74a1133159cf159c9a182a46eb77ecdab618c52e373f432b3924d8e2707454731bfb20b7be1e41f5b0704536a549ebf7ee755d64bd9ef882b04ae84173dc8d2fc0706082e013fdec16a7b7fcc3aadbc0c3e22f87d8a818d9aa95f364acf0afdd61db90044908eef15ef623eb9e6f4598cdfe581f20b1b812650d961f567406ba6772a881f22d10cad9096093673513c8426e81594c44977e1a57e7c4724f2a5396940e79dbdeea768970b2960d067e8a2fb78e9379a1b1b0fa2509065959266652a2153e29fc80a3716fb3efbddff33a33590eaa20773d0b694e3daf55497287d6f705c048fe6fa6e78c2e9693af0e3fdcc13efe56bbbebc6c7fdf71a93b736ec0a304992cfdc981ef92d854827fe5192a04cfe88e68f48b3e1b320773de036a5c87c232e9d9d3521dc9ae4208726fdc8efcc48941e69111f761be3e779650711cc8c467b10fc463a333d3bba815810ae9cc1dd8b5c8bc0181b9721df8257b7d517dee24e93362bafa490b7904f37286f954a2bed21b256b3ca1fd8f4d9d6d396f2c0581a5a3a6ab1bd9ba3c12a6159bd370bafb58d73ffa1f638a7eb5648d857b7124298243da9467e1ab2c32244784a55d9032976319df7908163c9afc1460f2f78f58e0195f4dc3af4a5e92925aa23f3f6ec5c73a7565329a7eb8b3b67d09288e327f405fa72009d7e85b81a70d20c5577ffb8b418b6b0de043e7fc1b90a36595a7585f33e27d5028c66fecb8db2f01832240b70527aa93f9d93c486fd5315672633d2cc96166fedd130416e7ec9c37a87f8afe57dc906059a4fac04a33449ad64a9c1e51ad0b82fc6afbb07febd5650842fea214231f399d7f3bf4daa873021ae3d172211a649626f466efd53423970ba15d29d6f5ce4fc5d78fcc9e1cf77f54f0bd20cc47638b163a4b4adab20f4901ff4ef296cd2a9e3ebbb6577f2a14123adff1db7144fa503b2e939d9383055e7b893a7730e146dd93c32803218e67a52959c1dbcd2d3706e6e300cb28556ecd1257d1289a629ffbf7a1af3ad4b9350fe71eac2b6927a0e0ea228c4d5d809d96320c0c2db233af2c6e522ae941519a1b96f840f476647daa9d041a7d5db2dde0d80d3c99e973b1eccff8b259dc60762eff4f9768cda50c4e719c869ad6f2d9396f48c3bd4cb6c5bb90e847a3bfd4885b8a4a683c1058210fbecf4c291cdc3de9a968128e7051eaf2d7a07c81de3fd2fed08fe53b1bdf0b344633375273ce54bdb75c65a4383f2bf29aa9868ddfeb868f23ea5c5833a4fc9a642b78a83dd186259826304be649e7902086b8f9ff546700af22030dffeefaa6b13e9ebb7c24538adb0941dcb98a9d68a6426640f874cf09268bc51c0dd77267ef8e3d9948ff9c8c376a1b9ce911ca135b7baf9a5d8e9402d77ee0e8fa37c13afd9202eec1cf01b204d02a89442e8ff3999f14bb96fdf113c8a43356f2bddaff1613e3f66679f5f0b64d061a30e474f146163569be0692d25787a3625816b07ea00ef66cfeada23fff0016cf0a37efd95ad84b0d5ffab4735212694543267952b527e72f3ee4ac9b0e07d49b432db219bd26a3aaef626d1fe1fa53f3fdde633d2e038dc3d081ba609cb8dcde53a8e1a40b36ef2de00d17c7f0f1d58372d1687ddc0004c0758818bc845de2caf1ec65435297b8a9bd6a324ae3d54016e7defbf7259e750bf86b73c5f9b822eae158889f17945167c58d1c51c587e26dec022c31a4beaac423f4157b858a35a28dd6d3b4575f1111fbccea2e0e6fd329c9614c4c04f09093de21ba76595ef093bd70027df28bda53306ae6f7d80cdb4f1675690b89bf17298c9dfcc4c42c118fb04cf9cfa950cd3c8376e5ac5d2a289c03bf36a8f9a86ae160cffc6693112043bf33d2d4f99614c3019ba4c6271e87a588517a67d2c02aae0683b2ab45c047784200e6a435da9248f37d03e1a9db3c6d7539b46ac99395811c6d33a00c33ad400abff2765e0618bccf163759953aafc083e9ee25c20cda300ae01e37612eb24e54086cacffe1aca5a1805b9fa1953570fa4bb99339afbb25a6d701ce5a442d22b8ddabe486b46c9c9e84478bfbcfb4eb0accf290e7b158085cb0db7f679afade1a270f7e1e731a691717091ab909ce678799aef4aba00469550dfb05736640440686fecab2d41ae3c3128f328cc438f772ace3b8428c2be81f1bf061e3fe7d4c67a5c89b829654e36d2d73796990694d4b07fabae50c6613586f14e0c337507773edb6cb1b04157c0dbf03fa8a7f4e7213f709a811cf2015f4f87f35d5b21a35852c4c5e66d6489b3bfd1b799c1a4b09c14bfad5995a4328dd2169815252c56a1efe4a12f29d53a1b716ea1e75c1f6d2bb3480863ccb9f145a222dee237f766901083fc3f0b88464469a8a5a630ce32790499b7690d033c7d73c40c861a5985ca23c4f1585fd69b48d64e54868b437b24aa682bc015f7761fedfe39badf1904691ba1c91035ac9decc4c0086a5c5b0e45a7c1880a818d6ae7f99fe074c6507ab0c2f1a1149781012dbc527b9f476ec852921e2cbbc9fbfc2ecc4c1677c58103fb88678e25e11528a1d2c3148ba44506574ddfa4cb939d91bd99e8e83b73fbe36119cdba9452e684012a040afc44337e73ffcb2b910180aacf09566b784f887e82255a09cc42689d503850447cb9c3d7e2f2a99f556b88d944cb9b15be6fe9a0d9699ee62242b19412f6543a2cbd41ff073f81159a4a5dde495a8dc886a4625fa019a41f93bbec6ce13f7de813fbd3178cac3953891b3c2629f0f911001f2e6e480c25aab193510ebeca01bea62d0cf238109d534b9f5ff183ade8f28cdeb7f9f2b2b948fd241c4921bc415d2ed4f60c8263060ef1ecc8eb0613adce99391a4a40de537cc9c22bf2d47590a0321088d8a3d3f39efaa0568390b13c652a04dec563e28989411213a1d936f33f176094a227c2072557871f688b3838e23d441d92772d3e77ab6e38e109b24b124b5650413dc8e80309858c4d74a5152b6f740a49c1fd1c4daffd87fb56bbc05ab9605c66201bd1282ae96033f1e66cfd0d36dbc62c21b8a616fdc62bd8224a5db8f04f4ab2aaf273e64e34c1ebef97847c8e775e667dbc30491d185f077a229727999483ed19c5723766ab1cfec330b9a4cdd6a2f818112a32020debfa8ca2f6f2e9a39378c1266f8b74f17b894e3c8df9e3e34b8055f94eb8386d1fd26ee32522c5f95d216d1772ed6ef19c27129db52bbf7322ee6830e21a49fbc72196922f57bf3ad449709a7e2d7b41f456e57672a2e3fb3d0859dd26a0b2cd98af139f00c19cc052f5a7d2acfa55b749e73156e06563bff5c701bbf91fd6966de541f04f17c44f8e86315d378f7cc390bbe6396d4eee31a54282b1f2510272818249d7953269290a422398c54cabd6f4ed079d4d4c7d5cea9a57667fd329e3f07d60785e2b92bf2fe9de094db49e063d96f1f457f373d4e218a9c2f3490290ca38777dad882a31faf7a8ee995836fd75cca7c81cde7bee356de8d60a3b5b51781b8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b8806439b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6dba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f88177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5514335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac747d43e7186cab280cac92f84348cdd664f23808ebf10e17a004a27b88cb828aa6d25afca78d31cce79875476356e3c1f29f40ecd7feb00cb084f4bdaced6b305ef00bb2d4446c260110608fe9ecaf98b972cd20115da5f9ba96ebf2d7004f746f6d7eb4712e93b19cd4e2bf3e573f58c0ce0c6b9a4216a4f2edc0560e72c3781ef3d33379fd761172d824c3178e31fa99ee9769aed661718b479dd9e4f4152d03157b758f03d1db5c2e9c071a31441e2751e53cba6009e48c3f4d7941a26bbe5ef954965407af97896cad4fdb305309130f2e7cfb593b3912651c82536140062faa68d664ef23704d0be745bac27e12a4253a65c2da14077009e3ef20d417607bfc0fd73f27b8f48312119002e879ce2cbf551e3160704988ca7abed7a2dfc8171709bb60141d6f8ca2afde124fd65b0f82a8dff9fc83c6ccd09fb70262920a2f1219b0219e834c539d215e5817cb7c34b991f64a35d64139546a022e9959d5c5a416295e0d20e54f9f8dc0661de9e943b8e883cbb4da8b86a8da7e42490fdea9eb0fa19e506405161c2d953724622e66246766e7b73d849b788c2bd3b73759f2c4c48e7c9c7b3770cfb9919c7b93bc3cdfbf204a3f2ccae25aaeeda1c230eba1a5ded8e21738cefbf22e0e04fcb7879820f521a945edbb73e150d39e69a937d8e0e5def4e2bdb31c876a76d782464bc6f8dd5b3c336028dd810121d52eac5f1ecdf107c2cd3c94eae7bf8f985394ecbb2e2efc9e3bf2f7be6c74b12b8139e73b36d4eecd6e1739bd54c46619af14bcfbd87f2022dcae2d330b7c62b37eedd717a4874024a5018a37edd5a8521dae838bab700182c23b2cff8b388252e5e5628db1ccbec6b7082753d6464377ec0f41d17ffda8520f7792f55028b62c4b81b006ee508ba4e1a283a55e1964c0976c438ac12754704b2e9a5de193219f438eaedfe207f145e1bd7a35b84d54ed3064f7ccbae82f537c8eb40878eeccc867e28170ce806163d620e2ca8e4736efb7dcbb1c85be97231fa6f341a0dd1f55f1825c4d23695b857457273c1902a1b901d7c6f8e1ed983216e7c4fcc34fa4fb5320b275891447ca0e6c577a6540858b14214b6246d4ca0ebcfc43e71a72b88d5c51bee0e435b10ec8fb185cf400b994a4c73502f63d6c8ff688faf076f7ba4bfb6bfbf02feb62a9c312ac933a54af674435601e2a6d817c005eaca21f214d71c25813dadbe7cbb553fbb64901ed73114648f19a5402a964035ced5c9e879dc1be9fdbb59b8e8f145406070391273df9fabefd38be1f1add1e4a89aa1345f2d1fc1ed37d9f25d1a31edad9d7d8acd2f3808c052c553b813230d0a289dd8607e3d24b67a2958f4dd86eb05d92ecc722640faf7084b4b4a4a0873fd87b529a429153caaa27842741370c31b688f4b0bd9a424b586f12655c127a05f0a317ef5b2b66bf65bfab512f9d81f51e5c8a58cb13f5b182863947f2cbfbdc29bd7604178cf41d6c5a6e94d060cafc6bc3a48069ca94e58d1a13c02afc0733d8ecba71e77d77eea40eeb29b927c97f767d881d0fb0806cbbf8ba116ea9231294c9918c02805a696f9e73430f4ff6a5e67ed5fdec97d3700863fdd0c9b0973dc986720bcc07aae05312ab9b9606891ca351f19642a32b241178434aed89bbc7b627dd97101a60fefe739f7dc17898c815beb058d77da45ce0915c0c1453050f1f3eb1b7ef4c7672c7031cd9058b8644ab9de49b0fc358aa148a3737afbaec2a85f9870d776e60661b362ea84ebe79cf0bfaa1dc2aa0ef05ec8956b3309fc5554a7259df8c555a1713d1fe50df796baf96e8c4ad1b3237b4b5bb25b8d6bc9e08120341ff9b357dfe8e61ebc9abdfd289b595969463ddc0dc9ad4faeccc99560e7d8beefc40876beb2281dbb37d3cf392295ecee4c8a5137477b879cb8366068d8ce1f0b9a910d9b0811e42829d6e433c51c151a0c215eb6534e845fdd41db9fab4e97ad6ad270177538524c6f67cbbedeed4f2fe8da2f1ab8cf96d05ea878ea7c8b8b6f1430a2bf41dbaf1a2d606942ca3ba600add07b52de8a4d3a0dcf8ec755dea89ca27e15a1791a437d4867f3b7512feadb73ce35c951e10cf3a296f69cbdc0f3878a90c8611140bbe6427ce9a93d4638a334bc156c1f253f3a601be2cf1481d8df2ea960a7589f1f60de6a3fe6e67240ac9fb9d11ab756e8eefa77fc218cad0f1d4d7d3e71b9c8bd95834136a473dfaaddcf3179bf10347c93f46b5f725891105f4827277ed5b51b27d9c77b39677a8ae86f2c0a8cdee3f292086b52141f0a239cbc0e99f48b7ec984e63d500cef0413f119a045551af3c22becb17ec21f4800e449bbbd9eb9be2200c93b025e1bb3480a8911684f2b00667d45d9d2457ff566e942417fbddfb27c07dfe75f92df2aa8fa8ff8dfbb723d91c5a98011a4a5dacb229769ec6778232cd331ac54fb925d473888d8b2639e0834c0c5ae7246e2deb1cc529c4b72922299459cf9412499881f8011366096f8017deecb857791cebc44cc392f41eb25e2ee2a6211926b7c398d72e685b0fbbda9144fbeefc7eccce9f288d82fa5572ee6065aaf80c7511239541a8e1c94e2f8c4b7da93023e58d6496fc965e55d498f60e22064a8084c57b0a1eadc377cc6b8bc3d7baae466855672ed41260357912b77d56b5134e97e3f538e3078514086cb0efc7ce491186455b0083139355b5d9c86e0db72be580eb27d4a7b38077686e9777c2e322b311c378a25adb267f16cd77c133f4d9597603750eb7b0b43570c3fb49f01129b0232a0bb741e436882a498321cf4fb435aa2e4ca95b16dc448a331d7801191de5249b9bbbdca42f410e4b81461596703fa32e89ea22eab558219b58f592dd7996e0677e8505f6c1aadbc7b8393452f28e10969564f289413ca59efd12598a6f282afd426f1097f2bcce8e9bc1493e38022a1f4b3c4d33ebf2a635f2e50dee551df2df277472b3e39d5ab204d1b850a00a7e477d31300be20eb13b07ebe2d4152f3e807c77dc40241850011024bbf625c8b09b5647d714cbcc1dbdbf45dc932387b99adb60db0b1b6a8f8c8fc7afa821df3972f07160553cd1b5687a7f640fc2fee62e4a87bb1b3b9273fa4cfa0358b0a0e581af01750922fbb54b51f8f98b7cca8306c2a02884d82445c3eef32f0d83c5fffc5185b4ae195d6a449b8e57c15a9ad16cbeb1d31538e9e232c89f299868ddfd3a4d54fc5a8c6f24baa8b29f8acb7d7d58b9fc0a72b727649007797fecf7e3cd8b378247734abffdc6047bb1cf7d56752b23b01f853aa02e97f5c2cf00b50b1f0cb1ddaddedba6b009a41f1536f6a09d695e2ce05bf1ef7811ac010e4781735b3d3e6ae2591515f952efcd15bf43d4fc590e408bf56ced51e4e7a3b82c1b358d724b09d507014a0b1df31aa11a209ec361c97a1744ef5743feb943cbb3e92ca5c170deef22a778d5a53d623aae30846799f31778fe0817f2bf9ac9cdd8c6645d6a27d38e349a3b0f1d4a0cc0a4ccc58f2091b58ffe301576aae346bac7f1022d44498834cfe465b5df6606681cda24c3d6381aa4b4dca1637273514e4664360201ee37bfff43ad350d522ced2a9a17183c5d44fd80228b72974feacfa7201ca9164b490c1c9feec1a00208f1014f8cba51ab9908ce83971fcaff614926b8977eccb914a8341dafbce18e222729c168536ae068077b7f448c270d7ebb2c7b4f8166dd15bf5cbec4fccb9bbc51b71779e4e96bdab075562e7827f9df8d0dc55be3027138877652c42c17646a7e07fbe95a1acd8b5595c3e206eb00a7af81a0e08027472c4f5e7caf13f35c3ab4a8ad85d4f615c2a52dfaf9464e74fad85b1c76e9009fe2162297c8a6a902ea38fdab368c05ced734a0f8736693eb3352a2bc2a03173233613fa921873bbb126a0c096bffe698480bfa7595b112441fd53bf64a158491b30c491c51ba595e58eede9ba7ad5607d50cc337519a57ed13e9975e6f5ff7157a6170eda4ebf3f02d5b0797455f13ae2e776c92eef59d7e5acf80bb9831149cb02c22d901e47dfb33c33a51731fea76c034228d117dff10331f0a12ffa53dab43e31df17f5ec2938014275523f4465c4b5d1b63bf5b9e1eef0e708c9a9b84b0ae86b56b223653b9fe4bec6efb3d587a38c6bb120466eaf90ee629dd051928cf7fb7edec391d901d37be350115536240c3dbc6963886450fad67c176e35e78f086dd73812639f681121f3b5fa80333c963e6b84a5e8b39fe20b2f3d0c2b56284c9b7698042a6286addf1c67b12b45fbbe279365f965162d0775658a62cac4aed0df6696c7299883671d4414c6286cb09f4465dfd1f840643337995e7cf604c2f7cca90c0b7a0f2203e868000654c64d35e888afe759da938b3599f3210cf9935377086e5b3b391ebf2375aa6a6ed6c5e2d94daba0c10b10b8160c9ba619e55cae1113930cf743436a0da6c27538b2db2611ef590cd6cf128b65953a99bbca4c302b300b4144d6f96497297ec93396571bf510093e2777e9d181d47944dc2b3e217a4a270f1cc4602498927bf63109687da068bc0796a8b7f47a39c8ce940615623af25cb8125eeb56f7f9f17f9e9d50e6078b1de6c5fed69b76be5ae6476a7c7d043c0d91b3bda7a405d81953a8d3566a0fbcf4d56ff885e946f9e96abb01365d4d4c68d443e0580ce366abc363762e2e41ea27403a25e0f2715d608026f08827eaa7ca87ff557144b1d194713756c0aa65de4fd26f0bc2b26e299c0c7fbe3b6f574ed47c2ac644d45bcf07d752a69b0625f9f27724c140965c69959990269c3b82b0f8376031cb1dd26e7e92390db8a742c8b6207112a0d799dde6f9e8a3de7c74de7ba0ce1d71216e2da4fffb2c438bea6b636b9388784708af9ec11d5a70b505a2698f54d8c9550e3af39a9e253545cd042860637731f4e0a971d1d1e8cac3eb90168cbeabcdd27ec10ad1ffd14902be3b2fed85c4ac21e788a51e1dbef86c6e1ca3af17168e6f6175bcd76904a8279f88caed634ae139983f57d15b7987efa4ed24f33cb231c802728390f44b08c292fd44e3c44a435fbd2f03cce7fd23ddbbff52e64566d2fd7a067dbd26d11cc1b793f2753fcd946ad/usr/bin/dmesg/usr/bin/findmnt/usr/bin/kill/usr/bin/lsblk/usr/bin/more/usr/bin/mount/usr/bin/su/usr/bin/umount/usr/sbin/agetty/usr/sbin/blkid/usr/sbin/blockdev/usr/sbin/cfdisk/usr/sbin/chcpu/usr/sbin/ctrlaltdel/usr/sbin/fdisk/usr/sbin/findfs/usr/sbin/fsck/usr/sbin/fsck.cramfs/usr/sbin/fsck.minix/usr/sbin/fsfreeze/usr/sbin/fstrim/usr/sbin/hwclock/usr/sbin/losetup/usr/sbin/mkfs/usr/sbin/mkfs.bfs/usr/sbin/mkfs.cramfs/usr/sbin/mkfs.minix/usr/sbin/mkswap/usr/sbin/nologin/usr/sbin/pivot_root/usr/sbin/raw/usr/sbin/sfdisk/usr/sbin/swaplabel/usr/sbin/swapoff/usr/sbin/swapon/usr/sbin/switch_root/usr/sbin/wipefslastsetarchsetarchsetarchservicesulinux32.8.gzlinux32.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootttyrootrootttyrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootutil-linux-2.33.1-lp151.3.9.1.src.rpmconfig(util-linux)ejectfsck-with-dev-lockloginrfkillutil-linuxutil-linux(aarch-64)util-linux(fake+no-canonicalize)uuid-runtime@ ! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(util-linux)group(tty)infold-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libaudit.so.1()(64bit)libblkid.so.1()(64bit)libblkid.so.1(BLKID_1.0)(64bit)libblkid.so.1(BLKID_2.15)(64bit)libblkid.so.1(BLKID_2.17)(64bit)libblkid.so.1(BLKID_2.18)(64bit)libblkid.so.1(BLKID_2.20)(64bit)libblkid.so.1(BLKID_2.21)(64bit)libblkid.so.1(BLKID_2.23)(64bit)libblkid.so.1(BLKID_2.25)(64bit)libblkid.so.1(BLKID_2.30)(64bit)libblkid.so.1(BLKID_2_31)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libcap-ng.so.0()(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(GLIBC_2.17)(64bit)libfdisk.so.1()(64bit)libfdisk.so.1(FDISK_2.26)(64bit)libfdisk.so.1(FDISK_2.27)(64bit)libfdisk.so.1(FDISK_2.28)(64bit)libfdisk.so.1(FDISK_2.29)(64bit)libfdisk.so.1(FDISK_2.30)(64bit)libfdisk.so.1(FDISK_2.31)(64bit)libfdisk.so.1(FDISK_2.32)(64bit)libfdisk.so.1(FDISK_2.33)(64bit)libmount.so.1()(64bit)libmount.so.1(MOUNT_2.19)(64bit)libmount.so.1(MOUNT_2.20)(64bit)libmount.so.1(MOUNT_2.21)(64bit)libmount.so.1(MOUNT_2.22)(64bit)libmount.so.1(MOUNT_2.23)(64bit)libmount.so.1(MOUNT_2.24)(64bit)libmount.so.1(MOUNT_2.25)(64bit)libmount.so.1(MOUNT_2.30)(64bit)libmount.so.1(MOUNT_2.33)(64bit)libncursesw.so.6()(64bit)libncursesw.so.6(NCURSESTW6_5.7.20081102)(64bit)libpam.so.0()(64bit)libpam.so.0(LIBPAM_1.0)(64bit)libpam_misc.so.0()(64bit)libpam_misc.so.0(LIBPAM_MISC_1.0)(64bit)libreadline.so.7()(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.17)(64bit)libselinux.so.1()(64bit)libsmartcols.so.1()(64bit)libsmartcols.so.1(SMARTCOLS_2.25)(64bit)libsmartcols.so.1(SMARTCOLS_2.27)(64bit)libsmartcols.so.1(SMARTCOLS_2.28)(64bit)libsmartcols.so.1(SMARTCOLS_2.29)(64bit)libsmartcols.so.1(SMARTCOLS_2.30)(64bit)libsmartcols.so.1(SMARTCOLS_2.31)(64bit)libsmartcols.so.1(SMARTCOLS_2.33)(64bit)libtinfo.so.6()(64bit)libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)libutempter.so.0()(64bit)libutempter.so.0(UTEMPTER_1.1)(64bit)libutil.so.1()(64bit)libutil.so.1(GLIBC_2.17)(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)libuuid.so.1(UUID_2.31)(64bit)libz.so.1()(64bit)permissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.33.1-lp151.3.9.13.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /usr/bin/wall -e /usr/bin/write -e /usr/bin/mount -e /usr/bin/umount 1>&2 /usr/bin/chkstat -n --warn --system -e /usr/bin/su 1>&2_ǁ__@_~@_s!_D@^?@^˳@^@]@]Ik]5@]$]$]]@]@\\}@\T4\G\U@[[[[;e@[(@[@Z4@Z؄ZJ@Zľ@ZZ}@ZqZdZ`@Z]@ZX@ZJ"Z7Z%8ZYéYYY@Yp@YZ1Y=0Y9<@Y9<@XX-XXX~@Xf@X}@X@X@XXXn5@XRXGX!@W@WhWhW@W^@W=WX@W@W4W4V]VC-VC-V@UoU@UcUCjU@T@TTTԬT T TT@Ta@TAStanislav Brabec Dr. Werner Fink Dr. Werner Fink Stanislav Brabec Thomas Abraham aabdallah@suse.comStanislav Brabec sbrabec@suse.comIgnaz Forster Martin Wilck Stanislav Brabec sbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comMartin Wilck sbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comtchvatal@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comkukuk@suse.desbrabec@suse.comsbrabec@suse.comjengelh@inai.debwiedemann@suse.comnormand@linux.vnet.ibm.comsbrabec@suse.comantoine.belvire@opensuse.orgsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comjengelh@inai.desbrabec@suse.comwerner@suse.desbrabec@suse.comsweet_f_a@gmx.deschwab@suse.delnussel@suse.desweet_f_a@gmx.demsuchanek@suse.comagraf@suse.comsbrabec@suse.comsweet_f_a@gmx.desbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsweet_f_a@gmx.defbui@suse.comsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsweet_f_a@gmx.defbui@suse.comsbrabec@suse.comsweet_f_a@gmx.desweet_f_a@gmx.desweet_f_a@gmx.deolaf@aepfle.dedimstar@opensuse.orgdimstar@opensuse.orgsbrabec@suse.comsbrabec@suse.comsbrabec@suse.comsweet_f_a@gmx.desweet_f_a@gmx.desweet_f_a@gmx.desweet_f_a@gmx.deschwab@suse.desbrabec@suse.comsbrabec@suse.comsbrabec@suse.comcrrodriguez@opensuse.orgsweet_f_a@gmx.desweet_f_a@gmx.desbrabec@suse.czcrrodriguez@opensuse.orgsweet_f_a@gmx.dedimstar@opensuse.orgsbrabec@suse.czsweet_f_a@gmx.deschwab@linux-m68k.orgjengelh@inai.deschwab@suse.desbrabec@suse.cz- libblkid: Do not trigger CDROM autoclose (bsc#1084671, util-linux-libblkid-cdrom-autoclose-1.patch, util-linux-libblkid-cdrom-autoclose-2.patch, util-linux-libblkid-cdrom-autoclose-3.patch).- Modernize patch util-linux-sulogin4bsc1175514.patch * Try to autoconfigure broken serial lines- Add patch util-linux-sulogin4bsc1175514.patch Avoid sulogin failing on not existing or not functional console devices (bsc#1175514)- Build with libudev support to support non-root users (boo#1169006).- lscpu: avoid segfault on PowerPC systems with valid hardware configurations (bsc#1175623, bsc#1178554, bsc#1178825, lscpu-avoid-segfault-on-PowerPC-systems-with-valid-h.patch)- Fix for SG#57988, bsc#1174942: libmount-fix-mount-a-EBUSY-for-cifs.patch: Fix warning on mounts to CIFS with mount –a.- blockdev: Do not fail --report on kpartx-style partitions on multipath (bsc#1168235, util-linux-blockdev-report-dm.patch).- nologin: Add support for -c to prevent error from su -c (bsc#1151708, util-linux-nologin-su-c.patch).- Add libmount-Avoid-triggering-autofs-in-lookup_umount_fs.patch: Avoid triggering autofs in lookup_umount_fs_by_statfs (boo#1168389)- mount: fall back to device node name if /dev/mapper link not found (bsc#1149911) * Add patch: util-linux-canonicalize-coverity-scan.patch- Issue a warning for outdated pam files (bsc#1082293, boo#1081947#c68). - Fix comments and unify look of PAM files that were just changed (login.pamd, remote.pamd).- Fix /etc/default/su comments and create /etc/default/runuser (bsc#1121197#31). - Remove /etc/default/su migration from coreutils.- De-duplicate fstrim -A properly (bsc#1127701, util-linux-fstrim-A-1.patch, util-linux-fstrim-A-3.patch, util-linux-fstrim-A-4.patch). - Do not trim read-only volumes (boo#1106214, util-linux-fstrim-A-2.patch, util-linux-fstrim-A-4.patch).- libmount: To prevent incorrect behavior, recognize more pseudofs and netfs (bsc#1122417, util-linux-libmount-pseudofs.patch).- Fix license of libraries: LGPL-2.1-or-later and BSD-3-Clause for libuuid (bsc#1135708).- raw.service: Add RemainAfterExit=yes (bsc#1135534).- agetty: Return previous response of agetty for special characters (bsc#1085196, bsc#1125886, util-linux-agetty-smart-reload-13.patch, util-linux-agetty-smart-reload-14.patch).- Fix problems in reading of login.defs values (bsc#1121197, util-linux-login_defs-priority1.patch, util-linux-login_defs-priority2.patch, util-linux-login_defs-SYS_UID.patch). - Perform one-time reset of /etc/default/su (bsc#1121197).- Integrate pam_keyinit pam module to login (boo#1081947, login.pamd, remote.pamd).- libmount: print a blacklist hint for "unknown filesystem type" (jsc#SUSE-4085, fate#326832), and add documentation * add libmount-print-a-blacklist-hint-for-unknown-filesyst.patch * add Add-documentation-on-blacklisted-modules-to-mount-8-.patch- Update to version 2.33.1: * agetty fixes (drop util-linux-agetty-smart-reload-10.patch, util-linux-agetty-smart-reload-11.patch, util-linux-agetty-smart-reload-12.patch). * Other minor fixes and documentation updates.- Drop rfkill-block@.service and rfkill-unblock@.service that functionally conflict with systemd-rfkill@.service (boo#1092820#c13).- Update to version 2.33 (FATE#326844): * choom: new command to adjust and display the current OOM-killer score. * libsmartcols has been improved to differentiate between numbers, booleans and strings in JSON output. * fstrim(8): trim all mounted filesystems from /etc/fstab (-A|--fstab), new command line option --dry-run. * hwclock(8) new command line option --delay. * mount umount, libmount allow to mount and umount filesystem in another namespace. * rename(1) new command line option --interactive. * setarch(8) does not require architecture when modify personality like ADDR_NO_RANDOMIZE. The architecture argument is optional now. * command su(1) new command line option --whitelist-environment. * setpriv(1) new command line option --reset-env and --pdeathsig. * fdisk(8), sfdisk(8): print disk model name to simplify device identification. * column --table-empty-lines" allows to use empty lines in formatted output. * wipefs improved to postpone BLKRRPART ioctl until all magic strings are wiped. * script(1) extended to store more information about terminal size and type to the typescript header. New command line option --output-limit. * libblkid provides BitLocker and basic APFS detection now. * lsblk is possible to execute against /sys and /proc dumps with - -sysroot is specified. * agetty(8) reload issue only if it is really needed (bsc#1085196). * cal(1) has been improved and extended. * libblkid has been extended to support LUKS2, Micron mpool, VDO and Atari partition table. * rfkill(8) has been moved to /usr/sbin. * dmesg(1) provides better support for multi-line messages, new command line option --force-prefix. * fallocate(1) --dig-holes is faster and more effect now. * fdisk(8) provides access to Protective MBR accessible from main menu. Sun label support has been improved. * lscpu(1) provides more details about ARM CPUs now (FATE#326453). * lsmem(1) supports memory zone awareness now (FATE#324252, drop util-linux-lsmem-memory-zone-1.patch, util-linux-lsmem-memory-zone-2.patch, util-linux-lsmem-memory-zone-3.patch). * lsns(8) provides netnsid and nsfs columns now. * rtcwake(8) waits stdin to settle down before entering a system sleep. * Many fixes and improvements, see https://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32-ReleaseNotes https://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32.1-ReleaseNotes https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33-ReleaseNotes (drop util_linux_bigendian.patch, util-linux-cramfs.patch, util-linux-fincore-count.patch, util-linux-sysfs-nvme-devno.patch, util-linux-lscpu-loop.patch, util-linux-libmount-umount-a-segfault.patch, util-linux-libmount-mount-a-nfs-bind-mount.patch, util-linux-lscpu-chcpu-new-cpu-macros.patch, util-linux-chcpu-cpu-count.patch, util-linux-bash-completion-umount-CVE-2018-7738.patch). - agetty: Fixes for reload issue only if it is really needed (bsc#1085196, util-linux-agetty-smart-reload-10.patch, util-linux-agetty-smart-reload-11.patch, util-linux-agetty-smart-reload-12.patch). - agetty BEHAVIOR CHANGE: Terminal switches to character mode when entering logname; echo is generated by the agetty itself. (In past, logname echo was generated locally by the terminal, using the canonical line editing mode.)- Fix runstatedir path (to /run) (boo#1113188#c1).- Create empty /etc/issue.d for the new agetty feature.- Switch python-libmount to python3-libmount.- Fix local vulnerability using embeded shell commands in a mountpoint name (bsc#1084300, CVE-2018-7738, util-linux-bash-completion-umount-CVE-2018-7738.patch).- Do not run rfkill-block@.service and rfkill-unblock@service as it is just template without parameter bsc#1092820 bsc#1093176- Fix lscpu and chcpu on systems with >1024 cores (bnc#1091164, util-linux-lscpu-chcpu-new-cpu-macros.patch). - Fix CPU count in chcpu (bnc#1091164, util-linux-chcpu-cpu-count.patch).- Backport three upstream patches: * Fix crash loop in lscpu (bsc#1072947, util-linux-lscpu-loop.patch). * Fix possible segfault of umount -a (util-linux-libmount-umount-a-segfault.patch). * Fix mount -a on NFS bind mounts (bsc#1080740, util-linux-libmount-mount-a-nfs-bind-mount.patch).- Integrate pam_keyinit pam module (boo#1081947, su-l.pamd, runuser-l.pamd, runuser.pamd).- su.default: Set ALWAYS_SET_PATH default to "yes" (bsc#353876#c7); add one-time wrapper forcing ALWAYS_SET_PATH on upgrade.- Use %license instead of %doc [bsc#1082318]- Fix lsblk on NVMe (bsc#1078662, util-linux-sysfs-nvme-devno.patch).- Update to version 2.31.1: * blkid: Add support for LUKS2 and new LABEL attributes. * move rfkill to /usr/sbin (boo#1076134). * fsck.cramfs: Fix bus error on broken file system. * hwclock: add iso-8601 overflow check * libmount: * Allow MNT_FORCE and MNT_DETACH at umount * add nsfs between pseudo filesystems * lscpu: Treat read failure on Xen Hypervisor properties as non-fatal * sha1: endian fixes (affects util_linux_bigendian.patch) * documentation updates * other fixes and improvements - Fix regressions in 2.31.1: * sha1 on s390* (update util_linux_bigendian.patch) * fsck.cramfs on ppc64le (util-linux-cramfs.patch) * fincore/count (disable, util-linux-fincore-count.patch)- Combine %service_* calls again.- Provide /usr/sbin/rfkill from rfkill package (boo#1076134)- Add util_linux_bigendian.patch solve two failing tests on ppc64 (sha1, uuid/oids)- Integrate rfkill-block@.service and rfkill-unblock@.service from rfkill package (boo#1074250#c4). - Remove unneeded release based conflicts and obsolescences (boo#1074250#c18). - Remove sysvinit requirement.- Fix Obsoletes for rfkill (boo#1074250).- Update bash completion conflict to cover rfkill file conflict.- lsmem: Add support for zone awareness (bsc#1065471, FATE#324252, util-linux-lsmem-memory-zone-1.patch, util-linux-lsmem-memory-zone-2.patch, util-linux-lsmem-memory-zone-3.patch). - Drop util-linux-losetup-Add-support-for-setting-logical-blocksize.patch. Different implementations exists in the new kernel, and it has a conflicting implementation in util-linux.- Update to version 2.31: * New utilities: uuidparse, rfkill. * su has been refactored and extended to create pseudo terminal (new option --pty, CVE-2016-2779, bsc#968674). This new EXPERIMENTAL feature provides better isolation between root's terminal and an unprivileged su. * libuuid: Improved to match * libuuid, uuidgen: support hash-based UUIDs v3 (md5) and v5 (sha1) as specified by RFC-4122. Provide UUID templates for dns, url, oid, or x500. * libblkid: Extended support for DM-integrity, HPE (aka extended-XFS) and UBI superblock. New API to hide already detected signatures. * libfdisk: New API to modify grain, make possible to completely disable dialog driven partitioning. * libsmartcols: New API to move columns. * column: --table-header-repeat to repeat table headers. * libfdisk: Use BLKPG ioctls to inform the kernel about changes. * fdisk: Improved ^C and ^D behavior. * cfdisk: Dialog to resize partition. * look: Follow the WORDLIST environment variable. * losetup: Added support for --sector-size (FATE#319010). * script: Follow the usual semantics for stop/continue signals. * setpriv: New command line options --ambient-caps and - -init-groups. * hwclock: Reduce system shutdown times, log --systz when using libaudit. * Other bug fixes. - Drop upstreamed util-linux-use-tinfow.patch. - Refreshed make-sure-sbin-resp-usr-sbin-are-in-PATH.diff.- Update RPM categories and summaries. Do not ignore errors from useradd.- Link against tinfow instead of tinfo (bsc#1056171, util-linux-use-tinfow.patch).- Ensure libreadline usage as well as _GNU_SOURCE- Fix prerequirement of groups tty and uuidd (boo#1057937).- Update to version 2.30.1: Bugfix release, more details at: https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.1-ReleaseNotes - Drop upstreamed patch util-linux-lscpu-cleanup-DMI-detection-return-codes.patch- Make sure group tty is defined- don't conflict with sysvinit-tools in Tumblweed anymore. Needed for Leap 15 which wants to use a different release number scheme (lp150.x which produces lower numbers than the conflict).- Update to version 2.30: * Many changes and improvements, most notably: * The libblkid library has been improved for hybrid CDROM/DVD media. * The deprecated command tailf has been removed. Use "tail -f" from coreutils. * blkzone -- NEW COMMAND to run zone commands on block devices that support Zoned Block Commands (ZBC) or Zoned-device ATA Commands (ZAC). * fincore -- NEW COMMAND to count pages of file contents in core (memory). * lsmem -- NEW COMMAND to list the ranges of available memory with their online status. * The command fallocate -- supports an "insert range" operation now. * The command "column -t|--table" has been modified to use libsmartcols. It now provides nearly all of that library's functionality from the command line. * Security issues: * hwclock - no longer makes any internal permission checks. The System Administrator must set proper permissions to control user access to the RTC. It is NOT recommended to use SUID. * CVE-2016-2779 - This security issue is NOT FIXED yet. * More details at: https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes - Drop upstreamed patch arm64-lscpu-use-sysfs-for-table-access-if-available.patch - Refreshed patch util-linux-losetup-Add-support-for-setting-logical-blocksize.patch - fix compiler warnings for mkzimage_cmdline- When when hypervisor_decode_sysfw fails continue with other detection methods (bsc#1042991, bsc#1039360, bsc#1033718) + util-linux-lscpu-cleanup-DMI-detection-return-codes.patch- Prefer sysfs exported SMBIOS3 tables in lscu (bsc#1033718) + arm64-lscpu-use-sysfs-for-table-access-if-available.patch- To cover release numbers of both SLE12 SP3 and Leap 42.3, relax release based conflict with bash-completion from 13.1 to 10.- fix util-linux-losetup-Add-support-for-setting-logical-blocksize.patch - -logical-blocksize was behaving like --nooverlap- Conflict with old systemd-presets-branding to ensure correct preset migration (boo#1029775, bsc#1012850).- Drop "codepage" fstab migration needed for SuSE Linux < 9.1 (bsc#51950 (suse#36950)).- Keep dependency on insserv and fillup for compatibilitiy reasons in Leap 42.3. Too many poorly written packages depend on it. (Marked as "sysv compatibility hack".)- Update to version 2.29.2: * su(1) security issue CVE-2017-2616 (bsc#1023041) * minor bugfixes and enhancements- presets are managed by the branding presets package (bsc#1012850) The default activation state is defined by the branding preset package. This also get rid of the only use of the rpm preset macros so we can kill them.- Merge SLE12 SP3 changes to make the package compatible with Tumbleweed, SLE12 SP3 and Leap 42.3. - Drop patch tests-script-race-on-force-only.patch from SLE12 SP3 and Leap 42.3. Upstream has a different workaround. https://github.com/karelzak/util-linux/issues/296 - INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3: losetup -L changes its meaning from SLE12 SP1&SP2 specific - -logical-blocksize to the upstream --nooverlap). - -logical-blocksize can be used only with long option (bsc#966891). - Include SLE12 + Leap 42 exclusive feature, implemented by hare@suse.de: * losetup: Add support for setting logical blocksizes (bsc#931634, FATE#319010) + util-linux-losetup-Add-support-for-setting-logical-blocksize.patch SLE12 & Leap 42 specific changes: * Fix for SLE12: bsc#956540, SLE12 SP1: bsc#953691, Leap 42.1: boo#954482, was obsoleted by the systemd update, and skipped. * Remove --enable-ncurses that is intended to force non-wide ncurses (boo#978993). * Make release-dependent conflict with old sysvinit-tools SLE specific, as it is required only for SLE 11 upgrade, and breaks openSUSE staging builds (boo#994399). * Obsolete these patches, now upstreamed: * Drop upstreamed patches (tests-script-race-on-force-only.patch, util-linux-libmount-ignore-redundant-slashes.patch, util-linux-sfdisk-show-pt-geometry-1.patch, util-linux-sfdisk-show-pt-geometry-2.patch, util-linux-sfdisk-show-pt-geometry-3.patch, util-linux-libblkid-partition-loop.patch, util-linux-libblkid-wipe-offset.patch, util-linux-mount-reuse-loop-1.patch, util-linux-mount-reuse-loop-2.patch, util-linux-mount-reuse-loop-3.patch, util-linux-mount-reuse-loop-4.patch, util-linux-loop-reuse-01.patch, util-linux-loop-reuse-02.patch, util-linux-loop-reuse-03.patch, util-linux-loop-reuse-04.patch, util-linux-loop-reuse-05.patch, util-linux-loop-reuse-06.patch, util-linux-loop-reuse-07.patch, util-linux-loop-reuse-08.patch, util-linux-loop-reuse-09.patch, util-linux-loop-reuse-10.patch, util-linux-loop-reuse-12.patch, util-linux-loop-reuse-13.patch, util-linux-loop-reuse-14.patch, util-linux-loop-reuse-15.patch, util-linux-loop-reuse-16.patch, util-linux-loop-reuse-17.patch, util-linux-loop-reuse-18.patch, util-linux-loop-reuse-19.patch, util-linux-loop-reuse-20.patch, util-linux-libmount-cifs-is_mounted.patch). * Refreshed patches (make-sure-sbin-resp-usr-sbin-are-in-PATH.diff, util-linux-losetup-Add-support-for-setting-logical-blocksize.patch).- Update to version 2.29.1: * lscpu: add aarch64 specific names * lubmount: Disable disable ro/rw mtab checks (bsc#1012632) * More details at: https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ReleaseNotes- Replace raw initscript by a systemd service doing the same thing. Based on previous work of fcrozat@suse.com (FATE#321122).- don't install bash-completions for uninstalled binaries (chfn, chsh, newgrp, pg) - for now remove procps dependency which is only needed for tests because it pulls systemd- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd) libsystemd-* libs were deprecated and are gone now.- Remove no more supported --enable-libmount-force-mountinfo. There is --enable-libmount-support-mtab, disabled by default, exactly as we need.- Update to version 2.29 (FATE#322090) * cal: possible to specify month by name (e.g. "cal January 2017") and use relative placeholders (cal "+1 month") * fdisk(8) allows to wipe newly created partitions; the feature is possible to control by new command line option - -wipe-partitions[==auto|never|default]. * findmnt --verify: the command scans /etc/fstab and tries to verify the configuration. * mount(8) now rejects requests to create another device and mount filesystem for the same backing file. The command `losetup --nooverlap` reuses loop device if already exists for the same backing file. All the functionality calculate with offset and sizelimit options of course, so it's fine to have multiple regions (partitions) in the same image file and mount all of them in the same time. The restriction is that the regions should not overlap. * lscpu supports the "drawer" topology for IBM S/390. * sfdisk: Support for deprecated --show-pt-geometry (bsc#990531). * libmount: various issues with cifs mount (bsc#982331, bsc#987176). * libblkid: Prevent infinite loop DoS while parsing DOS partition tables (bsc#988361, CVE-2016-5011). * More details at: http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes - refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff- Update to version 2.28.2, bugfix release, see https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ReleaseNotes- Update to version 2.28.1, bugfix release, see https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes - Remove util-linux-libblkid-wipe-offset.patch (upstream) - use the new configure option --enable-libuuid-force-uuidd instead of sed'ing configure.ac- Install klogconsole with read permissions (bnc#990837)- BuildIgnore util-linux: it's part of VMInstall, hence part of every package build. util-linux itself can be built without its own presence though. Helps with some rare bootstrap issues (when librtas changes soname for example). - Drop usage of gpg-offline: this has long been migrated to a source service that checks signatures on checkin already (osc service lr source_validatory).- Do not BuildRequires bash-completion: this is tempting, but it pulls bash-completion and its entire dependency stack into Ring0, which is inacceptable. Pass the correct path (%{_datdir}/bash-completion/completions) via - -with-bashcompletiondir to configure.- blkid: Wipe corect area for probes with offset (bsc#976141, util-linux-libblkid-wipe-offset.patch).- Remove incorrect --with-bashcompletiondir that breaks bash-completion, use path in bash-completion.pc instead (boo#977259).- Add librtas-devel to BuildRequires on Power platforms. Needed for proper function of lscpu (bsc#975082).- fix build for openSUSE >= 13.1 (inclusive SLE 12) - drop build for openSUSE < 13.1 - remove old build conditions: sysvinit_tools, enable_su and enable_eject - cosmetics: reorder configure options- Update to version 2.28 (bsc#974301): * Many changes and improvements, most notably: * Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID signatures when creating a new disk label in interactive mode. See --wipe[=auto|never|always]. * lsns -- this NEW COMMAND lists information about all currently accessible namespaces or about the given namespace. * The command sfdisk supports new operations --delete, - -move-data and --reorder. * The command blkdiscard supports a new option --zeroout to zero-fill rather than discard a specified area. * The command cal supports a new option --span to span the date when displaying multiple months. * The command chrt supports the DEADLINE scheduling class and the new options --sched-runtime --sched-period and - -sched-deadline. * The command logger supports RFC 5424 structured data through the new options --sd-id and --sd-param. * The command losetup supports a new option --direct-io. * The command lsblk allows to sort output by unprinted columns. * The command mount applies the nofail mount option to ENOMEDIUM errors. * The commands nsenter and unshare support a new option - -cgroup for work with cgroups namespaces (CLONE_NEWCGROUP). * The library libmount has been improved to properly detect already mounted btrfs subvolumes (bsc#947494, bsc#972684). * The library libsmartcols has been massively improved to print table ranges, multi-line cells, table titles and to support continuous printing. * The package build system and code have been improved to be more portable to non-Linux systems (BSD, OSX). * The package does not provide fallback solutions for openat-family functions anymore. * The python binding for libsmartcols is available in separate project at https://github.com/ignatenkobrain/python-smartcols * Other bug fixes (bsc#970404, bsc#975082, FATE#318444). * Security issue: CVE-2016-2779 is NOT FIXED yet. - Remove old util-linux-noenc-suse.patch- enable last binary- Update to version 2.27.1, bugfix release, see https://www.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes (fixes bsc#950778, FATE#320552).- Change condition for known fail markers from test for armv6 and aarch64 architecture to test for qemu user-space build- Update to version 2.27: * Many changes and improvements, most notably: * lsipc: new command * unshare provides a new option --propagation= * mount(8) supports read-only binds in one (not atomic) step by "bind,ro". * GNU readline support in fdisk and sfdisk. * JSON support in libsmartcols and findmnt, losetup, lsblk, lslocks, sfdisk and lsipc. * script has been massively improved to be more robust and less complex (bsc#888678, bsc#930236). * sulogin supports locked root accounts by --force (bsc#968733, bsc#963399). * colors support by default. It is possible to change this with --disable-colors-default. * more information in cfdisk * fdisk provides new commands 'F' and 'i' * cal supports the new options --twelve and --months * rtcwake supports a news option --list-modes and --date, no support RTC_ALM_READ and RTC_ALM_SET fallbacks any more. * Many fixes, most notably: * fsck: now supports -r {fd} (bsc#923777, bsc#903738) * Fix fsck -C {fd} parsing (bsc#923777, bsc#903738) * better handling of multi-path devices (bsc#880468, bsc#924994) * flock: improve timeout handling (bsc#926945) * lsblk: display mountpoint even for top-level device (bsc#943415) * colcrt: fix buffer overflow (bsc#949754, CVE-2015-5218)- Add licenses.- Add %systemd_preset_pre and %systemd_preset_posttrans that will do one shot presetting of uuidd.service on upgrade. (bnc#900935#c46, FATE#318949, FATE#317727). - Remove one shot presetting hacks.- Build with --enable-libmount-force-mountinfo the rationale is identical to the following commit message --> http://bit.ly/1eqf5GO The default behaviour is undesirable and fragile when using systemd.- Update to util-linux-2.26.2: * many fixes, most notable for logger, *fdisks and mount * (lib)mount, add support for MS_LAZYTIME - disable libmount/lock test to avoid random timeouts - socat is needed for logger tests- Update to util-linux-2.26.1: * cal(1): do not segfault when TERM is not defined or wrong (bnc#903440) * logger(1): major fixes and enhancements * agetty(8): support /usr/lib/os-release too * some more fixes, mostly minor ones, see ReleaseNotes - re-enable fixed tests (fdisk/bsd, ppc64le)- Update to util-linux-2.26: * based on the git master branch of util-linux, remove backported patches (util-linux-libblkid-unsafe-chars.patch, util-linux-libblkid-overflow.patch) * zramctl(8): this NEW COMMAND allows to control /dev/zramN devices * agetty(8): supports new option --reload to force already running agetty processes to reprint the /etc/issue file * cfdisk(8), sfdisk(8) and fdisk(8): support sfdisk-compatible scripts; it's possible to save your partitioning layout to text files and (re)use it in all fdisks * fdisk(8), sfdisk(8): support new command-line option "--output " to specify output columns for --list or print commands, do not abort when fdisk -l when device cannot be opened [bnc#886790], [bnc#893712], [bnc#890351] * nsenter(1): has been updated to work with the latest kernel changes in user namespaces supports new command-line option - -preserve-credentials * unshare(1): has been updated to work with the latest kernel changes in user namespaces supports new command-line option "--setgroups=" * swapon(8): supports new command-line option "-o " with the same semantics as -o for mount(8); it's now possible to specify swap options on the command line by the same string as in fstab * fdformat(8): supports new command-line options --from and --to to specify tracks and --repair for broken floppies * getopt(1): has been updated to the latest version (originally maintained outside of util-linux) and refactored * ldattach(8): has been improved to support GSM0710 and intro modem commands * logger(1): supports new command-line option --id= to specify PID (or another ID) allows to specify --rfc3164 or --rfc5424 syslog protocols * lscpu: recognizes Unisys s-Par as hypervisor (FATE#318231) * libfdisk: the library is distributed as a shared library with a stable API and a standard header file * libmount: provides a new simple API to monitor mount-table changes (including changes in userspace mount options) * libmount: Fix mount point lookup (and mount -a) if the path contains // (bsc#931955). - Fix lack of I18N support in util-linux-systemd (mis-compilation).- Build with FULL RELRO.- define upstream source for klogconsole to remove patches * klogconsole-quiet.patch * klogconsole.diff - remove openSUSE 13.1 specific eject permissions, did not worked anyway since eject-fpie.patch was removed - always call autoreconf, not only for splitted packages, skip autopoint (gettext)- Do not try to unregister an info file (ipc.info.gz) which we do not own. Already in May 2011, we stopped registering it: "do not register ipc.info.gz (not provided by this package)".- libblkid: care about unsafe chars and possible buffer overflow in cache (CVE-2014-9114, util-linux-libblkid-unsafe-chars.patch, util-linux-libblkid-overflow.patch, bsc#907434)- Update to version 2.25.2: mostly minor fixes (including boo#908742) - re-enable utmpdump and ipcs tests for all archs- Use util-linux:/bin/logger as split-provide, /usr/lib/systemd/system/fstrim.service didn't exist in 13.1- Remove pam_securetty.so from /etc/pam.d/login. By definition, local logins are always secure. Remote logins actually use /etc/pam.d/remote by way of `/bin/login -h` (such as rlogind). This solves the problem that root logins are erroneously rejected when using kmscon(8) or `machinectl login`, because they use ptys.- Remove known fail marker for fdisk/bsd on ppc, ppc64, s390, s390x- Fix mis-compilation of libuuid without uuidd support (bnc#900935). - Fix uuidd socket activation (bnc#900935). - Remove obsolete sysvinit script for uuidd. - Remove no more needed uuidd permissions stuff. - Replace PreReq for obsolete pwdutils by names of binaries. - Add fstrim service scripts and rcfstrim helper./bin/sh/bin/sh/bin/sh/bin/shejectloginrfkilluuid-runtime/bin/sharmbuild02 1608125120  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~2.33.1-lp151.3.9.12.1.02.33.14.00.52.33.1-lp151.3.9.12.33.1-lp151.3.9.12.33.1-lp151.3.9.1 2.1.04.00.52.19.1  dmesgfindmntkillloginlsblkmoremountsuumountblkid.confrunusersufilesystemsissue.dloginremoterunuserrunuser-lsusu-lrawagettyblkidblockdevcfdiskchcpuctrlaltdelfdiskfindfsfsckfsck.cramfsfsck.minixfsfreezefstrimhwclocklosetupmkfsmkfs.bfsmkfs.cramfsmkfs.minixmkswapnologinpivot_rootrawsfdiskswaplabelswapoffswaponswitch_rootwipefscalchmemchoomchrp-addnotechrtcolcolcrtcolrmcolumndmesgejectfallocatefincorefindmntflockgetopthexdumpioniceipcmkipcrmipcsisosizekilllastlastblinelinux32linux64looklsblklscpulsipclslockslsmemlsnsmcookiemesgmkzimage_cmdlinemoremountmountpointnameinsenterprlimitrenamerenicerevscriptscriptreplaysetarchsetprivsetsidsettermsutasksetulumountuname26unshareutmpdumpuuidgenuuidparsewallwdctlwhereiswriteraw.serviceaddpartagettyblkdiscardblkidblkzoneblockdevcfdiskchcpuctrlaltdeldelpartfdformatfdiskfindfsflushbfsckfsck.cramfsfsck.minixfsfreezefstrimhwclockklogconsoleldattachlosetupmkfsmkfs.bfsmkfs.cramfsmkfs.minixmkswapnologinpartxpivot_rootrawrcrawreadprofileresizepartrfkillrtcwakerunusersetctsidsfdisksuloginswaplabelswapoffswaponswitch_roottunelpwipefszramctlbash-completioncompletionsaddpartblkdiscardblkidblkzoneblockdevcalcfdiskchcpuchmemchrtcolcolcrtcolrmcolumnctrlaltdeldelpartdmesgejectfallocatefdformatfdiskfincorefindfsfindmntflockfsckfsck.cramfsfsck.minixfsfreezefstrimgetopthexdumphwclockioniceipcmkipcrmipcsisosizelastldattachlooklosetuplsblklscpulsipclslockslsmemlsnsmcookiemesgmkfsmkfs.bfsmkfs.cramfsmkfs.minixmkswapmoremountmountpointnameinsenterpartxpivot_rootprlimitrawreadprofilerenamereniceresizepartrevrfkillrtcwakerunuserscriptscriptreplaysetarchsetprivsetsidsettermsfdisksuswaplabelswapoffswapontasksettunelpulumountunshareutmpdumpuuidgenuuidparsewallwdctlwhereiswipefswritezramctlutil-linuxAUTHORSChangeLogNEWSREADMEblkid.txtcal.txtcol.txtdeprecated.txtgetopt.txthowto-debug.txthwclock.txtmodems-with-agetty.txtmount.txtpg.txtgetoptgetopt-parse.bashgetopt-parse.tcshutil-linuxCOPYINGCOPYING.BSD-3-ClauseCOPYING.BSD-4-Clause-UCCOPYING.GPL-2.0-or-laterCOPYING.ISCCOPYING.LGPL-2.1-or-laterREADME.licensingcal.1.gzchoom.1.gzchrt.1.gzcol.1.gzcolcrt.1.gzcolrm.1.gzcolumn.1.gzdmesg.1.gzeject.1.gzfallocate.1.gzfincore.1.gzflock.1.gzgetopt.1.gzhexdump.1.gzionice.1.gzipcmk.1.gzipcrm.1.gzipcs.1.gzkill.1.gzlast.1.gzlastb.1.gzline.1.gzlogin.1.gzlook.1.gzlscpu.1.gzlsipc.1.gzlsmem.1.gzmcookie.1.gzmesg.1.gzmore.1.gzmountpoint.1.gznamei.1.gznsenter.1.gzprlimit.1.gzrename.1.gzrenice.1.gzrev.1.gzrunuser.1.gzscript.1.gzscriptreplay.1.gzsetpriv.1.gzsetsid.1.gzsetterm.1.gzsu.1.gztaskset.1.gzul.1.gzunshare.1.gzutmpdump.1.gzuuidgen.1.gzuuidparse.1.gzwall.1.gzwhereis.1.gzwrite.1.gzadjtime_config.5.gzfstab.5.gzterminal-colors.d.5.gzaddpart.8.gzagetty.8.gzblkdiscard.8.gzblkid.8.gzblkzone.8.gzblockdev.8.gzcfdisk.8.gzchcpu.8.gzchmem.8.gzctrlaltdel.8.gzdelpart.8.gzfdformat.8.gzfdisk.8.gzfindfs.8.gzfindmnt.8.gzfsck.8.gzfsck.cramfs.8.gzfsck.minix.8.gzfsfreeze.8.gzfstrim.8.gzhwclock.8.gzisosize.8.gzklogconsole.8.gzldattach.8.gzlinux32.8.gzlinux64.8.gzlosetup.8.gzlsblk.8.gzlslocks.8.gzlsns.8.gzmkfs.8.gzmkfs.bfs.8.gzmkfs.cramfs.8.gzmkfs.minix.8.gzmkswap.8.gzmkzimage_cmdline.8.gzmount.8.gznologin.8.gzpartx.8.gzpivot_root.8.gzraw.8.gzreadprofile.8.gzresizepart.8.gzrfkill.8.gzrtcwake.8.gzsetarch.8.gzsetctsid.8.gzsfdisk.8.gzsulogin.8.gzswaplabel.8.gzswapoff.8.gzswapon.8.gzswitch_root.8.gztunelp.8.gzumount.8.gzuname26.8.gzwdctl.8.gzwipefs.8.gzzramctl.8.gz/bin//etc//etc/default//etc/pam.d//sbin//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share//usr/share/bash-completion//usr/share/bash-completion/completions//usr/share/doc/packages//usr/share/doc/packages/util-linux//usr/share/getopt//usr/share/licenses//usr/share/licenses/util-linux//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:15341/openSUSE_Leap_15.1_Update_ports/2e9c00423d17b1eeab33daacbd052efa-util-linux.openSUSE_Leap_15.1_Updatedrpmxz5aarch64-suse-linux  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqqrrOsttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttuttttttttttttttttttttttttttttttELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ce5691011ab9300aa2b62fc2c3371acf2c92d7e9, for GNU/Linux 3.7.0, strippedASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b4ddcd73922b8146df2f0c0d616a9476be935320, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=96320e9ba00d83e57ea1534b8f8c2a63daf39487, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=67a94bf9f3ff8ef34c8cd7a50f36dc0bd431735c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=89441227e22ae64be0d8498c30ff9c33c33529fb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e0da91ba3f5f12af56a076438a87daeb54e75df0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0d3507914ca49b054041e058f858eb2ada6b0015, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=eb07810066dabac4d43d5d1d5d742b3f34bc2cb3, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9beeba444b42e6bc82fbc18535186d63ddf8abe5, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=91af38a6bcff9d2a803bc4e05e79b8a932bd70d9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=28bf1a9ee33a1e5882601c879c6a03879911afae, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=dc8fa1c84614002632d6bf2f853fd024805c28cc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8b3f302950dc85f89820c942a0ff72dab56d90d2, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4132973eaa89b12e94ed236c2bebec4ca986e5f8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8df4376ae2a194e41512bc321d956a78412f8bd0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=411653386264384e061ad3229a8a03e9807e2f16, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d6272f3a9dcd456ca0ea06b570f76e42fa47dc39, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e9c61786fdae672008d26b36de273e52036f45ce, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b1eedaebc67e502de32514dfdaa3e6c8290d5d6a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1b905247a306f0e4f31e66ebe5a1c6091060e565, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8df61252e0ded4bde1d65091b888cb99edfd31d1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4558f3b789ba12956b59c8c6cdd817cebaa0dbc1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b9b1025770f9d4241b4541b1f129776e7174cf3c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3ac1f258061c8881474e5fa5771cc0cf8bc79141, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=12e3a7038dbe1cd4658c083c7c5b6cc56816ca6f, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=899e0749256f1ed427fc7b179c5eed3cb568059d, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=05db55381a8e2a3defb992f7b08517299078cc1f, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3a0a750afef9ffc94343d0e708e172475b8955a8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3b7cd56725d6a75eb7c19eef659e8a43e2280b21, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=826dc498ea0818c4997f9b128d1c024959e00252, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=21e715580bb1d133fb20b4922aca2ed97726a67a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=23de4167efe0486d9eed0d50ed6df7ff656cb901, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=65ac1904b8a11bfee281e9e7845eacfc18678e08, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9453ef2c4af3b72e3b59683edd5f4076ef1c03bb, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ca94381fdb946432a27476d6644791c2b6d324f8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=019ecd9166afeef75eaca78bd4265deecf9411d0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=081abf6550e87fbd55cb92006e8a123003abea12, for GNU/Linux 3.7.0, strippedsetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=75a5b0d21fe7ce879425e7e6a0da6395aedb643c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=07bcf3e244b80506bb4d5f65cf72737064c8906e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=550a98ca171925d4d82e88718e90b84eddfe4f22, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=05a59f78de9c8a334bf276f31a54f6fdcd192969, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=617b37c4af5de07238cbe34228c94c8fc8b44c42, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=cad8edb23bde3f8da3da5354754043c6c979cf24, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0b7204b854b1ca6a69cfd379b05ccd2f991ef66e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=9c511a8ae979ee007f9145a034e0992cf0d1f537, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2e41b1cad1a4cef34c30ed518ae9ddeee908009e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b2eaec45d6d324b016eb57bff809e6ac3c71e8c4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b68d806b200d736db7696d96d594191bf26fa276, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=60623be3e5fc8a1ed48192f0d1dbbbb4e575effc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0c96180fd39eeb575f027d09d1b3f6b6d4cd79b6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4f9c544dd9dd6264b3daa8740f4bc396ce50c9cb, for GNU/Linux 3.7.0, strippedsetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7e4c6642046c64d7aad95c9ac9f146036968a307, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6fe616c2e129968e52fe5f4300cc2a085aaf2a1c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=368ff6bf9941e0a499894e332354f20ba22cd300, for GNU/Linux 3.7.0, strippedsetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5bbf995ed10a9b15d3039f07d963b6e5de0dfff3, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6a244098c2fdd342890f3197a4e943f7a3fa9914, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a87dbdb0cbe0a75bd0899d21a33045015a4c9a94, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f0e01bdca80be2ae860012df71e0454e01d22cfc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=176a319ef5dfc38c36fbb04b469e7d48e53c4929, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6fd82901bf6995f70bfdecb0334fa01c9b377fd6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=365d70c269d24ce99a4fa50eac4208752ffcc2c5, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=28aba8ba47215b8e0f9cdf91d8e9c0572b355884, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=55ebcc6b0418c46d278e78d74972e44d22bcda58, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b5acdbd8ec5c5ba7e48adafa4fc2697daccf1d1a, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b6aefc978c506eac0d1567a9c74ff588ef64d216, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b3d1d805660cf0e52d5414f7e4428b3458b533a7, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e045a7e240ee91563ae27bd7350b57413bc52904, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5847187feeca17fbc3cd77d6be5a4d8045a070f1, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=802e38cbde52766f3b3f37ebe372286923da84de, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8c71f2e12e1169678e773128ce7547e2e7c1d131, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=60d83ee0359c899b7b663436e79207ba94461377, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=aeec340df86d17b0dfea9d3371c0a98d577fcbdd, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c8cfe7cb5d739ada3377ef53745cf0bb909d10c4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=64d3cd1719b4c2555ea127c4bc1fe92bd5386b61, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=0a47d93d6d8ea1d1ea5284112c3511978dc4e161, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d6ac8f1982504da2c2274261234d6dc3eca62d2f, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c283d8710fdfebd2a2e43e400d3489235da75038, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=eeb6b89919ee10e6164afda2ad1f601fa3044856, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=64a7a748539ec987e141dfeb7eb0c494b8739941, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7736bca7a1cbb94a9b1f50b7a1e743453b3d4a60, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8fd97d09e520b57a72a9734ecd7d7926581ad057, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5893475dcf55ab4922cc5d5e63e0bada36403998, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=63639411890fab3a96c6c8b77f2b04f58c0bcb21, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d1cbb2be56b408a9d748d97186b032061d1d1aa8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=cbf35f468fbc515e785a75ed63cdce42515c2de8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=24d3e7f59192ae738d42fbd8e871a078e222b982, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ce6a4fd233daf5cd5244a8c8f79b2aad7d54032e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=cfbac54b4210a0e02bc0d3efaffc4a0decae3cfd, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=514d21e535886d6da9338c6c79f4d3d226a95ad9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6d3538fae22ba92a9e273168cd140b1f5fc0b7d2, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=503144ac59cfbea4774d87bb3baf6b61738eb435, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=dc19506968aa9beb28f6dc6b861cec000fa97e16, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c58b6803bef9c5f7f8741b7b6bdc39b52a2db1ed, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f60b10d1fa818b1ecdbf446eee7c24880911ba02, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=911085e380f9ea5b5710c6b3ae320bedd601d1c8, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=38f1ed5216b583dfc49203156ebc8f481b4bfef4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b7d3fe01893e17affadfb92af5cbdd1b6c775f5d, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=212b9121809052cf7024187f6a49cb0c7f08ea2b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ed68409689c47760881678990f4ed25611868770, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=793bd2e14dd9f1a04cccd00da847db9a6de29bc6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7aeac548cfe111c012056a264cd1ea5957206eae, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6e24b3e3e99655c13b04c7eec0d6e0fd60c296f0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=185d30457fe61cd255fbd4fdb35f11f7f3dce513, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e3aa1d2b5b2424781cd44513c34968d6d13a317b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=69cb86378c83570f6a522b1666c811e90640659f, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ae0707cda994312a794d26749977f412489f00c4, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=da8f475cf6d1040d59a6fa4543f2dc3d3ee7838b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=909be9e08ee3c0cc6eb89a0a21b274541fc806d5, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=09001d602ff65e46af90362fbcd62e6fe642fe01, for GNU/Linux 3.7.0, strippedAlgol 68 source, ASCII textUTF-8 Unicode textTenex C shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Algol 68 source, ASCII text (gzip compressed data, max compression, from Unix) !%)39@DLagkquz~  #(,2<@FTX\clpvz~*.;=AEIQU_ct{              R R5R3RR2R4R RR R RCRRBRR R RRR R RRR RRR RRR R RRR R RRR R RRR R R?R@R>RR]"k%dN0؉ӪN/e o}L*DC' n?e߹|WlDWɄt'&-1t7uFn<}f~@/oݞhT +JȎy粷Fs=$K)=jnt LYȐh{Ko/ag$J)38ܷ7vr\Lb'K 1b+l XVW!5页X>Uy߇ LDuu}ٍ lTwD' ƶfoO,rd 8{wgQ1_K٤! / [sK%bm*j ;a1bz$'o |0y͛(+&֋ !2{.fɳEh0L8^,JƬt ݒwTYw}4H0fgbOa5{ ,*9 (T@`8m%ӧ Bx'8 &ifA1>Oan4 NfЧF D U@8̬Fbjצ#TةK>,o/lvz:oї#$NGbp ^ sfKA~Ur_BR4 My9DQs;dR+̴6N:Ghe~b'dqRQ(*٩%pvv$N'U8/=8C%P>dկשΒ^=Ps\DI\Ŷ,f㄀Jͳ("5"P Pd 0RpM-t'Q> v:l]ex #hU#޽I7K_3f6׋I$ָ2tOa(U>@2 |=_+-;jI5XEZ䇿ڴW1(J]JER*4yH1:*6ڠ`5=ƕ"E?sӸm y0'v;XW^dم{ ޹/4}Nt,~|orymE]F$@ JW],K|J>f/ЊE GF-,`\"DRGծ{]s^)6?;:`H쎄@W3&fe5iګ3x7؁$7 =~ ξz23O H{r'"f{<'Ƀŕw$"bG/!~&%#JD&EYR7ʮɌMV0h7P[7>G_f ǯF٬$ve|:|*,d H Sq*BD؞÷Xr/J{r_;:cEIǤA҄,,v퇷MpXT38Owr^';fXzo#oZjn'A_ أZTEbƮu;y삅xcPm_ r[\Á^enlhGW򯘻t3-fչ&nڊCE f+Mu*juɹL8mib`WC(m)uY L_`pueAOQUU{9;*ЋtIޥJԮh2.bO;uI-~Wd<"XͳB;a;栄SV;'UOǨe[nV|1QV5Gzq %6Cl$YKH ŃQ63zWo5˾5lXM\R"排؅WvW[W˶IP -i?i.b Θ$rȟ&#tGEx[+ao`hr1Hx>&Wi+S%!"C2>IVJi2(Ūgjd7$8U %@ 0QrY8 af,-9zj-˄o~WOŗ;@vF;*w=k1B"a8oc.^$XBɜm0~ḫNilj* 52zN]A zq 0 HJr piN$(Hn{ ذYT^z]}6Ysq ,f'l_D}t/9>ؠ(@z +Pژ~D,%i<ߛ.W"T3*v,|.z_Wyq߶y1 |dib` '9rk!Rt=~cFPd}16ˁ%{X`vmH)յBW3"wPG%5\ hgK7s_yA=;D I[ĵ L'7Fh8R97 sfynzGJPAiQX!n,wm' M4 4[&@O@RGL1D'q}a VwhTN9%{9IoJ!{ZRDtO%P'r%lR@ e]~wGJ)Z-QߙO `Fx7GVhpȘyH. LXpMe44CiƭP~u{WgtNw\b@FuNF k=ӴyL2ߡ+dx8Ib \?4F%&ZǑ5<&Tz}d!W9>~a\%_ V;,K2L(`B(ƎGv oeQDH1nKR)z3G![I}2OeG"n܇nd) 15R_.Հ]\J߯mb2uKF#' :|1y/TBn-F;@^Qo ?\݌B4R;Lqk-p{R*],TNL4iDWK8|CG]m7{kR{C͜tOy'yI.{qHhs4`)=+0<҈E~EAvS*M+dXs]DlqhOKi1?^;/j:S> \V܄gǥY'%tJ<ͺpi}]aH<$QL9O8$L:|P>MQWc,frr5ێ3 HGb%D6K+évf0$B4Ĩ=wJ̞DB>4fb^㋳U(%} Io`l%0۲B|"5y-5j:D2I]b~N ,M1u H7#feBC |w)Ѭ苼5PyQNSc}5Eo+0Q(0ɀ+r^BWԤ,$8,`8{/$3P9PcJ=CJJBiw%զ L4}V/Mgfׯq骹S|[F}X5f =~sQolhżnÝS \Ը-ܬvǼ7)N K3HD\[!JbK(x/.D? BxU κLic ZCbeʉ(3>͊!Er,&ޥ,59I*YSQ'r1ZPJc - y6t-m+p.-BHw%o̧,Hd}‹ao(mUjya5O벨zI LA^Qoۿk8sQoN=4:Tɮ7X0%0gF9r?tJuLƖTע;6e߂_z D2èFJKR_`iV40듥a:Qij;uJv8X]ϩepBE F㾴 2ʟ  fQܼ75-"va3GK:x+m8,_[[|@ tyH,5᫩m"O]QFb wis&~MY  +У#hZΫy-;__cu|%s:ψyO.퇞wv>糣(l}H5#nis2"ճ_-?3t0|ewpuw˗%lꉕX3x¥LQ 6~艘㑉:A+9vWY85kA%tЖ!gcs ~ݰ(6kdin+4ҶA+fv9z*Y쑻##lLp` k9F?ϓ?ӜHpEn?˱m+(u.h5nX# b%W~e63׭ILT1d_@էmqCv  lW>"}}b;㖀ҹ]yFӦsT 0cjtTevGŴp~ZmumrOL]^f*!%?9s2ES0h0_CϞKYW8|`q+ÔEnzF=)?En#;G T#˭\49ZpZ&F|!h9\hPxlf1Pu]gWIFkL4 ҸI w% ۪D!gIL ] JןX>̀oU?vA0V\ZjeO@qFX%͡YO9v2|˒cNc|o2"#?TYcmP> Q?ƓG0ܶC-)BG0]Lbzglk#F ~O ],\cr@UKɏE;݁xf]B|fXYg`]LPOqJ/`>:8dۓKT'п53[c&p/c>ca:OmeW0$2Gk'A%  YCpRIVW"1CPe"i$=.{]uR #رbu[/HNLcn2N,]ME;|qR$5HlM [J!]2W붌e9m0 'rEHavձ-ʜ,5DoStkC0}D7s\a䟇 a=ےrһ Bټ7JLDY-/$L1Jap4ы XUm0@rmgns؃`\XNXݱܹZƃb'4a]ْݥ/A^[Jb%19?hOSײiWj|Т;ĵ/ֹRUQs"QdcdbpQy* s M9ZmxLFTrwCDsj?s ;FhrcPgt>N>SY೒e̖3m ͥP{+SL ~E*:ouddJ %1 !I60m+rB;S J}, Ic559k>jvhQ&[u:GhXe-u# 9fj,qXK_q7{XPiX ,WBAy;gI/>iMǵꂵT#a{O9C>Vg7 5 :߂aqNBouZr3/ KtvPnVdjmjƒ?͓ߟNDտڐɯ>G^׷8~VsФY8ڄC69?d<ۃ~ LGe+.B'iޱ'N1mgv[P!tN RbaǧoPU}7lsʢ`ȫbQ6>D~#V B'(+y;6Hգd<ٞ[_ }.C&D硶%x"TjttJ g`dNyZ.&kЯ",-2M]՜%8A^Lgd$t?Kk..Vɦ}]"nF{ÐSLON@sjL߿1 TPTݽ2B/a=bg'PV|:{jIIUIǃ A?絞b8XZ9s?^P@s߶eIȘ1}ܖ)0cxg%i+)Oj_S 1l>w& `dE5)@ 'u,fù+ Y>I yޱvA8#^>} C N<㶘Z(;E3Lct֓d9w L{)+qF7_lo8Ȇ2/9^,ΌD.| I;ݑp0Hv^M#R]C5qa.n_ LH؃̿e30yHfGr?o3(cУ0Q ~fn Q}-?htG[<| S'4XkP38ZF^YڠQ92̹ M\3eNVO2wnxBo??, [^ڑNS&GORTȋ$[lF4wVXR$wzB"Gy^7Tu"*49AQuЬm#&mN. +rHSaM[^5!h^MhXOċ泥FܩMJ5X+-6Vþ$|'2\ŌtqB$5нoD='B!΃. ]aʗ.#.g.ޖ5n$Qۘ!xλwA0!<èGB!"WI3FCLXV:ب"0 Qڄr$X؈C/qZq4^=9aZ2jf˾q?l?SV2agõv7H\iTů+A %)IvhtWlOXAHquyoҪ}rD]v:!f&6VO[%e.\PDK2yBY{T"YLk8,V2v6-!LKѥk)6j}wWf_a ?&\Q'e?ߘRj{/{GÅ8F˗OJ7q~vTEG( (5;JF<!͈==Hmr&o2}rü @S);A7:fv~*Y=@E4fttͲfOn]f*&@ 8ӈd[?t=/Q.=oD?(A./񉱅!yAX`mǩ.(Ž*%"ma+P N=B'f@I9i.^NsRC#q=uj%k›q/.NƺRXCopɊݙ[ `}+ZvV0# 但T JA 斆!IX/pJ1?Ԅkk@6o^A~NgTa7}<z%v!-n:"uHLύIҼE$US֖ؖK"VefG8O;rLEW1BRL쬡c̙$l8e,/( GC/nzfdiJfgk.1T4f˦bgr"E2,ŸRl|V{4TK,~NX:a1C}/ I7rp<-ŗsETUǩKF94vZ״yc &VZlBU3K9d rǔP1#_&dځ-68b)\g]ée4oY|=^ 'd&IQV3]e(LEL3.h^&8 |8qi>Dbw@r]5؆;(}+YP4} R Z&!N_NT@R(Tbom1%Iۑk4r DDc ?ܾ \['EV< ]mI^7/4rqf/ق?Sl)X恓Z\w Pg0 Ft$ʨ}A{Isf)Ch%\R3v05\õפ$r 3 ǯ*e<Kt\Ռn!p|[ꄟg.WWM/ Z>pja2DQN_->?O2SUplrF7a0g+ѬA_j C_TJs ౢ:nI"Fk~ɔ#MHwe8;pt qx*Ya} /}.6@z0\/- 6L@&6.ۓF  jQ kf3hā>$ZIW$NjGQS[>z`\w(;]]PE?9"k2GD (MY ӭ`]y_~7 55#o d_8HdV4 j\fv'QnjIy8嬜 AlbѸꨖy(`y@(ǂ{ øN_U;q`7\6R l"8l;2&ps RD+g1 @/p(yH֥̆>S%US`5s3'AUx4z9LlMb4e67K-Opl-s4x-Hi<ĔZуe2PtwEz&~%>Ns`VO2=1y G>.W WH=5d]r(Ы!tO휂a$PƠ?c@"k?'N+uG%NL,%M]52v X93[5uM r*doM @!7^={ы{$뼓5OAn *\F!,)S'*7' MʯwlqB炖>lnss&e%T'^A"((eZf4  r,aLX](#`dcԕw<ʔ5N]j)US(:iyjVZR笠}z]>zmw׉.(siz?t>=hXF%ᳺ PNQ:z6~8_r t3\h uiݣ~ϋH׆yՐ7^Ђ~suj*RQ8Vgb2ГVѓ*~dʔm]ȱb`F[`l_4̈́YnTD;lcsa `=2q:3+sۦ[x..G\-:˦q;zW.wۤ$@Br2nU*͠EM.ENkűh>U=G26I ]&澷V;oCeDN^S K/Z;2sƧsbI*\@ D;9f ?- ?'-%JcpK3y0,WI$~]j),ҹu⥱1ՇQ:e5#h:GMOz MBG}Bxd|M_IHi? \I]u6@+ e^dS0=\t1MK' Ǔ9=r[H@XxEWMjS*F* l|;ݷ'o 06SsqE9c4O?[|#ᤔs^dנ'5Vof\˝ߝj6:hĘ錅5 -w]ks 1CtO*buBA;BF ɨ~N7aq,XhIʘ,t]Kby ɪj؏q%39dL:XQ[5G~-/ U'f]hC %]F]B3UPE(A-$.&Idu;hX%>ҬRu,n nhUݠahUP!f>#rc@'YqJS%k'ce\@"iOP54wl4Jo0,ϞX),ĞhEt]iOK.U JuL0vHs4$X)?wq;d ~[`Ikϟi}NHVHnb)K*Wu._`UZV\QcN[~Y.v} /~'`A9aW^a+齘XKĆ~z6{.>_m^;#6M~UlS ɼ?9L\Ԫ63ޡY,T18<1Y޾Fb\ĩR  ;p9(?>車Dk 7(]gSF @?Ld[FY$ʸ( ~)ߔr"~A3#YoHfJv̭eY|-Ŕt@_C\147 f3SV,p|֟ɎAfd+f'"T@Z0sh% yr#Hqz)wNl`;] F.qf'nkl ݆g6٩TfJi(Z C.f<jbt _QhG \<Tk`ֲ\ܥ/|kk%s⚗jSrp$ B{ (T W{#`+KW{; enPm6i-n-Œ6]rv28 X`@pj*pSފ/e%WغKNaܖW(hS, puFsP uLf0( ,rE/ #vطIw0yӹ =[-!&sMVZ}f <鷻FK\08j=(rWuҴ4"XaK+0~CE;)21cSX`sK_@1(fb8\I/6gZ9StWBVM\D\C1U{Tǰ;9ɯo@q"M)pe=;GN~:60‘WP1nt\5Jw3dn4],` v Ǻ8wy&eU?5V6CL/Db[swL/ pKA&b3dN#Yw#MsT>4"`-пNu=+/~|#njK3-F[eMX~ c)&ޭ &JVey043R |RkM|Sm6rP6k]j;H@mw;aAyEȗxϷ!LfrfQ^ 921]HHo܅r]S1@(.r*At3iX*TIq1+Nj-V]Q)N.4mMM%]{aGviT9#e/Ӝ, \FI..oT!_&ZAt]- u&>lskU[`IڊTaFl`z~TZAQ&b" XWa0:օ)d=!`hBUдۖ6\{:Kan܉E7j$7qA1I&!Ҵ. ]d_Q<E3[%TͿuXJ{© z{s9^;pUn3X&QئpWmYs֙Pn,h[.r)zW 9t//W,"Fpy腔Kty3̥$CݘHs;Tzr؀,Ļ򾾉6xt΅Tx'6vR“qxmU\7 (vaFFj5CP۸Bn"eNZSbYO?15L>CҝGIRI싖7 T%>j-Y%"dNBpˋIH 2` +ʞ֙/|K.cxJMeET'̇Tn?8) ޒ]WU%-T)G0,/5,Q W5{N}7c䙫YA4YKSعwb!0F&o78}CUQc`^Q\?lnSUI>عOZb2Tl{ ۈoJVp-Ռǎ%'hz o7>Ur >A;Մ?I iJr5`yKoI&@얥U17S>F;t U-Qi|_:XG TG]A$Rk74 LgS;k+Ast$4V~jxJLV. } Yr@TRc2Hw@%cEhx<I@-3t7$ I~TE.$%|^N a(Ӫ!pRt ߻)wׂG$bhcܧJT비vDr^Yk6ѯö^/D=ٶHUZTc3y.҄p dBB+6+a|2^J(=H~lZ2Ȯem'uS"*uO:C*jWy=GVjO/G`UxKH3v!a a;:PtZ]ܸqSz:F#ΊqE" d呼 jRQ?Ęz+b8 `Iv!EMs)ָ\޻cؓdZms\4#1r=Rdj5kF?xDMX+Kpm𵕕PiXM0o)sWPgRY lϔ1(`!I]g݆b47ִU:&Aue[T,~W[}e6Pq׭kx\Mډm1L:3#ik'篚L5^q˄ꁨ}Z;ŷ0@^$7*d*oAW~'+nϯ;G.oEu)P(g:Nl.EO;hrlYV{oIr*j-"r(/jB7bKs=!Ș9ddTKhU[qжWTH{y>9_fh)𢪜ǠþȈ}ǻ׆߯v'L\ \yأ43oZI1>o N0 y"I} tt6oT,dTQ_eQ"iM =ya5bSMRFtEgR?<fF3=HKڃu3ܞ0Đ] @c]R󐏧5D柘 3kVD<X^jڑXϘ‚ uvbU*;Al\ c/h:$Ec͸цWAc;q@}X0W#{Pf9xl)'<]mM_-I HC`w@-‘UOr:C1H\VmXqobrcM|[ qt9*҂狭wDGC\,!|% '[\HiK*E+Tos8JQքʞVi[s \bhMƳ%"i2ѤXRP?\CA\LRrE4G;e1(v}٫bR l`dCŧSJ\4i'BNJȍ4aH?mWڍƀ'Imkqm#)3=93Qf| +x9i, { ,IT6C`Z;¶71QNaemBJP7MكdC_NQ(!!ok }OHG}b|Hz|v9MK+DSN)l)4*0%,)z&wAxqch1. &z!z ^'}G}u{ Qxީ8HٿȣB*(Ue$%nE7ٌji< `c1ז $w[b=$xf9~7}ʃ9LR+ p8';`:w"GD2Ԁ.*][E:x kQ UkW>){bCƫ&q93k*kqsZl!疕*d9)|jwG2̜ܧ\ T'Fq-&^,|f:jEf'[5'zqS8k3nYlv7h=&/u;6nYmw݌]2lTE(&5İEe$`д8*Lw ?!c947,Z*YvjhADbE xDl%8>m$JONEU*g:F;AH*;Wgfۯz<]TiE@"(yOY ]S-/E0Uu$>ˈ ClRN8Sĥ3NBnP\$Q^ws?v<gwIO :PH]MaO ` g[S= fS+dr,=jno?ֺ]G,dԐTY_Y2Ǻ({XN_O*? nZg/Z!;LL4RhHdiEfFH޸ P,\]nb1EE\FrI+,mz儐؇B^"7tya?\?E3Qnaa6;A((Peڿ+mo)sM!sіM-b38 [X'o nV`,:9HwmH=<$ boËQw',P^H/^(zbq0°4&#ۧ T^`2d,Fm]< WZV¹Zn5Ӕe3@\czU8F"(*)v6^]8\sԞ9.( R4OѳuiGQEx+ItW4C Rށn:_tk칕ǎ1S=Ts\ ;) Uhcl|eQC3Ko@:"  VRܽłСQM &(O酖q=m+1,&-$qىEj G%"A3i8,[qsesZ`d*|is_!g,lg扡Y*7Lr&K#ڑ|?e!cNvvQ] 4Y]|F)2RZznƊ9h瞍yÉڪfgm a!\[BQKudNUw;N=I赭5b}yxPEŀL3g 2B(-%xIs )~-L te->2ڹr"ҔX߀gDW5(f@27DȌS(gco3z2UIQ]0Gu7Q7Y`x k>5qv3X- '9 ! (2E#lkeSU@f青:gp.T«,SJ+l<|erBԎ9YS^ۦi$Duvblt}a:D⊤wa/Rvi5dQ%visʃXɝ( 5Ow..W<ǣ<,DzKAQƵ):'J3i(}3 R'cߪ2" 0K8jlrJ!N=Cl*A(.P)fBk̩x+toEmi!^wIzu7@p+j(y~j7|앐]C*WV>-몣 JX|+L 蟪^Y RC4&|yī9]u."9r(4ۨPV@Jޑ ?]ڜo>ʯ 2'*5vBy*, ]ѐ^2EEpylv.'``9CխD!^gPԎ%AGAʂ@hZ񁖠+ϱ9F]JR#΢XZ\G5PͯbLV&z=ҖX{-{2Jηh7x(,9v Ak%b~Q]ߺ֬$F?̝Α2@ y:+v)/Gӌ(w8 68+ nI&0$q@Dk+{t-a2xiIIM.!B:/yǬkN e)U3Z]Lۜ#+og!iQ"f y^SS"`H 1=ۗ: Mǻ~Tw׸ǝ~c봬6Dr,D;KUiZ|4նŏ{}Apuά NGvlxnO zM!\!9o/-?hۮeNNyϑ3Jޚ=Mؗ$[iN$fމ &uFIJcF&FM"#9l/D2\;!bگE?v)ʻ8YoS\CtI@枀`d;X֘D#T,h]zU.9iQXv 腷,4)b [F] p*lҟRәK6U+8c';oCvƂ{z|)q> K9EKH[FRVp#:3|+։JZE;VP+z$%0}Vl0 {{<58$q]qmfH3~^0ФNsxnC%CzlC;dVc Q0:B)BnƗ0bc5r8,?#*bW t9AAySQ ΅ B*z,L4'% uXk\qKDM*.+{D.M mZ%C;n :[RBbPeӻ;yl*P; ,uS Pha35X˩H1KWZ30;Y|\|l͢3; ɏ6W kIc*`3WS91HX⥬O:Xhs&B$-]'|1L9IyW$LYC 9js18k:Sk38Wᝧ*s8p> I4*='=FpT/ɱ3QtmlA}W0+48q4'`uo`zzg,H"¹7|V5^ `OMT G!:40wJoPsTYjh<z2<~ {(@TWP'|us̈;0ojKۤ\LkVR'w 8Ѿv[>0?Eelñ%XNdА˂ &*\l^3CxM=K޻錂d-8?YDXO̭ag$aKV]S\K(Z_6hêڀ)˃(D;,1ZRfOPQZsRrs{&3!QmW.oOO-L9yvąeQYD^$Fiti^=)/SS1:41W,j2Oo=菟(L7l$¤U km.$F.AXc eUQMk|q~D5ȆH>,Mp8n.@n67{,ˠ;t1T!49mꃚ2d4{8[W3fSm?MyŠ?f9(jzkAA8#Cokʽ1;ޜ2Q%'ձ~\ rnf?^͜ xH;a,@%l^)4z,ڔI>[ĝ ʜ;M)1:!R6uWZKlrr--S%/2d6cq,: c?ε(r!i1]phoV9V9l\D]X=POlbDhIW[!^LoHrB new)x7 qF1&J%ݧ@EYl_Y܊OrG܊ bg  O( ~&U;qBbvU?H5 q؋.;N66BD>a1B?_.E{A!Z U3M {~ *VtJM5)C`ًS#/ف=O 24i `Q̿,4[}\ϻ̹^(AW*̽ēVʈfŬg( o\"C=::|T _'v3޻i a*I 1^j86&a1'bsʘz:,/)1j̶7NL^DD٩ݒ&rx:xUn8-"pWV.Ĺ`lMQ! )>_r4!8Aد܃C&L}d ŅR#{kN= Tc#z,$_if`u. 'N`/ 3~Ѳ^nuM-Z8>P+92F?DV2{ $En#W"@Oٷo}y#K,vD06?Ɵb(^vuQm*`n Zz-̒o9ţSДd7 20FW@6_AhQfGE bqϘtɶAG[b+uER4p#W(S̐0J0~ $ˇ/3.&botf?Yma8#qFqzP`/⩜ #޵NzDmL8dzI}8$,j5zcFdV!߲=ALH)nvŀ{B/`t҂6møaMehvSw!Q[}(IJ*W8}i)upl"j" &b\ېm=~4>PJMOHMeP;T> Bc`^n .)O\fN~`˶ʥr?8f4 ?IY*%5E_xە GvIQ<?D&ݢlΚTt*O#Q;-qMÃ$^2W֔j=j]gە x̸).8'RqK^Dtu$+=jv(9e3b@΁.} f۝}6:}4_tʐ%+UVBJlsREgHl *9iQ;=~[N$C~\T X"І [08|.3I-uGQZ4tYoff1A#|?z |Xr>T5Kn75Cy0|Nt3 d"UP{keӾ@smSP^#lu04XAsցz 0GV#UXcVdeEr*Ճ!_WP}(lɉ* %F”~}f4wU5m$vp }VE}?Xҡ pªe6sc@ey:Z`d1/3)1Q;ņ̀MdU 䄮Q_Iru )]UC~*;1u\핊 @^G歨EdsHP tGz%l:}Y/B"c5m=rIZ~f#s 8,6y@Yw5jkL_b?rω/qC:i!oYpVsd,gČ()-FJ.p̳zĻ劭/0^@S0KV&>&lqN,d#i vq}b6-%{Ζ{/-_57>Mja}Qk,4 zflӌ47fzoh5d^zǹ|.!}11w a( I28:ALiy=jRBV ;NBuR[ng[`-5'$H[)]eEiNWenS -?)&'pO%{6d6'؍Kv!mؠ"aE2B1Y~Icv[F*v_^XVI~Jƕ>c#u*NzdXww"!E]DۄR"RcSv"<)o{@;#&zdtGہdnF6g =8%drqW̪[f0{0󼸢sPN -<(aN8L1zb2^;r7s~)5+'zSkdT'*~ʁTT]$a& t&i J KAui1XQ:Obsul 11m[b vODtv]$+?1h"NJTrw"t>\ Qqnc.XyC5E'Qeuem!)@te][K\{e ިe~ FzER 1G*,-6'C٦$ =0Xo߃ e뢕(t.ʩ42Zˆ𽄰i1L08,ܛaԾ#{VJ$,U5VuS(ISu {{PC:Gzy:,}l{LWj-{!@?3x)g> WD&Ea0U@6 \`IHzt#WЗs+N 8m n3L J,pY(sH{@@ Z≒ T?^GtW FZ˰es2U2g)">MP<׊N H.J 0ZuЄw[Xn=EkO޿2Cl}N@3VcVnHH]M"nU۳>+Bį`և?Jy?($$m6#:XXڍ78JUsh5}W.T1Ԍw5?AOqM`]@VZ{ ڿQyE2zh oFdc2$5Ka]yU Z%/D—p8gD#g;م8Mo~X 8:J$`7Q2K:I)|i(5b3 ?ŏlywOvd@ZAJ0Zt(yKާ& KP_ѽۣm?k!c{M+[س$a{C.Y;xl014l${P=?@= 7*Y%O$8X3px[Md7`ˀߚKil~R$pq xqCIu槩C}Nz,:Y b{ 'Ն.3L{yuĒqe Zq3zcp~ؤܚ(B[HCTp@q(u\R[`lD3N#mU |7֫L'"Nai5(څQ%թ V8yԚ(O>a&-8ـ~,6"(]f\ 9Eaͦ$/QI;(PBsLx93r"=XhIVoZ:wK?{^wcj%Mg_'#Dc+fCZ+[yA۬<=YwECkIP€漕%gkA&bhSQ'xm#Q;e;ax}0#K}oћC=N@|+;xmW5Iw{Qt k73)-GG#7.z)TQhJIwZI\0X+-$P{&\ۣ~WҘ ^:$*)3W\/jo{F$+Cr2Ϻ}\UBHx ,m%J/bOӍ?d?pde^@tmCtڳ F⨲,2"(bC֢866 0lq"ܮ*Smꣴ> uc}?9MiP D&sP>aG@B}oK-oŧPkn52Cv_[He|VO7YQ\%Iby{9#γ|2Q֐pAJ3& _8MpD:t C`^ kc'8R8LĈ)zPt ]b>GAU "l 0Ӎ!a]IYp/1d$H);y*mgL߫ $9c](cnϡb7 .PcGPa2-cNNCr7}YJe& iy<> HGG [fgpr /"LeeEOCPȶytuJG꿡W@\38٥MJ]JZA ܧӊW682?0%Sj{ {{>p<|>0lHTWBv&~ n]Tىs-`BFe$T/3#7 N'A(8776P3mUE WƉx=W-J4# vL'mT_(O# 2#Q]ꡧۻ[:uU@cAz`ݺ('=XrgpBhىZkzpR,1B5.?O.d@+4[LB/FWu SSz+BN.ܞV籾{EG%PK7PKC ~݌diM1++QL"GA ц>f clEnw ԧDuxMV]$x[!5-^@ Ey_Y!*e̊g 6G'uOD n^`B0twʻՄ:L "srHufgZ8{Ha;Uti%@+ 1|Awd /zy~Idԅџ1Yj~ ~ ܔH[hѷGLpS=֑ {5X)cCsnK =ΣGu,0O~%&G"}ܻ%zUW~5ΒĆ\n[Mnaz{I84|Z=u!Ԏ+a]e2*8O$z`-!|cM/ Obrm[ q\8-𪭔ExH+֌KvavIJihΕ[SL/)VN"tc5%ΞRSa4Dnv8#m4KCI%^|#^&ˣ9~ktEmW6Kb;\Z}/{uQv!7QT,NJP4sjuJ{? ˖Rݰځހf\x8hxbVs7KٛH| n]ؽ}eyMB!|!whf.Rh.ze){$_*׆~|%.\x~;8)&!]ǀDȹarNYdUp'g<#0P#/ AI X`=}xp|StJoQDUjuyl`zl.\ 1o&s*&oȋ{0dg1χ)n o|AQbqorelkywv|ϫ=P'L u5LWe,"U(wzx,vU~qVRyz-5rĊC*,t gK.!]E k">"~*(̝gp|IG/̘ ʱQcCtۓpQ,jh.DC7y 3RRxVGK3H,{a(̼0 >2mN~96DM4vWZ%@2< [g5[ +9'004Z95#JB}iߋLP3y6$x(* ~B3_#i=XL g%~-o4Icd 0:^q\p3_j{;aɸe:OTEO PMLUoNj~.Z1,鐋 Ra=Fu~pعdTzeþG{)!jp.L ){&e ؇~1 [^27yGTw]^JEBP28ӑ{јHTDKrs5]IkH01ߗGs83ׯ^6U#u>_}T %F07rV#07Ml2|Ql!_xۜ`]٨aFYgDǎRQ`JIeOFZ9YwM!Խ43} 3S>0k({.B Wj=&cK%=^|Z&䁄b*(t=՛b#%Vw@]ū}&^ONzVʆbo7p*؈ _Uk_K+X>2XBY!>׬9v+p+Đz`V:z}m;$*^*I r#R.8gΨH;`{M:@ fb`r9NJ 0ž2 i]&r $>7Va}E)m#di:T/a>RFKNw{:.5!m aXIX0^jYdAzPSeTKɄ],\A*%RHT2Tyn{z1/AI72d'BrM+5tQi!*'Ο+' 0<%[%a KD*$/ %3XDV (1uVv1cfsEdӑS X4d\o}d>]mH6N( HnYbbZ/71_ ui㦐Vm') M1JOvm╪A c oaGS0ikX^"--INdpb-Mf̍Ĝb()K cME& ( ލ2.crZX|D=nB|O@ ȊxP^5:~ܗ5b=wQ? =d%g)[q/^n6__ :X::B}xYQOSP َz>u.HSdԢ XQ/5.Dx"H jrfmuBIXB1TS y( o  ܷԩN5i ^ `F& buM0`YFmC[xRP4<ϭᮟiӞ7@1l'޶`m-2$wXI7iCf0W8wY۳rkPF3ENORip 0 WT>;<u&x?{RUP$i׷Z']Af/lIY٩qoLqGX>`)^zI g]hQ.tݳ#!M0P jN%A`8!,rD _;yddOYLb.*zh$i2o9gP(Bȟ&fi6jjq10/m?`X}ZZ8eT[*C:<Ѓ77x0$:Ifg|nu:W氫]Pg %GgD#"җO# *6`KKG,1$?4i$L|mB4*^ sP.=7N-:Jb%);,|)0w~8{)M*p\h8' a+ڷ3-fO*'Qcdv.O\c{gI!gbvufϞ W |,Q,'yeIXHӔ%;C7CM*4DlbZP Pa-ba ^=k;qzڏ 'vGqW;`{'Y&.s83(xMv3MLTOa Z@7-:}#?k(tHA<>xeWDl?fǤ[}QuRN^SHt"Lq3ڽ^1 A?ñmW1bpP#/U _/4K D ;fhvVn>{24#9"Kړw5ҽIgFJ+͢{?䄧AA3F%ޭ~mڙJם#`=UF҄=\}Z{nB:g!bgRA>pulQ9ٯϐ̍>GELOjtXTk 𲆬DQ;6$pa~ ?g-CVιvP\^' m ,|.$H^mkHŋ [%+6p=Fmn٤98kMvZG,W͎Xcl/{%P;T(P\74kAΆMCI8bV칇$iX :~fhbU&0/8]6( kV?,{PyOiScwW4uT%^xTJeFw!;zb +ВUR*RzgZm$DE1آy#PKJ{\w3Q ǂJٿT3XT%QnoM#YNqQqQw{2lז!//[31HQH H[؅ƅRX~ņ"=:dn-M߿g {_PEȻ]|!O-eiL%i'&%ha`EfɍnmS _6:rf_$[9`*D'}z5u}SY֗?GZ))Wy`\bzqgˬl" IqRZd a:Zl.18y1BaMxjjEQzbtvל)DPTdBDEYG.sP,MtCGh&6` l|7(6W=xQ2KŎR{Ahn )lXu 5 \B󭋜~H8zJ1>,Z}ܗ{gfqU̿񞯢#Z\jcD\%+~=B!!ω&y NQHvph"kTXIq rh_R(MlQ\1p3:91A:q ^=d˨0VΠ_%b?~:\/`b^HOMFŊ vq"dCwD)7Dxyq*r {:FQ]ƄbQ:ulA6[GlBI;E %g?cwP wy@ kWʶMC"u :˹vuq4glV NƯg'ZV6#9/SRGA1ȓp\b Z,jK&j۟;7q2p021mYhҿ{nAyXܼE fHiӢ#*S0UBJhwR_1:Y/◇Ld됟s*Yv*n?AѬR$<)[G.%:8P, XorY8_kŽ \߿NE 8Qo}1$~jdV:Hѽwv8_pv}bb}e.=Ijr:jZ.T"8j 1zN Du{%:_i/~#%OiP~|DO/(Y~ELA 8ɭžjQ,9 q/j7=2MzJm7[:9R|W`YiJY]cԥiÓDgB:A:#0ēi0>uK;.'`X//^lj-:% R@sVt!t@Y&\n/4v*6>X!=TbN/@Z#x&ݢoPʊs^=C\vQlqҝ=|`6 "IjZOq:Gl1(Sشd -|ҒF=Xlʀ J+ xyAn3/#р/nB8Pre=Îۭ $~6D“fDs(;k%lCQ$z07ҍZX/54-e:< ,[1.\q|]ʿ?OB>V )m$lxj1Nrd\01-Y|^?"|ԠWjnBhMc!,-y`ݬMHܝ!mٱ<ʖd z3dЯ \Лv[]*~GYMR JlB0M'o_#gJUQ% DgK0T$:y Mc0gWf}'Y0AR'yJXY sqР\C2u2齐)>XKkiB@+y^4ts2>L?LhYE i?1CO;J^Ui87k^';;Z7ARܛ+X>2oY;c0D)Il.^,`cA^3fk1`= 6sh"J؃ǰ[vbn5JtDZui0UDv6<{qr}C`i%Ϡ,, sO}8ZۃnSQ|jD9hiBrtP [L_=Ɨv*b<@Tx&rҒd;blt]-vn Ѵ$# $mrtl0{6/fܼk S.9^]tC*@%qQ)f}x, LgU eSUjӚK~/G^Qf {'\[ȳNKcS هZj"۠j[Sye TQH;,v%V$L˦ fv ʔ67â?Tų~iUzeT޴91 K0]K #7y+0B2̆x!(q }I뼦ҥ 3R L_i\0S{q>x M=S@q>P”xu+iB 3#5m+]YgDWn`r9nJ7kЇ~)>@o4r!RV G7b>}.D¥5>X'ZޔVzHG}/ zC=ޯ4Oqbg OΈrѫ!YFt:(rzkvw^x[5'wm|mVˬqWK Xp+ 9wUkX>4@ Sg_Zo*T3b:.nX[H CY13 \ײ c OmaDɟ5PpsWFHD[wԮVDS@"Q ,CȟآM"Q*-?6iqɢK.\Q/$UylM_7Zd˻k?wNF꟬$U/i l־`5tte32|S R5nBa$|HlXBںPqD~r 8zvuoD)v@B)KP")ɤJ^hV e}j M%DkL? 읚= /[FRKK?~O^RvRX/KfݖE01Y rѣzL5+p ,-"0wBTSG{7- s}Z[.c,g6bՍ~Q/kɝs̺EOAQ2"%d$\{a2׏3F! QGa34T9uŁNaJ+-{XH0|b:X whOn$ 8P5L22*=ZoѝPKNBN_ 7"koHȚ?p_|’fXxp+ ߘݩ<:#6>fC:&kkBL>tVDŽP%%> wfgDno3z(M3a_wՒ/eThi -춫@? :#ߎd u/F A?Kp+ULk_5@29(] ϗ1p`rimqg{*DAѥ>(L0н%]8ғ$,>;ziUG,n=II][n1d➑lv /CГq*y,MoZ_pƞݝ"Dk!{7,U *k.09}N $#aa-ʌPF!vƩ\lO4rZUCuKt`#\(/$CwjD0HOc5(ɎsE:/۟[_I>D,hʪ 4R`crəjCkb_rÃGiP~aHpOb03b=d2r )nQ0 pW_{5ҾG֍)(Vq#8xD^s-;mZOw@<O+FۄHkz~]N玉z$io` m݋DHtZ˃-ܨ$m0䀿PCBaΖQ!I->_/3[rm҉~){Jm l!Զf'+3ͪGEשo<pKlm9z6W4D͋vD0KXh|?Q$ V`C ˿۶!U$ NfLKEIk M|{&=Äz\\ Y$h..ש/aM+q"٣ .k6ꢔBPD+^O2C5N`w1Sժ#}hӵ ׆'JⓔHԗPM)}Kc]96 |_g6Z3E~ y{U SJ"L$H}յF 5QJGQ^ XLA2 "gϘJ{ε..ͮ cz=v_;e9.Zp.w322%I4KjRΑz8 K}Q/sۣ@$9zmt;;RGT)}}R {Ӱs#B44]Q! L'1|װ/J]-L;)- O"<{R$gH.+ ^UOZ.3Gα c4Ӌyр<nls.&rѹWޔ҉ >SInmQZ5/U>xW'Ƣ;<1[Zp{Cu xFT-{tf*3ZLcm RVu/! =hj<_C[.SDW5 W{?k?-ߡ+qA=޶Km53vZ!oaN :Uי2@{tQ±QU)",u?K_a`=_1,AHYuWUuw 8AkPiBNlYZ FvƐsdG$>œ}/ksdkcBJ}jZ Jgʙ*Q>}ܮTsxis~> iEݚj C.&;"HWDC)4+LR& b`d1؂2KpFi%n~uk|XzvgADH'`,.lPfݎ r̦xoz* m!ob 3 bǻy@,ugKg"u?4Gs6jiH =8ׂ#H4(xā y]i3ZM6*^aKPUg}Zu\5xl۫KR(4V~ g7<bv!ؠ*r@NؔI2cn  +,L49`2rsbk?X@ڔ3b~7a\;7_!5I//{Gv>ʽpMGKJ /# XNRKX$JJ}(}#MIe0yCE jp}ʀyd5&ojFdMo63&s;XTJaE]O0n5@|68?n ]Uy8xLr0jRǫ?D%rq! +IOE,?_3Uu.f]hFMOm#4]$m+xjz[e(AJuhdRSgNʭF1'ڛՙ ؛z)%*7