rarpd-s20161105-8.3.1 >  A _Lp9|Nr uZ${㢱,8As ҆K\{U,͉L8(=9e 9xyvDN+Rz(FĆJwADN[Sx*rKv20i!i8#RrpF9,?9d  C6X n     ,    9Rt (48<9x:=5>5?5@5F5 G54H5HI5\X5dY5l\5]5^5b6 c6d70e75f78l7:u7Lv7`w8x8y8z88889Crarpds201611058.3.1Reverse Address Resolution Protocol DaemonRarpd listens on the Ethernet for broadcast packets asking for reverse address resolution. These packets are sent by hosts at boot time to find out their IP addresses._Lxsheep15OSUSE Linux Enterprise 15SUSE LLC BSD-3-Clause AND GPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/Systemhttps://github.com/iputils/iputilslinuxx86_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 rarpd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in rarpd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-iputils-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-iputils-update-$service-new-in-upgrade" fi done for service in rarpd.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 rarpd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in rarpd.service ; do if [ ! -e "/run/rpm-iputils-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-iputils-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in rarpd.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 rarpd.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 rarpd.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 rarpd.service ) || : fi else # package uninstall for service in rarpd.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*H_LwZ1H_Lw_Lw_Lw9d0b88a84a04ca889101acb4c63ad9537ac192d2d48fa204c00516be9d3c7c58bc6f0ef0cb395a274c6429f90aad38b284175bd5886c3fd6665bef174a08306d1a94cf4c56be03260cd6e760cc667b1222975c599c3291ec7c9b1473140344d8/usr/sbin/rarpdservicerootrootrootrootrootrootrootrootrootrootiputils-s20161105-8.3.1.src.rpmrarpdrarpd(x86-64) @@@@@    /bin/sh/bin/sh/bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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)systemdsystemdsystemdsystemd3.0.4-14.6.0-14.0-15.2-14.14.1_;ZԐ@ZOhZ.s@Z.s@Z+@ZZOZ @Y4Xk@WDB@W;V]U4@pvorel@suse.czjcaamano@suse.comnmoreychaisemartin@suse.commpluskal@suse.compvorel@suse.czmpluskal@suse.commeissner@suse.commpluskal@suse.commpluskal@suse.compvorel@suse.czmchandras@suse.demeissner@suse.commchandras@suse.dep.drouand@gmail.comtiwai@suse.de- Remove 2 old patches (iputils-sec-ping-unblock.diff, iputils-ping-interrupt.diff) Although not documented, they both belong to bsc#674304. Fix from 2011 was resolved upstream in commit 810dd7f ("ping,ping6: Unmask signals on start-up.") [1], released in s20121112. - Update iputils-remove-bogus-check-required-for-2.4.9-kernels.patch (backport 4471ac6 to add changes in header files) - Use git format for iputils-ping-fix-pmtu-for-ipv6.patch (required by %autosetup -p1) - Use %autosetup -p1- Backport license information from upstream (bnc#1082788): iputils-add-license-info.diff- Backport iputils-ping-fix-pmtu-for-ipv6.patch from upstream to fix PMTU discovery in ping6. (bsc#1072460)- Install rdisc as rdisc, do not use in.rdisc anymore (xinetd which was using in.* names is obsolete anyways)- iputils: remove man pages of unused binaries: ninfod, pg3, rdisc (rdisc is in a separate package)- Add systemd service for rarpd- mark ping also verify not caps, as these are changed by the permissions package. (bsc#1065835)- Reintroduce rarpd as subpackage - Explicitly list content in filelist as we have two subpackages now- Cleanup with spec-cleaner- Update to version s20161105 (Changes taken from the RELNOTES file) * ping: eliminate deadcode & simplify * ping: do not allow oversized packets to root * correctly initialize first hop * ping: fix ping -6 -I * arping,doc: fix documentation of -I * ping: fix error message when getting EACCES from connect() * renamed INSTALL to INSTALL.md * (re)structured INSTALL.md and transformed into markdown; added hint that installation into prefix has to be done with DESTDIR make variable and that there's no prefix support in configure, close #21 * ping: Silence GCC warnings when building with -fstrict-aliasing * tftpd: Drop supplementary groups for root * libgcrypt: fix static linking * doc: Inserted a missing word * tracepath6: avoid redundant family variable * tracepath: borrow everything good from tracepath6 * tracepath: switch to dual-stack operation * tracepath: remove now redundant tracepath6 * docs: fix parallel build of manpages * ping: remove assignments of values that are never read * docs: remove references to ping6 and traceroute6 * ping: work with older kernels that don't support ping sockets * Revert "ping_common.c: fix message flood when EPERM is encountered in ping" * reorder -I option parsing (boo#1057664) * ping: also bind the ICMP socket to the specific device - tracepath6 is now symlink to tracepath.- Add ping6 symlink (boo#1017616)- do not install rarpd and rarpd.8 manpage (comes from rarpd rpm currently)- Update to version s20160308 (Changes taken from the RELNOTES file) * use syntax compatible with busybox date in Makefile * 'admin prohibited' should print !X not !S. * Makefile: use #define as in previous code changes * doc/Makefile: require bash, because we use pushd and popd * doc: don't timestamp manpages by default * ping: status() now returns received/transmitted instead of trans/recv * ping: don't mess with internals of struct msghdr * ping: ICMP error replies while errno < 0 is a hard error * ping: always use POSIX locale when parsing -i * ping: link against libm * made ping functions protocol independent * ping: perform dual-stack ping by default * ping: remove obsolete preprocessor directives * ping: avoid name clashes between IPv4 and IPv6 code * ping: merge all ping header files into a single one * ping: merge `ping6` command into `ping` * ping: refactor ping options * ping: refactor ping socket code * ping: merge IPv4 and IPv6 `pr_addr()` * ping: fix defines and libs in Makefile * ping: handle single protocol systems * iputils ping/ping6: Add a function to check if a packet is ours * ping: Add to fix compilation error. * ping6: Use GNUTLS API directly for MD5. (v2) * ping6: Use libgcrypt instead of gnutls for MD5. * Allow ping to use IPv6 addresses * ping,ping6 doc: More description on CAP_NET_RAW usage. * if IPv4 resolving fails fallback to ping6 * ping: in usage print the 'ping -6' options as well * ping: allow option -4 which forces IPv4 * combine sock and errno into a single structure * This patch allows running ping and ping6 without root privileges on * use better names for socket variables * tracepath,doc: fix corrupted tag * doc: ping: add missing options and remove ping6 * ninfod: remove unused variables * ninfod: Regenerate configure by autoconf-2.69. * ninfod: libgcrypt support. * Fix building with musl * travis.yml: install nettle-dev * Allow using nettle instead of libgcrypt for MD5 * avoid compiler warning caused by snapshot.h * make `getaddrinfo()` and `getnameinfo()` usage consistent * enable IDN by default * remove IPV4_TARGETS and IPV6_TARGETS * Use svg instead of png to get better image quality * spec: Configure before building ninfod. * spec: Fix date in %changelog. * make,spec: Add rpm target. - Refreshed patches * iputils-ping-interrupt.diff * iputils-sec-ping-unblock.diff - Remove ifenslave.c. It has been removed in the linux kernel commit b1098bbe1b24("bonding: remove ifenslave.c from kernel source"). bonding can be done via iproute (netlink) - dropped iputils-ifenslave.diff - Append our CFLAGS to the upstream ones instead of overriding them. - Cleanup old make command since the upstream Makefile does things right it seems. - Use Provides: for old /{,s}bin utils to satisfy reverse dependencies. - Install utilities to /bin and /sbin until reverse dependencies are properly fixed. - Do not install tftp and traceroute to avoid conflicts with the tftp and traceroute packages. Stick to what iputils used to provide in the past. - Remove iputils-traceroute6-stdint.diff patch since we are not building the traceroute* utilities. - Install tracepath to /usr/bin. (boo#795788)- Update to version s20150815 * use syntax compatible with busybox date in Makefile * Makefile: use #define as in previous code changes * ping: status() now returns received/transmitted instead of trans/recv * ping: don't mess with internals of struct msghdr * tracepath,doc: fix corrupted tag * made ping functions protocol independent * Allow ping to use IPv6 addresses * if IPv4 resolving fails fallback to ping6 * ping: in usage print the 'ping -6' options as well * ping: allow option -4 which forces IPv4 * combine sock and errno into a single structure * This patch allows running ping and ping6 without root privileges on * use better names for socket variables * travis.yml: install nettle-dev * Allow using nettle instead of libgcrypt for MD5 * avoid compiler warning caused by snapshot.h * make `getaddrinfo()` and `getnameinfo()` usage consistent * enable IDN by default * ping: perform dual-stack ping by default * remove IPV4_TARGETS and IPV6_TARGETS * ping: remove obsolete preprocessor directives * ping: avoid name clashes between IPv4 and IPv6 code * ping: merge all ping header files into a single one * ping: merge `ping6` command into `ping` * ping: refactor ping options * ping: refactor ping socket code * ping: merge IPv4 and IPv6 `pr_addr()` * Use svg instead of png to get better image quality * iputils ping/ping6: Add a function to check if a packet is ours * ping: Add to fix compilation error. * ping6: Use GNUTLS API directly for MD5. (v2) * ping6: Use libgcrypt instead of gnutls for MD5. * ninfod: Regenerate configure by autoconf-2.69. * ninfod: libgcrypt support. * spec: Configure before building ninfod. * spec: Fix date in %changelog. * make,spec: Add rpm target. * ping,ping6 doc: More description on CAP_NET_RAW usage. - Update patches * iputils-s20101006-ping-interrupt.diff > iputils-ping-interrupt.diff * iputils-s20101006-sec-ping-unblock.diff > iputils-sec-ping-unblock.diff * iputils-remove-bogus-check-required-for-2.4.9-kernels.patch - Update home project page and download Url - Remove obsolete %clean section - Remove UsrMerge process; it has been done for more than two openSUSE releases now- Fix a bogus kernel version check (boo#927831): iputils-remove-bogus-check-required-for-2.4.9-kernels.patch/bin/sh/bin/sh/bin/sh/bin/shsheep15 1598875256s20161105-8.3.1s20161105-8.3.1rarpdrarpd.servicerarpdrcrarpdrarpd.8.gz/sbin//usr/lib/systemd/system//usr/sbin//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.suse.de/SUSE:Maintenance:16305/SUSE_SLE-15_Update/ce7a606c38776fe2850672237fe0c163-iputils.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=0610c9f4c6f0c69c51d2cb33b16f59a8eb40288d, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRR)fYkSuFutf-810d41fd5ada24812e9fa6ff1183f3dac4f1afd1c03d5433f4e28ebb642b4067a?7zXZ !t/R] cr$x#`Lt'5XK4 |V3D]+sUx=aQ<^ПV0VM)lkѤ>]&9sF[#85;-dm?M3ЯM .Nd$wd(1RD9sꌊB.sԶ" p\էVvHd$#ɶ66W߲Pg[$*4r<`DI6 En!ř Ou=AӮKÙ01Tx6t$2 7+i b0FAO37-եa(.&Y7meVO7|o9 ސOġnM*kmgv 0xYO3;<])]?nNPj~l_#̙/J%Z>xd2INIm؍p)m% ;=l|n! rUb/_uyNMCܴBo`Gr(Lʾ w9n^΍GfseADBP-mM/  y$ ]➵b8MaE _LMA5ߴN)`(4L{ lV z2`-x(Mz֟;D:Ɯ4y[$ v,c01w.P`,n;WWDrlX-*䭞|L=+/S )&Z.0w+o^`et(雄 M"^G;; }VAjkb KĚlK6tNC@ouvOfѲ :,i9P V57}5Oe(@KYSahD.M0i|%mZR{ k¦ L@,˸N$X(]NB8ReJQCV&jm&u)hbI;c0PyZ?"E|J^B<-_Mk?GECxtgW$Pʕwo/2Gk,K ŞpI4Fma(]UTUdq>BH8fNDneIhu<ϰ?wu!pqo末?,D>L~ *>F@9ė=vcI6$:k >oZ^`bqjw;oyዼ W\(E[P<:gG]FuϊnޠHڟmŔ̴$jM1{ +?)A;.R3O y‡-GtH/ ȣSd 0\@/McbbΌ(Gcb"Qb%BTF=aMհrl{ᩙ@ NB}: U,TADe z*7,8$"NѼpQ ?h!lԸNV,wX7|oem=Tݥ/̝'@;-/:̾MGkR%FrjZ;]A d鹶$]9SvCyȴS}me~ 0R_qԞ4f9h*j)8)bXŤ F c!1ڜkuHkbBn['-aPiMk5,a*\MK_?],}wJiGYl[zNBwR~F|]7`ޙ7 865AyԒ&FQ !wD=;gu0}&Ȏ1§һ'ǬON\4lqyJxXNW :K#w6;BM*}ufG[rƳ8ao@f'/d=iru`s$:Pax.yfJWw:9r7qQrZуijÁ#_DxvbB#bUw6LW 9NNNUmͽ()l`<2:W-4,yo{.a8_\$:,VLJ DcY.X1;(-6  h~-?JWQfG=uNs#´+[sC/@Wa.,mE^΅jI }аc;B,<{C`D-ߔl+Vu}ѩN [sUzs6u5;_ݟ ,yc/"JNK!&RH  6Fb~,}Џ"dE Q>RWmc(*g4Hgkч@fjDyIm&>,(fQz d/=%X=ӎTk8YH{y"g!S]z>KuH 3Kfy8>pKO Rbq3A<Ã-+.s[}m('2Fij}wr*JR1 x~{g)RB 9\{0%H6eG&]<"W.SsPsll͎h# @}x=]V~NwYV&|yG|l+]Ҁ:m m MjmD~4/O|H:W&.bq8;6i2׈ᐜg̴f-R }v0!O ".IQx G/IqCJ_M)Դb {jt*tƘ R޿M᳡`@4ks>*r8w/W#> f>N@H(h`ͨ,|me\3Cl\sy1qt$FE_QM^~Kv r2.ZguP!%'t̀ҫ%@ɔSBL~^G(A}aFRXzm3=t*Ƒ@on0kDذ2Ň oT9p,p*r!qXȱѐ!>V^} [SIx|IOC^hb9`STܦO^K@CG/嗜{q<^O{(K+'w[ sp,oҁH]22]d0t;j4\#n.,UhL@gEtGƎ֢5Y$ϒN"_3_psUW<ɃHj$9pGhV_6D+څ4y1a;>vBgoԚ3-5CVb;[kܗq;W"zsPDu |@Ֆx ( \S+lI$HͿ\k`6F,ͰMv%xLWo"VQF0X?s5Phf"wuoqD}MӃ7T;WN;km\I {꠿g6*>#\j*b8zywb6ؙ.L{ G:\Pla0H8ǀ9`8^Kl_d}E,x| CEMd?kDDr4XT׿sq׿*ovOn^I't%魕x4|*}?YwKqGgRMzzyܱWZhѣ5ȇGoᛉ ;Kr30w>^LBD5'QqMƈA2{%)`a).!=|2H#剕TZ3%Uz7ovez4a9׻:t&E]~?h1g:D0sHB;q"WcY8q+,3AOںCbjZrm1]Zc7ڽ=Bpa!oYpϓ%4$,3^jeh-kfl6EpG2 TC)Мjъ8VESPt;qo$g CM q#̳,#og*эy5B+V6T-*Zr#T|хƲ>4һElIYEE*& h LœS4onK}}jjUժ2~6C>]b- rO Mmָ.fH)^ޅJ3--<\2 uʏkm[/>2#-P]a6flIzmdc2.#< E>>@|9!SHPn N~K⠦M=cp{>h)crTg)ob@_օug 3J9f뻬*FZz`ڹ@ڿӖ^8(Lh`଒3C Hcvdʉ;(ҁZJ|U<|c=S("SUWX9?z Lq dn9tkWvajfX-կL#@!}-av֧爖_颒xޛ-"ʜ3L{`#'PU/UAQ0 RHWboA6E1?H1K}АJb>4Fmr[diOOmɁr/{߿Xes]KR5ixDyHk|Q|*{Z&nIAѮYxTx[z8)Zf$!ɴ <^AkIpZsLn3 5 昇vrMm_eaS/o׭?¡x+vT.GDơrSH6UNV~L GZjEog)s 9FuM&"qmY~|o[32<۸r=b_:;9}ĚEU ` "oG]xO;R'yJiȾUK eH2uc偧G{h#]I3qZuaB>JvM:oًAGJyպ֎T]iEh*B91:},+hUB-n-0z \b[A"$H [K$wؠjE ꊩH̘ßU+6A1Р@JUf5‡ LY֘:MD<*hk%,yf$5PJxu okw4S{ /2>ĻnP2U>p/ eSS^Z{#an6t򸫭BwbHhJ[G23Av]Y &,!_Uq44Zdo0rMV|`=O>Q̻w-Z.m`4F}ES+ԫ{ؓ TK,Oy LI5 y*]ӌe:BQ!皮 YL7Bd+=bQ@V.s@`&j}=CIo~xȂhz<>$2ߎ;hɠZfhEtەEUKϰhi-';Kc`NL|z@Hi Kf/ P \2&J\Ox2M9>*V 4ԔXˠ"P~lB8'=}Ex!o^l n L,CoZw>sF\zTמl_U]F`LM9srƾcJG87Ys]%0CiQ =4Brf(nֈ{.L)/i 퓴ݰ#ZfIj5CX%T\=<@StY`凴@4A{*OQſ?J/ΐ]{ix+6HOǶ2Լn,W*jRUBqR MV `аy/3"?.@L':4(zii0t)|E]2umaPXFE$04O6[vjl[x_6*~tRཛྷD.M֖"`DŨՇiC_Vva=]JT{u>Хΐ YZ