| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: dhcpv6_client | Distribution: Unknown |
| Version: 0.10 | Vendor: Fedora Project |
| Release: 44.fc7 | Build date: Mon Sep 10 21:39:25 2007 |
| Group: System Environment/Base | Build host: xenbuilder1.fedora.redhat.com |
| Size: 173539 | Source RPM: dhcpv6-0.10-44.fc7.src.rpm |
| Packager: Fedora Project | |
| Url: http://dhcpv6.sourceforge.net/ | |
| Summary: DHCPv6 client | |
Provides the client for the DHCPv6 protocol (RFC 3315) to support dynamic configuration of IPv6 addresses and parameters. See man dhcp6c(8), dhcp6c.conf(5), and the documentation in /usr/share/dhcpv6_client*.
BSD
internal MD5: ddc2d9e2a3e2a58d2a851b37645c235d
GPG
* Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 0.10-44
- Fix more segfaults when dhcp6s starts with empty control files (#253968)
- Recognize 802.1Q VLAN network device names (#245115)
* Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 0.10-43
- Do not parse an empty /var/lib/dhcpv6/server6.leases file (#253968)
* Fri Apr 27 2007 David Cantrell <dcantrell@redhat.com> - 0.10-42
- Init script fixes (#237973)
* Tue Mar 27 2007 David Cantrell <dcantrell@redhat.com> - 0.10-41
- Pass correct sockaddr size for salen parameter to getnameinfo() (#233900)
- Spec file cleanups per Fedora Packaging Guidelines
* Fri Feb 16 2007 David Cantrell <dcantrell@redhat.com> - 0.10-40
- Remove strlcat(), we don't use it or need it
- Close socket correctly in gethwid() (#229005)
* Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 0.10-39
- Fix build failures on x86_64 and ia64
- Remove parallel make flags
- Disable -Werror for now since flex-generated source fails miserably with it
- Remove yy_current_buffer from lease_token.l
- Added missing -fPIC to CFLAGS
* Thu Feb 08 2007 David Cantrell <dcantrell@redhat.com> - 0.10-38
- Fix up libdhcp6client patch so it doesn't copy the source then patch it
- Revert LOG_INFO changes back to LOG_DEBUG
- Move non-libdhcp6client patches to the main bugfix patch
- Remove the extra noise sent to the logging function
- Correct warnings so it compiles with -Werror
- Remove local htonl.h header, just use the /usr/include definitions
- Include <netinet/in.h> and remove inclusion of <linux/ipv6.h> and "htonl.h"
- Move dhcp6r source to its own patch file
- Put man page patches in to a single patch file
- Remove periods from the end of package summary lines (package review)
- Use preferred BuildRoot (package review)
- Only export the symbols we want in libdhcp6client (#216187)
- Keep flex-generated files for the debuginfo package
* Tue Feb 06 2007 David Cantrell <dcantrell@redhat.com> - 0.10-37
- Add missing ';;' on line 72 of dhcp6r init script
* Tue Feb 06 2007 David Cantrell <dcantrell@redhat.com> - 0.10-36
- Make dhcp6s and dhcp6r init scripts LSB compliant
* Mon Nov 27 2006 David Cantrell <dcantrell@redhat.com> - 0.10-35
- server6_addr.conf is not required for dhcp6s
- Resolves: rhbz#217309
- Man page for dhcp6s.conf should reference server-preference
- Resolves: rhbz#217308
* Thu Nov 16 2006 David Cantrell <dcantrell@redhat.com> - 0.10-34
- Set permission of libdhcp6client.so.1 to 0755 (#215911)
* Tue Oct 31 2006 David Cantrell <dcantrell@redhat.com> - 0.10-33
- spec file cleanup (remove NODEBUGINFO, useless code, etc)
- Patch rollup since a lot of the later patches overwrote previous patches
- Put typedef for dhcp_state_e before it's used in libdhcp_control.h (#212612)
- Include <sys/queue.h> rather than the old BSD queue.h in the source
* Sat Sep 30 2006 David Cantrell <dcantrell@redhat.com> - 0.10-32
- Line continuation slashes for init script description (#204713)
* Sat Aug 19 2006 Jesse Keating <jkeating@redhat.com> - 0.10-31
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
(#203001)
* Wed Jul 19 2006 Jason Vas Dias <jvdias@redhat.com> - 0.10-30
- fix bug 196429:
Allow clients from dhcpv6-0.10<=16 to get addresses.
>16, the server sent the prefix length; this is now
conditional on the client sending the DHC6OPT_REQUEST_PREFIX,
and can be disabled by the 'use-ra-prefix' dhcp6c.conf or
dhcp6s.conf setting. With the upstream version, the only
way to set the clients' address prefixes was by router
advertisement.
* Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 0.10-29.1
- rebuild
* Thu Jun 29 2006 Peter Jones <pjones@redhat.com> - 0.10-29
- getnameinfo needs the size of the incoming data, not NS_MAXHOST
* Fri Jun 23 2006 David Cantrell <dcantrell@redhat.com> - 0.10-28
- If link is down, exit rather than loop indefinitely (#195250)
* Wed Jun 21 2006 Peter Jones <pjones@redhat.com> - 0.10-27
- don't patch using autoconf, do it in the spec file so it can be
patched on top of
* Fri Jun 09 2006 Jason Vas Dias<jvdias@redhat.com> 0.10-26
- libdhcp6client fix to retry bind() to linklocal address
on EADDRNOTAVAIL for up to 5 seconds to give kernel time
to create linklocal address.
* Sat May 27 2006 Jason Vas Dias<jvdias@redhat.com> 0.10-24.1
- misc libdhcp6client fixes
* Sat May 20 2006 Jason Vas Dias<jvdias@redhat.com> 0.10-24
- build libdhcp6client with -soname
* Thu May 18 2006 Jason Vas Dias<jvdias@redhat.com> 0.10-22
- Thanks, Karsten. Now building with libdhcp6client enabled.
* Thu May 18 2006 Karsten Hopp <karsten@redhat.de> 0.10-21
- change buildrequires from openssl top openssl-devel so that
the configure checks actually work
* Mon May 15 2006 Jason Vas Dias <jvdias@redhat.com> - 0.10-20
- Produce the libdhcp6client library for invoking dhcp6c from
within other programs.
* Thu May 11 2006 Jason Vas Dias <jvdias@redhat.com> - 0.10-18
- Make server send client the IPv6 address prefix in address lease;
make client use it
- prevent netlink.c generating error log message for NLMSG_DONE
- fix netlink.c IFLA_PROTINFO handling now that kernel defines it
- fix memory leak in client6_addr create_iaid
- disable 'install -s' for binaries
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.10-16.1
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 0.10-16
- rebuild for new gcc, glibc, glibc-kernheaders
* Sun Dec 18 2005 Jason Vas Dias<jvdias@redhat.com> - 0.10-15.2
- rebuild for new gcc & flex
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Wed Nov 09 2005 Tomas Mraz <tmraz@redhat.com> - 0.10-15
- rebuilt with new openssl
* Tue Aug 16 2005 Jason Vas Dias <jvdias@redhat.com>
- fix bug 165882: allow client to configure an interface which
does not have an IPv4 address ( use getifaddrs instead of
ioctl(sockfd, SIOGIFCONF, ...)
- fix bug 165884 (possibly!): force use of glibc's getifaddrs,
not internal getifaddrs implementation
* Sat Apr 02 2005 Florian La Roche <laroche@redhat.com>
- made perms for /var/lib/dhcpv6 the same
* Fri Mar 25 2005 Florian La Roche <laroche@redhat.com>
- add "exit 0" to postun script
* Thu Jan 13 2005 Jason Vas Dias <jvdias@redhat.com> - 0.10-11
- Fix misc. compiler warnings and ms-dos formatted man-pages
* Wed Jan 12 2005 Jason Vas Dias <jvdias@redhat.com> - 0.10-11
- Add 'prefix-delegation-interface' option to allow write
- of radvd interface configuration other than that for
- the interface the lease was received on.
* Mon Jan 10 2005 Jason Vas Dias <jvdias@redhat.com> - 0.10-10
- Fix bug 144585: dhcp6c wasn't writing radvd.conf in prefix delegation mode
* Sun Jan 09 2005 Jason Vas Dias <jvdias@redhat.com> - 0.10-10
- Add Relay Agent support. Thanks to Brian Bluesker<bbuesker@qualcomm.com>
- for the patch to add relay support to the server and for submitting the
- patch originally contributed by Cristian Cadar of NEC Europe to
- DHCPv6-developer mailing list.
* Fri Jan 07 2005 Jason Vas Dias <jvdias@redhat.com> - 0.10-9
- fix bug 143728: SEGV core on resolv.conf + radvd.conf update -
- yywrap()'s must return 1
* Tue Oct 19 2004 Jason Vas Dias <jvdias@redhat.com> - 0.10-7
- fix bug 136146: clean up code - prevent compiler warnings
* Tue Sep 14 2004 Jason Vas Dias <jvdias@redhat.com> - 0.10-6
- fix bug 132468 for bug 125712: invoke change_resolv_conf
* Tue Sep 14 2004 Bill Nottingham <notting@redhat.com> - 0.10-5
- don't run by default
- add chkconfig prereqs, postun script, etc.
* Fri Sep 03 2004 Jason Vas Dias <jvdias@redhat.com> - 0.10-3/4
- fixed missing %defattr for dhcpv6_client - bug 131638
* Tue Aug 31 2004 Jason Vas Dias <jvdias@redhat.com> - 0.10-2
- Split into two packages: dhcpv6-*, containing server only,
- and dhcpv6_client-*, containing client only.
* Fri Aug 27 2004 Jason Vas Dias <jvdias@redhat.com> - 0.10-1
- Initial build.
€»ì
Generated by rpm2html 1.8.1
Daniel Veillard, Sun Oct 12 03:58:29 2008