csync2-2.0+git.1461714863.10636a4-lp151.3.3.1<>,DT]┸/=„ as.J^QOcKNK7[gNz ķ-)Puo'nF4< T&P!(g])Lu[QڗYԵ>Iqd6lq HhiNYZc+@ݯ.ϥ;ok^:c, ˚E`h'Q%T9%3R4sa_&cGk{VP~'uch|#<^wB<1_@z?;K>F7?7d $ 0 Mx|    d    " ##T##$4$x$%'('w8' 9' :(d =0>0?0@0F0G0H18I1|X1Y1\2]2X^3%b3c4]d4e4f4l4u5 v5Pw6x6y78z7t7777Ccsync22.0+git.1461714863.10636a4lp151.3.3.1Cluster synchronization toolCsync2 is a cluster synchronization tool. It can be used to keep files on multiple hosts in a cluster in sync. Csync2 can handle complex setups with much more than just 2 hosts, handle file deletions and can detect conflicts. It is expedient for HA-clusters, HPC-clusters, COWs and server farms.]build76vopenSUSE Leap 15.1openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Clustering/HAhttp://oss.linbit.com/csync2/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 csync2.socket ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in csync2.socket ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-csync2-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-csync2-update-$service-new-in-upgrade" fi done for service in csync2.socket ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # 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 csync2@.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in csync2@.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-csync2-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-csync2-update-$service-new-in-upgrade" fi done for service in csync2@.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset csync2.socket || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in csync2.socket ; do if [ ! -e "/run/rpm-csync2-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-csync2-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in csync2.socket ; 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" [ -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 csync2@.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in csync2@.service ; do if [ ! -e "/run/rpm-csync2-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-csync2-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in csync2@.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 umask 077 if [ ! -f /etc/csync2/csync2_ssl_key.pem ]; then /usr/bin/openssl ecparam -genkey -name secp384r1 -out /etc/csync2/csync2_ssl_key.pem fi FQDN=`hostname` if [ "x${FQDN}" = "x" ]; then FQDN=localhost.localdomain fi if [ ! -f /etc/csync2/csync2_ssl_cert.pem ]; then cat << EOF | /usr/bin/openssl req -new -key /etc/csync2/csync2_ssl_key.pem -x509 -days 3000 -out /etc/csync2/csync2_ssl_cert.pem -- SomeState SomeCity SomeOrganization SomeOrganization SomeName name@example.com EOF 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 csync2.socket csync2@.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 csync2.socket csync2@.service ) || : fi # Cleanup all databases upon last removal if [ $1 -eq 0 ]; then rm -f /var/lib/csync2/* 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 csync2.socket ) || : fi else # package uninstall for service in csync2.socket ; 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 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 csync2@.service ) || : fi else # package uninstall for service in csync2@.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 fi0JUF 9`A큤A큤A]]]]R%R0t]]R.]]]]]R0 Y]]251090b9b3618e8654110f5740f3514c5d2e74ffb8e19839d69cc8cd6c2410c2bd14c862f1a05561afc55070a7b4f081f9f9bae48361fd8b1394c488aeb7a392a1ef96f1d9b3c2eea0b7ad4d1ffa6a1efa9d78b2d7ed93267351ac157990aca8b0c1ac27811b03e16a3a37b53290913d26d56cb9d55e49b715bc903732c0ea1969b1ccf432a8b295189b260d97ddfcd9f877cf6f19fb8c9e1bb23668fa2c8a1c338f854eb2c24f01e6c94cf0ff232eb8a12022d4279dcd3f9e4b0b0e257fb40747719e119d989684540dbe96d23c9f4863bbfea18f48d78dc73782b6e3735adc8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643b65d4a87af1358b86672670682ea21e4e9aeb08b11b8f650c79bc4fe3b8d22b50db803fc77cedc464bacb51d7988566573a6140ba01f8696b770c64a43950d48a23d1a75676ede75eb39a906f74ae3267a3e5c17b396223e0732df820ca4be727010722b2f80c355fd5451c11a6c10c9674f36214300c809437724af18aa41aeAArootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcsync2-2.0+git.1461714863.10636a4-lp151.3.3.1.src.rpmconfig(csync2)csync2csync2(x86-64)@ @@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/shconfig(csync2)hostnamelibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)librsync.so.2()(64bit)opensslrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)sqlite32.0+git.1461714863.10636a4-lp151.3.3.13.0.4-14.6.0-14.0-15.2-14.14.1]*YoIYg`W,@W URD!R0[@Q@Q/FPeter Varkoly tchvatal@suse.comolaf@aepfle.dejengelh@inai.dekgronlund@suse.comdimstar@opensuse.orgtserong@suse.comtserong@suse.comtserong@suse.comcoolo@suse.com- VUL-1: csync2: bad TLS key generation on installation (bsc#1145032) Adapt suggested changes in %post section. Do not hide output on standard error during generating the keys.- Remove systemd dep in favor of systemd-rpm-macros - Format a bit with spec-cleaner - Add proper dependency over openssl - Remove all the tex deps as we now reduce from 300 to 160 buildrequires - Remove xinetd service and use only socket activation to keep only one tool for the job * Also remove patch csync2-fix-xinetd.patch- Requires(post) hostname|openssl- Avoid runtime dependency on systemd, the macros can all deal with its absence. - Ensure csync@.service template instances are disabled on package removal.- Update to csync2-2.0-6-g10636a4: - Document the -N flag to bind csync2 to a specific ip address. - fix diff mode truncation to first 512 byte - fix diff mode prefix substitution - Drop merged patches: - Remove csync2-librsync-1.0.0.patch - Remove fix-csync2_ssl_cert-filename.patch- Add csync2-librsync-1.0.0.patch: Fix build with librsync 1.0.0.- Ensure COPYING file is included in package + Added add-COPYING.patch- Update to upstream version 2.0-rc2. Changes since 1.34 too numerous to list, but include: + Database abstraction layer (default build uses sqlite3) + IPv6 support + Native GnuTLS support + tempdir and lock-timeout config options + do-local-only config option for actions - Reworked patches and extra source being carried in openSUSE: + Added csync2.socket and csync2@.service for use via systemd + Added add-ac_prog_cpp.patch + Added fix-csync2_ssl_cert-filename.patch + Added fix-sonames.patch + Updated csync2-fix-xinetd.patch + Updated README.quickstart + Removed fix-missing-sentinels.diff (upstream) + Removed csync2-1.34-pure-gnutls-r2.patch (obsolete) + Removed force-debug-stderr-off-inetd.patch (obsolete) + Removed bind-to-local-hostname.patch (obsolete)- Try to bind to "local" IP explicitly to avoid "identification failed" errors with multiple IPs on same subnet (bnc#757327) + Added bind-to-local-hostname.patch- update license to new format/bin/sh/bin/sh/bin/sh/bin/shbuild76 1575019156 2.0+git.1461714863.10636a4-lp151.3.3.12.0+git.1461714863.10636a4-lp151.3.3.12.0+git.1461714863.10636a4-lp151.3.3.1csync2csync2.cfgcsync2_ssl_cert.pemcsync2_ssl_key.pemcsync2.socketcsync2@.servicecsync2csync2-comparecsync2-rm-ssl-certcsync2AUTHORSCOPYINGChangeLogREADMEREADME.quickstartcsync2.1.gzcsync2/etc//etc/csync2//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/csync2//usr/share/man/man1//var/lib/-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:11616/openSUSE_Leap_15.1_Update/cb321911c779a4a31347bb74528d4c29-csync2.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxdirectoryASCII textemptyELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=d314b1f13884684f238ea69ead189c0c49b819ac, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  RRR R R RR R RRRRRRRn,_KiFߒutf-8244023ca910249ff86b5ca99954f9566b9a20375cd260b7ef437bbd0a90bde7f?7zXZ !t/]"k%yu:.1uj&@+CYC1K/"0gRԽ$C 8XH6r㾐k؈ v 몼#q2vu(/JQZvCZvs͗sm9wKRM ֵȇZ>ԓAJD"15ZŪRl՛qB@zr{d,%úL8Pr欕#)˿J[%!G؟6-G nj1{i+'WDǕA[c퓩50grV_jݵD Ype'Yg9<@i^~%b74*F_̀ eOBիm2(hi`k4r" Sː nH7 PFQN&";0T#W]&z5M Y a^nn8$+,2'Fݸٓxr5xNiW?|2l'aNd}e6d@IbUoȪ _2u!ps.R^EEƝ˿,ݟ3v&"aFp&3[혳Uy`iء7$VWOI[<ݒ|,},$'tV{^}1^8yvF;]kQW cMH"Ta10&)B40w-i[ ӄ3L!f8᫴atMU\1D^E-|=+TbN˽ aH͓Y~50A,ֱr@w -5gטLLp-2:gU !zpCEhcS{C5.ѿFLܬiɷxUi7mRQ|M]%7-=L`cK"PP a8>R N&~P;[&P{PYyg{grBJ}o} u+*26z=h|',2unґ["yer4삜Z6“e#ڴԮpz>t}="(n8JB}2nE N3{( Twj׾HL.WL]\v})*˃FL+tPC}z} 66&b[5F ^\;fs5 R<)(a-5bq`!\yFP5r*ȈSݲX(B'phmb ÿTۢ,bXDk ?RW;VBeE*dۯH "6F8:Ux|EֆthL5o&W6do;5D YZ