Accepting request 96118 from network:dhcp
Update to dhcp-4.2.3-P1 (CVE-2011-4539,bnc#735610) OBS-URL: https://build.opensuse.org/request/show/96118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=66
This commit is contained in:
commit
087ae20989
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b113289cbcaf5d9f76892b48a6c8a452f7f2180aab1a06a8acacc49d0fa137a9
|
||||
size 11732
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfafcabbd4b2f099fd7ae1f9a9f6f2dc472b134ed5b6a391c2f7082dfdc2d8b6
|
||||
size 8613758
|
3
dhcp-4.2.3-P1-ldap-patch-mt01.diff.bz2
Normal file
3
dhcp-4.2.3-P1-ldap-patch-mt01.diff.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f791f5490fe238a97f1d6875e8e7ba1423cb71dbb7203c0887e2522c0d9e83a6
|
||||
size 11872
|
3
dhcp-4.2.3-P1.tar.bz2
Normal file
3
dhcp-4.2.3-P1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3b924fef93e7cdb72e84dce81f0121a43964e43995f40e12c17b933c38148bf
|
||||
size 9367106
|
23
dhcp.changes
23
dhcp.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 13:40:53 UTC 2011 - mt@suse.com
|
||||
|
||||
- Updated to ISC dhcp-4.2.3-P1 release, providing security fix for
|
||||
a DoS due to processing certain regular expressions (bnc#735610)
|
||||
and several important DDNS related fixes:
|
||||
* Add a check for a null pointer before calling the regexec function.
|
||||
Without out this check we could, under some circumstances, pass
|
||||
a null pointer to the regexec function causing it to segfault.
|
||||
Thanks to a report from BlueCat Networks. [ISC-Bugs #26704]
|
||||
CVE-2011-4539.
|
||||
* Fix the code that checks for an existing DDNS transaction to
|
||||
cancel when removing DDNS information, so that we will continue
|
||||
with the processing if we have a lease even if it doesn't have an
|
||||
outstanding transaction. [ISC-Bugs #24682]
|
||||
* Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
|
||||
configuration files. [ISC-Bugs #24107]
|
||||
* Add support for passing DDNS information to a DNS server over
|
||||
an IPv6 address. [ISC-Bugs #22647]
|
||||
* Enhanced patch for 23595 to handle IPv4 fixed addresses more
|
||||
cleanly. [ISC-Bugs #23595]
|
||||
- Refreshed ldap patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 20:07:54 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define isc_version 4.2.2
|
||||
%define isc_version 4.2.3-P1
|
||||
%define susefw2dir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
%define omc_prefix /usr/share/omc
|
||||
%define omc_svcdir %{omc_prefix}/svcinfo.d
|
||||
@ -40,8 +40,8 @@ BuildRequires: libtool
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Networking/Boot/Servers
|
||||
AutoReqProv: on
|
||||
Version: 4.2.2
|
||||
Release: 3
|
||||
Version: 4.2.3
|
||||
Release: P1.0.<RELEASE0>
|
||||
Summary: Common Files Used by ISC DHCP Software
|
||||
Url: http://www.isc.org/software/dhcp
|
||||
Source0: dhcp-%{isc_version}.tar.bz2
|
||||
@ -82,7 +82,7 @@ Patch15: contrib-lease-path.diff
|
||||
Patch20: dhcp-4.1.1-dhclient-exec-filedes.diff
|
||||
Patch21: dhcp-4.2.2-dhclient-send-hostname-rml.diff
|
||||
## patch repo lives here: http://www.suse.de/~mt/git/dhcp-ldap.git/
|
||||
Patch30: dhcp-4.2.2-ldap-patch-mt01.diff.bz2
|
||||
Patch30: dhcp-4.2.3-P1-ldap-patch-mt01.diff.bz2
|
||||
Patch40: dhcp-4.1.1-P1-lpf-bind-msg-fix.diff
|
||||
Patch44: dhcp-4.2.2-xen-checksum.diff
|
||||
Patch45: dhcp-4.2.2-dhclient-option-checks.bnc675052.diff
|
||||
|
Loading…
Reference in New Issue
Block a user