SHA256
1
0
forked from pool/dhcp

Accepting request 41441 from network:dhcp

Copy from network:dhcp/dhcp based on submit request 41441 from user mtomaschewski

OBS-URL: https://build.opensuse.org/request/show/41441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=35
This commit is contained in:
OBS User autobuild
2010-06-14 15:10:27 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 7 deletions

BIN
dhcp-4.1.1-P1.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
dhcp-4.1.1.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jun 14 12:11:57 UTC 2010 - mt@suse.de
- Updated to ISC DHCP 4.1.1-P1 patch release, which contains
a pair of bug fixes including one for a security related bug
(bnc#612546, CVE-2010-2156):
* A bug was fixed that could cause the DHCPv6 server to
advertise/assign a previously allocated (active) lease to a
client that has changed subnets, despite being on different
shared networks. Dynamic prefixes specifically allocated in
shared networks also now are not offered if the client has
moved. [ISC-Bugs #21152]
* Accept a client id of length 0 while hashing. Previously the
server would exit if it attempted to hash a zero length client
id, providing attackers with a simple denial of service attack.
[ISC-Bugs #21253]
-------------------------------------------------------------------
Tue May 18 08:46:37 UTC 2010 - mt@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package dhcp (Version 4.1.1)
# spec file for package dhcp (Version 4.1.1.P1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -17,7 +17,7 @@
# norootforbuild
%define isc_version 4.1.1
%define isc_version 4.1.1-P1
%define susefw2dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
%define omc_prefix /usr/share/omc
%define omc_svcdir %{omc_prefix}/svcinfo.d
@@ -32,8 +32,8 @@ BuildRequires: dos2unix
License: BSD3c(or similar)
Group: Productivity/Networking/Boot/Servers
AutoReqProv: on
Version: 4.1.1
Release: 2
Version: 4.1.1.P1
Release: 1
Summary: Common Files Used by ISC DHCP Software
Url: http://www.isc.org/software/dhcp
Source0: dhcp-%{isc_version}.tar.bz2