Hello community, here is the log from the commit of package radvd for openSUSE:Factory checked in at 2014-11-18 22:45:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/radvd (Old) and /work/SRC/openSUSE:Factory/.radvd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "radvd" Changes: -------- --- /work/SRC/openSUSE:Factory/radvd/radvd.changes 2014-07-31 21:50:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2014-11-18 22:45:58.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 23:29:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ radvd.spec ++++++ --- /var/tmp/diff_new_pack.xPazX3/_old 2014-11-18 22:46:00.000000000 +0100 +++ /var/tmp/diff_new_pack.xPazX3/_new 2014-11-18 22:46:00.000000000 +0100 @@ -92,10 +92,13 @@ test -f /etc/sysconfig/radvd && sed -ie '/^RADVD_OPTIONS/s/-u daemon//' /etc/sysconfig/radvd %{fillup_only radvd} # +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` + prefix=`printf "fd%%02x:%%04x:%%04x:0001::/64\n" $(($(random) %% 256)) $(random) $(random)` cat > /etc/radvd.conf <<EOF interface eth0 { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
