dbus-1-1.4.1-7.8.1<>,BN?/=„:'+(4luMSIQA4;yEct*DzxaCBg!1=!H:a |0HH]4 ԂO!/?R!B) }%=`e߹a; uMO 4N I.8QWcbZ@*Kg ,T{)cAM+ EtfPyCV Y>o8byAQ>?0?0d   .  &+r/\/ / / /  /  / </ '/4/$&&o&(789P:=)>)?)"@)*C)2F):G)P/H* /I*/X*Y+\+$/]+/^.(b/c0Ud0e0f0l0z0Cdbus-11.4.17.8.1D-Bus Message Bus SystemD-Bus is a message bus system, a simple way for applications to talk to one another. D-Bus supplies both a system daemon and a per-user-login-session daemon. Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon).N /dev/null || : /usr/sbin/useradd -r -o -s /bin/false -c "User for D-Bus" -d /var/run/dbus -g messagebus messagebus 2> /dev/null || :/bin/dbus-uuidgen --ensure /sbin/insserv ${YAST_IS_RUNNING:+-f} dbus /sbin/ldconfig if test "$YAST_IS_RUNNING" != "instsys" ; then if test -x /sbin/SuSEconfig -a -f /sbin/conf.d/SuSEconfig.permissions ; then /sbin/SuSEconfig --module permissions fi fi test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" = "0" ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_STOP_ON_REMOVAL" != yes ; then for service in dbus ; do /etc/init.d/$service stop > /dev/null done fi fi /sbin/insserv /etc/init.d /sbin/ldconfig&|ȴ6F&L|   jq1!b#FAAAA큤A큤AAAA큤AAAAAAAA큤A큤AN&2N;@M hL@LMLLLJL=L9@L(KP@K&(J^@JhPJ`gJ`gJ]IIԨthoenig@suse.dejavier@opensuse.orgaj@suse.decristian.rodriguez@opensuse.orgcristian.rodriguez@opensuse.orgkay.sievers@novell.comkay.sievers@novell.comkay.sievers@novell.comkay.sievers@novell.comjengelh@medozas.devuntz@opensuse.orgjengelh@medozas.demvidner@suse.czkay.sievers@novell.commeissner@suse.dekay.sievers@novell.comkay.sievers@novell.comcrrodriguez@suse.dewerner@suse.de- add patch: dbus-1.4.1-byteorder.patch - Byte-swap foreign-endian messages correctly, preventing a long-standing local DoS if foreign-endian messages are relayed through the dbus-daemon (bnc#699712)- Update to 1.4.1 + Fix for CVE-2010-4352: sending messages with excessively-nested variants can crash the bus. The existing restriction to 64-levels of nesting previously only applied to the static type signature; now it also applies to dynamic nesting using variants. Thanks to Rémi Denis-Courmont for discoving this issue. + Various bug fixes. + For details, see http://lists.freedesktop.org/archives/dbus/2010-December/013861.html- Fix package list, own /lib/systemd directories.- ConsoleKit may not be installed on the system, so kill the process at "stop" only if it is running- add missimg BuildRequires on libcap-ng-devel so dbus can drop capabilities when needed.- version 1.4.0 - make dbus-uuidgen atomic - fix socket descriptor leak in _dbus_connect_tcp_socket_with_nonce - unconditionally enable D-Bus on systemd boots- update systemd service installation- drop systemd-units- update to 1.3.2 snapshot - New standardized PropertiesChanged signal in the properties interface - Support forking bus services, for compatibility - install systemd service files- use %_smp_mflags- Update to version 1.2.24: + For details, see http://lists.freedesktop.org/archives/dbus/2010-March/012436.html + Highlights: - Fix a critical crasher bug in the syslog code + [bus] While creating a syslog, correctly get pointer data from DBusString + [bus] Don't install a SIGTERM handler + [64 bit printf] Update to use DBUS_PID_FORMAT, print (omitted) + Move dispatching to destination to bus_dispatch_matches() + Dispatch post-activation messages to anyone interested + Build changes. - Changes from version 1.2.22: + For details, see http://lists.freedesktop.org/archives/dbus/2010-March/012395.html + Highlights: - Fix to avoid UI freezes in newer Evolution versions (and any other program that makes synchronous DBus calls from a non-main thread). - Monitor service directories for changes + When handling a watch, return if another thread is doing I/O + Monitor service directories for changes + Sync up UNICODE_VALID with glib, add documentation + Support inotify on older kernels + Handle OOM in reload watch + Refactor _dbus_log_info, _dbus_log_security into _dbus_log_system + Add DBUS_SYSTEM_LOG_FATAL severity + Add _dbus_credentials_to_string_append + Add a prefix to our syslog messages + Make SELinux initialization failure fatal + Don't send an reply for driver messages if one isn't requested + Fix double-free in error case. + Other simple fixes, build fixes. + Explicitly specify in the spec lower-case hex must be used + Use AM_SILENT_RULES if available - Changes from version 1.2.20: + For details, see http://lists.freedesktop.org/archives/dbus/2010-February/012156.html + Fix inotify shutdown + Fix compilation in --disable-selinux case - Changes from version 1.2.18: + For details, see http://lists.freedesktop.org/archives/dbus/2010-February/012150.html + Ignore exit code zero from activated services + Switch to libcap-ng, avoid linking libdbus against libcap[-ng] + Don't drop pending activations when reloading configuration + Update messagebus.in init script to start earlier + Clean up inotify watch handling + Don't crash when reloading if we haven't loaded user database yet + fdo#23502 - corrected wrong verbose-output + Correct timeout handling + dbus-monitor: use unbuffered stdout instead of handling SIGINT + fdo#25697 - Fix memory leak in policy reload + fdo#23977 - dbus-launch --exit-with-session not killing dbus-daemon on SIGINT + Use monotonic clock for _dbus_get_current_time() if it's available. + Make array-printing code easier to follow + Forbid zero serial numbers + Include reason when reporting corrupt messages + Add an accessor for the loader's corruption reason + Print byte arrays as nicely-formatted hex. + Print all-printable-ASCII byte arrays as strings + Build fixes, including fdo#19432, fdo#22788, fdo#22805- add baselibs.conf as a source - package documentation as noarch- Implemented /etc/init.d/dbus reload (bnc#503074).- fix %changelog- added dbus-1-devel to baselibs.conf- fix --libexecdir to be the proper /lib/dbus-1/ directory- update to 1.2.16 release - Avoid race conditions reading message from exited process - Ensure initialized variable in dbus_connection_remove_filter - Don't fail autolaunching if process has SIGCHLD handler - Ensure inotify fd is set close on exec - Make sure a pending call timeout isn't assumed - Allow a pending call to block forever - Don't allocate DBusTimeout for pending call when passed INT_MAX - Update documentation now that INT_MAX means no timeout - Fix issue where timeouts can overflow - Remove 6 hour timeout restriction - Unrestrict session bus timeout- use --disable-static instead of removing static libraries- Make boot script smart/bin/sh/bin/sh/bin/sh/bin/sh/bin/shbuild40 1312583671bfnDEOFNqU'GHIJXY\]Z[rQzRS)*+,-.cde'al}M1.4.1-7.8.11.4.1-7.8.1 dbus-cleanup-socketsdbus-daemondbus-monitordbus-senddbus-uuidgenConsoleKitrun-session.ddbus_at_console.ckdbus-1session.confsession.dsystem.confsystem.ddbusdbus-1dbus-daemon-launch-helperlibdbus-1.so.3libdbus-1.so.3.5.3systemdsystemdbus.servicedbus.socketdbus.target.wantsdbus.socketmulti-user.target.wantsdbus.servicesockets.target.wantsdbus.socketrcdbusdbus-1interfacesservicessystem-servicesdbus-1AUTHORSCOPYINGHACKINGNEWSREADMEdbus-cleanup-sockets.1.gzdbus-daemon.1.gzdbus-monitor.1.gzdbus-send.1.gzdbus-uuidgen.1.gzdbusmachine-iddbus/bin//etc//etc/ConsoleKit//etc/ConsoleKit/run-session.d//etc/dbus-1//etc/init.d//lib//lib/dbus-1//lib/systemd//lib/systemd/system//lib/systemd/system/dbus.target.wants//lib/systemd/system/multi-user.target.wants//lib/systemd/system/sockets.target.wants//usr/sbin//usr/share//usr/share/dbus-1//usr/share/doc/packages//usr/share/doc/packages/dbus-1//usr/share/man/man1//var/lib//var/lib/dbus//var/run/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4:Update:Test/standard/a6868a3a9056d8c7f9f302d98b5d8e33-dbus-1cpiolzma5i586-suse-linux"\KLv?] "k%L(/[i=W\A목=-t lurҖ(|bp UwD />c H<i7  ;։(g'~Ldm% ͬI~գ\+_BTAф6&I%XK!?N؆&-@ZGlqW=EinUJI":쓕FWیK{^?,B|BlhuIO|Khߊ0a*t~ho+oۜ2E5eynM(zÄ] JV {'WWQ_.S2f(j兗.oP)/k|Sn WL2WlLyYTs w*J{^x Č"8'ވVD)RǽMoO*'<-/菚d2)_D(p!\7ZLmGa;r}po)Ty-ȃf>jdZCO,^Hg;h)@yneZ!PxIJ|/SHl[@*M2 ^>Gs ))38G}9 BUc-tZ/c׽6GyA _ u;K*)jd;S0%IX 3 )@LmT^#a`BCM7/JCS.TP|BDVSħ~0xR]͓ƅHSRfSRmjHA6e1>)3H ЛHT%!jg^2ڝ" ϧN2.~L!q|LCѯDO12k>X_k]\^b͋>I¨CD` d:[6*oFEcqʲLd=#J "%arP-Y%$S$P`|["T?Bu{E$~P4٣ēP~_'sQٹq8ⰴL?WJߊ6CʺeL&f'\Ch"nŏ/w/t@H@C{ίܘ`+E{I8Bd- 6!dB.e{_5K 7NjT{){ʾ& k1̳~DQIA#v,ҕ0NgE`AldzV;̎=I)=h=TE%NO24ýXmj1=-̜@ߑͬ'[%`Sd5i4 /̷R"7`_$93_t>R!t8 *~Ni 2#>n֔̀Au,іEo!F & bR&; u A\bi]PÑ(WY:Er MfEF92W)"3-Q* {gwOZ\eg1ik{ARj~C:id;m F:(*4"/LQ%D+V{-? D;TC[0;NQ "RX%&D1}`tR7圱(\69I?qs|0R:>ydyy3 X $RZ9o)$6Yv ;ẋa(OKR A3,Z]b "3P;bMK˟^͜~mpvuzVۮmuHi wk A%dT~E:9`+sQߌt7aZiKKsC"2֌2sY.Pd9h 7*JvGEI0`af A+.?Q˔,tP( ݓE#Չ?HrҒN#lIO$ْ&!;%d] *Nm*JD5=qJAJ*q`eE6:m0ZԒz!;f[\oGωZZD-rdhЍ3tTtc  @1cWw Rg&`ՎTGzӼFZ8R@sLo搖Q^=^ڈ\Ec_1Qom<6>ʸBSWp}oz. +fuQz֠'#? M+`4{8x{[)NwS$m+ZTV8 3BFDRՂ㚊Upɋ0S(*i\TFsBe<~GN2eɡJ41Y>1[Wavz]7˝jNі' ,15R(?I tL LrAiyA>.Ip|] )xD]* @-zoMl]5f#7#D Z>DĢwzx dR} rFE mƛ0ʂ8 sCgH#9x/Alw=u)>۸;Guzm)rnZ/Z