1 |
# $Id: djbdns.spec,v 1.2 2017/07/12 03:39:09 unnilennium Exp $ |
# $Id: djbdns.spec,v 1.3 2017/07/12 16:43:25 unnilennium Exp $ |
2 |
|
|
3 |
# |
# |
4 |
# RPM spec file for Dan Bernstein's djbdns package |
# RPM spec file for Dan Bernstein's djbdns package |
5 |
# |
# |
6 |
# $Id: djbdns.spec,v 1.2 2017/07/12 03:39:09 unnilennium Exp $ |
# $Id: djbdns.spec,v 1.3 2017/07/12 16:43:25 unnilennium Exp $ |
7 |
# |
# |
8 |
Summary: collection of Domain Name System tools |
Summary: collection of Domain Name System tools |
9 |
%define name djbdns |
%define name djbdns |
10 |
Name: %{name} |
Name: %{name} |
11 |
%define version 1.05 |
%define version 1.05 |
12 |
%define release 10 |
%define release 11 |
13 |
Version: %{version} |
Version: %{version} |
14 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
License: Public Domain |
License: Public Domain |
19 |
Patch0: %{name}-%{version}.patch.2001022000 |
Patch0: %{name}-%{version}.patch.2001022000 |
20 |
Patch1: dns_transmit-bug.patch |
Patch1: dns_transmit-bug.patch |
21 |
#Patch2: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/dnscache-cname-handling.patch |
#Patch2: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/dnscache-cname-handling.patch |
22 |
Patch3: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/dnscache-strict-forwardonly.patch |
#Patch3: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/dnscache-strict-forwardonly.patch |
23 |
#Patch4: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/tinydns-alias-chain-truncation.patch |
#Patch4: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/tinydns-alias-chain-truncation.patch |
24 |
|
|
25 |
# openwrt patches |
# openwrt patches |
84 |
domain on Dec 28, 2007. |
domain on Dec 28, 2007. |
85 |
|
|
86 |
%changelog |
%changelog |
87 |
* Wed Jul 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.05-10.sme |
* Mon Apr 12 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.05-11.sme |
88 |
|
- import modification from SME9 [SME: 11548] |
89 |
|
- improve short ttl cname resolution and glueless answer from akadns [SME: 8362] |
90 |
|
- 500-cutom-dnscache-maxloop.patch: set QUERY_MAXLEVEL 5 QUERY_MAXLOOP 500 QUERY_MAXNS 16 [SME: 10300] |
91 |
|
|
92 |
|
* Wed Jul 12 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.05-10.sme |
93 |
- improve short ttl cname resolution and glueless answer from akadns [SME: 8362] |
- improve short ttl cname resolution and glueless answer from akadns [SME: 8362] |
94 |
- 500-cutom-dnscache-maxloop.patch: increase QUERY_MAXLEVEL 5->10 , set QUERY_MAXLOOP 160 |
- 500-cutom-dnscache-maxloop.patch: increase QUERY_MAXLEVEL 5->10 , set QUERY_MAXLOOP 160 |
95 |
|
|
96 |
* Tue Jul 11 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.05-9.sme |
* Tue Jul 11 2017 Jean-Philippe Pialasse <tests@pialasse.com> 1.05-9.sme |
97 |
--import patches from openwrt and rename already applied patches |
--import patches from openwrt and rename already applied patches |
98 |
--fix security issues [SME: 10374] |
--fix security issues [SME: 10374] |
99 |
- 020-dnsroots-update.patch: update list of root DNS servers |
- 020-dnsroots-update.patch: update list of root DNS servers |
168 |
mkdir -p ./root/usr |
mkdir -p ./root/usr |
169 |
mkdir -p ./root/etc |
mkdir -p ./root/etc |
170 |
|
|
|
#%patch1 -p1 |
|
|
##%patch2 -p1 |
|
|
#%patch3 -p1 |
|
|
##%patch4 -p1 |
|
|
#%patch5 -p1 |
|
|
#%patch6 -p1 |
|
|
##%patch7 -p1 |
|
|
|
|
171 |
%patch20 -p1 |
%patch20 -p1 |
172 |
%patch30 -p1 |
%patch30 -p1 |
173 |
%patch50 -p1 |
%patch50 -p1 |