- Ensure 64-bit platforms parse lease file dates & times correctly
(#448615)
This commit is contained in:
parent
520c4a179a
commit
f14159f54f
14
dhcp-4.1.0-64_bit_lease_parse.patch
Normal file
14
dhcp-4.1.0-64_bit_lease_parse.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -up dhcp-4.1.0/common/parse.c.64-bit_lease_parse dhcp-4.1.0/common/parse.c
|
||||
--- dhcp-4.1.0/common/parse.c.64-bit_lease_parse 2008-10-08 06:26:42.000000000 -1000
|
||||
+++ dhcp-4.1.0/common/parse.c 2009-07-09 16:22:05.000000000 -1000
|
||||
@@ -905,8 +905,8 @@ TIME
|
||||
parse_date_core(cfile)
|
||||
struct parse *cfile;
|
||||
{
|
||||
- int guess;
|
||||
- int tzoff, wday, year, mon, mday, hour, min, sec;
|
||||
+ TIME guess;
|
||||
+ long int tzoff, wday, year, mon, mday, hour, min, sec;
|
||||
const char *val;
|
||||
enum dhcp_token token;
|
||||
static int months [11] = { 31, 59, 90, 120, 151, 181,
|
@ -10,7 +10,7 @@
|
||||
Summary: Dynamic host configuration protocol software
|
||||
Name: dhcp
|
||||
Version: 4.1.0
|
||||
Release: 23%{?dist}
|
||||
Release: 24%{?dist}
|
||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||
# that's why it is at 12 now. It should have never been used, but it was.
|
||||
@ -47,6 +47,7 @@ Patch17: %{name}-4.1.0-invalid-dhclient-conf.patch
|
||||
Patch18: %{name}-4.1.0-missing-ipv6-not-fatal.patch
|
||||
Patch19: %{name}-4.1.0-IFNAMSIZ.patch
|
||||
Patch20: %{name}-4.1.0-add_timeout_when_NULL.patch
|
||||
Patch21: %{name}-4.1.0-64_bit_lease_parse.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: autoconf
|
||||
@ -198,6 +199,9 @@ libdhcpctl and libomapi static libraries are also included in this package.
|
||||
# (Submitted to dhcp-bugs@isc.org - [ISC-Bugs #19867])
|
||||
%patch20 -p1
|
||||
|
||||
# Ensure 64-bit platforms parse lease file dates & times correctly (#448615)
|
||||
%patch21 -p1
|
||||
|
||||
# Copy in documentation and example scripts for LDAP patch to dhcpd
|
||||
%{__install} -p -m 0755 ldap-for-dhcp-%{ldappatchver}/dhcpd-conf-to-ldap contrib/
|
||||
|
||||
@ -445,6 +449,9 @@ fi
|
||||
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
||||
|
||||
%changelog
|
||||
* Thu Jul 09 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-24
|
||||
- Ensure 64-bit platforms parse lease file dates & times correctly (#448615)
|
||||
|
||||
* Thu Jul 09 2009 David Cantrell <dcantrell@redhat.com> - 12:4.1.0-23
|
||||
- Upgrade to ldap-for-dhcp-4.1.0-4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user