klogd-1.4.1-lp151.3.3 >  A \̸/=„# j'ױI"tX6i75V%&4s2d0 l|JJ#x m|9b}/yPc7Ьf So7OY75)(M*uj ӟݥpFJ+LA׹w)q;XZC 2͜ꢯ.g*"eB_C ,6%VP-9b o9 8r.0f83c8ceeacce8534284df13d3d871e766e708ee92047a7b1384fa0e72eb65dc1ed11277b3489bc83558894c808acf762b91b2fe`\̸/=„zeMbj~[1K d iNZi5 jڞeq5Z7JU[ٻlhJɒpf?_쎛x?Wg B_Ʈ/Ahߏ[򷤥>g6-(P˪WsUhSh?s59@eRy%*6~Xυ@A?[Ol!Q#J{i⨰uYLo l -5m6Ύ:)~C6 'v> G>pF???d  .04<@S\e $8 B L ` e | LZ(8C9C: zC=;O>;W?;_@;gF;oG;H;I;X;Y;\;];^<%b<c=+d=e=f=l=u=v=w>x?y?z?(?8?<?B?Cklogd1.4.1lp151.3.3The kernel log daemonThe klogd daemon 'listens' to kernel log messages, prioritizes them, and routes them to either output files or to syslog daemon. This version of klogd will optionally translate kernel addresses to their symbolic equivalents if provided with a system map.\lamb03openSUSE Leap 15.1openSUSEGPL-2.0+https://bugs.opensuse.orgSystem/Daemonshttp://www.infodrom.org/projects/sysklogd/linuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in klogd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in klogd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-syslogd-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-syslogd-update-$service-new-in-upgrade" fi done for service in klogd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi# # add syslog variables provided by klogd if needed # PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in SYSLOG_DAEMON ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in SYSLOG_REQUIRES_NETWORK ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done PNAME=syslog SUBPNAME=-klogd 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 # # Enable the syslogd as service # test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset klogd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in klogd.service ; do if [ ! -e "/run/rpm-syslogd-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-syslogd-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in klogd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi 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 klogd.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 klogd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 klogd.service ) || : fi else # package uninstall for service in klogd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi{큤\ƿ\ƿ\ƿ\ƿ\ƿfabb775cf87a66294e22c0a4f54ea512a8b8a24bc7bc5954a5bd62eaa2cb80418b47d8b947986c004892e7ff4bcedf5c01ebbcdac8375443d84a7d839a1d4977751662ed565518efad7a8c259ca6e1c92f3a415cf720bca62d2e7deaea3305288f28e48c69186d7685613138b4cf3db3f74541842862007751ad8b026676de3c/usr/sbin/klogdrootrootrootrootrootrootrootrootrootrootsyslogd-1.4.1-lp151.3.3.src.rpmklogdklogd(x86-64) @@@@    /bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z@X-XCW@Wq@V@UL@UJ@U.@T6xT)IT"@TT_S0S0Sof@Rx@RQ@Q']P@P[PPPpP6@P@P~OWMOU@OB5OB5O+@NˎN@NS@N^Nx@N`@N_sNTNRDNRDNNP@NK@N @M@Mߒ@Mߒ@M8#L@L@L*@LbL@IK @K @K9@K@KUK.K+nK J@JJ]@rbrown@suse.comwerner@suse.dewerner@suse.detchvatal@suse.comtchvatal@suse.comschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.demt@suse.decoolo@suse.comwerner@suse.dewerner@suse.dewerner@suse.demt@suse.commt@suse.commt@suse.comopensuse@cboltz.demt@suse.commt@suse.commt@suse.comcoolo@suse.comwerner@suse.dewerner@suse.dewerner@suse.demt@suse.commt@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.demt@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deaj@suse.demt@suse.delnussel@suse.demt@suse.demt@suse.dewerner@suse.dewerner@suse.deaj@suse.depuzel@novell.comwerner@suse.depczanik@fang.fa.gau.huwerner@suse.depczanik@genesi-usa.comwerner@suse.dewerner@suse.dejengelh@medozas.deagruen@suse.decrrodriguez@opensuse.orgcoolo@novell.commt@suse.dejeffm@suse.de- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Use socket activation API of the libsystemd- Require user and group news- Add requires on klogd, previously in requires(pre); should fix issue found in sr#412257- Cleanup various rpmlint warnings - Use upstream url and sources - Remove the omv files, not needed- klogd-obsolete.patch: avoid use of obsolete function get_kernel_syms- Reintroduce /etc/sysconfig/boot for having KLOGCONSOLE_PARAMS back- Modernize systemd service units- Be aware that klog.service should be handled by the systemd rpm macros- Update patch sysklogd-1.4.1-CVE-2014-3634.patch (boo#899756)- sysklogd-1.4.1-reload.dif: remove bogus use of feature test macro - sysklogd-1.4.1.dif: refresh - sysklogd-1.4.1-glibc.patch: remove obsolete patch- Add patch sysklogd-1.4.1-CVE-2014-3634.patch bsc#897262, CVE-2014-3634 rsyslog/syslogd: remote syslog PRI vulnerability- Add patch sysklogd-1.4.1-glibc.patch newer glibc versions do not set nor use _BSD_SOURCE anymore- Klog service: Move the Alias tag from Unit section to the Install section bnc#893741- Add syslogd-rpmlintrc to sourcelist to shut up stupid factory auto- Stop syslog.socket in %preun to avoid the daemon we uninstall gets started by a log message due to dependencies (bnc#840815).- use %_rundir macro- Change klogd.service to use BindsTo instead of BindTo- Replace `Names' with `Alias' in klog.service (bnc#854315)- New rpm had removed "prereq" flag from installation script bits that is that `Requires(prereq)' is not valid anymore :(((- Updated syslog service activation description in the syslog(8) manual page (bnc#804299).- When exists, remove the broken link in multi-user.target.wants pointing to the common syslog.service file, which syslog-service package were providing before (bnc#790805).- Enable syslogd.service and create the syslog.service alias link in post install -- regardless of a preset config (bnc#790805).- Fixed typo in syslog.8 manual page- Fixed service file to use $ADDITIONAL_SOCKET without {} around as systemd expands them differently (bnc#788330).- Added version 2.0 to syslog-service to solve build problems of depending syslog daemon packages on openSUSE < 12.3, which require the 1.x syslog-service version with LSB init scripts.- Dropped SYSLOG_DAEMON variable from /etc/sysconfig/syslog. The syslogd package provides a specific syslogd.service file and creates an alias to syslog.service while activation now (bnc#788330). - Dropped SYSLOG_REQUIRES_NETWORK, syslogd requires network. - Updated documentation in syslog.8 manual page. - Adopted logrotation and svcinfo files to use systemctl. - Dropped /etc/init.d/syslog and earlysyslog init scripts, added /sbin/rcsyslog as compatibility forwarder to systemctl. - Changed to install in /usr/sbin, compatibility link in /sbin. - Changed to use _unitdir macro to install systemd unit files.- buildrequire systemd by pkgconfig provides to get systemd-mini in build environment (to break cycle)- Avoid logrotate to exec for similar entries several times (bnc#713584)- Restart the syslog service only from post of the klogd package if the needed script is available (bnc#750478) Thanks to Lars Müller. - Some cleanup due rpm lint warnings- Add `su news news' to logrotate entry for news log file (bnc#750263)- Detect if we have to use the new /run/systemd/journal/syslog socket instead of the /dev/log under newer systemd versions.- syslog-service: Added SYSLOG_REQUIRES_NETWORK variable allowing the user to configure (override) whether the syslog daemon config requires network or can be started early. Default is to detect it for syslogd and syslog-ng and to just start rsyslogd early with its normal config. Removed the rsyslog.early.conf use as it is usually not needed [enable on-disk queues] (bnc#728565).- Do not use early configuration setup for networkless configuration (bnc #728565)- Add pre requires for fillup and insserv to klogd package (bnc#731541)- Invert network/early logic for rsyslog (bnc#728565)- Wrap touch command with correct umask (bnc#725875)- Help the bash by using TMPDIR=/run to avoid trouble with the temporary files used for here-documents (bnc#724610)- Add syslink to /dev/null for earlysyslog service unit to avoid to start it twice with systemd - Do not disable SysV service links with systemd - For syslog service unit add conflicts witjh syslog-ng and rsyslog service units- Fix sysvinit boot script as klogd is not required anymore for rsyslogd and syslog-ng (bnc#715648)- Opps, move /etc/sysconfig/syslogd -> /etc/sysconfig/syslog- Improved syslog-service package summary- Package split: klogd -> klogd + syslog-service because the service boot scripts and service unit files do belong to all system logger daemons.- Check for klogd buitin service for syslog-ng and not syslogd - Remove the klogd enable/disable service links if required- Make klogd.service and syslog.service static files and let systemd include syslog.core within syslog.service, only the syslog.core will be generated depending on /etc/sysconfig/syslog - Do not touch the files as long as syslog.service or klogd.service are active- Add generator script for better support with systemd- Fix build - create ghost dir during install- Disabled klogd in /etc/init.d/syslog, when the syslog-ng.conf config file reads /proc/kmsg directly.- don't use /var/lock/subsys- Removed touch of obsolete /var/log/boot.log from spec post.- Improved systemd socket activation support to support multiple sockets and activation in forking mode (bnc#656104)- Make network a should have dependency of syslog service- Add systemd support that is that syslogd check for systemd log sockets (bnc#656104)- Create /var/run/rsyslog in case it's on tmpfs.- logrotate.syslog: redirect output of postrotate script to /dev/null (bnc#626318)- Newer killproc sends only SIGTERM as required by LSB if -TERM is specified on the command line. Use the default which is SIGTERM- modify /etc/init.d/syslog for syslog-ng for https://features.opensuse.org/303793 compliance- Reformat boot script- modify /etc/init.d/syslog for syslog-ng 3.X- Do not lose signals during reseting signal flag (bnc#568150)- Forward read-only root file system patch from SLES11-SP1 - Correct time stamps of the patches- enable parallel build- Add read-only root filesystem support (fate#307235) using bind mounts.- refresh patches again- updated patches to apply with fuzz=0- Added rsyslogd to the list of daemons in SYSLOG_DAEMON variable meta-data in sysconfig/syslog file, updated syslog.8 man page, improved rsyslogd native mode usage in the syslog init-script.- klogd: Silence System.map and symbol lookup warnings on modern kernels (bnc#505421)/bin/sh/bin/sh/bin/sh/bin/shlamb03 15450620801.4.1-lp151.3.31.4.1-lp151.3.3klogdklogd.serviceklogdsysconfig.klogdklogd.8.gz/sbin//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//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:Leap:15.1/standard/dd4f76dd68e517a4a78f716c1f3ea4fe-syslogdcpioxz5x86_64-suse-linuxASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=245859bce5dc1a3c157e074ba357884da3b66b11, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)R R R Rdu-If^9utf-8b6a72aad9cc362d59dd377c0e86c918946ffba82f9a06f7b78e429bd0a6cd807?7zXZ !t/I] cr$x#rb31fV_4>xr^>-ڽ3 ӌ<(K@쑂eabkBqitb\'gonҐ4q}Jm\Ӡg{X3כ9VJ S0ǫGЮ-AWf(f$}l6/+(,<ŗ e06p|"<88x?8ߓƣ畦3*. OiŜ{# =6dY.C{$ -TM5I )h1-%,rv:5bRL*ۡK~ xr3㾀yOLZ| >Oy])K6pCMsMJc`pZ ܆QDOɞt,(-e_t Ocs\'nSp| 7XO綪=#̊qH7D\S,^[aL?.K]([^&>st LoZ eY#zֻ% nE3XEs!ؠTqug(W ~> F׿Q8a$h'/}8*Y䏺F!dvHMC|OٕMFVh5@0.17l`Nenq~r[\jDk#>csϫQdҊO2E2TYknm>hfN2 @Lo DOV ch#o0ˈ>9vr\C`l< ΜJ({ )5jzKm*{yih ) ?(ˎ8\7"97؛BCbWL1 9<դ,wN[U G0o8wF.+lzA%?JFsSa+|J.[ʜ# Tz?V8 K J@{4zFMfꗤ]댑fo %n(>ç6pdjBej75H<KcLus0mz,ju^xMHK_$2vd7fp&w&E'0!>0Xy3sGqIrढ़=LєO?EYg!{TY7t7YoؙڦaH5",rgVӀ AO 2Jª/۶*_y#"pXjJJ02 LHҵ4D|ב<GgoDzuδf[M1RE>CM Z8±7 ʦD1E&P[;j_t] Zh|#ѩjPg3e >BUtS] bx]:uo9! /p06-6׿}TL!t2j\ln^_/;Z'z[æi".ف*oNr0ޤW-7v~fz뎒PU3?!.=hx{Ȧ!)jflms#omsE2QR k~m\Q%7%7qUR6\.…t9o9}UKh'cf J(ǜQ؏d#Ҁ F}ņU|q~f\Wp`4lٲ|нa?Rvq1t{_ {h8)!-bR`6u,:ɲ&QZj .YEAEng.̏qI*X 4-+O)%[>aey:p!~Rp1fpjS;[/zgy&]]GcW"+U I,/Ű s*a"=H蕱צ>/gɜUjT.l XjsAїfHRak8Ak택wg57"t#D kH>Dzʸ%mVFOt(2IV($*CrAْ*sk7Qr'Xu K>~Zǜz'!DSĨ&%˴ᆇQS%[Ύ[ev\Ǘe -1mn:DLA`SmӗXR]MiKVX0C`\ք/6Mu(hkS JƢ. ͮGYqSǡ"˞~HnZztKgZ. 8/'GDMBcīk,Tܗ&@-TҸmn!(UmuyO:Ƶ:6'hIAfFfNjh 1j;ؕ<>T#rldVV$\ĀlWoĄamxſX=bpah 953/ cL̊+?&6V)] 6T 1"kk]I56!( 2N   ,&?43SA_u%g[td>N,`+eJ25r9w>_J%IntZTZsN7I75u>YTOU\S 5*oZ]B׽c_į9(D ) ,\2RmVyFL? E<f*Bu#q2{ܔ(P9Qp1QFCUh{"% = E+ k#o"Tߍf E8*BHb|oDLpmTĨ@CoBMl4aI_do zTXl o c&@˻wKHXmkiYGmhG(kZ7rKxbm'6a,RYl6Ѕ,G|Lkzaﯟx)L G\C&0-/~@\يHjcftb{2LQEa5i,0%JP0>QBE\9rĘTGؐ_آ1 }>c7cD V iNd0D lw ?ڴGYe!d!tƵU;<=cBV ;a= b6%9-hTx -FE}ܕ$/m#x@a%~oߝ`΅E[u5ANp4G>BC '.p ;rbKS-pii[GtF=e)Wc30|hd"xoO  F4JU~h ;B2S[ym_5 "hd=G3) V47nHB cۭp<<Ӆ3ӌMSGjDL&v+IvAǢM3E]=*Pؿ ۉ*ottvZՃ尤)LKRֈ"[SC8tUlohBϪ 0heA1=d-2F;ڗ[zu)ܳ@GO:ܷOh܆`PPƭ,Iai&=F͖6A$F_!.P_T2mI2N= ^ KV5J* ZT4Rf3x.#3ӧJ g;ưf4iLw ڜRMQ('^8'p+Pu`sanZG7bӅϡmi=m}z/lJٗ9_Cq7T޿wğs.a˓Ha@29tIĎ;!b_J=\T'`QT$b0V@蠕O.P_T >@K ?iqEh=>-_)yLmPe4ǓWAm ډ^"60o1`ijC%y׬k*&H:5;띦ReV"KEfSi |]qw!]ѱ]=2 yI[a֪~AJkf\>lm䐺 q@(U*W6ח}xotFo윱>69ެik^~hLJ :^-iYg-(|yPNߑVPkaA8A"s;EG*q6R n$u 2/zJM?c\L{!I@kYÞa[[*As.GX=Ucf㱃mb%$DB u_7Y.?L!",9!$m&2k1{#_rYy)|,OȺD!$h䩸KAʃ_5PIcZOc@.혂UJeޑ_X$"X-+mgc2fZOJMn72~g2,J@`x)BgiMk4HP0Pq&ґG٧5l>sXe|ux-7E'Hנ!jvqѱ9c}u q)@A@*OH[zk|Db1XW-v?sceu~ȉ̀kļnCUha{\͍܋ᩉGMطzk=jntrrY {4+fۺ}T5>YCͽ@}_<ܽ]ú+؁)4?tsU~G$=-lIX;L."H^ +v7g0xKj*m2bNJ~gbHܪ Bkf-vhݢGT\@2*ˮ[Ս̠C<)Ƣ]S¨ _/ fAZ&ޘy.Q;9_r]sLbVd+Cߩ(<=CU#!r,>8փ4[c:oEһ͓Jai4 1{=({((xd\5^ʺĬŎd m>*A7]~᢫38wH.O;'LBLSdύy1еYGU~Arq0fl7SBXhN_ 5+2#ed|Ndgܱ=Cbr&|H ؊Z.? 3͢iPAd?&<`b A:t=@&/S٨m m^"!vY+P#e͋sUNZ!ec }pC F77什MiD-:God)l 2؂,l0mR9?.Dӓ}>G8T{ĸI*iR!̕ИQH7c"l{ *7bXE-Kn;,⸞ a]9,˦"4aI+D~:3y(]C8Lp( 6H{y~&GD1GBVb:J3×Ԇ|;MhIu+mdxߗg8Q'$ n }\觍lUHGeUh K _:+ >JX !S#`  ) x -Oڔ?CCT=B$ly{6%'Bof^ DR.rAg} fAOhW6)H([ϴQj9P{R3GE^"Mb:ˣM^?t gs Ă?U70ZCw $I@ ! |]F;D%w8R_8̫1=<w5X-:);n0UеF17!yaQ]3xz$ݍJBS/Q ȟ5TZBa fϡCKVOJ%POeZmC}jD*:GFPYm[qkU oq%㦑CF(~;9tg9ۀc* _p+Dwr7O@`(wl 6] \iE5a(lLuF E|@,bCCE|̺]@f۟8KGy4:%&/^;DWG(c_q_Vf'ѶVLTE竈JQJJӋb}R3 mbiC/s4nRS\a2?\%BEؤ3@ɍe`$ 0xXn%28Vi:k%n%GVi˜K;_ nD.* [&?ć/ f,ۧIw>9Q6UUvD47//V֙ų%9!繨%OCh c@s^Yw$lGt J$K[)#Б]N n];n8y>"͛ۆ}&6 0kkE `Wm[i< i9@5_aA~h3>XnoȵjXD$RuNDJY q>*zvXY~͜U$ aU-U?BG3bznMr$*KѺkePx_r(—r9ՄN(@ S14sMmzӘݰjQK }@&ű94+hbԦYz"A$=WD.B'{~~-|RA ,Nr9@ c(nioHJǗq.PX c4T R|^n ,iͻ)vԗiM{ 怰Kc'dk@uQy\,pyi+BL_v>xy1k4,x-a]y rM`~-K{WⒻ-Ni;{q>#.+[Agmt;!-๢95秮QJHrRfOܙ`lI(b)& 7c( 7^~  7b€K 2Uh:Ii8a#5cp[Bl{w*_-tB8b|k*G1%s~eY%e^Y iXi1fL`@mlԃӉf,Z#3jտG! d2K2eu)PbgĆLt6*1x2Fwcz[DENU?@W=ćNlgH⅌X:_2[qTF ¸5?Im&.AEY(+&t: -%S֬zU O)Rm6%V$g5qqBW<0"a?; ecr ǫg]K/JӒdԀjբvqGv^ܲ<⢉YEY#>TMC*RBjbٗ1@ls:Ԭh(7Uۣ 'EH+ s0Abp">{'q΂1f{FZkUAMub2Ε  g4% 4 ]Rf?o#?aF 5)tԦ&`%H&2ݽ^_2k"a&t)E\M,q=۞<[B(j}bMϯn}Ԩ0xHgUNB-@^. !GiF6u #}UM'[+_5Y_Ծ$&#>4 X6ҧJvw)s&/Ҥp%LF `_#iT__D|8-jTQ~iQ~:hBT_YyZ35 Ib$~ I2J4~0TsE ioV~MiM 4#/8qj\ɿ.Q +=%ׯfUß_bϺh3YSQ,~奵"O(=tpc$ǥ޴ Q}ak|DS$e<mh_%X! H ηY6 zJ_;ٳp_1Sq>ikǧxoˍԞ-?9-CV*3HPrw@+c>e\eZ]{lLPDꑾy(8d~-$:ݒ u8߳pJJI EDo߂w?ac%DU=.,bʘ }!MwՊ.ytA.j/[W|w(ЗCfr.xy{:v Ad{^V/JCZȚj}:.%QAg޻[o(ҵ\(5ti}v^wfe>sS 2 E^HswFe 6=:ERsY!X Rb mDnԿսBGt+W4_F#zfb Sʘh<+Nbwttuï,vU)3wNEó W}@bE]V`$'/7Y{̓߳Sa`6[_'%Ub@cS Cz{' i5 (9he@γAAUw-X`mȈm")G&3Y):dl}HDUX* "Hu0ppC Ňh^ß_t_Եvt2#1 cSov7+37|R7H_g-Nݍ5̫(r- Հ V@J!148M|14#Vq2J.x_tm 08QC)8+`_5a+7x7"_r0^eg-g٘_HQ]vZJVS} #i-tο q2 =6@OFKWI2Z~ : ٭om8˓VF(" kڱSώ.o-k:l^^vAƱ-7mj:4M-V2aj!OQB[[WCT6:w]<8}q X..i7Q}_0:ѦZiQ QSNxA2̯IcT ULi< 'w"d2V7;Ї 0+3""ހ-šHu6L Y#1 K_樖,G?:Xj\Q]~s*~P+zcZEѭ[$'/%4{N^_9J Su)eG j,>>Wԓ (lN '? e^ *TNuq6ɄSje%#l5@EBWG4Wx,,[/lz\W+WRB<Qp%ջZ1G$aՊܺu{lGZ%>jFiB;V5zY\s^%+ Sx@G!@(u;v8wR"$E8nr*H;OС;yX*ՊO{+u f)5(oe݁_܅tUNOgʀy|EYu#Ɲ%]sg`/ً`=HAwot?θ5PJ틎  ~=* Jkx/#ՃD{2 `ɼb YWPY8n%U{[k`Ts$4}ۮ)e}i;NS[a_ry^Õhg'"}vh[< x[$Ƅth vNںC`m8m&nԘkZHK[-F{Nh,ԅOyT!~W[dxgC3QLˣኹ2-Gd詭mxj> 55 *X `-7ѱN4$+zl4S wQ}@'`n3wq(lkQ M$HJ+;Ŗrn.%yd砢t8B52XAꝎP:So~D>U3ooh8GKeO$\ cG%ꤍF%'L|F|͜)ˍjq>a˙,:eT%(y]oV1\HugޱNOÕyAr4U1A3 GFpBtE7!_#,f Tk%tܠrπ mR݄LElO2x?gJ}dԖCu$&}JtKf;rsiNe3^I 5ω>7A ?F2Ig3YI) G{Ha2ijMmSEPC}dGU*5ͩ߇y1Lv> f؇*y/eXV4/ !4\um;U. 1=S%"c2b{thLx\V : HW㛃psև%Db7\ iT͞Y0}VKCo1xj6i>K׶u5~Khow Lۯ^n]/ٴ=L}fGn=Wmxvd6Y9U& q(&*w't( y#{\3kϓdHTě@# _a?`gSǑӳY(D|u5NlR6p3V QUE eK%`\~vsz_Џ?,ܬ>{,,bQft<1B^AXq AN\& yŁZ #V+[y7ntyiB< ')Ip<]%>kSlKwvkM5O)kW@ y4lhN_AFy`Z쑭6%,ϭg,#s0"BMR>&=S4ahER qkK6aLncX`RIyޛ>WdnlR.n3XP cSU U7/.KGRޕ@oT* ⻫ig)h|$&9h J9- ߏc@vx։JY>r⢖zP^}WN=!31uR3QOO .o#¡?u68s]gJgv+ٞD N#>F%)gYG %z2rcڟ +[_520UHhɁusfa}/5p'n펓5kdV%R픅^IhaUև's)/b}Y&~*2Z]˜3'c(1{ .W}L*Gn4EGiNcǗMOf`cy\-ͻI &?7?H-5G %~~I `?:$#! u_sטkDd,.%Rx.ĔnT )) dJ&ŏa xiǫgC-rUI\%c UdS㕟?;9xk);t4̔lt_~ 82 }|X2wM]`*DUS0Pwn~7BDR1i?PD