2 |
%define name e-smith-dnscache |
%define name e-smith-dnscache |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.0.0 |
%define version 1.0.0 |
5 |
%define release 8 |
%define release 11 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
13 |
Patch2: e-smith-dnscache-1.0.0-dnscacne_forwarder.patch |
Patch2: e-smith-dnscache-1.0.0-dnscacne_forwarder.patch |
14 |
Patch3: e-smith-dnscache-1.0.0-sigpipe.patch |
Patch3: e-smith-dnscache-1.0.0-sigpipe.patch |
15 |
Patch4: e-smith-dnscache-1.0.0-cachesize.patch |
Patch4: e-smith-dnscache-1.0.0-cachesize.patch |
16 |
|
Patch5: e-smith-dnscache-1.0.0-reverse_delegation.patch |
17 |
|
Patch6: e-smith-dnscache-1.0.0.validateNameServer.patch2 |
18 |
|
Patch7: e-smith-dnscache-1.0.0-L.root.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
28 |
caching nameserver |
caching nameserver |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-11 |
32 |
|
- Use new address for L root server, and delete included version of |
33 |
|
root/servers/@ file, since we template it. [SME: 4414] |
34 |
|
|
35 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-10 |
36 |
|
- Fix validation of NameServer properties pulled from networks db. |
37 |
|
[SME: 1343] |
38 |
|
|
39 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-9 |
40 |
|
- Fix delegation of reverse lookup for nets which aren't /8, |
41 |
|
/16 or /24. [SME: 4249] |
42 |
|
|
43 |
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-08 |
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-08 |
44 |
- Increase default CacheSize to 10M, with corresponding increase |
- Increase default CacheSize to 10M, with corresponding increase |
45 |
in DataSize. [SME: 2371] |
in DataSize. [SME: 2371] |
431 |
%patch2 -p1 |
%patch2 -p1 |
432 |
%patch3 -p1 |
%patch3 -p1 |
433 |
%patch4 -p1 |
%patch4 -p1 |
434 |
|
%patch5 -p1 |
435 |
|
%patch6 -p1 |
436 |
|
%patch7 -p1 |
437 |
|
|
438 |
%build |
%build |
439 |
perl createlinks |
perl createlinks |