munge-0.5.15-150600.25.3.1<>,hp9|<y+* E2(ŦG&e Km}q^]zʌ䦺DoU>D e\نq9l5]MT.IܞFBs5Q2/ uv$|CagBrǟ̿~F̀c^i5uIXe22h j[@L-xYt2X!s/0(Y-S+VkZ*v0},>ċ(/4@|#w RA 5 >IQ?Qd  _x| :@Hp)) f) ) \) ") "8)")#)$$)%P%&(((\8(d9(:*=Ai>Aq?Ay@AFAGA)HBH)IB)XCYC,\Cp)]D)^EbG]cHdHeHfHlHuH)vIH wOx)xP)yP%zQTQdQhQ{Q|QQQCmunge0.5.15150600.25.3.1An authentication service for creating and validating credentialsMUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating user credentials. It is designed to be highly scalable for use in an HPC cluster environment. It provides a portable API for encoding the user's identity into a tamper-proof credential that can be obtained by an untrusted client and forwarded by untrusted intermediaries within a security realm. Clients within this realm can create and validate credentials without the use of root privileges, reserved ports, or platform-specific methods.hibs-power9-22SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-later AND LGPL-3.0-or-laterhttps://www.suse.com/Productivity/Securityhttps://dun.github.io/munge/linuxppc64le 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 munge.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 /usr/sbin/sysusers2shadow system-user-munge.conf <<"EOF" || [ -f /.buildenv ] u munge - "MUNGE authentication service" /run/munge EOF if [ $1 -eq 1 ] then [ -e /var/log/munge ] && /bin/chown -h munge:munge /var/log/munge [ -e /var/log/munge/munged.log ] && /bin/chown -h munge:munge /var/log/munge/munged.log [ -e /run/munge ] && /bin/chown -h munge:munge /run/munge fi # This matches ' su foo bar' as well as ' su=foo bar grep -qE "^ *su" /etc/logrotate.d/munge || \ sed -i -e "/missingok/a\ \ \ \ su munge munge" /etc/logrotate.d/munge unset tmpfile tmpdir=$(mktemp -d /tmp/tmpdir-XXXXXXXXX) if [ -e /etc/munge/munge.key ]; then # Preserve symlink so we can check for it cp -pP /etc/munge/munge.key ${tmpdir} fi # Make sure this is no symlinks - this may have been created by an attacker! if [ -e ${tmpdir}/munge.key -a ! -h ${tmpdir}/munge.key ]; then if [ $(/usr/bin/stat -c %U:%G:%a ${tmpdir}/munge.key) != \ munge:munge:600 ]; then tmpfile=${tmpdir}/munge.key fi else /usr/bin/rm -f ${tmpdir}/munge.key tmpfile=${tmpdir}/munge.key /usr/sbin/mungekey -c -b 8192 -k $tmpfile fi if [ -n "$tmpfile" ]; then /bin/chmod 0600 $tmpfile /bin/chown -h munge:munge $tmpfile /bin/mv -f $tmpfile /etc/munge/munge.key fi /usr/bin/rm -rf ${tmpdir} 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 munge.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi PNAME=munge SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi 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 munge.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 munge.service ) || : fiif [ $1 -eq 1 ] then [ -e /var/log/munge ] && /bin/chown -h munge:munge /var/log/munge [ -e /var/log/munge/munged.log ] && /bin/chown -h munge:munge /var/log/munge/munged.log [ -e /run/munge ] && /bin/chown -h munge:munge /run/munge else rm -f /etc/munge/munge.key fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in munge.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart munge.service ) || : fi fi   5  H  vO&~Jl J Kn NAAA큤A큤A큤AɁAhhhhhhhhhhhhhhhbzbzbzbzbzbzbzbzbzhbzbzbzhhbzhhhhhhhhhh255793dcbb409ca0f5329effb28d9b3ae6c2419c7a51b73271567a1be0daff0e7b58af16bd9f96d0a05d4c44d89e080d1f56191f04a549c21779522095ac90747db27b8ab137a14d009c68373258020c4276859bf832f7e575911af23809def17fd1860ed2f60652c7d972d75ea63e40a3201bc1f50b8177e6653bf4cac8ec8c7eb20ff3bc9bdc1c2f70036740e0b2dcf02c5a20c871b4e6de2dd794f54e184a3b692289f93166f3b6cd622484c66056ee91a85c302c1b0ae0bc367e65686893acc9041b0aa985d987e276dc494235d5e1e837a021a9e176fc7228cca49126b69a2c3a53f76f494b25f2b66141e068b582fcb4fd7898394dd1765b32d5d8b534efc05695ed6da8a309aaa409b8848fb144c64514b49dfb9dfb1f7e346ee243be5520183f13c058f4a193e138801701e512eaa5ae950cdf24d19255ba1c82da7abf6915d22d6227c6cb99acdbc3670901520903318e401cf8d5399b432ff2f8f3eb1f13e1326a66c800ae39399589c7afd2d2f18304fe80fc38e2c3fd6b8babdd0a5436d59868d9d9ca203b718fc3fbc6b42f6aeb0308c77758f79d627a4f883dea955441987ae8981647fe9ffd59714c893967b011342c1e0287109c96baaf60f4d2dcd2f1b0fc17640a5e171d2599d6bfe556aaa65f05b7d3aaca5e2292b18452b0f8736fcbd891cd96ce9587dac12e820c4d713e19f267d97c62dd5e9a36686e4b56efac546ab427af8c014b1e98dce1aa4f1f6980cf4cf9150b053652cc826cdaab843284c4f20ed30892c63f359bd302517b93a1a5f40010661529962244c2aa0e72eb9c870c9d63842ba913d2684321c1f7acfd05b0e50f091277a9902a6622789d96237d53905fa3974133881bdc7607fe90dab2104bac6f163f10ccbc13d287a33f3268ae5b5da6fe94b87bd5ab62dbf5b574ae5dbfc1c4212cece6ee59cabd3a4f7cb20ef4fd1b39b23ddd170e87ff2425407a6d98e54324fc09fa5a92e7bf7a88fca8ebfa6576f810c522ceea57ac4aa77cb58a99987ff018bdd6158ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b90321fb481892ceac8d05408482571cdde44cb2be485f43e1a0a6b1eebc542ab7500647430e197ad1eec9a3704d6bc7980cb41a108cfc186ff67664e3eb31d832a9276dbffdd252a34508d5d57343e5c3c6ed6d305fa82c59f25a899eaf82e80ba1cab334927dcfabaec4ca0ed970975a89d4c9c1b7fae9d55f572b894ca04d3972e7112efa89fb8b31337b9d698f54646125454d17f42f977b76a785f73a55178a49a8c8caf66a66da584595ddfa7d17b7cffb4d91e09bfae6d33d5bb04c2fff45serviceQ@@@@rootmungemungemungemungerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmungemungemungemungerootmungemungemungemungerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmungemungemungemungemunge-0.5.15-150600.25.3.1.src.rpmconfig(munge)group(munge)mungemunge(ppc-64)user(munge) @@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(munge)coreutilscoreutilslibbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.32)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcrypto.so.3()(64bit)libcrypto.so.3(OPENSSL_3.0.0)(64bit)libmunge.so.2()(64bit)libz.so.1()(64bit)logrotaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadowsystemdsystemdsystemdsystemd0.5.15-150600.25.3.13.0.4-14.6.0-14.0-15.2-14.14.3h@by@aaim@a^@aV@^^y@^8 @^r]µ[.[(@[$ZZ'Z@XXXk@Xk@XN@XIK@XAb@X`@X@X@X@Xeich@suse.comnmoreychaisemartin@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comaguerrero@suse.comdimstar@opensuse.orgeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comcgoll@suse.comeich@suse.comrbrown@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comvetter@physik.uni-wuerzburg.devetter@physik.uni-wuerzburg.deeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.com- Make logrotate work on munge log as user munge. This prevents a local privilege escalation (bsc#1246088).- Update to version 0.5.15: - Added support for OpenSSL 3.0. - Fixed "make install" conflict with systemd RuntimeDirectory. - Fixed big-endian bug causing failures on s390x. - Fixed systemd service unit conf to wait until network is online. - Fixed excessive logging of "suspended new connections". - Fixed gcry_check_version(GCRYPT_VERSION) bug reported by Debian. - Fixed sending repeated SIGTERMs to signal stop. (dbe6dcc) - Fixed failure to clean up socket or create seedfile having relative path. - Fixed test suite to clean up errant processes from failed tests. - Re-enable build for s390*- Disable s390*-builds. On s390x the test suite fails.- Typo fix to sysuser file.- Restore tmpfiles.d handling which was deleted for no good reason. - Make sure the product specific run-directory is used which is taken from the RPM macro %_rundir (bsc#1191336).- Utilize sysuser infrastructure to set user/group munge.- Use 'mungekey' to generate munge key, Change permission of 'mungekey' from 0400 to 0600 - Remove munge key on uninstall - Add a bit of QA by running 'make check' - Consolidate 'rundir'-handling: * fixed the location using %_rundir * %ghost-ed %_rundir/munge - Pinned down configuration by adding more configure options - Consolidated the file attribute setting - Consolidated handline of /etc/sysconfig/munge - Remove tmpfiles.d/munge.conf: the runtime directory is created by systemd itself.- Update to version 0.5.14, most relevant changes: * Added mungekey command for key generation via HKDF. * Added negative caching of user lookups for processing supplementary groups. * Added munged --origin and --stop cmdline opt. * Added unmunge --numeric cmdline opt. * Added several new configuration options. * Added systemd EnvironmentFile to set sysconfig options. * Added systemd RuntimeDirectory to replace tmpfiles.d conf. * Changed logging of non-existent users to only log once for a given user. * Changed default name of munged seedfile. * Fixed pidfile corruption when starting new daemon while socket still in use. * Fixed munged signal handlers to be async-signal-safe. * Fixed "Logging stopped due to error" behavior for transient errors. * Fixed misleading "Lockfile not found" error message. * Fixed conversion-specifier / argument mismatch in error message. * Removed autotools-generated files from version control. - Update patch: * Make-SUSE-specific-adjustments.patch - Spec cleanup - Update package description to match upstream's - Add logrotate file and Requires in logrotate - Run bootstrap to create autotools files.- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut through the -mini flavors.- Add Provides for 'munge-libs' to package libmunge for compatibility with the upstream spec file (bsc#1160075).- Fix possible LPE during installation (bsc#1155075, CVE-2019-3691). - Remove special %license treatment for SLE-12 as this has been fixed.- Add coreutils to the Requires(post/postun).- Handle license file using %license where applicable.- Package sysconfig.munge only on non-systemd systems. - Fix group settings for non-systemd systems in spec file: group 'munge' is used there as well. - Some macro cleanup.- added README.SUSE file (bsc#1085665)- Update to 0.5.13: * Added support for OpenSSL 1.1.0. * Added support for UID/GID values >= 2^31. * Added support for getentropy() and getrandom(). * Added --trusted-group cmdline opt to munged. * Added --log-file and --seed-file cmdline opts to munged. * Changed default MAC algorithm to SHA-256. * Fixed autoconf installation directory variable substitution. * Fixed all gcc, clang, and valgrind warnings. * Improved resilience and unpredictability of PRNG. * Improved hash table performance. * Removed libmissing dependency from libmunge.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Fix BuildRequires for zlib-devel.- Replace group/user add macros with function calls. - Make sure we update the user/group of files/directories correctly when updating - in case they have changed.- Use user 'munge', group 'munge' for systemd and user 'daemon', group 'root' for non-systemd by setting the appropriate macros '%munge_u' and '%munge_g'. - Create user/group munge if they don't exist. - Add 'BuildRequires: libbz2-devel' - Fix typo.- Add 'Recommends: munge' to libmunge: This library requires the munge service to run on the local system to be useful.- Fix typo in init script (SLE11) introduced by last change - Fix rpm preun/postun-scripts (SLE11) - Fix empty /etc/sysconfig/munge after update (SLE11)- change USER from munge to daemon for non-systemd OSes- Switch to user 'munge', group 'munge'.- Adding to SLE12 SP2 FATE#321706.- Setting 'download_files' service to mode='localonly' and adding source tarball. (Required for Factory).- Add baselib.conf as Source to spec file. - Remove tar ball of version 0.5.11.- version 0.5.12 * Changed project homepage to . * Changed RPM specfile from sysvinit to systemd. (#33) * Added --max-ttl cmdline opt to munged. (#28) * Added --pid-file cmdline opt to munged. (#41)- Add source service to download sources. - Remove static libraries: If they are needed, they should be packaged separately. - Add a %define have_systemd to clearer identify systemd relevant parts. - Add define of lversion insead of hard conding this. - remove README.MULTILIB: Package is built already. - Add BuildRequires: for bzip2-devel, systemd-rpm-macros. - Spell out files under %{_sysconfdir}/ - Fix symlink to %{_sbindir}/rcmunge for initV and systemd./bin/sh/bin/sh/bin/sh/bin/shibs-power9-22 1756809241  !"#$%&'()0.5.15-150600.25.3.10.5.15-150600.25.3.10.5.15-150600.25.3.1 mungemungemunge.keymungemunged.pidmungeremungeunmungemunge.servicesystem-user-munge.confmunge.confmungedmungekeyrcmungemungeAUTHORSDISCLAIMER.LLNSDISCLAIMER.UCHISTORYJARGONNEWSPLATFORMSQUICKSTARTREADMEREADME.SUSEcredential_v1_format.txtcredential_v2_format.txtcredential_v3_format.txtsysconfig.mungemungeCOPYINGmunge.1.gzremunge.1.gzunmunge.1.gzmunge.7.gzmunged.8.gzmungekey.8.gzmungemunged.seedmungemunged.log/etc/logrotate.d//etc//etc/munge//run//run/munge//usr/bin//usr/lib/systemd/system//usr/lib/sysusers.d//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/munge//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/munge//usr/share/man/man1//usr/share/man/man7//usr/share/man/man8//var/lib//var/lib/munge//var/log//var/log/munge/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:40416/SUSE_SLE-15-SP6_Update/f336b021e675bcfc597fcf8c60cbcc5b-munge.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux   ASCII textdirectorycannot open `/home/abuild/rpmbuild/BUILDROOT/munge-0.5.15-150600.25.3.1.ppc64le/etc/munge/munge.key' (No such file or directory)ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7e9be74972aa5f4e555caae06cf9f69ccd5f3964, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9f06ac79d5ab02b814d4bb460fa1548ace1d0937, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f90ee0cb08e428a699097eb6b0ff7ccc7f9c7ce3, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7aeb96d0a119f11e5971f3d2930d35d8db657814, for GNU/Linux 4.3.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a245d03fc38c9cdaf64c90e7ae0758f49c0afda4, for GNU/Linux 4.3.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)cannot open `/home/abuild/rpmbuild/BUILDROOT/munge-0.5.15-150600.25.3.1.ppc64le/var/lib/munge/munged.seed' (No such file or directory)cannot open `/home/abuild/rpmbuild/BUILDROOT/munge-0.5.15-150600.25.3.1.ppc64le/var/log/munge/munged.log' (No such file or directory)  RR R RRR RR RRR R RRPPRRR R R R R RRRRRRRR R R R RRR+6;}gsystemd-sysvcompatutf-857f8e325175b625542984213e42018d17783e715d81c7b3a9bdd82dd42e59c06?p7zXZ !t/_v0]"k%w6 h<ϥCR7_ QEa6pKd_@>k8pZp!@(=0RT?-ĕT|#v*4 w4&TTu!϶obh`Խ W1TNjB*L*83KTLˌ[A\R7#S%B^R᫘SGJOƅIgZf{+bdpoˆÝGRQ^o ,<S͏r !.@oV۫+eG"C_2K#vTE#0eBB;#.̘$@lĕ`Oћ$m`P<CD7nYëq 5:j{#ъjv8ѿ]Ux`ET&ntd`%.4y?qfWΪ&Wh۩)5A'85RASFA54;iɱ4H.֛{̳ FaofX d^2ioڶc+1/js5~[Ӊ1?d7H%SɌbgQph=06pgm9r]feWنcP~d;}~BtNj^D ✮;mי+rcT*7~Z"J0>PFYaY'4vaP\⣮2y\7%/{T˫<#M1 Uqzx ~Cg<, W+w?ӑZnmѷ@͞<-gma! Z,9>lVR#S7~7W Hq"IHūp۲)pVC/$-S1p w^ ʈ'TF S OK*ZCQbBNzX=X'SkLKtvUzUVJ־Ho3_:F`3'ZaGg@QT0(0].zkcݏ*.!!ޓ!cnlp??`OGuVp]tR3;O2xK^;bLx}w_\uƧq{)edj ̉%kcŢV ,ӿcs7T}#-|$}=H$gm>fB÷ יVÂr)r>cr="5x[ é /D*S0wU |L!+rvdoIj@Ew_[pޏ|zvŦ#ЧC~E0G06B{6&FOr]f)2ly4!"PSh+I x'MgTVK?7a$݈TSM:*bS-69pf$w}_:#ύj[[8jwYV?=t+!ElྻO}ffO Tv|'f@:qn!Jgl]O4A2p;9#[=g>)GYjZf4MAfi$?}!lW N?ݤ`X\ g˹_3.1?FL>7;pORƘee@ %rTf|CCE FMSLFFrCr60tѓf7vdKu4&Hagˇw򞬴T ȝ r5wUd]OP:$9:FԾz{QDc9Yؗđ7b,VZ "z|,gT0?Ykпdþ[D2A~ShR|ÜʛwN:^ ge-n,|룒}oz?h`tgCv?XXJôX ;o>ؼ*KM3H !d:B ӏubV^pB\o$;(̟7"hS`lBk7\Q0^ 8YQXWu+Y|49o)9VZ͌_I'Ѝ@qS·:d4qwRz误sP֥j&}Ch| ދ0b.Ry(I1TPo.CRW?aU2tD˟ݴ8YzkxsSP HFJpi׶ \'g΢ N@ ȵtl?j4ʁzҭ?w]mVT R6'VIIil:C qZ!{k;V|෉ [5 3$N7'O-@ {̮fu{ZYbc,=y/ɜ<0O"1(Cy`qzo~Dc;RQICKoǴ˔<t+4 ]P0tlٓr߱Y/V\KwIOXu/-"Hvk<]k)ZnX*)~T/ d:kq1^`-#=?54:Ǚo]ϖ~@'"^퐶̡ "DH3G8O}*[ Ehy&'厛5lc ){D?lf|CU=}nRWLOrH6l/}x|[o_wr1P!pŻSǠu9@eW}'L'%O(j8o-e$n8\g!犪 6hKcE$J_~hrcDҶK5UcyIT0m@mf NOscs|ci5Shn<ʐR(J`ڬ0ɯmm 3n7zk׋.|_#ςgW[qa;ydZadCtC̱زX3Z@ 򾖾fg_GL7(c-%L3񼷜{EMw.M#+EcNf ?o˲N"H~S=޼ZxngtޗI\= RR1xE·(EQ+y1]{W;*6FmN B.HkY8l&̎T'y`=VJ-gȞ, H]vJ:+bT|[;@Kn3I)A坴IZr峵}$#;=8C ` :G^,ۜޠFA}<Oh#zZ!42Cg3/ t's1Dj5; D1AFWm+IJRkO x<*ciS-Ȋ.5u0S[Qh<09L.F)Ƴ;Q"}`@@` ,r(;adL3%,,:YF s;$ ~ߔ2W`Ղ 9VB/.O0U_oWzS7Oh.)l:Sf/̄@>,S!SccL_ Pϔ2?RД,^9M }>ӏ?}"9SvD ~Lʸڢ}\m;DKWP:+'4H"bZ2$ҫ#sibT24guȯ]8n7!䆡" (Gw'&:]w`8:Xԅ>֜as4kaw4-leX, f36,YI?2ԉ_KkO|gY~= Zow 1O乢5bu45hڟFr@OeDՄ [ $!љ1#sm9 $>,fgJaVa(PocyAt2G?Y<6y#f[1 {160D__h 5nհŖNJL=I>$YØ n D5Ϫ <:qm<9Z_3E gdSXrE(Tq@مEgKZ ȧ Pꯑz\) ZCaG_c"*7k.3t,WOEH΋NXбiט28@Z>fیMcr:$[zd xs (Eobv6Y]k*\BbɚZ1mG.gv<ŏ`ZԎB{G34{'v'gpϞ]>H PsI)EM؊{Vؽ3;Ry#=l971:r Gk w+r"nx1S+Zlgk(.uNwӸfzQb9dGZt]^~[jOj8H/,ߏvZH HesIpM6BwTB^)pzcFls;S6#PVA=>Q%)/XwΦ$)|N.s| qɅwX`Ѓ&cɘhʱ1XW3̀֨0i.Z3ty@ꐜBDL?S EH'$|QZX+Rѷ? |GҜ7,d9ؓ2K o7 ~ũ̮nvP@xۉa`$~.ӿh9y#~Z~p]tmiX_ǁ6z `\[ kGΔKg8t;/#41AT$ j)g)\.b-M$K =(>~"+uMNSOPr/#jwN)V.FA:U J7pX;3E+DD-E &Ryb_gf7[0+a j(Lv9uCK.eK+(<  7G ft5?њ U$WBNThٟ(_ey:Yٵ +_=L~P2Kp|Vu2g0]06] )@yo:{2b|* {arR؜l{1L0|RP~V>)@-EJ= …;4!RN#y גnl-[/*q;Vr|P,3mVʒwouaߤPP`JZN(Zŧ3zTH\ʓI3q2%*%Kyn{yl7$/x3`\9u w{wT#+8/C`]_ )}] /M>ꗛ}iz|O cpͥx7nsE!< +Ir|1Kr2~ltiڝ g(f7Bd^Py0~Դr_uge{>cR%#9;pb5?3J̇ԋaW7udmP8q`tQuESw`'uG(a͜8z:)yJ~X.Gi!#R&~ExF #(+r s9vJȡ:Քm VΗYW$.k.>?c։qa|iNKaR"4) Ȍb+2Qe 8&8-&˥J ]uRI &.ޞ5l !MD,PkI8yHMMm|Ip ի7PW'Fh*(a"'MVkFIyYPȸD6LS)'|B'.P/7jґ9 e}`9a*^֯WEy!)Lk };@O.b#{>=4|2{.$Ak*h,U:~ǜiU$~m7fJ#;gX=LYÝ#U ?5K)vH!ژ/\GEʴ#uEgph #AqVo2"%.5 |l1}R-Ð qL3v qҭgE] >=n=9,v#[J@oQE}߲yN犃4M[Yl_H6hxA)9>`j {5kfmW;k"Lr0ބgX]mf-@opNt)8l`wBA}5ls"sy]@] (8&ܔ̭G"=V^q6LMYdq%$"V_~M٦\h豦Ըׂ1ӟ}]:M8G:wG 9cY0D٢8 ΒG''м¸P*\<Ʃ]_<[7жnV<.SVC' N|£~?tSEঠG-e/f }<߫6it?;یꂁleUn@v"RF)ELxB`_.x)Din@Iu5j iA;ڿ$~fF풥z$rBÛmxYWǥ_oV$A3b&)8 69hRZRC}{uuAdQl7z^Pv.~I?c2Md[eTe7Kt؂T֑@EF{J?YgC&{!=Gp?CG:L2bJ3Z`k]ѝ;u&͓KU ֎P{&Q\Or㸷^T_\z(dq̉кMu7@pp 3~L[6 դ^KuMvejQyn"!\)񞌀9la )|ǣ_rޱeʃv~k#- @xJ,Jy">, `r U fGs:ӞWhp%/BBχ2)lj&'YuoWmX.!ظG򱶔;;{G<\c@i;y剑+#k-1r[D)ի hJ"YcK |hʙ"ݞo@T9iPvD)'$7G ¶w*% diWx?ޘo`E* }TuA4{B.0!6;tD8tDBW(oUa9H?Tk;gYP^d2JBH Է&Go aEM ; *N?OU0$_ҢI/um@ir,G]k9a Ma܅v}Ϸ({F#eN 5W_OdN~w+5jӚt123[4? ( "=h {Ւg6P_Z@t"A8BM:,G?QތgbaٲmToSǯ=3VJxbĈkN.Bi)^X;3wB&k ŠWAK#,yVY3(-֘Ǜ%Ч&oѾ Ձ`r[~pG4 6E֥iT~Dg > UN l$C1l'/lVډ0'3-&/ums-tS2_uT/':—#"G޷8@,·rc=s Ҡ^we' ^V%:o9rXDzs8ު1@cnNJh!@ w饷XU }.PhّȍC=Ĺ4Wu=SY*s>_UB'ƅ.xݸxJ֢u|pӃvh‹~7UnO] ƅ'š$DgwU(Tq!Cp,ALR.NmUQ竌G{:R]9( j43"``y_qCQOgɄjWXzl#u='BRjhL+*Y}Rr9rbyx9ed^Bׇ.o?׋9>SeF0B.U?jS/A=^SԌCDLe `Q AC:IfVw\A3p2!-܋6^L͒6|d7i_eiRR]EzE\Ω;xK|A n uَȷpy8h)\qТ4 D@R'Ps'aVnbW*UPnc345ky]e=27W (&cw;Y!&@t@ٚvG#֏#v/j߬xzPˋd']“x6>uk(N'dԷ5"xQEM.t?d$6%3y,0G%}B7?-:EA68(.ˇ븙JP67rpSI{4BQ>z4]媐מg' ;L;v}DQfj mt)7ـ;uu'sqoK. W aT5T*.k/U(%ONIWCWAYY8%$ |%9'co{ ]-5xc 5 okjj,a^M\ y Mmyϖᔜ T":TT\~@4p] I$ W"BNYx)EȥI /2L>x.oybz,;>O\vTMgo'o/(qD.ʣt^v|sEZ~&3s`1,0FDZr$j8,U0_p G'aO4NyA,ͥ,,AZ=3~fN; C0wj|.-76 qsCr'՞OJdS9)'Z>-4%Ҩc\SXkЫ'OBItV[*22Č] `2;uϑIx˟/+O,ƘCs#uLYbWݳ|:TcC4f f 'd O+K#NXl,1ֺC>ۅޖX,߰T#k-C r?X9J]l6ХJ% f'/ QĢJ;dvFQD|bŐrJǾf=%xn~L-q䫜=JDL %ك~3fDo0:fDTκ~2ޞ1hJfAK72:V:E'a ʏ~{N)J 7>z~ca_wsI)qlQ̟#!P=_J()Ư= suN_UN#B#zA%t_gVn2VJ#neSAyॹJ街].9KipWve6UNlS>[37'.H6F?Zj*7%NKWޫh$ 4<Ĝ(87 +8"*`Vf z10: 2\[IK^uٲql"u{ ]Lad2L'4QT EPm!X*JX2'jehoF$=:o]Lƴ+| r ݖ}wbѝH H2("͙%; [/BbzGYj^ПduPvPnq.sKd%X+tv*MYu#>p; -SJ'n7@ߦS ! ":,R*n6N8,)ӀOf!܎o㿔Ŏ_[ہmbA a jh: >yE*lj~u[F4FSȴ#/PUTtovCє$b:k|(xu< |3 F)or|g/k7rƹ #ѣk J uހPQ4j>rVEib~ZjEJ^ϸ N*fT*/NEIxF׵oz"1GbzRfEu-Zga=I:@p[rW/Ϩ|dU?O nɀ MUmEmG2@;_Jx%Cw3J)0"I@#;JŻ{JՓ+ag7_H[Ev@SL|qv P=ooXƑͤ|""}rd^QnWzN/Z ޼;5)g>pyQП_&XQ쨃LIc|'<7;C VVTA6й4P D: ݥ|s1D|8s4XB$ؕ`jn":k6e)E SYڊQDIa7QW 2Xn$dCDha *a} GR)duR]T6sT6I"vcjJB B Rl `ئVƘ*Zo(_BPiPݢbpuy (l7O F#oO+*!C=4j6 ʥd͊aZEtجS7xi$2nۮC[)|țփ,6BFad:e#J7~̝5)ٝJ^2։kJCZ[wS!ዯ8rX.-4*+a?Sa2n\X{`kU#[b{uGf4`4QUFh$W~*sVr "OubUHx頾X? @b"'5m~am.bv›>UD![㠿W|a0r' 8+,rQG:4 eClۜGmEf %9ZM$Sq~2,+B1.7rz%.-2{X 2xq ț<#iS̼礼FRJ^ ]:\{};δF1@נ[O 0CߩIbJMD1x8"sads OE--$[ /KihZwQ;eu}꿪4ɑ\:4"q3m+ 2).j2Kn0*?,8s!âHeG:9԰VhL7}fy3O҄ExS1Q4 wMMH5_ y^qv  |Mݧ!M\B\bKnQnũaWC[-k` ~TzX噄Br1{*kqE3u֟CN?A~?}";6t T#@;J4iIU舸"-.Fsq3P t,ZTA=m4鰧>SMɲ=WM!}%t)Yߴlڗ0KOȞ( ?펵ŶXt`WvCiZK9븫":Xq_$r6^^",{ABàH| =-eu +ef@]u1kPs ݋xВ 5B]Di3Gwt+j=r\4e4-mIھ JL/ee6iZ60uzmޖUbO@:ˠ!*1 n~oIѨt8ˆP>Z_}k9]?/n߯B jSH#+amGAp`>Y5毄E~(MJ9Enۂow3B݄8l%AP:Vv[ 2 )^O"Km֪ R@a`)ksbC^,͛esvQׯՍAw?sd\d yU< Vh;%ոtǣwiob,uq>31!7I&0&q˳ܟ{Wj#,ȅ>@uj:e-umsv<(Y9,pPy_U_hK |5b(1iQ׆hg%c 7M8bD!r7Цu^ `G5i.M+(N,&Ȓvz&Nm$L}4fؠ:ㆣ7RS#ApFx7zy<&Էi3)/Hn}`rBGm3lUWX 1P/E*'ϘIv 9f˶l G*\%+e2^]7JBu]'WŜ@iIJOD&aDir,1~6J+VFڏw\a a0!';%reRV?${~vW>5CR'Ǻx<4 wv腈{_0;rzP|Xㆸ(Ph^-lS פ-퓠}{p.Me1q3sq8]0% $7Y_iJٝ~k+@5&z8k!xKgsYVrp=,=}!B@ ']^ˈ̜8(FV9Xp-_w9&D"/lZqyONMD'? =PlvVuN٪.#i#V(n(پ4CNhDslGDZcȲ_r$tz? j: 6d}Zg Ӹ?Wt0d=pt145$T Wp}U9.11t} y]>4IO"l_䋳wfJP7ibUnZI!c @jw=tK(J$XFȵ] *ԩaeX #FqaD@LJ U!o)oOI935.[DwC+K`f^~ZK~UC;]_bAF3Aq#P2 ^wFp5aArhd~iљzL :7Iwձ=`B@r?eSإ=dc:rTL:6hh)I&la#!%9"?<<,!螥x*^Bv\]`Jq'Q/[<N>|)?UڗSiea;>Ju~f%YXa/!6Hj9(K\v>hNtE&YO~tN[i)rF5Gˎ(uPPl ykf,P0zE5cOR LUk>lDڅhRzׇ`}bkxv%q{w"*F_''+7̉m:q >c-]OEˎC\*#&gXofo ⰦFkpjg%Q݋=XoxJ=j:Ug;Dm;$$CHr>a[nq>-<9XJy_rm y7fd~;(<گg&Hd?FgǭEH*^:O c ?-|qZ!`7F9wӸq۝J&ۗ8Er9(ٳh$3yBH'gpևy(ިY\PR ț[J2zᗀ8ة`G7LKT¬XQ-v3=Pxs]5jџHq3wp˼WHbG<څ/F@rLhLIh.&Z\$U{uu{=h^H=!NZ:|NJZ8,vd=۞\_p"s׋HCl1{7/UĹ1<+ujz0cjEq C#1J,28A"!Hdw%E )nt񘰹e &q&"CsG=ĈК2; cVv eH\ySL(,N,<0*ۼ ߙ~fN-W6} 4H׸%ډ-!_&&6ߠN gWz[c 8m$I_@N!՜QrOڔErkʯ@`F00{tKzKA zRJ/Օ5sbx~Ef`Œ&K%dĵP.~W."dCj gPLU6aJ  Pz75v7w`vyQo1t"\blXܷaEI+byP7c ᧽/Y[@UaLs ӥJjl|E]GZPj>J *fl.ϡ] &w|6<^`2шsCٹ抁?B~G9j}>Fؽh&}C04CJLrLk;ɍaz\y\MTs_|zZF rdW7_(7Z֨]NܚXMne $opg JkH)+Y|r%Hb޾ܔ*6旛4$s޾L48dmM7Hw'#ϦKfSn*ɐ7%@?bESpR^[ amSKYm8oKQsyu/d%m3|hJn6{/Hq'}4%-g3g'uG1^rR3B1L]GΓ>.ZU5~o&J:cPK&MYc$QSPlPL(ab\c wH<h %w' ?dȚvWЌDQ5;?* %DtVŅߋN} [Ӛ?=⿴t˜ѲZЕ-d3P59p9{ piuwB7cd%25_JvxX^ ϟdȤO.NZв8T^ _ͱLYѐ7[gvڒ1wN#>ѹݏT/KaMpVI?jㄘX —6dp Йd8']6rdZ sH&(8aWj+a$a!5cBC'9@JC{^+wҁ2ڢT؄sysK::A\6J_{%$E%R)4uV7ad)ipsaa:9/gk[ pZDnQ3p)n2wUUԌI8!qQt\b+"[svhǙ+e7uėdA!v5(uF,ib3@Ү^Dx>I0g?In9Phyb!w"JGZ3g ,񭔫Z~i`8LɤNXiyb}} !WAfAo>/8:Qg !WEb@ZѢMDz*_dn6HkT9Z:i_-uBK;5 f;T]szQgжšw 7/~=̖ bJBF7=͑5z3^l* cmRWxԨ+wAOi:ڋNPN%xȂvFhd"/x!͌£͕}>]a;%Ux:](g'xYzd=a$,'穯#TIGƕn/}8W&@;ӗvUi\:SjYhNƇ$! Wa>w*hJ~SmXb;p_kY@P@b81[O3 8SP=UZK? TY_'S>Τ˾okD\vhOYkoٽ$q 8S~m ^0 E5Z7~}TkfXJ-H'8Ui >*iruSjFa }Ghr.Êx@&NYq3,a`)ӀhoVGϦ}&E5+,{PdPmw+to:FF&c+q2 vIE&?Q刃Kd(KzdJIS}UCL8Ah*ǎEbhy鱅嶴3A .Vz.NU Ƹ=G[Nw4x!|vGξ]+UMYLyQ٦gmo5X1s6]?NsfXqJA 5`HlÖWہNpYEh1賚--(_(Aߟ:2['ee"8xhK©YP"=cz,$~ٽtbs8r$N]J$9=Ft61ÚBtck2%W-;jnz;v( Y A=WD (2 l pe*3忊)Хa=V6o+.@HgOWEARa}(44pt۴.M)!B&ھj `*mh3m߲g+S{hR<eZZEM>;il56I Qd1ӌ "y>&XyO3(M] mV18v J|:ߩ(pOƃ{mX7KCJhEaXe?~ t|:C 1m?PG( (~d1U$Koq "ߥs=iR|Wv|@/s,:+-8 I:$w!@fJgsDqtCO CgLA,*B?6lnHEna9iG&,7~`I}&t,kk;,$qOvD IߙW ͝W[E%w$E(MRyܣ܀E#͏Rdb\<=l~:-V:!䦀z!NB܅Sƅ!#ϛe}g䮇MdF1Z w/uH&yqb~1A6gAEL( fO=F5ŲFn BÉ @4dCDvw#^ٮx⦜slD0B"AY0zLԑ縨(iH` !Z!<#-ؓ3=:I1BQP;D3(n\nBq3ׂvբXCY[&mbBIƺ#Vlz*ȴf?ܿ]bSޯq6O^dljL(gVM%r;P4ZBqMSmjti\OO٘'aazIhfA0 $2oE+9gM|ov*؜MF॑Rc!.OWV$9Gis|aEʬС|Ќ wӧ$T`_uԐ$*2[:9.&P< zz#Jag]\#}mFQ}(z5{#A{4+A*bvH@00DkZ!q cg{{M{lJܺ)g_*J4wH}BkD2-W>st-t$hagk`h\|ZOD'c=8JyJ}An M9/ZAn|Ij/S&P,BY^EN нJI$K ~RiwQBmٯ&X4@ZЄBCPwSDacZǦI5l~i{0C;LN|9>h qE((T[/#00G(m* QOo97 9]&f+S,bF Pr`϶&[PuVƥAB8kм'|H<̧J;z^ f"Ğ[.sDVWG3i.5xNB|1o+;WyTEu U%=K 8+{3I0{Jep( Nw+Qڥ+ =N-HL M`/yj[[w2=(߶1z =3y~f Fo$oҘCvZ,|Z6h".*1: V%tn#xml-|/<~еXI ?q =|xTВ]Yİi#zrd3?S2~]::$t^:<1; 䲀ʺ: -Qv_;js)$Z[E(٘ V.?+Pt /O540'_hOVbB:~61`%7zXU9u-j\s`dΠUt&].6+wPlTsjXꋯ (HVaIg-]MW}]+*̇QgjEkJ,=[r嘞KF V{D`.W T'}.G8rbGH&Y\yNuE#-RjmnG(!@0eA TrAE|~Oa[ϝE'A*/!GGP2Ɠʄu$Ȳ:MgZ:mO5s|ku]6_YÊQ4#}W]TB2@Z#[t YJ咨R&Xw/v(Q'Ѯб[KYa?k;w(7F"8.q#ȿǕ:EY1uZ܈D4Tlnyx#J]>3+q41]=+mOзac?NR^9?|f mhA ܜF( ^&D?sRt}u#&/T{ RZ