Changelog for
radvd-2.11-43.1.i586.rpm :
Mon Apr 20 14:00:00 2015 mpluskalAATTsuse.com
- As radvd does not build on older releases removing conditions and
radvd.init
- Use /var/run instead of /run
- Depend on shadow for useradd
Sat Apr 18 14:00:00 2015 mpluskalAATTsuse.com
- Update to 2.11
* added --without-check option to configure
- Cleanup spec-file with spec-cleaner
- Add keyring for gpg signature
Sun Mar 15 13:00:00 2015 p.drouandAATTgmail.com
- 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
Sun Nov 9 13:00:00 2014 Led
- fix bashisms in post script
Wed Jul 30 14:00:00 2014 sfalkenAATTopensuse.org
- 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
Wed Jul 30 14:00:00 2014 sfalkenAATTopensuse.org
- Update to version 2.2
* Updated specfile to change /var/run to /run, in order to fix rpmlint check failures
* Added:
radvd-2.2.tar.xz
radvd-2.2.tar.xz.asc
* Removed:
radvd-1.9.7.tar.xz
radvd-1.9.7.tar.xz.asc
* Updated:
0001-run-as-user-radvd-by-default.diff
radvd-configure.patch
radvd.spec
Thu Mar 13 13:00:00 2014 jbohacAATTsuse.cz
- fix the radvd.service file to use /etc/sysconfig/radvd
(bnc#854316)
Fri Jan 10 13:00:00 2014 jbohacAATTsuse.cz
- Update to version 1.9.7
* ioctl bug fix for getting the hardware address and mtu of an interface
- Update to version 1.9.6
* Check AdvSendAdvert before sending an advertisement
- Update to version 1.9.5
* IPv6 forwarding setting should be 1 or 2
* Performance fix in netlink message processing
* fix for kernels with no NETLINK_NO_ENOBUFS defined
* distributing gz, bz2 and xz tarballs
* also distributing md5, sha1, sha256 and gpg signatures
- Update to version 1.9.4
* IPv6 forwarding setting should be 1 or 2
* Performance fix in netlink message processing
* fix for kernels with no NETLINK_NO_ENOBUFS defined
* distributing gz, bz2 and xz tarballs
* also distributing md5, sha1, sha256 and gpg signatures
- Update to version 1.9.3
* check for sys/sysctl.h availability
* radvdump fix to interpret MTU and Route
- Update to version 1.9.2
* A few minor Makefile.am fixes
- Update to version 1.9.1
* Replacing a \'==\' in configure with \'=\' for better shell portability
- added .asc (gpg key not yet found)
Tue Nov 5 13:00:00 2013 speilickeAATTsuse.com
- Don\'t start daemon after package installation, the default config is almost
useless and previous package versions installed even bad ones into
/etc/radvd.conf (it would never be fixed since the file is
%ghost %config(noreplace)
- Fix try-restart to only restart the daemon if it\'s actually running. Allow
condrestart, which is LSB
Wed Dec 5 13:00:00 2012 dimstarAATTopensuse.org
- Add radvd-tmpfile-grpname.patch: On openSUSE, the radvd user is
added to the \'daemon\' group (not a specific \'radvd\' group). Thus
adjusting the groupname in for the file to be installed in
tmpfiles.d. Otherwise, the systemd-tmpfiles service fails to
start (and radvd can\'t find the /var/run folder).
Thu Jun 14 14:00:00 2012 crrodriguezAATTopensuse.org
- Remove URL from source as this is a git snapshot
Thu Jun 14 14:00:00 2012 crrodriguezAATTopensuse.org
- Update to version 1.9rc1.xxx
* Support systemd tmpfiles.d
* add Native systemd units for this service
* Uses libdaemon to deamonize and store PID file.
* Use setsockopt NETLINK_NO_ENOBUFS
* fixes debian bug 634485
Fri Dec 2 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Wed Nov 16 13:00:00 2011 dimstarAATTopensuse.org
- Update to version 1.8.3:
+ proper tracking of buffer usage in send_ra
- Drop diff_release_1_8_2..44ee01c7.patch: fixed upstream.
Wed Oct 19 14:00:00 2011 jbohacAATTsuse.cz
- Update to version 1.8.3-rc1
- additional patches up to commit 44ee01c7 to fully fix the
path traversal CVE-2011-3602 (bnc#721968)
Thu Sep 29 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 1.8.1 for details see NEWS
- Fix package building in factory, creating /var/run/radvd before
being marked as %ghost
- Run spec cleaner
Tue May 3 14:00:00 2011 lnusselAATTsuse.de
- new version 1.7:
- Fix an unintentional change in 1.3: RAs were accidentally often unicast to
solicitors instead of being multicast. This is still compliant with the
specification but is not optimal.
- Allow radvd.conf prefix, clients, route, and RDNSS options to be in any order.
- exit if the number of prefixes/routes/etc. would grow too much.
- Fix radvd skipping multiple interfaces when UnicastOnly is on or
AdvSendAdvert is off. This got broken in radvd 1.3.
- Fix a segmentation fault on reload_config() timer list corruption that only
occurs with multiple interfaces.
- Add \'-c\' flag to test configuration.
- Deprecate old, pre-RFC5006 parameters. Support RFC6106 by adding DNS Search List support.
- run as user radvd by default (bnc#691456)
- clean up init script
- install a small default config that advertises ULAs. Default prefix is
autogenerated to get a different for on each installation.
- start even if forwarding is not on to be able to work with ULAs only
Wed Jul 29 14:00:00 2009 jbohacAATTsuse.cz
- Update to version 1.3:
- mainly compilation fixes
- decreased the default valid and preferred lifetimes
- support for arbitrary interface names