SHA256
1
0
forked from pool/dhcp
Commit Graph

188 Commits

Author SHA256 Message Date
Stephan Kulow
e5d886df17 Accepting request 236700 from network:dhcp
- Fixed /etc/sysconfig/dhcpd fillup in dhcp server post-install.
- Fixed dhcp server start script to use correct libdir (bnc#868250)
- Fixed dhcp server to chown leases to run user at start (bnc#868253)
  [+ 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch]
- Fixed to write missed dhcp-ldap debug level messages (bnc#835818)
  [+ 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch]
- Fixed unsupported dhclient-script used by sysconfig ifup to provide
  a function to calculate netmask. NetworkManager provides an own one.

OBS-URL: https://build.opensuse.org/request/show/236700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=91
2014-06-18 05:49:19 +00:00
cdb81fcfb3 - Fixed /etc/sysconfig/dhcpd fillup in dhcp server post-install.
- Fixed dhcp server start script to use correct libdir (bnc#868250)
- Fixed dhcp server to chown leases to run user at start (bnc#868253)
  [+ 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch]
- Fixed to write missed dhcp-ldap debug level messages (bnc#835818)
  [+ 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch]
- Fixed unsupported dhclient-script used by sysconfig ifup to provide
  a function to calculate netmask. NetworkManager provides an own one.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=131
2014-06-10 02:45:09 +00:00
Stephan Kulow
1a5b9fa214 Accepting request 235641 from network:dhcp
- added necessary macros for systemd files (forwarded request 234944 from jsegitz)

OBS-URL: https://build.opensuse.org/request/show/235641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=90
2014-06-01 16:57:03 +00:00
Tomáš Chvátal
d06e2d112b Accepting request 234944 from home:jsegitz:branches:network:dhcp
- added necessary macros for systemd files

OBS-URL: https://build.opensuse.org/request/show/234944
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=129
2014-05-28 08:49:05 +00:00
Stephan Kulow
504ba94540 Accepting request 233674 from network:dhcp
- remove gpg-offline dependency (blocks rebuilds) as checking
  is already done by source validator (forwarded request 231223 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/233674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=89
2014-05-14 08:50:24 +00:00
Tomáš Chvátal
74846729b8 Accepting request 231223 from home:dirkmueller:branches:network:dhcp
- remove gpg-offline dependency (blocks rebuilds) as checking
  is already done by source validator

OBS-URL: https://build.opensuse.org/request/show/231223
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=127
2014-05-13 07:59:50 +00:00
Stephan Kulow
20705fc1dc Accepting request 228140 from network:dhcp
- Applied fixes for DHCP over IPoIB by Mellanox (bnc#870535)
  [+ 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch,
   + 0018-dhcp-4.2.6-improved-xid.patch]

OBS-URL: https://build.opensuse.org/request/show/228140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=88
2014-04-01 09:34:14 +00:00
689173fdb4 - Applied fixes for DHCP over IPoIB by Mellanox (bnc#870535)
[+ 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch,
   + 0018-dhcp-4.2.6-improved-xid.patch]

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=125
2014-03-28 19:03:40 +00:00
Stephan Kulow
e64f4f80a0 Accepting request 226487 from network:dhcp
- Added support for custom for rcdhcpd[6] check-syntax,check-lease
  and syntax-check actions (bnc#868713).

OBS-URL: https://build.opensuse.org/request/show/226487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=87
2014-03-18 15:21:33 +00:00
7aac362810 - Added support for custom for rcdhcpd[6] check-syntax,check-lease
and syntax-check actions (bnc#868713).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=123
2014-03-17 16:40:09 +00:00
Stephan Kulow
1266d5b838 Accepting request 221675 from network:dhcp
- Initially switched to use systemd service files under systemd
  and enabled Restart=on-abort (fate#315133).
- Update to ISC dhcp-4.2.6 release. See RELNOTES file for the
  complete list of changes -- digest of fixes not in dhcp-4.2.5:
  - Tidy up receive packet processing.
    Thanks to Brad Plank of GTA for reporting the issue and
    suggesting a possible patch. [ISC-Bugs #34447]
  - Fix the socket handling for DHCPv6 clients to allow multiple
    instances of a client on a single machine to work properly.
    Previously only one client would receive the packets.
    Thanks to Jiri Popelka at Red Hat for the bug report and a
    potential patch. [ISC-Bugs #34784]
  - Added support for gentle shutdown after signal is received.
    [ISC-Bugs #32692] [ISC-Bugs 34945]
  - Enhance the DHCPv6 server logging to include the addresses
    that are assigned to the clients.  This can be enabled by
    defining LOG_V6_ADDRESSES in site.h. [ISC-Bugs #26377]
  - Fix an operation in the DDNS code to be a bitwise instead
    of logical or. [ISC-Bugs #35138]
- Merged patches for dhcp-4.2.6 version to apply without fuzzy,
  prepended patch number prefixes to match spec file patch nr,
  added patch markup tags / bug numbers to the spec file.
- Applied contrib-lease-path pach to contrib.tar.gz
  [- contrib-lease-path.diff]
- Changed to require automake and use its config.sub and guess
  files instead of maintaining a patch.
  [- config-guess-sub-update.patch]
- Enabled to log DHCPv6 addresses assigned by server to clients
  [+ 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch]
- Cleaned up documentation, rpmlint adjustments.

OBS-URL: https://build.opensuse.org/request/show/221675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=86
2014-02-13 05:44:47 +00:00
d059c507b7 - Initially switched to use systemd service files under systemd
and enabled Restart=on-abort (fate#315133).
- Update to ISC dhcp-4.2.6 release. See RELNOTES file for the
  complete list of changes -- digest of fixes not in dhcp-4.2.5:
  - Tidy up receive packet processing.
    Thanks to Brad Plank of GTA for reporting the issue and
    suggesting a possible patch. [ISC-Bugs #34447]
  - Fix the socket handling for DHCPv6 clients to allow multiple
    instances of a client on a single machine to work properly.
    Previously only one client would receive the packets.
    Thanks to Jiri Popelka at Red Hat for the bug report and a
    potential patch. [ISC-Bugs #34784]
  - Added support for gentle shutdown after signal is received.
    [ISC-Bugs #32692] [ISC-Bugs 34945]
  - Enhance the DHCPv6 server logging to include the addresses
    that are assigned to the clients.  This can be enabled by
    defining LOG_V6_ADDRESSES in site.h. [ISC-Bugs #26377]
  - Fix an operation in the DDNS code to be a bitwise instead
    of logical or. [ISC-Bugs #35138]
- Merged patches for dhcp-4.2.6 version to apply without fuzzy,
  prepended patch number prefixes to match spec file patch nr,
  added patch markup tags / bug numbers to the spec file.
- Applied contrib-lease-path pach to contrib.tar.gz
  [- contrib-lease-path.diff]
- Changed to require automake and use its config.sub and guess
  files instead of maintaining a patch.
  [- config-guess-sub-update.patch]
- Enabled to log DHCPv6 addresses assigned by server to clients
  [+ 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch]
- Cleaned up documentation, rpmlint adjustments.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=121
2014-02-10 18:14:12 +00:00
Stephan Kulow
08abd5db45 Accepting request 213448 from network:dhcp
- Test if /etc/sysconfig/network/scripts/functions exists before
  sourcing it (fate#316768,bnc#856591).

OBS-URL: https://build.opensuse.org/request/show/213448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=85
2014-01-13 16:20:08 +00:00
f1f840f0e7 fixed typo
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=119
2014-01-10 12:17:54 +00:00
f86cd46c02 One more place
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=118
2014-01-10 12:17:07 +00:00
d29de4797d - Test if /etc/sysconfig/network/scripts/functions exists before
sourcing it (fate#316768,bnc#856591).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=117
2014-01-10 12:13:49 +00:00
Tomáš Chvátal
867f4c4c58 Accepting request 207427 from network:dhcp
- Fixed path to systemctl in dhclient-script (bnc#847778).

OBS-URL: https://build.opensuse.org/request/show/207427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=84
2013-11-18 12:08:28 +00:00
c6ffb21205 - Fixed path to systemctl in dhclient-script (bnc#847778).
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=115
2013-11-18 09:44:41 +00:00
Stephan Kulow
efc9c19495 Accepting request 201150 from network:dhcp
- Added /etc/bindresvport.blacklist to dhcp server chroot file
  lists as it seems to block its start in some cases (bnc#842360).

OBS-URL: https://build.opensuse.org/request/show/201150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=83
2013-09-29 15:47:52 +00:00
734af024dc - Added /etc/bindresvport.blacklist to dhcp server chroot file
lists as it seems to block its start in some cases (bnc#842360).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=113
2013-09-27 15:20:25 +00:00
Stephan Kulow
b1fdb7abc7 Accepting request 198233 from network:dhcp
- Fixed to reload syslog on hostname changes using systemctl as
  there is no /etc/init.d/syslog script since syslog-service-2.0
  (bnc#830467).

OBS-URL: https://build.opensuse.org/request/show/198233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=81
2013-09-11 09:29:55 +00:00
920ff4f575 - Fixed to reload syslog on hostname changes using systemctl as
there is no /etc/init.d/syslog script since syslog-service-2.0
  (bnc#830467).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=111
2013-09-10 13:05:48 +00:00
Stephan Kulow
d945318845 Accepting request 173895 from network:dhcp
- Added autoreconf -i option to fix build for the new automake (forwarded request 173461 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/173895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=80
2013-05-02 09:06:18 +00:00
Factory Maintainer
d7f4d7d519 Accepting request 173461 from openSUSE:Factory:Staging:Automake
- Added autoreconf -i option to fix build for the new automake

OBS-URL: https://build.opensuse.org/request/show/173461
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=109
2013-04-30 08:03:14 +00:00
Stephan Kulow
7cb0e4d7c4 Accepting request 163421 from network:dhcp
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/163421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=79
2013-04-14 08:13:39 +00:00
7f352dbf90 Fixed a cut&paste typo
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=107
2013-04-02 09:29:49 +00:00
a825ac6257 - Install missed bind include files and libraries in dhcp-devel;
conflicts to bind-devel providing different versions (bnc#805162).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=106
2013-04-02 09:23:05 +00:00
Stephan Kulow
119e89714f Accepting request 161515 from network:dhcp
- Use manual patch command for config-guess-sub-update.patch
  again as patch macro does not work on older distributions.

OBS-URL: https://build.opensuse.org/request/show/161515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=78
2013-04-01 09:29:54 +00:00
55d008c14d - Use manual patch command for config-guess-sub-update.patch
again as patch macro does not work on older distributions.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=104
2013-03-28 07:42:40 +00:00
Stephan Kulow
97b2f9368d Accepting request 161432 from network:dhcp
- Update to ISC dhcp-4.2.5-P1 release, which contains updated
  bind-9.8.4-P2 sources with removed regex.h check in configure
  (bnc#811934, CVE-2013-2266).
- Changed spec make the bind export library build output visible.

OBS-URL: https://build.opensuse.org/request/show/161432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=77
2013-03-27 18:22:55 +00:00
338ed5a3c4 - Update to ISC dhcp-4.2.5-P1 release, which contains updated
bind-9.8.4-P2 sources with removed regex.h check in configure
  (bnc#811934, CVE-2013-2266).
- Changed spec make the bind export library build output visible.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=102
2013-03-27 14:46:26 +00:00
Stephan Kulow
b5f01ed9ba Accepting request 158697 from network:dhcp
- Added dhcp6-server service template for SuSEfirewall2 (bnc#783002)

OBS-URL: https://build.opensuse.org/request/show/158697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=76
2013-03-12 21:37:10 +00:00
ae1947ea00 - Added dhcp6-server service template for SuSEfirewall2 (bnc#783002)
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=100
2013-03-12 15:26:14 +00:00
Stephan Kulow
fc324aceb7 Accepting request 157334 from network:dhcp
- config-guess-sub-update.patch:
  Update config.guess/sub for aarch64 (forwarded request 157180 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/157334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=75
2013-03-05 10:12:03 +00:00
c45fe5eff8 Accepting request 157180 from devel:ARM:AArch64:Factory
- config-guess-sub-update.patch:
  Update config.guess/sub for aarch64

OBS-URL: https://build.opensuse.org/request/show/157180
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=98
2013-03-05 09:07:00 +00:00
Stephan Kulow
82be95c80c Accepting request 148048 from network:dhcp
- Update to ISC dhcp-4.2.5 release. See RELNOTES file for the
- Removed obsolete parsing and printing option patch
- Merged dhcp-4.2.2-dhclient-send-hostname-rml.diff
- Fixed discovery of interfaces, which have only addresses with
  a label assigned (linux 2.0 "alias interfaces" compatibility)
- Applied a patch to ignore SIGPIPE instead to die in socket code
- Updated ldap patch to 4.2.5-ldap-mt01
- Fixed dhclient-script to discard MTU lower-equal 576
- Verify GPG source archive signatures.

OBS-URL: https://build.opensuse.org/request/show/148048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=73
2013-01-12 06:45:07 +00:00
58f1b21b5d - Update to ISC dhcp-4.2.5 release. See RELNOTES file for the
complete list of changes -- digest of fixes not in dhcp-4.2.4-P2:
  - Correct code to calculate rebind timing values in client
    [ISC-Bugs #29062]
  - Fix some issues in the code for parsing and printing options.
    [ISC-Bugs #22625,#27289,#27296,#27314]
  - Update the memory leakage debug code to work with v6.
    [ISC-Bugs #30297]
  - Relax the requirements for deleting an A or AAAA record.
    This relaxation was codified in RFC 4703. [ISC-Bugs #30734]
  - Modify the failover code to handle incorrect peer names better.
    [ISC-Bugs #30320]
  - Fix a set of issues that were discovered via a code inspection
    tool. [ISC-Bugs #23833]
  - Parsing unquoted base64 strings improved. [ISC-Bugs #23048]
  - The client now passes information about the options it requested
    from the server to the script code via environment variables.
    These variables are of the form requested_<option_name>=1 with
    the option name being the same as used in the new_* and old_*
    variables. [ISC-Bugs #29068]
  - Check the status value when trying to read from a connection to
    see if it may have been closed.  If it appears closed don't try
    to read from it again.  This avoids a potential busy-wait like
    loop when the peer names are mismatched. [ISC-Bugs #31231]
  - Remove an unused variable to keep compilers happy.
    [ISC-Bugs #31983]
- Removed obsolete parsing and printing option patch
  [dhcp-4.2.4-parsing-and-printing-options.patch]
- Merged dhcp-4.2.2-dhclient-send-hostname-rml.diff
  [dhcp-4.2.5-dhclient-send-hostname-rml.patch]

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=96
2013-01-11 11:58:29 +00:00
Stephan Kulow
9d764cfb80 Accepting request 135167 from network:dhcp
Update to ISC dhcp-4.2.4-P2 ([ISC-Bugs #30281], CVE: CVE-2012-3955, bnc#780167)

OBS-URL: https://build.opensuse.org/request/show/135167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=72
2012-09-21 12:38:39 +00:00
6d8716fb66 - Update to ISC dhcp-4.2.4-P2 release, providing a security fix for
an issue with the use of lease times was found and fixed.  Making
  certain changes to the end time of an IPv6 lease could cause the
  server to abort.  Thanks to Glen Eustace of Massey University,
  New Zealand for finding this issue.
  ([ISC-Bugs #30281], CVE: CVE-2012-3955, bnc#780167)

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=94
2012-09-20 14:31:54 +00:00
Stephan Kulow
84ec36bade Accepting request 130408 from network:dhcp
Update to ISC dhcp-4.2.4-P1 release, providing security fixes
(bnc#772924,CVE-2012-3954,CVE-2012-3570, CVE-2012-3571), fixing
a dhcpv6 server assert crash (bnc#767661), and other bugs
(bnc#739696[updated], bnc#721829, bnc#762108, bnc#770236).

OBS-URL: https://build.opensuse.org/request/show/130408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=71
2012-08-08 19:53:26 +00:00
560b29399c - Update to ISC dhcp-4.2.4-P1 release, providing security fixes (bnc#772924)
- Moved lease file check to a separate action so it is not used in
  restart -- it can fail when the daemon rewrites the lease causing
  a restart failure then (bnc#762108 regression).
- Request dhcp6.sntp-servers in /etc/dhclient6.conf and forward to
  netconfig for processing (bnc#770236).
- Removed RFC 4833 TZ options from client requests [unused].
- Update to ISC dhcp-4.2.4 release, fixing a dhcpv6 server assert
  crash while accessing lease on heap (bnc#767661) and providing...

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=92
2012-07-25 20:48:38 +00:00
Stephan Kulow
b899864efc Accepting request 113788 from network:dhcp
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/113788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=69
2012-04-17 05:44:31 +00:00
c67cc23113 TEST: - Added RFC 4833 TimeZone PosixString and Name declarations to
server and client configs [not used yet].

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=90
2012-03-28 15:29:59 +00:00
Stephan Kulow
b3d0e13a7b Accepting request 109915 from network:dhcp
escape values in ldap filters (bnc#721829, [ISC-Bugs #28545])

OBS-URL: https://build.opensuse.org/request/show/109915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=68
2012-03-20 10:26:37 +00:00
97d7fc195d - dhcp-server: fixed to escape all values used in constructed
ldap filters as a DN may contain e.g. asterisks (bnc#721829,
  [ISC-Bugs #28545]).

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=88
2012-03-19 09:46:24 +00:00
Stephan Kulow
0696eb6d13 Accepting request 100295 from network:dhcp
Bug 741239 - VUL-1: CVE-2011-4868: dhcp DDNS DoS, update to 4.2.3-P2

OBS-URL: https://build.opensuse.org/request/show/100295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=67
2012-01-17 10:32:42 +00:00
a66d02d4db - Updated to ISC dhcp-4.2.3-P2 release, providing a DDNS security fix:
Modify the DDNS handling code. In a previous patch we added logging
  code to the DDNS handling.  This code included a bug that caused it
  to attempt to dereference a NULL pointer and eventually segfault.
  While reviewing the code as we addressed this problem, we determined
  that some of the updates to the lease structures would not work as
  planned since the structures being updated were in the process of
  being freed: these updates were removed.  In addition we removed an
  incorrect call to the DDNS removal function that could cause a failure
  during the removal of DDNS information from the DNS server.
  Thanks to Jasper Jongmans for reporting this issue.
  ([ISC-Bugs #27078], CVE: CVE-2011-4868, bnc#741239)
- Fixed close-on-exec patch to not set it on stderr (bnc#732910)
- Fixed incorrect "a" array type option parsing causing to discard
  e.g. classless static routes from lease file [reported as ISC-Bug
  27289] and zero-length option parsing such as dhcp6.rapid-commit
  in dhclient6 [reported as ISC-Bug 27314] (bnc#739696).
- Fixed dhclient to include its pid number in syslog messages.
- Fixed to use P2 in the spec version, not in the release tag.

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=85
2012-01-16 17:05:05 +00:00
Stephan Kulow
087ae20989 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
2011-12-12 15:56:16 +00:00
c4d9715c47 - 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

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=82
2011-12-09 13:48:59 +00:00
Stephan Kulow
3ec62c810a replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=65
2011-12-06 17:06:05 +00:00