util-linux-2.33.2-lp152.5.9.1<>,ax /=„nP%Q( y-"_]%JřfǐJ"/`K0S1q fɣl"]䧸0]AqQP WXV1mƭL>3 ׎vSp.1(6U䣘T&y QffaWkL`f*4EϿfd0XGx<1IN="Thz&O>QΜ?Όd   G /8I bnNI  ", (  d T<TT((7/8c9tc:c=/>/'?//@/7B/?C/_F/gG/|H5I<$X= Y= Z>D[>T\>l]D^SbTcUdV>eVCfVFlVHuV\v\vw4xyz (:<@FΈCutil-linux2.33.2lp152.5.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.ax obs-arm-9(|openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Basehttps://www.kernel.org/pub/linux/utils/util-linux/linuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in raw.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in raw.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/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 "/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[ w&f" y  9 6Fo FgR I a %A5 $[  !} @ 3a9 f n l  h o ;` z%8N218=R'  2:fgR#72 Z*3&  = UKA큤큤AA큤A큤AA큤$$ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax \\\\oG\oGYSYS\~KYSYSYSYSYSYSax ax ax ax YS\oG\oG\oG[\oG\oGax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax ax 8246e0bb61f593505939ac6bed32ec21c742d20690498a59403d94b5c6c41d962b8fbd3e79359f3f346706c2be23404b63a13dd283ec2844f58c64251cf469466f4ed753379ef4cbee5ec667cd35a40e48a1b00564df64b6b1653664184e5016628c28f88b7581a346de64b27527443321e34a60e80df5920ae9a43777c2fb93c3ea012930f7f9f2b9e3041bbea0caf731a5a613c3547addad581b7c209592fd6805d57719e0c228934166892750c278b222c2562b31f2a225ae1688614dc8a552b4d0e84fd0fb35e9263c319503e81a1219c7e4b52a6cd68c63372d2fa7116194b45d97b95571c56c29d9f5604503fdabe4070df1d5ef2bd159d3c1710c370f3266800838dd16a28a315517f0ac00fcfdab774e062087417548201fc8bec1e83a8fbaa56802f5786cb0d63b4e557462179bd7416e717adb8aefda9245f9a0a66305d11d5a4181a7026f3dc1d58f688a6d5dbbff8cd0b0d13d206e4473c24079e87b65aa9d155d4e2a397cdc9403f94be3523b483378089184ad57238aa1cfc8135bbdf3ea28918f49700f1022111876a9a997051f4a1585c15ce3acea116570ff583ef267b4cf71f54fd620ebce76578349f515389fed298db793c8104557640dfc0a296808287b06d472519880ea8002b35a681c457489ad2982973dedead6356e89c5cdd5e782ba21be1740ca899a02f547f338028e6fb1d3d940c593d8b9a9ad3b6f1866f2ea85a016142ac6d7a386291d6bea9cd26bae29efb9df6c36cd6cf09de8b50b9980080badbed0758f6b5aefc8d5a50488099349bafc5f242d111c19fe4bfa0f60b304a7ddd20990c32f33160ba1a71b18f7164447d64699ae64702258dc2ba920bc2dce2839a5ac53c79a0a9295ba6ca7183f81b33ccb50360f078b37d97d21910063eead5372d9b8a04034356b58f1ff8eb05b5c7f5de8de3c5d8fad899d76ddc2c38c913b9c2dc023dc872f6c12a3042d845f018f2bf442c296c22411b64e08d63db6766900bb6042cb5fdfda0332a4f04a94aceca5691d25dadac55c521b747278834e8af9befa8c8366a13a93ef74087092afa2952c337940a75dcd7de4a55abef17d71b1b40568113473d014eb03fd46598e98daf9e8363786367a59e7378b62034fe1364e343cceb51bbed64577fe1bedf920145c94e0e416f4953823c371570e1d2f10eaa720ddf692489d65a0e04b8d2a4732b00caee3a5d3b87fd1ade5c5aa5a38fb743eb09828a2031f11e567c945ca65256e73ac163a8c36768ba18d0251b1152ca94954f6b57c7172bb8cbb40d8d3dfdfcd1717403faabd3ac08589d0584408ee9711c596a6277f71ea437404fea78028a21396054fc1b32114321bc566da5e26c7f3b7fc0b4a2edb96da8a3ae80c457bf69af2acddd75dfaafdce432a5f11ad6fa688ae14c75446a33ba284a7529fad2f647547ec25c5e70b5444095532f3b89570c44567373a942f4ad5c314372e3a996c8fd33f18ce6984327a7ccfc1c2a8ff7bf975b2b8d6d2bbf6c0d0e186ec29302c6ff77495f9163a89785af0161da9bb260a556d08f60e63db0cf1c825335f5bec0599337baa32996e82e5f003135d5084ebc33ddf0f52cf7e8c476aa4e6c9d209522ba445b8c4dc71fbb20c11cfc4e976a6a230986dfcef0fef8c40b5bf6063fc5aeb20e3b80b8cd446ed331dfbc13e4db26c02c1b89f7411916c66c92fe9fe66be078a17c76d1f35716f661214b2989e56175d2559baeb612e02126a4455e9ab8fb4ec2044783f07381a82a65fa40f4bb056dbaa43fd983bee2ba7fa146f41c58879fc3dc2963806fbf3f0106723d0b61d5f05b555f8c31ee4b788d817796dfa206503183021bdec8405b9dfaf8fff67079d6e5004417423cdfa79fb43777384d72396480b1a95557d729cec16b125572f31a0168462e3448e2a87ee94d8447948766a4933f3d85ba7fe0120af50e54220f2f5fb6db86daa772a678df7ac0b699c852ace9dbbd0a5310b0a574a08a88f4e559e11d282a4f4e0a4742df9156860c4c3ef713586a458d3f3ad0a6037c4b5b381a107110b4de69c11851fb255305adccd9d97c6eae165f56a53772dbe2f8037d512aa768547ef62867cc85112f0bd439bb9bba05c4850191c502939b05693e386100fbe98bd3e294bab52f7e0a533289a05d00616e0331b6e438855cef5e5906b2deccdb895819365417e9e5f0fae874b8fce61dc7c6ce72e30ee274a5f336d84430ecc32d0aaa5a63fac7af6019364e4f5d2058270591ef50b8c82d0423ba605b7b4ceac5cb38a5382bda0eabbe25394b4fcd447523305ba0906041cc10c706e92ffd564ea4a807c8421cf5066e1c91708a978888078d014613be9b30626e61bcc367a41a25effab7836f1ed635cfb19282ebf0b7c27fb81f96b8b3dc0130b405670b8ce9a7dc4b93c2ef23f930d41a6e8cd0cad46df7f04f608fbb39900c9c6981f4837dbe910d00637be7701ffa6dbf27b09a1d6a93f02f782f35fddbed897b66548ca58188d00df57edd67f330004fea84ba46bd1f356e919b78d71eee2c90ca90539837acfbcc2d48be089ba3b8d511b5db2d434e122d5888dd8e3730630d6633b33ef471fb32c07c4d56962bfb5462006469511273c0be0ed606732fb2d35c07542015ccaaaee4444fb07aab7295530a579f1aafdb982d9b5ba72fc7a213b4611f721920ce502598236cf44a98f8837f03f3221dd9edeb52f5febb66ca9f51d71875a32bcb8656c16529974aa1ea23050bc3dfb397ae5e3a3666dc1cf872aa55ca1e63626ab4f4d984204b248cdb51bad9d61f35646a6114c591e34c99d5e886ba46fa7b446f0dbba03a35dffe434e98b03ca516aab086afc517904aea1398d0525a763f904cd668a073563e8334524a28174c5408172242ed2bba3ef0ec514abecc17d8f8f1735eb81d4593e2e1d06772f7afab02dd82e125e7bccea646550c31afeece662c3fee81131b177a9cbae21513352e526d85b2e38672cd90f15456233bae9c350f37660b2a80a3fd1551db0d1df50a1d616c310e64f1aeb567629c52ec27b7e73318e8a3a63d4677d9b6d150d18d08bd8b4bd13ab19c7ec5d4996662ce573bbb8f0a50abb9068b6bfa9711474b9f9bb7a38fd5cc76919ad8ca758ecf5cef5b9237d3de019df787190c297e9d5ceccb53dfdcc016cff63844123931418e1e6469832ac275aecff01114645e826c5e62176a34638994cd36064f415f8f71115110cf91e749a1dfe807ed3cc89589f5ef352bacf87a4b5bf060abd1513ad2393c331ab8830d8206a91b6bbed40e4dca971271be8fec3a7a6cd87b8f6c7b0b861a9e768ae6808e928ec1445b8cb1478391cb1c8a0c56c6be3d80c4f96b02c0871769c25c4dcdc320e3ac2c25d30dc429fb41b4ec065b475d614701e6123b0cab8ebba032b5b27dafafd69af4080aaaa1a09cc6e4d890ac3499c791b8ea60cc3907c50127068a82a383a83a3cca4bbb875789a89e5e538de0447f19d4243b08bbdbec0be7cad76add4f190d4e7dd4e24e8b508a862e0a2d5408e4d574b26224d3860a852d0714c199ce7c05e55cf49023b3a7397c165377f0ff88099b047223116d5711ab42152b06e1b9ee31112a4109dcae08f2fd97106aca1004117f014aa0bdc7d02a7215abdd59969c1eda298078b62e0a0d7382f92a53ad6ddb3281720fe083edf8c6e29dd6444b93eda2dedf176a92abaebbbaa126d578c5adbc152d77c1f56b1058746d29a3bb5125f2151935df8cdc06a6f1608faea941f862859bf8cefbbdda6553643c582c0be396c71b025cbebf064fc7b39aa2e0309ef295ea0e5818f53c592870cf098fb7db658ac7a8478370e0942b43468a7a7e4b819f408d25d9add95b43988ccacba69e1b46e91407f714252dbc1a661a3752364565e699d701abc61e7b0f2f7d27926a46e120d271d8a93a4bdad98b5ad0b2977c1064be122ccdf6aba7c4dbeff35ec935a04349b85b8f2893cdbbe462b747f950b56ee11c3ea70889bd59747312cf00ce887fbb16134c692d60cb87fa4f743deb5eb341e0205c938349de3f83c3665ec4e1daf2fe8053242db2b10539dded9863cee9b55d73da95ce4851343733687c13c7ee222a0431df1335af1390a856eaef1f864fc8927b84531502009e83fd5b32865e38f475089afd4fc92a4251496c46eebe3f7a1db08c7bcf15af8a53c5176e9b5413361f385e15bc7ec09cb0cd458b3f5d32ea54d4ec6a46f8a55b272210a21cbbec9c5d3aca7e081d4b731452d1d60be2945849add4f657435eb2b91a7b0b33e99e697b6a103ac97115c67d9f9bc42438b08dbce91f385dcb96b67680d0691ee3c60ac23edbae8203e4dab799b50d08006ae62d88756f68841d01cdc1a0410b47053568b1905411ea2f5c0bcba65957d4a5c22e64dee41f761fa8f5a54de503368ffe9323f2f7886a59c6c199fb5f2fc3b8320cc45a8607ae213ba8e80aadaf8c6bc78e95e9cbdb795cf5e6894a9688fe1514376827ba7ff6372dc35da4e4656cfe2d83490165fc0af351487efdf919b6d89600381f0b1e0e1fb97257cf72130da376aa798554a4881fd5d1d20546c6d3ff55423f56012fb4cfc2fb38a5dac7c5bdc711cec66b8569d362b443af766877a7f28e7eb9815a523ba6163d78078e3c54793594b137c314d7a6c3530a808fb1e5ac2e062c3394f9474ca6ef2979251132def045250ff0a56f6d10f6c3d639d33253613119eeb4d13f3b325021443b9e1797e781a77b10de68aa2af634b250ae67d5ce454127a13f1b7e80e4e8fc39189c7feae37e2f24b1f86aa033069184bf1570e216baccfc2c4765deaf13ab18b1fea72844fee638c3270b221838a605181e2db2eca256314c4c706ecc385bee6ca2dc1ace01f16759d97b75f6183f8940da9c7c2ab99c5973d320a560000ddc697ac45395657a20a619ac1c830236f3dc989c9ef202472888e6c7225b78dbb740f29389d36cdbd94a91d57b37543e592a0d9e64d5dacfa3b35a557408314f7a269528a4176820db6792bba50104e46aa7cd6e269f3575a491b5c1db1423d44f8bb2ba03d639a5549eb1210e9922aad36e5c11dfe36d6e3d68797f16bd3cc60c2ad62499fc90426eb0bbe6d377da28cb455d02347876341cbf79b225f9d518a4629ee820138111596c05d2ecb6afdd603dd7b25c270e3056dafadbeecd93325c275e8e4d00b1a5e794ef8ea888048db090c2a4da027533e0d65b11c10dff1e1b43a6dd5665fd7ff8ce7e01bc29eb69a0819458edd284ef5da2dff2201003b1799b20eca8933648b7bae30e9ad31aa1c9b6b07c93b2b7ef51c900b7a608d0c4529bdc3d31023b63451c74a4d3666e2b6c6b234275de6d1ea8d3abc2a470d3d046738ac1746baab50a472c10dff97f387d59bd5b8adcc459a33c0b21ffa1a7935a8f0ad397d3df5dedfb3c7fc1eb3f4c5720b2dd32e442c8f53d7c8984484627a3d612187830cd39d9b5acd85faf7f555f5ce9c0e32b8e4e09adadd52e61badc8851eb6f1c153df1a07c9c2f3bffa048fbd05d1ef775384087440a08c852ae5cec0990942b3e239d9bae331ea237d6dd457575746e382d07fbabf9ad70f4ec23b0db103c742d655c8e9dbbe3e2d59f1b711abe6a241c91a8211895e624bf20f342237b951779fb457d68cc4bc7900e6db044becb5419efa109b77ffadf32a9db482f3941d0d22c12b5feb8a73c71489f7bf83693a9c3b4d3d27e97d8b0ba7d43682f8dd8eee55591d451aa0b4380e1cd01eb887a91528dbbb9187ed14d2995b77066141f0a0b67dec82d554a20909466eca6a3e8f237eb709b7f5b4c6238548158ca1b6d13b515c4fb5107a6fc85ae04c8444f3edd75e98e42dba100f66bb1f0dbb7af9f2891badb28f90e7ab9b82647a4b982a284b541968f669f2a9f1dd13080d71c8d880e628eee89e8f493c979441692ef364e01ca8c8a761d381e4d3265f8264768dde09b2962b2b19f1dd23b5283430b64b762d24515dee93cc8cfaecdd8f38c8fd02a9a6fe9685dde62da40bafd69412d0da67cfa86af3443e60189319a7ac414b0777557a29e5c6ddd32ec3a4db494eea31c193bdf80add723b974276352ad7e8594fa6fd62210aff842736758d3d2671c17e06605d892743952021091a5554e9b6275cdabbf1820ccd18eff38d8b0094284ef7fb68c38f66fe337b3898cacda9485085c522d9306a043146cc52c780bbcf2c65b8d366f095a5cd7dd59ef1558c7d5bf8fe58581eb6b173f823b21f1e83598328de2d7695060a9f48f15ad5f492bd454b781d293dee2c123c3947df57f4c709365c624fa72cff775a5a4e4d051193cfc5dbcc2ba373d5cfe350604f3c4b79372ef4a7e494f02d1478a7f29aa6e2ac647acb10a2b1036bf2e2cb98e9627abb43fb1bf6ac561ec2eddd6f947b6246d18959c173aac7112e1e9b2d523ffe852f88011dd2e4836c60d66d90486e2f0b6eee9a962adc762cd19f7311b42d344cf47e49ef1261f90e4ff73ffe3f15cc6ec0bfeed0a2c87b67eb1c9890ec5e7a23d18eab733d16c0df840332dfec0e1d317cf5f9782d95cec282e649635b33e6449d67f664f74ae51994ea2ecf934319c37348fddefdf0f028614ce04cc1840574242bf47219cb0a8c8feb2b95abe8caac7840120e9575816d9e02dc8d08fe883293211f6f88389dfd874f9052c2e8991509621e742d39b65beb9489deef2b2b1f7a443f05acf11db46c80e2696bcb4fb7642418d3aec96f7c2931cdcfdaf245786ee3b6cded99e22fe7f99f914f660697f78e57850e4e70c027e73a0aa5074a28bd3a5d25c2564b37100d3ec98092ad7a2c698c1865015368d7be5fead7d3ad171def63cc78658b6b20ae50ed789c556f2abdabe09362169d385f9facf1bd05c13cf57b3f8e0078a5d4bcab470cac90909b105e525171e7bc0ad8fc60b0d98503f4d46dfad8060cf9e1cfd65593d59333936ba7e71a2306d7f0c33f9a7cc1f68ccc3232eb2815b93e68a92b4a98b89f6c3af9baf94aab2cc24f58e0e2c4ffc6e2ea822cdc093d940ff701db74a1133159cf159c9a182a46eb77ecdab618c52e373f432b3924d8e2707454731bfb20b7be1e41f5b0704536a549ebf7ee755d64bd9ef882b04ae84173dc8d2fc0706082e013fdec16a7b7fcc3aadbc0c3e22f87d8a818d9aa95f364acf0afdd61db90044908eef15ef623eb9e6f4598cdfe581f20b1b812650d961f567406ba6772a881f22d10cad9096093673513c8426e81594c44977e1a57e7c4724f2a5396940e79dbdeea768970b2960d067e8a2fb78e9379a1b1b0fa2509065959266652a2153e29fc80a3716fb3efbddff33a33590eaa20773d0b694e3daf55497287d6f705c048fe6fa6e78c2e9693af0e3fdcc13efe56bbbebc6c7fdf71a93b736ec0a304992cfdc981ef92d854827fe5192a04cfe88e68f48b3e1b320773de036a5c87c232e9d9d3521dc9ae4208726fdc8efcc48941e69111f761be3e779650711cc8c467b10fc463a333d3bba815810ae9cc1dd8b5c8bc0181b9721df8257b7d517dee24e93362bafa490b7904f37286f954a2bed21b256b3ca1fd8f4d9d6d396f2c0581a5a3a6ab1bd9ba3c12a6159bd370bafb58d73ffa1f638a7eb5648d857b7124298243da9467e1ab2c32244784a55d9032976319df7908163c9afc1460f2f78f58e0195f4dc3af4a5e92925aa23f3f6ec5c73a7565329a7eb8b3b67d09288e327f405fa72009d7e85b81a70d20c5577ffb8b418b6b0de043e7fc1b90a36595a7585f33e27d5028c66fecb8db2f01832240b70527aa93f9d93c486fd5315672633d2cc96166fedd130416e7ec9c37a87f8afe57dc906059a4fac04a33449ad64a9c1e51ad0b82fc6afbb07febd5650842fea214231f399d7f3bf4daa873021ae3d172211a649626f466efd53423970ba15d29d6f5ce4fc5d78fcc9e1cf77f54f0bd20cc47638b163a4b4adab20f4901ff4ef296cd2a9e3ebbb6577f2a14123adff1db7144fa503b2e939d9383055e7b893a7730e146dd93c32803218e67a52959c1dbcd2d3706e6e300cb28556ecd1257d1289a629ffbf7a1af3ad4b9350fe71eac2b6927a0e0ea228c4d5d809d96320c0c2db233af2c6e522ae941519a1b96f840f476647daa9d041a7d5db2dde0d80d3c99e973b1eccff8b259dc60762eff4f9768cda50c4e719c869ad6f2d9396f48c3bd4cb6c5bb90e847a3bfd4885b8a4a683c1058210fbecf4c291cdc3de9a968128e7051eaf2d7a07c81de3fd2fed08fe53b1bdf0b344633375273ce54bdb75c65a4383f2bf29aa9868ddfeb868f23ea5c5833a4fc9a642b78a83dd186259826304be649e7902086b8f9ff546700af22030dffeefaa6b13e9ebb7c24538adb0941dcb98a9d68a6426640f874cf09268bc51c0dd77267ef8e3d9948ff9c8c376a1b9ce911ca135b7baf9a5d8e9402d77ee0e8fa37c13afd9202eec1cf01b204d02a89442e8ff3999f14bb96fdf113c8a43356f2bddaff1613e3f66679f5f0b64d061a30e474f146163569be0692d25787a3625816b07ea00ef66cfeada23fff0016cf0a37efd95ad84b0d5ffab4735212694543267952b527e72f3ee4ac9b0e07d49b432db219bd26a3aaef626d1fe1fa53f3fdde633d2e038dc3d081ba609cb8dcde53a8e1a40b36ef2de00d17c7f0f1d58372d1687ddc0004c0758818bc845de2caf1ec65435297b8a9bd6a324ae3d54016e7defbf7259e750bf86b73c5f9b822eae158889f17945167c58d1c51c587e26dec022c31a4beaac423f4157b858a35a28dd6d3b4575f1111fbccea2e0e6fd329c9614c4c04f09093de21ba76595ef093bd70027df28bda53306ae6f7d80cdb4f1675690b89bf17298c9dfcc4c42c118fb04cf9cfa950cd3c8376e5ac5d2a289c03bf36a8f9a86ae160cffc6693112043bf33d2d4f99614c3019ba4c6271e87a588517a67d2c02aae0683b2ab45c047784200e6a435da9248f37d03e1a9db3c6d7539b46ac99395811c6d33a00c33ad400abff2765e0618bccf163759953aafc083e9ee25c20cda300ae01e37612eb24e54086cacffe1aca5a1805b9fa1953570fa4bb99339afbb25a6d701ce5a442d22b8ddabe486b46c9c9e84478bfbcfb4eb0accf290e7b158085cb0db7f679afade1a270f7e1e731a691717091ab909ce678799aef4aba00469550dfb05736640440686fecab2d41ae3c3128f328cc438f772ace3b8428c2be81f1bf061e3fe7d4c67a5c89b829654e36d2d73796990694d4b07fabae50c6613586f14e0c337507773edb6cb1b04157c0dbf03fa8a7f4e7213f709a811cf2015f4f87f35d5b21a35852c4c5e66d6489b325ba4b00ff4accf2bb91fe311cb2d1dbe0281e76cab759ca73f043c925b773bc716ea1e75c1f6d2bb3480863ccb9f145a222dee237f766901083fc3f0b88464469a8a5a630ce32790499b7690d033c7d73c40c861a5985ca23c4f1585fd69b48d64e54868b437b24aa682bc015f7761fedfe39badf1904691ba1c91035ac9decc4c0086a5c5b0e45a7c1880a818d6ae7f99fe074c6507ab0c2f1a1149781012dbc527b9f476ec852921e2cbbc9fbfc2ecc4c1677c58103fb88678e25e11528a1d2c3148ba44506574ddfa4cb939d91bd99e8e83b73fbe36119cdba9452e684012a040afc44337e73ffcb2b910180aacf09566b784f887e82255a09cc42689d503850447cb9c3d7e2f2a99f556b88d944cb9b15be6fe9a0d9699ee62242b19412f6543a2cbd41ff073f81159a4a5dde495a8dc886a4625fa019a41f93bbec6ce13f7de813fbd3178cac3953891b3c2629f0f911001f2e6e480c25aab193510ebefdd32f1977f3b0867a2bb57e225968592e801f3e377ca2f650224a43bd9e4631f4d68fe8cf7592fb68dab11d587e62d11d210ab1326efa7305b0c75333e9d3a9d85cbe4e3188622b8cb91e5035471dce57ce09cf92ac28d947f69bd87893161e36f33f176094a227c2072557871f688b3838e23d441d92772d3e77ab6e38e109b24b124b5650413dc8e80309858c4d74a5152b6f740a49c1fd1c4daffd87fb56bbc05ab9605c66201bd1282ae96033f1e66cfd0d36dbc62c21b8a616fdc62bd8224a5db8f04f4ab2aaf273e64e34c1ebef97847c8e775e667dbc30491d185f077a229727999483ed19c5723766ab1cfec330b9a4cdd6a2f818112a32020debfa8ca2f6f2e9a39378c1266f8b74f17b894e3c8df9e3e34b8055f94eb8386d1fd26ee32522c5f95d216d1772ed6ef19c27129db52bbf7322ee6830e21a49fbc72196922f57bf3ad449709a7e2d7b41f456e57672a2e3fb3d0859dd26a0b2cd98af139f00c19cc052f5a7d2acfa55b749e73156e06563bff5c701bbf91fd6966de541f04f17c44f8e86315d378f7cc390bbe6396d4eee31a54282b1f2510272818249d7953269290a422398c54cabd6f4ed079d4d4c7d5cea9a57667fd329e3f07d60785e2b92bf2fe9de094db49e063d96f1f457f373d4e218a9c2f3490290ca38777dad882a31faf7a8ee995836fd75cca7c81cde7bee356de8d60a3b5b51781b8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b8806439b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6dba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f88177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5514335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac747d43e7186cab280cac92f84348cdd664f23808ebf10e17a004a27b88cb828aa6d25afca78d31cce79875476356e3c1f29f40ecd7feb00cb084f4bdaced6b305ef00bb2d4446c260110608fe9ecaf98b972cd20115da5f9ba96ebf2d7004f746f6d7eb4712e93b19cd4e2bf3e573f58c0ce0c6b9a4216a4f2edc0560e72c3781ef3d33379fd761172d824c3178e31fa99ee9769aed661718b479dd9e4f4152d03157b758f03d1db5c2e9c071a31441e2751e53cba6009e48c3f4d7941a26bbe5ec40f4a9ac0515d018b254775271b0ff9e03c0c7fb8a7bbb4637a5e35469b1669aa68d664ef23704d0be745bac27e12a4253a65c2da14077009e3ef20d417607bfc0fd73f27b8f48312119002e879ce2cbf551e3160704988ca7abed7a2dfc8171709bb60141d6f8ca2afde124fd65b0f82a8dff9fc83c6ccd09fb70262920a2f1219b0219e834c539d215e5817cb7c34b991f64a35d64139546a022e9959d5c5a416295e0d20e54f9f8dc0661de9e943b8e883cbb4da8b86a8da7e42490fdea9eb0fa19e506405161c2d953724622e66246766e7b73d849b788c2bd3b73759f2c4c48e7c9c7b3770cfb9919c7b93bc3cdfbf204a3f2ccae25aaeeda1c230eba1a5ded8e21738cefbf22e0e04fcb7879820f521a945edbb73e150d39e69a937d8e0e5def4e2bdb31c876a76d782464bc6f8dd5b3c336028dd810121d52eac5f1ecdf107c2cd3c94eae7bf8f985394ecbb2e2efc9e3bf2f7be6c74b12b8139e73b36d4eecd6e1739bd54c46619af14bcfbd87f2022dcae2d330b7c62b37eedd717a4874024a5018a37edd5a8521dae838bab700182c23b2cff8b388252e5e5628db1ccbec6b7082753d6464377ec0f41d17ffda8520f7792f55028b62c4b81b006ee508ba4e1a283a55e1964c0976c438ac12754704b2e9a5de193219f438eaedfe207f145e1bd7a35b84d54ed3064f7ccbae82f537c8eb40878eeccc867e28170ce806163d620e2ca8e4736efb7dcbb1c85be97231fa6f341a0dd1f55f1825c4d23695b857457273c1902a1b901d7c6f8e1ed983216e7c4fcc34fa4fb5320b27568ea283f432beda02c0e46c6b5ccd52b88b6372814075a94766e56443103489fe435b10ec8fb185cf400b994a4c73502f63d6c8ff688faf076f7ba4bfb6bfbf02feb62a9c312ac933a54af674435601e2a6d817c005eaca21f214d71c25813dadbe7cbb553fbb64901ed73114648f19a5402a964035ced5c9e879dc1be9fdbb59b8e8f145406070391273df9fabefd38be1f1add1e4a89aa1345f2d1fc1ed37d9f25d1a31edad9d7d8acd2f3808c052c553b813230d0a289dd8607e3d24b67a2958f4dd86eb05d92ecc722640faf7084b4b4a4a0873fd87b529a429153caaa27842741370c31b688f4b0bd9a424b586f12655c127a05f0a317ef5b2b66bf65bfab512f9d81f51e5c8a58cb13f5b182863947f2cbfbdc29bd7604178cf41d6c5a6e94d060cafc6bc3a48069ca94e58d1a13c02afc0733d8ecba71e77d77eea40eeb29b927c97f767d881d0fb0806cbbf8ba116ea9231294c9918c02805a696f9e73430f4ff6a5e67ed5fdec97d3700863fdd0c9b0973dc986720bcc07aae05312ab9b9606891ca351f19642a32b241178434aed89bbc7b627dd97101a60fefe739f7dc17898c815beb058d77da45ce0915c0c1453050f1f3eb1b7ef4c7672c7031cd9058b8644ab9de49b0fc358aa148a3737afbaec2a85f9870d776e60661b362ea84ebe79cf0bfaa1dc2aa0ef05ec8956b3309fc5554a7259df8c555a1713d1fe50df796baf96e8c4ad1b3237b4b5bb25b8d6bc9e08120341ff9b357dfe8e61ebc9abdfd289b595969463ddc0dc9ad4faeccc99560e7d8beefc40876beb2281dbb37d3cf392295ecee4c8a5137477b879cb8366068d8ce1f0b9a910d9b0811e42829d6e433c51c151a0c215eb6534e845fdd41db9fab4e97ad6ad270177538524c6f67cbbedeed4f2fe8da2f1ab8cf96d05ea878ea7c8b8b6f1430a2bf41dbaf1a2d606942ca3ba600add07b52de8a4d3a0dcf8ec755dea89ca27e15a1791a437d4867f3b7512feadb73ce35c951e10cf3a296f69cbdc0f3878a90c8611140bbe6427ce9a93d4638a334bc156c1f253f3a601be2cf1481d8df2ea960a7589f1f60de6a3fe6e67240ac9fb9d11ab756e8eefa77fc218cad0f1d4d7d3e71b9c8bd95834136a473dfaaddcf3179bf10347c93f46b5f725891105f4827277ed5b51b27d9c77b39677a8ae86f2c0a8cdee3f292086b52141f0a239cbc0e99f48b7ec984e63d500cef0413f119a045551af3c22becb17ec21f4800e449bbbd9eb9be2200c93b025e1bb3480a8911684f2b00667d45d9d2457ff566e942417fbddfb27c07dfe75f92df2aa8fa8ff8dfbb723d91c5a98011a4a5dacb229769ec6778232cd331ac54fb925d473888d8b2639e0834c0c5ae7246e2deb1cc529c4b72922299459cf9412499881f8011366096f8017deecb857791cebc44cc392f41eb25e2ee2a6211926b7c398d72e685b0fbbda9144fbeefc7eccce9f288d82fa5572ee6065aaf80c7511239541a8e1c94e2f8c4b7da93023e58d6496fc965e55d498f60e22064a8084c57b0a1eadc377cc6b8bc3d7baae466855672ed41260357912b77de4f5b0bc51932bf6601f8deb6070933e53f14b79e1bd01beff29a9df222b42870db72be580eb27d4a7b38077686e9777c2e322b311c378a25adb267f16cd77c133f4d9597603750eb7b0b43570c3fb49f01129b0232a0bb741e436882a498321cf4fb435aa2e4ca95b16dc448a331d7801191de5249b9bbbdca42f410e4b81461596703fa32e89ea22eab558219b58f592dd7996e0677e8505f6c1aadbc7b8393452f28e10969564f289413ca59efd12598a6f282afd426f1097f2bcce8e9bc1493e38022a1f4b3c4d33ebf2a635f2e50dee551df2df277472b3e39d5ab204d1b850a00a7e477d31300be20eb13b07ebe2d4152f3e807c77dc40241850011024bbf625c8b09b5647d714cbcc1dbdbf45dc932387b99adb60db0b1b6a8f8c8fc7afa821df3972f07160553cd1b5687a7f640fc2fee62e4a87bb1b3b9273fa4cfa0358b0a0e581af01750922fbb54b51f8f98b7cca8306c2a02884d82445c3eef32f0d83c5fffc5185b4ae195d6a449b8e57c15a9ad16cbeb1d31538e9e232c89f299868ddfd3a4d54fc5a8c6f24baa8b29f8acb7d7d58b9fc0a72b727649007797fecf7e3cd8b378247734abffdc6047bb1cf7d56752b23b01f853aa02e97f5c2cf00b50b1f0cb1ddaddedba6b009a41f1536f6a09d695e2ce05bf1ef7811ac010e4781735b3d3e6ae2591515f952efcd15bf43d4fc590e408bf56ced51e4e7a3b82c1b358d724b09d507014a0b1df31aa11a209ec361c97a1744ef5743feb943cbb3e92ca5c170deef22a778d5a53d623aae30846799f31778fe0817f2bf9ac9cdd8c6645d6a27d38e349a3b0f1d4a0cc0a4ccc58f2091b58ffe301576aae346bac7f1022d44498834cfe465b5df6606681cda24c3d6381aa4b4dca1637273514e4664360201ee37bfff43ad350d522ced2a9a17183c5d44fd80228b72974feacfa7201ca9164b490c1c9feec1a00208f1014f8cba51ab9908ce83971fcaff614926b8977eccb914a8341dafbce18e222729c168536ae068077b7f448c270d7ebb2c7b4f8166dd15bf5cbec4fccb9bbc51b71779e4e96bdab075562e7827f9df8d0dc55be3027138877652c42c17646a7e07fbe95a1acd8b5595c3e206eb00a7af81a0e08027472c4f5e7caf13f35c3ab4a8ad85d4f615c2a52dfaf9464e74fad85b1c76e9009fe2162297c8a6a902ea38fdab368c05ced734a0f8736693eb3352a2bc2a03173233613fa921873bbb126a0c096bffe698480bfa7595b112441fd53bf64a158491b30c491c51ba595e58eede9ba7ad5607d50cc337519a57ed13e9975e6f5ff7157a6170eda4ebf3f02d5b0797455f13ae2e776c92eef59d7e5acf80bb9831149cb02c22d901e47dfb33c33a51731fea76c034228d117dff10331f0a12ffa53dab43e31df17f5ec2938014275523f4465c4b5d1b63bf5b9e1eefba31f96a4296d3f9635ee432124f45b4bc9cf1c6801f5a5533dfee4a6bf43bd1e629dd051928cf7fb7edec391d901d37be350115536240c3dbc6963886450fad67c176e35e78f086dd73812639f681121f3b5fa80333c963e6b84a5e8b39fe20b2f3d0c2b56284c9b7698042a6286addf1c67b12b45fbbe279365f965162d0775658a62cac4aed0df6696c7299883671d4414c6286cb09f4465dfd1f840643337995e7cf604c2f7cca90c0b7a0f2203e868000654c64d35e888afe759da938b3599f3210cf9935377086e5b3b391ebf2375aa6a6ed6c5e2d94daba0c10b10b8160c9ba619e55cae1113930cf743436a0da6c27538b2db2611ef590cd6cf128b65953a99bbca4c302b300b4144d6f96497297ec93396571bf510093e2777e9d181d47944dc2b3e217a4a270f1cc4602498927bf63109687da068bc0796a8b7f47a39c8ce940615623af25cb8125eeb56f7f9f17f9e9d50e6078b1de6c5fed69b76be5ae6476a7c7d043c0d91b3bda7a405d81953a8d3566a0fbcf4d56ff885e946f9e96abb01365d4d4c68d443e0580ce366abc363762e2e41ea27403a25e0f2715d608026f08827eaa7ca87ff557144b1d194713756c0aa65de4fd26f0bc2b26e299c0c7fbe3b6f574ed47c2ac644d45bcf07d752a69b0625f9f27724c140965c69959990269c3b82b0f8376031cb1dd26e7e92390db8a742c8b6207112a0d799dde6f9e8a3de7c74de7ba0ce1d71216e2da4fffb2c438bea6b636b9388784708af9ec11d5a70b505a2698f54d8c9550e3af39a9e253545cd042860637731f4e0a971d1d1e8cac3eb90168cbeabcdd27ec10ad1ffd14902be3b2fed85c4ac21e788a51e1dbef86c6e1ca3af17168e6f6175bcd76904a8279f88caed634ae139983f57d15b7987efa4ed24f33cb231c802728390f44b08c292fd44e3c44a435fbd2f03cce7fd23ddbbff52e64566d2fd7a067dbd26d11cc1b793f2753fcd946ad/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.2-lp152.5.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.2-lp152.5.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>&2a^@a^@`T@_ǁ__@_~@_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 Stanislav Brabec Stanislav Brabec Stanislav 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- Update to version 2.33.2 to provide seamless update from SLE12 SP5 to SLE15 SP2: * agetty: Fix 8-bit processing in get_logname() (bsc#1125886). * mount: Fix "mount" output for net file systems (bsc#1122417). * Many Other fixes, see https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33.2-ReleaseNotes * obsoletes util-linux-agetty-smart-reload-13.patch, util-linux-agetty-smart-reload-14.patch. * ported util-linux-libmount-pseudofs.patch- ipcutils: Avoid potential memory allocation overflow (bsc#1188921, CVE-2021-37600, util-linux-ipcutils-overflow-CVE-2021-37600.patch). - Fix ipcs testsuite (bsc#1178236#c19, util-linux-ipcs-shmall-overflow-ts.patch).- ipcs: Avoid overflows (bsc#1178236, util-linux-ipcs-shmall-overflow-1.patch, util-linux-ipcs-shmall-overflow-2.patch).- 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/shobs-arm-9 1635257865  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~2.33.2-lp152.5.9.12.1.02.33.24.00.52.33.2-lp152.5.9.12.33.2-lp152.5.9.12.33.2-lp152.5.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:17098/openSUSE_Leap_15.2_Update_ports/fc98bc68cdf53afef0ed29affd6f8244-util-linux.openSUSE_Leap_15.2_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]=d3a718cf48b36bb490b0204abc716127add76b0b, 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]=cb529910d2055308b3310764d25ed80ea2121565, 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]=a4092953f0e653d0033fbd46f9d3f8af651e16d4, 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]=ae91883082fb6386e8f68a4cce6203a8ba639848, 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]=74081987223cc69b0e48789dbf519c8fa09e9277, 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]=7754208011fa4baa846d0b61bb7625c8ee88005a, 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]=7486f19a7d72d10165770302170af836f29c2efd, 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]=89e6d1efff2a560dbff79b537cebdb4fbe591acb, 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]=69737ae8680b6fbe4bfeab8e29d96a61e5b544e4, 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]=f490583a8791e985a5b132615f73d511cfddb871, 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]=b924fd9ef82a27d0cd126db2f919454bda12898a, 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]=3b5fd2a1b1fa0809419120bf45ce760c15385245, 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]=ef1e8414d78c2e477e0c9b6d0fe73933698f1dd3, 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]=d15a9587c34add243175746ba58d6fd45b9bcdf2, 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]=d96905988fdf4d58c87d6ba5bcafba803b535b98, 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]=4b45aaf449603b373df5a2cd55ee299e1fe1eb3e, 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]=18d8077a109df9cab232afd537921ca4c3ca71f5, 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]=d90ca0d837ac46b251a0a2dca9f25359dfc17410, 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]=ccd79551d245d27bbc2cff364942d61284a24ba0, 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]=e53498c952f3f615fa8f79efaa2e833a3f52be74, 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]=13f9781e9d9e87b2569d534fee5756075916ca00, 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]=1b3e6cd2dd5ed69d2f7f4fbebf965b16deb4179f, 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]=9fc5d4b1019d53558884360e209c55f0af688add, 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]=11eb23811265c30bfe367dc27a810365bdb90afe, 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]=8cd5a2c8f1fcad9fbb974c07e937d803923676ac, 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]=c24cbd7620d0cd7e3d92587896dd8c1989ac0306, 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]=a6d866edf754a9395427a1bae52a5ae80e9447d6, 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]=b9b87f19d782aa069620be1960892e09308232e7, 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]=65ab56395024c8a1a92cfe88adda9c6fbd746a54, 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]=f50d01b182a36a8c351b03b392eca383a4a79015, 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]=dc844bc2c9a9f5ec9eacc759c093b33bd58842da, 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]=8d0f8c62a3d79754a1611ca675b7ff254ddcff31, 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]=4fb1fb3ee86138d4fa3b5e4d78d974ac96cd40a9, 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]=74db019d143a8218ab09568ed2ba5f06c610cf61, 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]=7a1407f897c3a51216e87fa5820afcde6124e542, 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]=d4449be5c7e206fd3a0cae4c433c670b3b9bc2ba, 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]=38ab3c829d2dc7010d8884989d337da5937ca95f, 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]=65bda4e3ad009e7bf48d3d2a005fb28e94721811, 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]=aee4c90f74cb77a42c17db17d736ef4ad9c77b5b, 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]=8dfe69ce5bd6d8a8a33ab92f8bfa72fa3fd4d510, 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]=33a0fecbef6d2f9c1017e301f03d3fff00cb36ec, 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]=9d694035d4c6c15320da1ccbb7d066a4b94b3625, 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]=4dca74730bd6f9156058b2cccbb905985488ad3f, 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]=2a6003a254a998794d3d3fa0b24f9b55d3138f2f, 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]=02683a4c935e9a7bc0f6f714222a26451ed834a2, 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]=0499acbaba4166859f21cd38d7041ff98cccfdbb, 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]=5c064b676ab28da30eb3c94b4786429fe3df062d, 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]=57d5f0a00ba865afacca1a95f923d73d7df965a9, 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]=265c6065f7726784e8994898d791bc818eddb8a0, 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]=e964d4516fa43ed28b3849d43021b56c6ac05f74, 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]=88b2ec86812dc3a223eb3b624821bcc1bed18e2f, 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]=97f21b740957af6ec5edddb0c1566e1d37726a63, 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]=b2f357ac246c11cd1fa8c5a84f02405b95473636, 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]=6ee8a13da73a685f9d325937bd4a7e9b72922ac8, 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]=4d505ec141de427073306dc4e827263e7ec23972, 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]=a073f5fd1f7369cc6e009628dbb69c78a4b124c2, 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]=28502e1fa2eab0587b81e5f9026e0ae3f811412e, 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]=c8bebdab6527f37a6e679cf0aa610c80e673bb2a, 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]=246ddbe3f57df9f6274125000c8b5ff818c04c74, 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]=d81575ca29a3709ec6d424a2179845909e8c332d, 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]=4442f6e2931cbeafd7fea8accce86965f4a93eb6, 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]=8506a931647ad2c8874a4013986c4fda6df64ad2, 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]=c11bee72bbeff1602b561ea54c961786d895c8c6, 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]=27cdc96ba092800d53fa44450704fa797e875c0f, 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]=3c01d5e47ec9a9dc4628eb4075c3f41b1f38c3ec, 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]=343701d71b9a37da7d54881dddff1bf72c7c8a00, 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]=1f4014226f9084cae5fc7385b5ce3f29893d0dfa, 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]=f091112d3ce26084fbe6686909213552bbd15080, 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]=7c5ae56b0ab8d2984e0467e743dcc4c436d9af31, 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]=a8f1d98dbc996a4b278a0ec5c94b1bb4f1a56bf5, 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]=daecd13c644d31c9ef93aee469af3318300196ca, 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]=512b944a6029a66f56d5e2f2f29166c38582b03e, 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]=308e1fa68d9d298705f6d04243b0167d28e9c66f, 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]=d93175e064d8b6cfc28c9cbfd28537e756bfa7df, 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]=ceecdad5ca409e6d35b33476e545c3596227eafe, 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]=b03d823085321d018aafb0f57ac0e5c8cbe377ff, 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]=258493d89a174fd59005943730a2487ce89dd9a9, 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]=e2b0069bad63a7aaf8159af3a2ee4888a69ca4df, 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]=0986f4d97d83ee53a361bd78472b8c96ddc52612, 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]=5812a5f7d6881ea3ef739fae6a49476303901a72, 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]=eb6675d00e160bc9abeceed985e5351089fd499b, 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]=9312d12ca63cea32572fc6844494de2b50701fdd, 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]=267f201c96962bf7ed07b116ea9f67460f328ef6, 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]=4bddb184e37a9f35f0ae95fd804deaf15e3ba749, 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]=4a161fba54f726ab14a97c8dcb1be28502fba41b, 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]=31303bf9818b6dc1bf54910e912e088eaca8bf2f, 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]=75ea4bba69e6fceca96e12126632a4e31235068f, 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]=441f9c115de9d0807bbc38c302f4a798feeb10fc, 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]=ec38b44e9b4d25f1b42354f6bb7df1e114d9aa3a, 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]=160d429052f2e7b77cf46e5a4293e59d5698647c, 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]=909d293e80d6cf42b43a844d61d410d71808d150, 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]=bf6fda8a93e32929ba01fb60978cd39ace0eb221, 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]=beccc76e162fbfa9e76ad0cea686221493195de8, 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]=2be254ea29682267f0ead71445238f35661d438c, 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]=e8d8a46f4070a9eaff5e3b187470ee62cca45ce7, 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]=f0bf70159d1c7b800f46cd05bc9b90ffa41a41eb, 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]=06965e49af42edf1a910357a1355832096bb2af4, 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]=5988a2b6e36991cbd15016a99b1c232b8536e121, 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]=7e0d0ff7962b4a8f6a96c0e88949a72a6b39c84f, 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]=c1954d22dabc2f4976bf1ca1be3c5ceeac422032, 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]=df9f12b53b0bbc7aae7e8ba8bd0b868501d6554f, 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]=2b423ec25ea5eef83d1dec7a93ec4cee633863cb, 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]=adb84fc5dce23b51141189a46428fa5dc12ba3cd, 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]=87dddac9b84cd349dba625a73b505c847c73c1be, 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]=9beb5981e68843095ddbd139c015c8e15a637e3a, 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]=06eed7e99d2dfb13ec087200937bd64b930ea328, 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]=6b9ab8de948d57a85024ccde53ee99d0545598f6, 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]=fb186bd822c458dd1a7918c553ec0765166ad00a, 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]=33fb0623ffafb12b5d9de27befedc0f8978dfa82, 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>RR9Ⱦ ]椛@1ӱK/gFs_>-Yq|yԋ-4hN 8Aڵ Ȟl{M55;)޺sBk+,Z- 2@!x7W܅3BH*x&>*a48=Y(JN]Iv-|,Q{`tJ T$L3*|xdHR.h5SW6#j2b+a.aK6Nؑ\Go \kqS A=BϿ]$]XcL@\m&w5)d) \,a9)v7n+ʗ|EB98c >EG. zM=b]@Fo`%6H6˥8zʹ1TЈ;$d|,{TAMfh/KYC M|AmC]A&!C&bdF3 rH+O8Sꐺ xX8@U)yl0:$!"aǧei :;G빟IéV6-tdTдS[S@-Tziz=Ub qw˒kǕ~WJi?-C5Yǵl9ݞӹ`?Y|r&|F5,zyd*\_iQaouj9uXJUnFA$N¾DܿsSlaOl^qn; O%}=Ʌ(eNHux/K/w,2JAgVt&gs=RiP{_dhJճ7)PUd?\c:Slmߺp%G%­8"t7QQE ~@ݩMX{Vq]{hmoX:E RjpBB`%hO65w]%0T֘1IJӅ a7!~xCAt1ܵ&N8QwSn ( hX*5D> Ux~ʃn*"ČElQANk ·/}}5m@b ̿0$ pZ 0NqT_Jr(C`cNJkIWN w8 #ްJwC\4> L% TILL1PQR*/KkwUD}ҵ~ &IK#;*(Yjm\x. 3+▏:qƖ://|S2&t"}^j>%>}=Īǩi_5n?H%M'~D~Cu0:]؉`qv'&y&烗Në"ʩcɹfJ ͽ*l`MjKЖҝzR;,FXFr]vIݖx8[xܥNkbGsœ)W[1mslLT5E|A60cǾ/x7" A-ā!5EZY)b1wN~]݆/Tw! 6sK&*Z@7dOu ^d[$`(ٷN"tQ FР(" 豀MA;;0DaB}$>RJ}0jgYnib;Q*jzq u(%gSivj%C$RG%f{ȟAQTkȧNեU/1hSӭbvI#%z3P^O$aY%:UzY6Yۋbc.ޔ":C7Jծw<䗟=OZu&vG׆a/&{١̃ˢpzbpGNGq(2`K PTolP1P=,Ϊ,xQZS0!A2J{֝.-M}e%P8*(̠gX1 't^oEL ,{zoA~W[cﺓ?apN+ AaPR{SL~lVGW,K5,i)Mzf.Z>NcS=,geW -Y4xbՌx aMn:2a?(Z4S2 ^*ա}&n7.tht}yHo&Rˡ!q^xK5Ӳ!l=g(?[3c Ͱqhb~>~ ~:vieg O_RUc%Hn%hl>*Iv@\kd] AMz v5sNk}/X;ԝ[߰o:9p%ho,2AxLXWJ>O;J5%|'uAv8@^h]sY=O,@8'k#-~M Bӯ9lأ?ge0EkUɔ+!6V7G Mқgs\Eo0MjB(t,X=S8,JC`$J׵|.+)>$[풝d;Y 9D|vxɢb[MȪWE%3MjlF`.KUWK23* 1&[۟!rX`_ȲnhܟnGQSj1U_65EWU韄eG>KE.jA\Љig?%G);BU ?𗷮jTj-ƛ1q/v:b^=V ٬Wt3^1 ~nRh}M"`+7S,dmorQϹws'>K)vԥsa`37j@q 뛸: ȫ %oPHKk=4V;VʙWGJ*$%_m #X2!Kx_1YNA4~NQ9n.c[y>KCV3~ӳw~Ęc9ߣiWKYb,g_\S ~z3z,|j[k:S|;bwꇗA ֟;uRwOtWm0,, ѧh&VYЅcxy^ڵ3؜,=][ 2:Od o;4:kr:1uɡ~( 陚e5~P߭+(Unw-)`%CѾH5rM2=01Vo\+oxR$Ak> W$\c.YY|BaMopyPym/j!S ka}yDǽcR8<}*w b 2&~ЈgJu`bRvSgvxͩFk.Co^/q'N^6e,J ˻;Ḙ9\hv\ʖ? 9%Ԋ eV%eDJHdIUQڒLDK˜D{wk:Xz }v3^YZYIBz7=$Ј,?ct%^c y %6k9~6ek ֏ɫf l,i[KNHD:Ϙ؈]+"g@`pޢ^IdHLZ=)Ix<'e"| ?W=(1eyk (%Mq9 %4 Ki˜!mrͫi&*"|”_~ٹ ƾ 4ǂUaz6(y=S'Rx<#7 Poc=uc3ĒP[ quKӃWaq E?۶'4-KU*|qc%[,1Hŀ]e(͡ubW,r؂@q4nأk elR9ƝS(:^$m2? ?;c G  IUQГoQ|>JG:1\نVGycWZrvW +)|)d~~\-H5=.ӇܔO;@FkM9Y[bbb gu1+6 I&w{|jL)+IFӼ&r~;`| .Hq(&q<9&,Rxk}l0K$cʳ>6|4>bwzFIoxf{ϭֺ2;Y&$L"_` Aw[;L2-Djϛ w+J$-.3&LлBSCǺyq}cE> )|ݒ*+zwlAtry/|Fh,5۝,;6ь4ÖvSM po<(_Qzxt:[w-^XJiwåP3IJew˗h a`@.k5B}<P4..εya dwNK˙鱇f5tH^N|,UQ9K2x SD#Zd!2~7c̭YkF\/!Rbc(V:VŦ6V!wIyc^u>'j(|E5R r .x? -r+Ry1@(\V螹y(n}{lD#z f}E s9 [vl}l z MM,(VQ93=I_sƸuEl_9PnڀeI6e8b*n:}@A湽8iXƦՐp1v}kєE7!t|7tV_CN;Bp[fB%m oQ-}|IMmg"qHdCKG6Fj KN"=~M@W=AXnDw$mg⪠Rk 3᷁CD@H)~Gʝ $cH-\u߱΀] '|pnt=!w88 ]OK,B7Ap eGӾ"fRESnm?wޢDA 0a?jkȎI\g;Ă]'b>6E کŁ`ċ|-*Uw7{e32޻9L Q^F"j;^ǎlFE(=WXϳ.ǹ$4Ů]o4)FP.}/ӟj e.fxj7<ϑl6 0;BU&w(a{h\!;^=Ԩs"?1s`w0-Rbt[xM|X(|zͩ\C߫IT'|?D"M,Md~OY*9 q_L9j鹔vVOnIa0i]_$g@s az}NBn6Mc:ԩl}[!Z)MMیVq`ݩZEl`x{1LSIżC*Lȧ΃cы\:"]3!]hjh,Jo"ςpRt]N a3ѝߵ$n-m1 !6`#`$@Sâ,g;<&Z!qad(j.|; ȹ[VPR"yng-_&VU~ 7#mS*3yUA@4d\i=zțy\&7a@җ l@xj玅*dl;) b}MuY3ơ/u"kJt2Mg8(%> ~m tܺ?W4/e4vE]~锴/~_Kǯ,/ͣHשn=5/24,&ѣ{vrr * ?Fp[OhuܳtDJ"` Z21LbUPKvwb# (zC0C)͋EԴ{[i4[b:|`Y:S,o{4c.2ee)V|9gUY44O3i89>E?ET=z~o^I|V\U}o'ӉrZ?mhN.ɴ{M\R?4u5`fօk/zē"hf:9 0AaDjX15K>g+n瀺R,` x<4ۃ ȸÈX*\ `B{,\u3$wJ)Mgwrդn<](@KXV{譍1Ila4/mE׋Ķ[ceDXW=֣?xUh7$h开 rA=vƛ)̎S3t3S͂kdj;֙*op¤u-K}qL=ZCxXje%-ȧSo%4]9bk(,v:)IV΄(q@%օ`E:L 5LiI!fJ#˗c.Z-R3ASo(F jw}0hۜ;IbUXzϤ-;OHkWF 7Wd[nF!nΧCI[9OVQ:N:Nqn7ڵ#wcČ 9?-07hu)) nS:2= f 5n>'op8wm֩EQ@ѮX%]ZH4J5U6޵nոvKLH1g|9fjl["Yi]@5f /.Qo1 ڈcfh+O1 D2'@nmFyj@2CsPDrV"͈\s^vr)4AO߻14V]ygm,U֎uuaNKϓeYjG|B.!:|tW WڵMB'ON.(VtcQ\|X%m*ǦU s +R- OZFUQ=w]^Oԧ܂e/at,Z?ZG>ZMKAeho[Ioh)#nVz׽4 S+#whc"䔦K?$ݖH~瘑jc~WLQz9xMNX{RZCbg&n>+僐Zӗ^C-6_ŠN/!x{@QPɉY];p+,ЂOߑe`ι7eN%1 O+A.}qܨ7סbFKGr'aM7/;}D!νakt s#lP ZC0*ߏdkWaC]KsJ =!vЧG s| RIuh7#".TcwbA-3l^bzYF?i‡3?Ή.~I$VMcٖz߱Dz<1WneрGQ :0^螐(YY3* ^Ĺ}66ȏ=s%MFZ ^E9Ps垻8rykc@741 ףg[\TŁSy N- $fqA; >}7 PPl?[%Tcn5H)S9OC6]N 0.FX Qrs9 J`kf>6^mDWJ%W1PGҢ۞\鿼 U78 K#@N{>;, *׺1|QۿjPGolށZ婭H / iUr˲Hep1!959NR ^ Mzd_)Fx3|1e8fVkl5AQapȾAV T**&ʺPKBղU3W,E(@8}-Œձ95Av|%<2|.Patyg,~5-Er!L/@¾EZJH ^JIcuJj~XJky+}ސGy8Ia[搵SN-!%QOwڑÜs;3[-r`_g0|>/?yrg$+3@`S[T W2jVW,&^3t9u49jzf2gJL0XϟV”TMy@#Y=ViEh3Zܧ Ԝ8BI r~HRA @HrY_Mg 7/8&z*YJ{5|Y[5EQCn==EZ9&c+*wgv3VdaV|Q1'`]u^2؞qx8+4% (I˦;Ij~񰤗]pɻIG~Er|^\B$Gz'n737}&`suש9 1nI-2tp0Y6Y\bBhX`PFW,5v;Ƀal3>qn'R_ilSb^T7^z61{_5Ö8J8%>#.] 3x\7q`\f$xɢzB7?4BG,rk:i ^I=@ QvRõ#K9,x$ !M.@ e 5Rf_횟@Й;5Me}#`ZzbkHjLvgG)>1':g7BuI֦-QQ(]RH9F1yE=bJtu BrI֌AeSӒY܄ł/Ot >Jq}5c(z~z_u0F%6}]ߘ,et[ެ1 E(QFYCaT2ۣoBI_nߛQ( 77AwK*!U] VWRI30\Mn R]1vc] SF'MTq41`܈A4r_ꑑ čBWkv2.DxZSU .bKFIlJo7~p#=3ᴏK7ʽmpm> ܰ.*H?斔d2t$ā cxe1t&FȆMeK߇5ec,D-nFЉ\Mg#MT+Z_U|S]9xP3iy|[A<"> /u"JQnm(j{8)q 44-AIo'Dgm_FO Lyd zDy0Ib |< 6)ҝ.:[ׂk'D[쩧: ldX79JWɧ7֑f xXC7؎QZ?Fg\ M)_Z"$}! +u#m>`ʀ DXHp}۞疕:"5TZ:QMՊld5g= fA)˻erGvW(B!g0wby8\""gY,jWţ_*\:J[Bw:\5Sb!\LG p] \OC`~Вjh/<[ v|鷺]F1R : S1Eć2`xU;z͞"aw͡kOW:\)y.^fe3+qf5j"yRSnGCm  E pi{ YEkVM΢,D/2 )t2A94RYU% zJ0%%A95'EUHkğJgd p؂jE`i@NHRwƲjs㰛I7 m4HƳx +m*jPKBRypͻLw=@ɸD[*Y*;W"씲j`@A # e T,gOFrFff: \㡺 _#u'b|iӪ*`WNJ9w?9lqH#'wT(I68"NS5[Ӕ. xg:KH>nYƓLqTgS^AK2^ivۍ6VO-%)xt_ւUA;jă.%G:ߛZ|9DsV-o6"#nXH3*x, Kr\cgÌS9Vb]'ԬѠMFtɰM`lҪsgQ6~2Ϋٶl j(ݩ߀w(enzף5b[9n 8>FMw>2AX[(<"][h*ыjmWx# =-+]|gd&AL'onlNd%xQ_* ̀M%)Օ 1:޿#vz- ~Zv>=2] hdB{cӁ;R>L ^ 'eM٭D1k(*QR@β=z%I_ܐ źnՐ3"#M>ҷ˵>L[3T-a0 MUw o&- UO|BUjsAku+󇠕S,;C9&?'S/їSzV9,szy!yI {3-|Jo"su%Dnʠ/be3{|9NKH/s?4+'L}mXvXezhpMo FL,]s-2i}țAAT&R: 'L*\Zj-e6ޯX" >ޑȊe^&M'oEuO;#GZ̿ȁs%, pj ݅p%ySї]mْܺu@(`NAW^2Ia`َ(S`e ]U>{웍':{ɂ(جH]![|k(0`ddgO5 [sw=[ \DZcyd/D|d8(VxyA)J5^)m֫ol}?Dcj|fpoƛn2SXsoB+)gnԚh^$ǥّM0ۊ}iU0ɏ_ B״W]E`2 s_Mck8b6V<\7:-Qzf^:L Aoc.p<%hg>?c]ˌJR^+䫎ׯp^4 *|?օ^!xO\^ ~TxyA1.G5Yp+hСwY@y? >mUm퉜cY<N6hcH=n#{ؖ=U|Awh 2|+wONoI݄OS0K6#w.asz9l>H͋:i@{'. &AxW11 +t7tiR/?&'Iݖug$PpA˵bK=|1 ̌wl&uӕݕS?}OgjC"9 NAJ{Twc|5@x yyRbR(mw-:2 WԄ\;7Z-H(8Ksz*_5h ykm٣ϘJKotXY+ 0$8Z}g19[Ƞ0h%pN#h;mv{\Ad|+!^K\z0&hhְ{o^gUހ6vA D43uɔwz#(6VaXYL@bNVļ S7I.G};ZcQAENw*X]]Xp(Xjw`-GANjҒ;qez(L) +[,G3|SLN4R퓃3(Js$F81xY|&i Xrm'@}=yS6r|3x4BNeLUak |#=ݚ/(pcEX-Jf q=Y)h")0< -gZa—lKG2[Fҕ%|4.W&1TBkFA|^'z歺-N쉮9D5'Dg; v\Dki@NY!G ݶ2ese3ʇэX҇[g#x 䮷8mv_5S,AS{W`\)FvMtiF.ݘ;#X>!Ŝ#5Wcps/'g;֐ډ^>PgDY8B RxIx4P#5zGT&8rdP Fˊ9 uBݲ#779r_yCI3a9q0] m= m|iaa\= f*~` Dyey/=`I^n^LŦ)}0\:!W5pRd'S(L7f`<Ո2 ?2@g"@"(\;X:&fE]xp0~j˵GʥlN27{"8Q Q6yI9!g;`1!aE ،Sb,~$,_Fu_NaP2/4 ڎ, !ߴd@\M"\V熺Wt^@iՀ*}{nq{R3k!\|qNܫF\0b}Ƭ N6eÔ~k*>{X3鑍>#woVo(OS(2j-rtnX\(r %4 RԂV#f\JEՎ; 2\FQ bj3vˉTc8<_| ؄bBK.ٵHuŐa YFeL\qJ?QJb5w:;2_n2fJmKK/N;W WǬ+mx-6fv+8֘=zo#dfGɦŮ2U)7Z^Ʈo !KO9WDv #_˥'8!vLr( ` 2OG%R<]- fo_X@`#SJ"=A80ʰ=vVM CaC1'czBH x< wcV+o7 .^ TI!,1<6UpϪi{@MC #x,Y}YʐҟJHʩ=PL0 * r$i|ȑDfa ညl %fgHV}H\]M/PA_>AN蟆O23ou?찳- d %`2"@S\k |^$ a\`r23QKF^bY-~M:ͭA]KyjFM.5!yy3y'_6p{ &[zj\9!|,dveIwJ=ctklZ r|Ћ3*`N7=͠kb.k'@QZ4e#z׋ǎKMd^ 8jܡTuO'5UoWܖ @Ԫ`͉Me#ܚYE_v,LrܭG!FK)hV(Ԍ_Sm KDH뛩.{Ys49BzrOh[>5P*0fE"C8zԒk~XO|̖m/dHǵ_ |K4C\WG+'6Ȕ[gv&ZI„վ"NyIyhbM-S{?"U>s\ޣj #WYx5᳛(5G61 RHEZLE!ۉffҕhd2n\f0O܁Z1sLc T3Ŀ;685XF8N$Lŝ )ΏH60nLDONh/l|e!.7ך$֧XXO1`_`/aջRl,9۷;սK)H{R$C7D'( ( Nxu(7WEZD8n:"T[:3lM"R!ڐh֗"fv͂ 3-ua 6rG1~M}'UxQD$uf\ʗCR.aQ%VX+&GR MY$`#"f˾V!ɚBݱ̊hlcad,yDv9:*y2j"bOb#coorͣ2c),𺡑?8=W,I%/kE.R#qz#Jzfj m'a@ey͡*;cyt/%h$a 5O7%R<]]Ck@LÚF`DObz9]*>s6_F)/6/;r?J pQOe˯i Wj,w2iNgLD5YklH XWy»Z7p;Qi3 "JInˋbh*HNA' n^ivJ85)S5OwH#"]XLDlQBQ@;9Gh,ik҇5mgmQt}٤1.{j%]8H]oxt|B9>k 'Q_GQ3!#^ݲgi/vA*Q͛J"4<۸eJa$si4/u]d DBA+{[OܭI I85Y!I>#ፂ=Qi.]> ʀC3y^1|NnbC/_}q[mhM5IӘxMd@c3;ZwZ# u4E%fZ2kܙd1%!x :iM|їU܃Uo`uxN8zO6>K:qЄHqGXAEHJ%37u \Խ0WS42MOd(KlS(pnvG(z %ܼEbdjOiB2ytG_Jo`‘v|bՋǮf{1퐉1M}vP?]tο_>˯H{ɱ0"SUx<0+%d4tjlSMY2hu V2պ YaʥQ9efk7H:1rvET-HV2xtAS&|C۽a0t$a~K KJ).ȹ♤-W'*v1 qلSU UFqtJNK&`?NTN"ԺYD2s&MVg,RN udn;D-䀘Z#$s Rrs3ߵ37 ɉ|v5 gi+\:)o9};n)D(-{^3PɻjĜf J:[GV)*Ok"\ z^VW\aXɁq e3'F֒V):G߹v7%ͺ娡7NZ؋}"HA {nԨ@);NgI»ʤg av7,\R5w/EʦRI(asr#RWo6]{ עS?[liI~ ݉Wxԥ$9J c_dejrп@ܛ+s8Ά8|,{=hԾZ!Z%tؘmB!*{10up\~J+fUŁo@VUuA\;/ː+߉ESB?@J"3U~C8stQݒDQ]A/>Or4NpJ}TA)Є.e ŏ pl.hJ}|'2'`b P1Kt\WiZ]J-ڼJZHK\^C"x)ފ+ⓕsAdRN;rՄ_zM YfάqVH< *`v!k`u 3cYXrw"MpY}(&9\ϗZ<ʮ7b5jd̎JBcAbyv_՟}jG$ߨ^&IB8}Aϕ~{z,I(m"A]H}\89s)]5tZe @.?0)1?hEA)Ǧ:U_ܰp9ە}$wddDkYnY65izχm{[s]-@jI=x3sL)ӍͭWƵ9<B(rTUY',^0V*SBO!'"yPaЗs(ׁ{}۰nO߅ԌA7ʶn-]g(' $q@|3Nr f_V]d v Erz V"A_J{ ը^RG'9{ `q%{^-QD:nɰ1r `nNM(¬ 'y1j3 &\#r85 bX6AP+|sF/KԮ.n>:$fh 36=Ӻmo߮'I m`d[ 4aG{?IcjD>`]Φ/KǽGN6B.!t +pTԪ`SHr%{Њ +EX-+-~])5qz Hvi9%@SzejEQs Lg|͊BJcmweߑc{JR0 e.E1\ {B'۳eVmHxon, uQ(@|HZG jIiv|"5yJ'S# +v ‡/ՆkhL┖#;VL` ݢjGWvqX  SHku i;CZ2n jmPpqY~s$/b^8>n5Q' $>|#6Vv~7/fPgh&52PtGaFvf] <뢞.{(!.*QmG*֧{. Ygbs+gXVVGa;m%3´9`тKotE|\]#(A931;\VZ "KU&dޫЂT`DPkDx];5 lNf'6這]eݴ%r})4cfWbh Lj pLz# wOB>@$G19K"aw\,${}eyXx ; I+F5;`q2u Y]اɯbgbe[!])%&cCǀDÖ228߱bAEڅHR\o%:r< k oEO ~ /0KH@,t]uG?. "x j;"~$kJ, Vu&ӯR@Ɍwtך$>H9CYm+hW LE'`@NyUTX)Ox Tʋnm3V<b\,-5ZԠ E7 _` fuP@A]8DJ<~Qχ#]!CT :y.r2}́2@(4MΔͿQ!#kH01Cg;^<j 4Ed^s`@B3 5B6fh6#ޗHdyp5򒰿9bس^ݾ-%ƗR^c~:PgI?$ w7@Ó eE{ǖZSarCZNyNqZF(xV}C;uU^hKTPl w!$ȺiKBW!%N4rD_SO"r6=}4d&0ՠSPB};!Xcu5io8!:S!}:%:sm6 ΀bۏƜb4wM"K2+`fƍ$Є·ս%v}o+e5AJI v2xXhʬX }id?l$éԟ{g;S:* ~#@W(7"U/P7rG5o$"a ՟q sm Jo0>;Yq!TY%IJkBp/K =\pJ-q}z:Vz7 P\_$as@HLV0=k*p"Z?xFcc ;Nq.'DQLwb>PQ`Y)W +`剦<""t4} 50-ݒ0&/}[Ŕ X<ўfpO1 >?v' @s< (Ûe#9w :Ɵ/2L%6Kk--|np\*V,-?Z4IW*_U#cڝAk#k&g+N#IfTͨ{%\&rfբ{fA}F]U8p,Z;C$Oт@ӡ*!Sp*I%0 :g:idD ]Չ}i_Ӯ4ݏL>߰ts;8CjrooTu1*u--a{D\)2 ?@F;'A(C=^'\WЭP*J*p/){dxA eِJ3'Ds%)]^Ú.pajBs/LR{ 劕#o( -zB=l[u1peTtk߂Ʈl ̳xqF,PwE"jv/(dbXl,̖ԄB?yCljQ-)Ғ<"+3ȨLPG?ԜUJw]/Ԯo3qGvf Y[NfH7=ҰYpa<KAHQGH%E` c e:{N'9zf5$J*,BT NDR>=$D0V/lS78H*t_=.5 gI592AQv33koXˍR[uR OJ  !F'VlOtX&YP|Wׯ)׃p| HI.X6EȬWrwc;ޟn~ z-ʑ<;nSt{I5p8A6ir>+EbE+yb+:׶G^=ٝFHLa| |~8S^lh*ˁt:CI(bw`䯰a{#8 5!3 YY}ւZbc9 2`) zgZ)(jLIC? %P Rcl}1c>qOB{^z%BqLEyܫ|n;lxEaK;/ռsYj70 \glY>]UcK *A컓9-UJm&ԿסuQs07P;6Vq*o?)n[eOZEc7uPi֠=:F-3$PW9`QP`"K"ɺ\@ 4|7}#NdOܛ1׎ AsٿTsFs,JfT8dPgء237 ,eΠ:"oUcp?!], og>"Czej/yx7^÷5;-ݦJm\ 9gLez; W1&p=n~0zc(S?a&er'֡\q{?;**-C嚻=H+z3LO(X%֦#`Qjgpcvp+-f+OB>+˿1sRAGxn7JiOF '9_ d&NiC=` A=$˭9>{O;UvS@K81uh"$])P˒ך-bN1FZ&Z 0.Xoߖ$۳7:l?P;+G -al'bN딂q40C<A_"xӨYHؽy$oCIs?.Sʏ܅gm,Wnp&:Hj@Nu|ɳ-z@=`#R݅C=>oHE/[XBUt'!)rat;5Cxl^AS:ֲ|epZ֛KK=<IuiQ}wF/u L/ Ea cm( ,孕j/N=)w`eZt z\?{~Di`XJ81b#|Sѐ{wťV\}~ÆIo\YK˼[W!⊓!XS4s\;F.{,Z A_bĥlW(#CUEBDjGgk6뾢JeY9tq% c ]&S}@])bh&Y>X-+Nֶ?N|4݈0 X #T7Z@#*1o,v .stOo|1u)ë,wV\׃k02 f )twle?a؟}MVX"KaZ\3eo>Žp 3x2-p/|l?lWUV3~`jb!Ign9)62o]M>B(5׺LDE&@lwwT՗Z:,_ qdYSNEt-gtOϮ;Źlա#5 kרXNAce08 =r1K7쉄zr}I60Y$=m` L1;'U37 D!r ý ⹈[Jys"HBc P+~Hjy9Aj`t24nQ[*m4h$k.u`lN_9|F EJFLBr7/|>3,} 3#wr>̉ݒ*W V3Xb") |P<ÑX܏Ro"x(LQe`~Ls#eG-} 량Bn4p~e$cʓDA)W8/8Ȝ?+gK͟˸{mL|B^ ƹkNJ$IdܚKPEi0 1v떷^f)L>N&_0d6g!lV@K9uUn|o ңZYoZ?됶=t5b0ĽNuU x_ Y}+}?־+Yv/KvqPi5zshh%:M/q5iC EGo96VݻfO3[G xןuKpi؟P8|7BҪnv6afRcJGN̨0IpTfi>l&FQZ ޙF0p^gi͆AkSҥߠ?'ib19Wfbc m~m10o&^5\0i ߮Jnnn8UJ-G֯.yJs&~u:SN5ksi˒׈ԝS,$M 5DK*VPqgHkCt+6>f>֏-}a3iuRmW_G㈭ [\%c(Kb7T}+^ɌW>_gF5\Z=v@G &|~m7*S{d{ r~|!z,erųpu=,"?6xVIQ+ yŰ5 8Cd&y}c2uQ~523 z(B(TJfl`1F`|ۆÂUuP>夺pA(P#pXUhpz*o;7_JGy-ԫ'PCo\Fn`VK*xUmJb̔jKBEEw]GîcZ g VU'Y%(F)u, H6r0\wyu &*^=*Bi_/+@ؾ:QY ;j@9PAS~j4(OotrK}js|hfo=1ټ1fk=Fu/ZJ^4H^lf(.ps.=0#OzDxM|5Tu6dv$7X:UE/{dn٠.Dtgs'V8!KGCXv6>8 'rr4wdQ;B^Z .KA̻ʀ5(B[vRebT,7BGệ&)#Ż|w;;@`,nP@/ (;}ZD<Ä# l:!6pѯ#,M2oazX&w㩭%=r bo]-l\-w G/6F;8G+[YmpU aBatʈ:Q+@F tF(ycM{hs].r|q !og fziː ǹ n )U!FٿUL:X.s+2:(4}yZ!,B"Y7M>DU-tk;l|ׯObF+^)0]e]!|,>iS܈yI6}H]dyQ\bkB+aC4YpPGqߏ6"K Y65?3mBzJ+ĕ6Of뤰tƾ5/ -C^Йz0;Q-[R.{ \#&%!~ʲ8U1jcbԘR:Q9t73 3Cx>{nB57Yгq/ₛh8fJS|QFh<7=~,CRѶn \?Q՝,JFN Q[잌y(g}Q8h1 9J ׈@9 ycRXKi~#.﷮Az_,bl\PQw9TYN{ s)O,^UQUr_. EG ĞlsG90 y ;8k\DĹ 4g܈*NNdAxެ'18Ze2WH?ЅYت_1zaFz"Gye\DtaGW^&K,Usb UT]K\{55CM-X{o2V_Hۅ.t;sXb4k g:b7+Tvˮ/)R36 cnB1ƣA3h]{EACWvv )qw |It:m Gi2笠 0h#$+~Pq`;*ČC<-u 3BBy;I>N,fq{ KЌ)b![وB?A $~um`Th1 ƓǩI0E *Y#ʦC7)+h j4,$=v+ixnzňP8Kw%~Yvt*Km,, =ȆᗛI7;m&e `YuBWbXf}v _FRUg,DgǎYF wG.o(PMa$ט*~~k=.M+x S{ȟpFL:$7 $aTWӔPk{P2p TgE(gI3i=٣{CzVS''g 0hšy5ȵ9#IH䚋w+eco6 \瓏nZo¦yԳoK[0}Miu2>JQ]1测$j5$YsDvU$ "L#7'+9 Ϯy,y P ީ@#9䭚vQ 3)§͹OG[8X`غ5u h8߼6Xg<\mG5>6Z6!+,yr=/k0

Im# E6}LaL܅w!7>bcKOKYJ ֚EOTSk:6lrva3D/IEeW UҰ** >vX!; iX{ւxe uk x#t3?A>e)'P,,\pG灭euer*nm^j}L6JLwۈP nS~zɍB+8VCI^zsrt{`9}X>lVJ@O qڤ5EA_[̷9'8FtDEyC26+0 ' }cd7~ wJxl QTD.'a6vՂ1 UB_&/Ѳ qsYIGF 5\su: !Y㺽D v%遤{uGQ\gb$bxD^wHoЪ{`W7|(3Otn`$}r7KXDRF-A~g7hA,ay_ j ͻr+biLFh 'y*.=t,E qH3$>y_jʕL{&CHUrmk?e~?cY.2g:F =s>jO;SEM9B.!׶JˉMicN=aLXxX?_Ce:?l6UOkz$x+ZS{蔥4xz',-i)3)ɭ7b9)t"m%5<YPǒd =`DlsQiQ&͓Z[? L5cHd vJg@N_?y=Ktf,$b3NɆr-L֛t4T(p{ Q62հ3NpY@FaZ: lk<y{60@V‡jIZ~zjx3DMwq?zp;v~Irڷp ፮] e?vzJqX.@D@|kϡg7s?Z&Y>'b0h?uD zL{O'*-tɉi^ z5L-\ l:U3Bz<l`IzDiK_@<&~Zx(TgGQMe A2'PIPK. }M7wtTG謘o13Hpqn z:*ŮF΋S''N(@.%=mtdu*/ &:ȋ޵ #ʰUd}0ԉi}epS s|}g2i^] _6F XKtL+X߈؀wQ Wј,&DruGËߥ'ҫ 1)`)[/pz6Zs+!ܑ{οUJ bC".@AP*TTbZe|-`j(8#u>[E^}RjX̧gnD#%5AaOꞔ*BaF=2?ANGoUdg 4W2UrA” :*ȩ56J-o =0.COJb-r.m50Li*2sG%N=Jc)"?)_,X"O/-NAS>yf6`6_ X"X 0ջ~z5@{@O"*f "/QY,@!%2TGv;C" ?7jCi6:)q8U0;-3"z|zH\kjt|*Ɗ8XG-$p+ .KOI{uYaQU].ϙ<-bLWA(QLu';?lu^Ҥ 4]r=Jo b~hTxPO>/WYutcà_fhQPXJ iokL;p\~Yk X3PەދU@$m^4[c::ߥsaz`\^bt+ X,gClE-'W9ok CR(@~/ ͣXs9{aQz11"~ENz0 KktMǡ @IJ0]vMע֠¾Vxq }R@(rhHجqoh¢Q( ڂtJ=OjNSI]TЫa*%>#Q0 ;?m6;֍B%G ΀Q BF|oL'y8r*I8`2!f>lVE SL uGkM0)GjM $~':%ǣlPe2fJJ?x3"PQb] ߝ0W =yf%_ėAqЅ #"'^͕ ׋!LLF̵r|/hy_n EM򆿆=p)NkZܑMB#/Mg1erlDq\,~Qj_9TlȽl>F|y)!;OǝN-!yN yjQVjܔ7*2ז!iF05l^U\ ƨ{Q(;q اOkI\l1ZnS'=d܀83$t֜{OpURO(=7V"ziHH;! 8 ׷Mdz/L)V kȅ# 0IX~yݖzaWΥ+xvm`W=Ѓ~n ϻKUDמ6y÷;߫S *r`N(b=zzk]zlbnbm$I!WK 'Ô%:-׳mDÆHom LM- 4-O3`6 ڤ`z`yf(_à8^b7(J1C0dm`#L`yDq:W!#!D;0nmvb/U-*ۗԣ U,eu% B6VSٺ7*ol]!^ e >V4' `6Ҩ{o?E}MyR#)H)2jWfvA -yrڄY|t- ۏFfb:Lg"K7Z/Ţ1F4| 6zpZr21GJHUhܴX6L#Y< 0Biř#Q OvK- 3t.vQRxPV4 /d\c+4jίK?fqqq "k'KIܬhƒgaŌ}Hu@{)6֮;;qJ\2tfx2rfcaQgo-eX]a4ُy+tvp_ck.J~>{yo0R,[πگ~T)wK{#ILIO#p,(g$VϠ{eeu0}Nʵ+Ҋ u"yF8Oiyؓ(Y/"!s7$O.>9new!l/;sy-vS0%v}\F=xJUU}Ƿ"GVquakYhδ>C$>{Ur1mǏtտnV{ynA_.$XS|rYöK14MEjL~jK\M7Fw6ګ3e 5fK:"[a0$o2^:]!NJ7+%ޚ(!# i 㲁goZ+K0)U\Mp5%A1rP mϕЂ Yky>T6BQMߔX&rsNܼʦ$?I#DRk\b_I8@^\Cǩ=͎c]?4߬آBe$Ϭgj|L=k|W{i^\b(ƺmPhF]糧VPTV[dV6_=l[A/#>/_<+G9==?ep99gs+LW/Ii+\2PiG{Ta"~VSZX l/NgVƗa^C ؟pF $Da#jAb?^{c#}U-jd bwѺd%㈡K=J>I>!W&V8$>M|!Bun`MTGm/ͱV5.O"ԞM֘vEqE!ҕ mhـ[Gse[lCty!K2f 1 BfVKz-[^ɶ%fNjnS RC] ~%JF,ח3ibs17s"O7q+Hgwi5{jAx[X kTG"DXtBeoև~\M2RHc.`c< W^O6-^H%opsV]3-D}7[+YRYv(۽, xJ(Žd)4xْgJ* )48wV8\ 4$t1R'"'3 qfuQĞ?P>`ŜKq~Z?ET֘[ASz`uouk2pMds= 81 \MH U5UɃzX)^fMRp!9|g8xB_w9v8!8YJvݡ+ ?==9+..߹d^~VnssYe7#^W2Z"E-Yw L|06j4WM]ܷPBl3Yпaоo%[}1}EZ㕔XQ2xqi!,|ƀ(`IA-Jb;s珀 +˝h0UjWq=;{f"CKhB8K{w3aJ]('c*%p be8^(3#5ǵj1ΨMсȮSr_r Y[3 (6Nʐ]} )T&u(zG^ڮIJK̑t/{wK2Rs#c +`j^3djР(F.]=ClՎϔi]}oL4]zYW=?x_&qCbxC[)N |/qMm,bٶtujVTNZ"3mzOx KfKW/5 ߟ)Yb2)XFT(}r^d/3Uu`f!24O.<ܴh ^ -RNVVb0FYÐm:20sv&h1k8imOa~{ޚ ,`'+=^Eʰ""|==8 Yi|$0pLZ{:sE;d+u؏)3O_`ҫ%0*A8 %|ɏ:ڸ~vC^b-t߿D8| QVsj*,=LM >|nCg#i).N/ y&0HES[zxw0E7m)R|RRIRMZ 91!=Q[ܲtU=$ 4"=e``e yqh_ kSz&ĻQE&2Dp?ED%ɡW%0Z kݙ Z ~Qjq0pDk #Uۛ}K0\_;N3] vyP> Y-XS+N$ZQc{z('>M`uӴ1ko]nE`qQL'Qf=]o]֦T )ZO4ܭRu͏Pi=Hmtl@jIYFA E)m6xO>%A :ڌOz}]=\fINM&G+ s59ɚ|PP,rPACHV)XMJx38?TezFVaמQ|rNȎ3GzNue̗pxJ^=ɥbx8XF, tT$·?:4T I` qdBJZb_#M"L2?sA' ua{pl LK#\o,Ԋ۠hC>xܝM`:dr&9hGDw'蛊O`i;8/`r14ߨZ[s117Ќ>|dr}jMܯq9h<CU4 dpt3%EA *0TO,$JjC*^&2=ØYT"Eܕ:ȷ⬘3?~ќl1f{>) {M$EFC|oaKd1wj[ʎ_{1mѢIhxľqZpJ&Y$`z-"`ڻ$NBeFk)K V;pj;͸iMCF[_ b.h^%xJHGZL&qͯ||xQ?Xt$ 1C_>0o%PW&c''޾h]y_$Bc;J3v(] ZQNDnW00FJPXMk czQ#6ĺ4PfSiFsh˪ buv\=h-.YyS1puISRqHP|1(js[ L]m8rT!P Ey_w!=KL? J܈l eҞ墨"F %dk|VdKO`ʪL]RjbځazMd3^됟mS#\ JL` taD|V7ƒNKZ ?ug8sd mklM ͎چ~K#ml>R\ƙo*R^a 9]%񟃛mfO39ځf>8AzT?K4&-'L=q(uvMcBҿBi BiBc4u50LzO^Ivτ}XYLE^.Y@rE2_r!UY@c ]}{DOK:>ʨXiBg; sL o>d*;^o .XIiWTʎ䋕k펝D6` s3ȿ37tM|:wK_LGȃ;J>UjaLse_K%;љۇ[,ڗ= NMgA bަ3d%OhSc˕mX쓖%TQ3؍_:^Єz#ϖk^Fˑ&;tKsyrC$5&Edr;Ix<*$S ;|fy`mǹ^`dxף22ְԒ 7gWwvJ{\pdr2EKuPIr!2UY6KQ+w@`s^%X_i/Z,X I`(!Q[)_V-m4j|]FA'HÚf?3/ךvG3oǾcxV'=S(jcAF|4~C$ s&YdD՜IJqDGD)^*X|`s%fGjxd3,@sZ=Fڣ/zq'BMo>%ߓ3 Uf>֝L'H^Z>->F@"' y5030V_\xI{C 5)h3\QhK5f kN>tSڨkcUM/s}aJǑŠ}lWL;M1H87nx@{0&Dl‹>gۼXd=?6z0CPgy:ַ>Qx|nҾ[)VPOvaë:k udA]<"e׋BTg1d!k-c3GT%ClQa| Ҥn/4#S| 2%$a4z7/٦ӿ3䖕FZ&};z/aO)Agx| ;䶗S2{߈ U+Z3ikXav-CiTxӑR$.xo\F y/808vxMW)r✵`FOs;z|*6ݒBebpϴ5os6h.0^G%֧pq%k|Ecʼn"̌͢@ j3mK bZY/z ځkQ@]/ 讪Fp2'd{9J 3-_!?ʋx !>"G6 -Hr[BZ/ N. t#lJ4X3 xJ[mcHEl"H^B էOE|W ؒw|R#,d Tk27~·MX s)K9a K[|Xf e7R|C"KCX zA6^BMFZp΢9_ZZ)@1|U3:|ZBB8ZLyA `Kiz{ V,8<ʳʪxLדy E=(ݶPgc7(lsW"b|X3Ɣ+jٰ^M&bĦ#@S"W÷\kBI?]wn5Z@MSv3mQHM'szam~ݠ jra/@zje{|A}m\ğH)$+I)^?Onױ `هX7Jh ka{SNS]nyܿ^D' T3 Z=](%[MRolXH16{vtU _)6t*V LKڹ9wEHi` 4߹x' . >S5㾋4BAwaey^F1w3u/frRLÂIO3V~2}4ZVU~2/i 7M 4s9"1&i*mXGͩ} 'UDž>AU_lK#ag? % )ʕ|WA 6;XvF0'Z[BϾ#fzzVߓcPt[poP#a[whX1}B9< _̻4xT3Wr6p-mF}S )CLm1ؑ(qG .~/\9աݹ͏ehu4iv c4aeo&8&h)c6yUh+li`fqR1"&YUgBhFK^Cvji4QN <+:t wԙ- 9Vj{f [^%K)+1J'H@H4yY@'M6탇0RM9HNoP#w3>Sc#65aF>U^{֟,ۂnd`H ZU!d&٪ʉz3rBWdTJ> A@fDxPL "R:UFw[ȾyUR&$=x^d 0+3J'J3WI;LG|X}#d"6H*m kֲ0CB)=l2)*v7a k7Ώtw;( "nhh{ty]&ZdFM~OP0fg? *V @Afr!H;QצW1;l QDFi4o ,ϴ,vdeJ#!yk_;.! 4i[ڧgI8e*jmڔtws,!Y6VzG9E(0O)M*5yo=#et @J9'-#cW#eP<â7Sb8V 5O60_3gcaZ"&}i+ލYwڃ;72&D41gEpD(BmnE]u82O0уKye) 8XBX_Ŗm!ʜĈFͶEVyxH^ݽ`̈́1nr–z81Om&1:`Fcq/Eʘ6QTޒ+?A)(ꛍ:*0]QJ>._l926uzůPEadҔX4/eaVd3Ae~WwlfM9v#X[ JkTp%="vL#+2)Cooè{OǒK mq1y`~6`,</9'e޾~fؕ1Og`ѤhVQHsHH(s#st:8fdU Һpg;1ZeQۺ3y"] /CCa־|vFe,9@;\ 5 }HsUc#`o赭 Oze_-. Cl,lߵ*#uglmʟx(lSxaɎlOYPz5umwJ)]ɪ9('s1LW^_vgAf (u#֩aylFCX^$Q|>G~12F}? 5 XPf*o^ي$t3|_f5tXfJd˚;t9 6 GQiG)a6^`D74QkNerx}WulNT֬SJ1H06o&jE? go|}n lTKɼeϽ17|HRbJS^CS}yg\"fH*uﯽE1Zߘ".J{t+gPK-^ʆC.94J9AۋU::#Ci=T*a9c86-}ffBY=QKhg3$˯S40N0Xɍ(n)/HO9Alg9p]%Ϸe$͎zI]a5=q'j j{25GkٰwY1d3Kqv nfz>T,(DEXk0+( _Fyp3ԗZ}Zҏ8U9L7> r=DدƂp\:FT~j *wWӥR[Œ1uQ 2f7ܫ t`dn6&zDLE5ž$!lFP>85􀀯q){hi'谙S?"@OQy^_u*; T`PXa-0.blFtʁ89*DcRHvݾ`xT=zvBȺ%V}rV ˨mpZpRv#mՑ 9(U JRߔ&Tbzx78cHzYNQ ֠To%O^ c-$@.`]=(?)+)lQ&yW %ho j.} t~"%~hHBm%Nw}N}jIBenQeٖa; IWC pM} dgi3R,DG}+#͈t  ]7kQ2FiLk+LDW/\Y6gPi@h ey,6'>#0aKn\Ll}1AdcCH+2 C٧h?nH.!XP2FK:f*Ak=eH*jv+@~HGo;p F|m:i`%3/#fqRa! 0I bnk3R^k"J-@ C΄es~'5O70|+>Y ^n5]3S<18cDY_-fW֛+⼳pM!\@g'wh(C`6ש fINl;~:FGݲ q uiH'~m)e2*eBҍE<t5}*9ym?4f񪪠-qM3T1cMPAaP*>*.*a_ k:#5 l8v8ch騙6=,C-@A{U"r+J ٥gUr`^3x ڎB=iqyF"iؗq@vƂ%@5 C|- 3(CWͣ2[11kf"35v( 7[ѩj)Kup_ӿi6O9}FNQN#l8cy~+S!Iu 3DZa}sl_3r۟KL !z_b*\{7ZTO[J^Ynx Y :B7K~R%,*N?g='{p k>*-k3H hj+s2`Ϋ0P-Kҭ7KŕoHao@u \B5.;^xl>dHAlւ//,B߰+񴼚bl;pWG#Yb>0EG3 x 8;j*cxN=Bmh N`I.nPX0K,O2ؾLeGV: 'Og(=Ȥ"2a̴BWX PV Q֏Ld0m j:֩k[6^mgU^sIXH1.}ߎ ߗOSCV/Hmx(MbYcމ\SԞ1,-Dѵ|(+~4[FT{RSIRxq:w{I9ybޑLڇ+NQC L0kPg'nV4h'M2* d,=QIvy>t y[$ dfkb$1V{ҷ6(odOVqtH5[i%+Eؿ#[^{IjCx=2͙ǗL-@DT Et138p%Ff9Dvٚ~K#_eP| Rs2ٔ| %*֮YAs1|lC'JCo>3K@,lHmZBfwеs޶Q&>!8#Ǝj2+('h~H&e"ox@c@Sl %@T~4R򹼲<=t3{GN9N(ߢ>߳Ħ:wXG?G6'0VSk6߉4ە8礊txk>/~^dvgա` 3}Y6h")jQ$vO|H}KGU)JߢzW-3\?bN@s`ڒik&]e-: } ́KnNiv_/[kR2ю ;=(PC k֬ut &䘃Rqt~*+7MY1=@,ğ>v\Z^ wP[jo m^DPu%;>PND\tewXTt>}2>.:qd۝U9%~&XIc .+$lZ&FuH7prG#q=r[V2(0$&(ǻK:sjO;VILdoDTQo>G[feF$+1^]ܝ|1/=̚4* _Y&Ķ<5`Y%zldPFky YZ