radvd-2.17-lp152.6.3.1<>,;`/=„**vOW͡"8$ަƒr X36R2]NF1?1d   >  2Rpv{ < `   \4|( 8 9< : =)N>)V?)^@)fF)nG)H)I*X*$Y*0\*d]*^+l b,:c,d-e-f-l-u-v- w0x0y1z1`1p1t1z1Cradvd2.17lp152.6.3.1Router ADVertisement Daemon for IPv6RADVD is the Router ADVertisement Daemon. It sends IPv6 RA packets to advertise available IPv6 networks, and is used for automated configuration of IPv6 clients.`lamb10openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Routinghttp://v6web.litech.org/radvdlinuxi586getent passwd radvd >/dev/null || useradd -r -d /var/lib/empty -s /sbin/nologin -c "Router ADVertisement Daemon for" radvd 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 radvd.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# zap old (<= 11.4) default test -f /etc/sysconfig/radvd && sed -ie '/^RADVD_OPTIONS/s/-u daemon//' /etc/sysconfig/radvd PNAME=radvd SUBPNAME= 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 # random() { od -An -d -N2 /dev/urandom } if [ ! -e /etc/radvd.conf ]; then # yeah, not quite the rfc4193 algorithm but hopefully # random enough prefix=`printf "fd%02x:%04x:%04x:0001::/64\n" $(($(random) % 256)) $(random) $(random)` cat > /etc/radvd.conf <rbrown@suse.comjengelh@inai.dedmueller@suse.comdmueller@suse.commpluskal@suse.commpluskal@suse.comp.drouand@gmail.comLed sfalken@opensuse.org- replace /var/run with /run in /usr/lib/tmpfiles.d/radvd.conf (bsc#1185066)- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Clear assumptions from description.- only do group prereq on new style distro- update to 2.17: * Fix STDERR_SYSLOG log level bug. * Always close stdout and stderr when daemonizing. * Implement RFC 7772 Section 5.1.1, 5.1.2, defaulted to on. * Fixed ExecReload in systemd service file * Merged ARPHRD_6LOWPAN netlink query from * Add systemd service file * Fixed bug in new vs old address list comparison when responding to netlink messages. * Fix netlink bug where RADVD reacts to RTM_NEWADDR messages when there weren't actually any new addresses to be found. Those RTM_NEWADDR messages were only * process.c: fixup ugly overflow check radvd.conf.5.man: minor fixup to 'client' option radvd.conf.5.man: update abro usage gram.y: deprecate abro prefix length device-linux.c: IEEE 802.15.4 musl libc fix send.c: seconds/miliseconds comparison fix send.c: preferred lifetime RFC 4862, 5.5.3 fix defaults.h: remaining lifetime RFC 4862 fix radvdump: show routes with prefixlen > 64 - run tmpfiles_create in post to ensure creation of rundir - depend on daemon group to be created before adding user - fix rundir group permission- As radvd does not build on older releases removing conditions and radvd.init - Use /var/run instead of /run - Depend on shadow for useradd- Update to 2.11 * added --without-check option to configure - Cleanup spec-file with spec-cleaner - Add keyring for gpg signature- Update to version 2.10 * Reverted random delay work because it broke detecting new interfaces in a timely manor. - Update radvd-configure.patch - Do not provide both sysvinit/systemd init files; it's redundant - Add a backward compatibility link for systemd- fix bashisms in post script- Update to version 2.2 minor fixes: Netlink: set setup_iface fix for down interface coming up split send_ra into smaller function orgainize struct Interface with nested structures time: Use clock_gettime and monotonic clock add disable_ipv6_autoconfig function so an interface radvd is using won't autoconfig itself using its own advert improved netlink message processing to *only* reinit an interface that changed. build fixes: Revert bison locations in order to support byacc Amend DIST_EXTRA with the make check files Add command line option parsing to the check unit test application Add make check target based on the check unit testing framework Add check in configure.ac for clock_gettime Makefile.am: Fix out of tree builds disable struct-overflow warning Add compiler attributes to type check format strings/bin/sh/bin/sh/bin/sh/bin/shlamb10 1622139134 2.17-lp152.6.3.12.17-lp152.6.3.12.17-lp152.6.3.1 radvd.confradvdradvd.servicetmpfiles.dradvd.confradvdradvdumprcradvdradvdCHANGESCOPYRIGHTINTRO.htmlTODOradvd.conf.examplesysconfig.radvdradvd.conf.5.gzradvd.8.gzradvdump.8.gz/etc//run//usr/lib/systemd/system//usr/lib//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/radvd//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man8/-fomit-frame-pointer -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:16388/openSUSE_Leap_15.2_Update/863968bd0d8ef3d1d9a6c29d8a8b241c-radvd.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linux emptydirectoryASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=529dac27476f1b1dcaa24865e0d5f6f6b593d2e8, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=b2f4a9cc55dc891bd9f1e253870c4a1b3caf4e90, for GNU/Linux 3.2.0, strippedISO-8859 textHTML document, ASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRR RRR RR R RRR RR R R  nX[T$utf-8e4f580ecfc801df9c83d3dce2a56e2373a67148c981a9d46e5981421c7cb7e63?7zXZ !t/R]"k%]'|j(J׾@}I+ucP'~hJvGyQaۊP/6WC і-okb>ͬ/> U)+ٳP α 2IeDѣgs;'yPQ~kvMNd ^iGڑO߉ f?cOͲ= ,'BggُgL-^ 7;qUrϾFMk3o?~s\Fw1*L%,n3SR3mڣ5Tu@s) [{"b:hZh '9{2!`@J#RmYM*Ưe0dokrt Zu]!JȍEr#\*^y_fyiS &iS 岖BT93i? W\y^$/dګktCxH"WJF%CP rZkĊuiQ*b9.w6,(zOjH>V