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 6 |
%define release 12 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
11 |
Patch0: e-smith-dnscache-1.0.0.validateNameServer.patch |
Patch0: e-smith-dnscache-1.0.0.validateNameServer.patch |
12 |
Patch1: e-smith-dnscache-1.0.0-dnscacne_servers.patch |
Patch1: e-smith-dnscache-1.0.0-dnscacne_servers.patch |
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 |
15 |
|
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 |
|
Patch8: e-smith-dnscache-1.0.0-dnscacne_forwarder.randomseed.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
29 |
caching nameserver |
caching nameserver |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Fri Aug 08 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-12 |
33 |
|
- Ensure that forwarding instance of dnscache has random data |
34 |
|
available on stdin. [SME: 4416] |
35 |
|
|
36 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-11 |
37 |
|
- Use new address for L root server, and delete included version of |
38 |
|
root/servers/@ file, since we template it. [SME: 4414] |
39 |
|
|
40 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-10 |
41 |
|
- Fix validation of NameServer properties pulled from networks db. |
42 |
|
[SME: 1343] |
43 |
|
|
44 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-9 |
45 |
|
- Fix delegation of reverse lookup for nets which aren't /8, |
46 |
|
/16 or /24. [SME: 4249] |
47 |
|
|
48 |
|
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-08 |
49 |
|
- Increase default CacheSize to 10M, with corresponding increase |
50 |
|
in DataSize. [SME: 2371] |
51 |
|
|
52 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-07 |
53 |
|
- Run dnscache with sigpipe ignored. [SME: 938] |
54 |
|
|
55 |
* Mon May 21 2007 Shad L. Lords <slords@mail.com> 1.0.0-6 |
* Mon May 21 2007 Shad L. Lords <slords@mail.com> 1.0.0-6 |
56 |
- Ensure Forwarder has value and not just defined [SME: 3013] |
- Ensure Forwarder has value and not just defined [SME: 3013] |
57 |
|
|
434 |
%patch0 -p1 |
%patch0 -p1 |
435 |
%patch1 -p1 |
%patch1 -p1 |
436 |
%patch2 -p1 |
%patch2 -p1 |
437 |
|
%patch3 -p1 |
438 |
|
%patch4 -p1 |
439 |
|
%patch5 -p1 |
440 |
|
%patch6 -p1 |
441 |
|
%patch7 -p1 |
442 |
|
%patch8 -p1 |
443 |
|
|
444 |
%build |
%build |
445 |
perl createlinks |
perl createlinks |