rsync-3.1.3-lp152.6.6.1<>,Zas>/=„DւBT&?1UK[b3v<֣Ɔ"w1LK[S@ݹMHf]j4H?CJH)EU& I?%f5+[el(p#c䡾:w_M4 "w+FK`:=l^GLsZe5׭]!#z#iWJy,% umh !>o -)؀#Ly3 ])OqnR>I8?8d  L ,DJRr  D j    $Px(8 9|:=0>0?0@0F0G0H18I1X1Y1\1]2(^2 b3c4d5/e54f57l59u5Lv5w7x7y8z8`8p8t8~8888Crsync3.1.3lp152.6.6.1Versatile tool for fast incremental file transferRsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behavior and permit very flexible specification of the set of files to be copied. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use.as>obs-arm-5openSUSE Leap 15.2openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/Otherhttp://rsync.samba.org/linuxarmv7hl 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 rsyncd.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 rsyncd.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 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 rsyncd.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 rsyncd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in rsyncd.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 rsyncd.service ) || : fi fiR|!  J9SKB{큤A큤A큤arararararararararararasPedro Monreal Pedro Monreal Gonzalez Matwey V. Kornilov kukuk@suse.dekukuk@suse.depmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.compmonrealgonzalez@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comhsk@imb-jena.devcizek@suse.comvcizek@suse.comvcizek@suse.comcrrodriguez@opensuse.orgvcizek@suse.comdimstar@opensuse.orgp.drouand@gmail.com- Fixed an error when using the external compression library where files larger that 1GB would not be transferred completely and failing with error: - deflate on token returned 0 (XXX bytes left) - rsync error: error in rsync protocol data stream (code 12) * Add rsync-fix-external-compression.patch [bsc#1190828]- Fix a segmentation fault in iconv [bsc#1188258] * Add rsync-iconv-segfault.patch- Fixed bug numbers in spec file- Add patch: rsync-fix-prealloc-to-keep-file-size-0-when-possible.patch (boo#1108562)- Don't require systemd explicit, spec file can handle both cases correct and in containers we don't have systemd [bsc#1100786].- Use %license instead of %doc [bsc#1082318]- Update to version 3.1.3 [bsc#1076503]: Protocol: 31 (unchanged) - SECURITY FIXES: * Fixed a buffer overrun in the protocol's handling of xattr names and ensure that the received name is null terminated. * Fix an issue with --protect-args where the user could specify the arg in the protected-arg list and short-circuit some of the arg-sanitizing code. - BUG FIXES: * Don't output about a new backup dir without appropriate info verbosity. * Fixed some issues with the sort functions in support/rsyncstats script. * Added a way to specify daemon config lists (e.g. users, groups, etc) * that contain spaces (see "auth users" in the latest rsyncd.conf manpage). * If a backup fails (e.g. full disk) rsync exits with an error. * Fixed a problem with a doubled --fuzzy option combined with --link-dest. * Avoid invalid output in the summary if either the start or end time had an error. * We don't allow a popt alias to affect the --daemon or --server options. * Fix daemon exclude code to disallow attribute changes in addition to disallowing transfers. * Don't force nanoseconds to match if a non-transferred, non-checksummed file only passed the quick-check w/o comparing nanosecods. - ENHANCEMENTS: * Added the ability for rsync to compare nanosecond times in its file-check comparisons, and added support nanosecond times on Mac OS X. * Added a short-option (-@) for --modify-window. * Added the --checksum-choice=NAME[,NAME] option to choose the checksum algorithms. * Added hashing of xattr names (with using -X) to improve the handling of files with large numbers of xattrs. * Added a way to filter xattr names using include/exclude/filter rules (see the --xattrs option in the manpage for details). * Added "daemon chroot|uid|gid" to the daemon config (in addition to the old chroot|uid|gid settings that affect the daemon's transfer process). * Added "syslog tag" to the daemon configuration. * Some manpage improvements. - DEVELOPER RELATED: * Tweak the "make" output when yodl isn't around to create the man pages. * Changed an obsolete autoconf compile macro. * Support newer yodl versions when converting man pages. - Dropped patches fixed upstream: * rsync-CVE-2017-16548.patch * rsync-3.1.2-CVE-2018-5764.patch - Refreshed patches: * rsync-send_error_to_sender.patch- Security fix: Ignore --protect-args when already sent by client [bsc#1076503, CVE-2018-5764] * Added patch rsync-3.1.2-CVE-2018-5764.patch- Fix: Stop file upload after errors [bsc#1062063] - Added patches: * rsync-send_error_to_sender.patch * rsync-avoid-uploading-after-error.patch- Security fix [bsc#1066644, CVE-2017-16548] * Missing trailing '\0' character check could lead to remote DoS * Added rsync-CVE-2017-16548.patch- Try more in supporting all scenarios bsc#1046197#c24 * rsync-both-compressions.patch- Execute tests to ensure the basics are still working- Refresh patch rsync-both-compressions.patch to include fix when using old-compress on new zlib on server too- Add patch to build with both bundled and external zlib to support both compression methods at once bsc#1046197: * rsync-both-compressions.patch- We no longer need to inject the pid in post as we do not use the iniscript relying on it - Add socket activation service instead of the xinetd service - Verify in services the configuration to run actually exist - Drop sle11 support as it does not autoreconf anymore - Drop patch system-zlib.diff that was never applied - Switch to system popt and zlib: * This should not cause issues now because upstream states the underlying issue why we used the bundled one was fixed by using more safeguarded error detection- update to 3.1.2 - drop patches rsync-CVE-2014-9512.patch, rsync-equivalent_of_CVE-2014-8242.patch (applied upstream)- better disable slp by default, it doesn't seem to be used much and it often caused problems (eg boo#898513, bsc#922710) * set "use slp" in rsyncd.conf to enable * modified rsync-add_back_use_slp_directive.patch- add a compatibility flag to avoid checksum collisions (bsc#900914) * fixes rsync equivalent of librsync's CVE-2014-8242 * added rsync-equivalent_of_CVE-2014-8242.patch - modify rsync-add_back_use_slp_directive.patch- reintroduce "use slp" directive (bsc#922710) * added rsync-add_back_use_slp_directive.patch- rsync-no-libattr.patch: Use AC_SEARCH_LIBS([getxattr], [attr]) instead of AC_CHECK_LIB(attr,getxattr) so libattr is not injected as a dependency when glibc is enough since several years to use getxattr.- fix for CVE-2014-9512 (bnc#915410) * path spoofing attack vulnerability * added rsync-CVE-2014-9512.patch- No longer perform gpg validation; osc source_validator does it implicit: + Drop gpg-offline BuildRequires. + No longer execute gpg_verify.- Do not depend on insserv if the system supports systemd; it's useless/bin/sh/bin/sh/bin/sh/bin/shobs-arm-5 1638429502 3.1.3-lp152.6.6.13.1.3-lp152.6.6.13.1.3-lp152.6.6.1 rsyncrsyncd.confrsyncd.secretsrsync-serverrsyncrsyncstatsrsyncd.servicersyncd.socketrsyncd@.servicercrsyncdrsyncdrsyncNEWSREADMEtech_report.texrsyncCOPYINGrsync.1.gzrsyncd.conf.5.gz/etc/logrotate.d//etc//etc/sysconfig/SuSEfirewall2.d/services//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/rsync//usr/share/licenses//usr/share/licenses/rsync//usr/share/man/man1//usr/share/man/man5/-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:17217/openSUSE_Leap_15.2_Update_ports/65aef0b8014122e4b189c5f9711239b4-rsync.openSUSE_Leap_15.2_Updatedrpmxz5armv7hl-suse-linuxASCII textELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=01cb1a152258c08a9e1eef6118f06094eb18eda7, for GNU/Linux 3.2.0, strippedPerl script text executabledirectoryLaTeX 2e document, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRR R R RRRRR RRRRR RR@ZFq Cjulogrotateutf-85835df8a678462ac0ccb44e146396cff42ccd2414d4d717068b7ecaa31162c41?p7zXZ !t/3]"k%jx}±d<ݸkՀ{/$✂:ɠphw0dqF{Kd3.-LmVlYD3Ʌ4i-67xzAJKgFA1싗!p@`TNMREFX=GMō9'5w>%K5V81%Oa-idozH#J D]-:k"lHn(Fr~;Ã}IX`Au&'}voa^,ĀI:iI !yAǣ!Jl?da\ʼ2ds"@h._k!nF=n(l qjÝoJAnCɢő:V,t=NYf20N9dgĭ7A0^>eX6ɬd'0ß۪۔L v }--{޸ǐT|,xs&䀠lYTE8!{&{lvXjMp ƭz)lsaby fQib@+xzC 7c0y}jk5XAo%ka֜[$v8;Q#je?ZR7GsT0Ye?>ccuBa:#GA`UEX 甆vG$֪;) Wȑh5 XO4ڄk -i,+D8~Ŋ!@ &tFEB)L%ǎ$FP-[>sWZ{ƝDrPMݩnmi@7Fs\m%:G\' ƅ5/찗rȓd_Ӫ̯ 䈩~5TSi |^5dco>U pr  !(ճ ZAcfZEͻ7fؒm\N %C8Ƭ,CpӅ+EHFi`P7N%NV\pmOQ%1 %ngĽ#TKN,X!)52G( 3r{AbwgugN'Bk/,l$j4Zwa.yi `/+JB 7*PCD^vwveⷌ| r 600Î&HuI[l;:Y!4J Y㤼7aW H KBê\S(֚YZ0 Vaa0OzO<D렵a~eCfG~f8Stҡ {J2lpLUE;>VL'&{I={,0]FCH#tǧD6vķNF廀m&jNn56È{y5Gv5R վB5LA=V|pJuЍ8FG ,LneMk V (2G:B+v*N̹f*5$M3SnO%/ޫpS5佒߀`N$_- #mEd:._ Ge^ qj 5,V[?I{AxK-қbbj<<>CO핝 k(,]A ld5Vۤ#Tݾ׋K .*t3sB+Մ2|$A!ܮaɣq-j>MdO%hϷbsg<ߌd|]}֚OD:^Hi _F\9E9Q }Xg봈4VJKo>EĴL m`9KԈ!@ts=P']J78KА4wj݋M+NSCǾtaՋ9k5op1;CsKa<4Y_'T8PD 2JRl.ö{&sͰne6C1)-6a8zE_iPY{Bʜr'EQ>5_/5%ã)^X&IW o`/L*-lS[04%m^4/lBO6c=ՃRyׯ:)DSU 7t954Z4^vqr/þp. lcjtU'=@|Ҥ;Cc`!ڔ/ `岾a!xf}p_ XIX%-|CG9mL̂`YIq:cvC+i@H~BdNja4؍%[BÄRt!U 9-bĪx"%}T`!A7tbǝyO:؆ `l3wwS8Ppk|N!yi!3`6f;{h#MoFOt>z$ %@]]:'9>I징b J-ʈ7:͞)Y~fSWRRlu j2Y0N̿r5J_>`gVTU7u="猚9j%ّ|[pk, .N}(m1BTh%_ݚ(/MWp9vNGB+ 4r][\u2ii jHv-!h[M4RPqSrb~Yo:jϼd`&?hU]Kh^5f׿A.J~TH#WPc P 3đ@Yj39ԂV4s *" \_>zא3O~=3mVX۾0B_4@2NV҉8+I#LwC?x2,ŀBS3%XP0cW;K]M+Dxh('ɏIPbUզ@w*r5pC(h!;EtNYvN93A͗sդۂl7\Z,rqendnaW-X\l#Vh(~ğ|#/)}:Q¤n 1?dX(Ё÷nGJE]j_.Ν8J2ߓdx8H6R?ޜt ޶Ӣք Yܹl Hc#L & n\ԋU.GE+WHO\ƈV]z{v`( @A.uL:L퉦RT]rx>mU*ݭ.1qCy2_]QΫ2"]];|B>}LJ 0T)}-;^<XtT L@ <=u'܌KFz 62X#;;n&G&娂"FG‚us5zDa| -zn\-D(~Ȝw7o28o},eEHQv?܃maT<4tf-YԒdVhvf`qkoU?{9RzUqF5̲NK-@UZc4>_b)X ۣ=Nh1\V ]r0R:1n!^īʶه~?EtM`WNwm(W{WSŞG6%Ρ{ +$a d԰Jl!(gO_:C [rJI (83pv 1DM^tib7v luZ#N@ObR$+.Fp-|jP5OG%'6ea!KRE88y~$eن*Tu;X@c\%( .թKNw i<ljI歷EUa*gIތRǔ:CujB@@Sz`7zD߹HdLHSq( ]9q_M&VD&[a[Yf^@@=tr?6YwcE(<{ ;sH𤋮IJ #)ђ cGȮs.4tO/D W,0hw3q4ބwI|Aw/1 f;E^ECQ9J1Uc^ꝃ0v{}h>9횷KheQnܣV>_]ߧq)G.4Pu߻ߤk&x>%&|Bvu:+o!1tȖ7>P4$CaGu1F.~BtfJ}'ULBӺ(iY4 <ƈJTޟ*>J$h|<{7$D uCK t$1P(  @g/*{K[\F}d;fq%V$˹i[ 3P=)MM  |_nV J t8꜂i~#xg-Հw&9Cknx`ܱF1kl7NΪz x|r6G!b8zX`c.yFC.nQrtOi18*M2IzLDrόeR<VA!)6 ׃c2YN8|PC¯ CM7TXyx*ؿY ]})OR%U )}:I#"P{޷jb>2BLA\?u9Gu.x1QQ$v`jvZCY=_T,f//q%Owx eˠd0j\9=ǩM{T0 zyBOvj=ܓN4:SG"U5KV9QsM5qb Lk+{Imn~+{.94x?W~de| |:w@hך*LKzgu7 VW3rZHT'RFJ D|D֧>à;ze雤/eATiKwjGQѡpi jkgNwK#ݏ;<+Up[}1"UC-о)k>XZ2Zq㍯w"/1jK 9z\~gfW&EG#'G/NwkZBlwa-[}&R5UKwY=,w-Wp,7+x wl' d;4u䆳iTl lfƷ&ۘzOʏiZG=f̓(z ;@ͱ;(D|AiT(.90lw&пm(OZr׾LkUWg ".ĠwPó_N I8y+&9gpwCͶ YZ