auto-import changelog data from radvd-0.7.1-1.src.rpm

Fri Apr 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.1-1
- 0.7.1 (bugfix release, #61023), fixes:
- Check that forwarding is enabled when starting radvd (helps avoid odd
    problems)
- Check configuration file permissions (note: in setuid operation, must not
    be writable by the user.group)
- Cleanups and enhancements for radvdump
- Ensure NULL-termination with strncpy even with overlong strings
    (non-criticals, but better safe than sorry)
- Update config.{guess,sub} to cope with some newer architectures
- Minor fixes and cleanups
This commit is contained in:
cvsdist 2004-09-09 11:04:43 +00:00
parent 67f9548ead
commit 18662c0d89
3 changed files with 16 additions and 4 deletions

View File

@ -1 +1 @@
radvd-0.7.0.tar.bz2
radvd-0.7.1.tar.bz2

View File

@ -3,8 +3,8 @@
Summary: A Router Advertisement daemon
Name: radvd
Version: 0.7.0
Release: 2
Version: 0.7.1
Release: 1
License: BSD
Group: System Environment/Daemons
Source0: http://v6web.litech.org/radvd/radvd-%{version}.tar.bz2
@ -81,6 +81,18 @@ fi
%{_sbindir}/radvdump
%changelog
* Fri Apr 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.1-1
- 0.7.1 (bugfix release, #61023), fixes:
- Check that forwarding is enabled when starting radvd
(helps avoid odd problems)
- Check configuration file permissions (note: in setuid operation, must not
be writable by the user.group)
- Cleanups and enhancements for radvdump
- Ensure NULL-termination with strncpy even with overlong strings
(non-criticals, but better safe than sorry)
- Update config.{guess,sub} to cope with some newer architectures
- Minor fixes and cleanups
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild

View File

@ -1 +1 @@
2ca1f64975c3a61b2b7debe02517c033 radvd-0.7.0.tar.bz2
d0ef7abc2a3107084fa5aa88a31c51f5 radvd-0.7.1.tar.bz2