SHA256
1
0
forked from pool/dhcp

Accepting request 28414 from home:jengelh:branches:network:dhcp

Copy from home:jengelh:branches:network:dhcp/dhcp via accept of submit request 28414 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28414
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2010-01-11 10:05:04 +00:00
committed by Git OBS Bridge
parent 429c7df13b
commit 9f076708f3
11 changed files with 332 additions and 218 deletions

View File

@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Thu Jan 7 20:41:13 CET 2010 - jengelh@medozas.de
- Enable parallel building
- Use large PIE model on all SPARC flavors
-------------------------------------------------------------------
Mon Dec 14 22:39:01 CET 2009 - mt@suse.de
- Fixed dhclient-script to use correct sysconfig run dir path
to not to break the defaultroute/hostname setup (bnc#555095).
- Don't request any specific lease-time by default (bnc#516459).
-------------------------------------------------------------------
Fri Oct 16 10:17:23 CEST 2009 - mt@suse.de
- Fixed dhclient-script to forward new_domain_search as DNSSEARCH
to netconfig.
-------------------------------------------------------------------
Tue Oct 13 22:51:49 CEST 2009 - mt@suse.de
- Updated to dhcp-3.1.3 maintenance release fixing several issues
(a digest, see RELNOTES for the complete list):
* Remove infinite loop in token_print_indent_concat().
* A parser bug was fixed that segfaulted if site-option-space
was tried to be used interchangeably with vendor-option-space.
* Two uninitialized stack structures are now memset to zero,
thanks to patch from David Cantrell at Red Hat.
* Memory leak in the load_balance_mine() function is fixed. This
would leak ~20-30 octets per DHCPDISCOVER packet while failover
was in use and in normal state.
* Fixed setting hostname in Linux hosts that require hostname
argument to be double-quoted. Also allow server-provided
hostname to override hostnames 'localhost' and '(none)'.
* Added client support for setting interface MTU and metric,
thanks to Roy "UberLord" Marples <roy@marples.name>.
* Fixed failover reconnection retry code to continue to retry to
reconnect rather than restarting the listener.
* Fixed a bug where an OMAPI socket disconnection message would
not result in scheduling a failover reconnection, if the link
had not negotiated a failover connect yet (e.g.: connection
refused, asynch socket connect() timeouts).
* Versions 3.0.x syntax with multiple name->code option
definitions is now supported. Note that, similarly to 3.0.x,
for by-code lookups only the last option definition is used.
* Fixed a fenceposting bug when a client had two host records
configured, one using 'uid' and the other using 'hardware
ethernet'. CVE-2009-1892
- Updated to dhcp-3.1.3-ldap-patch-mt-01 including previous fixes.
- Merged dhclient script, removed obsolete CVE-2009-1892 fix.
-------------------------------------------------------------------
Tue Sep 29 11:37:18 CEST 2009 - mt@suse.de