/[smeserver]/rpms/djbdns/sme9/djbdns.spec
ViewVC logotype

Diff of /rpms/djbdns/sme9/djbdns.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Wed Feb 6 22:00:55 2013 UTC Revision 1.2 by unnilennium, Wed Jul 12 04:56:19 2017 UTC
# Line 1  Line 1 
1  # $Id: djbdns.spec,v 1.5 2008/04/09 13:51:47 slords Exp $  # $Id: djbdns.spec,v 1.1 2013/02/06 22:00:55 slords 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.5 2008/04/09 13:51:47 slords Exp $  # $Id: djbdns.spec,v 1.1 2013/02/06 22:00:55 slords 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 8  %define release 9
13  Version: %{version}  Version: %{version}
14  Release: %{release}%{?dist}  Release: %{release}%{?dist}
15  License: Public Domain  License: Public Domain
# Line 18  Source: http://cr.yp.to/%{name}/%{name}- Line 18  Source: http://cr.yp.to/%{name}/%{name}-
18  URL: http://cr.yp.to/%{name}.html  URL: http://cr.yp.to/%{name}.html
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    # patch from openwrt
26    Patch20: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/020-dnsroots-update.patch
27    Patch30: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/030-srv-records-and-axfrget.patch
28    Patch50: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/050-tinydns-mmap-leak.patch
29    Patch60: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/060-dnscache-big-udp-packets.patch
30    Patch70: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/070-dnscache-dpos-tcp-servfail.patch
31    Patch80: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/080-dnscache-cache-negatives.patch
32    Patch90: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/090-tinydns-one-second.patch
33    Patch120: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/120-compiler-temporary-filename.patch
34    Patch200: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/200-dnscache-cname-handling.patch
35    Patch210: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/210-dnscache-strict-forwardonly.patch
36    Patch230: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/230-tinydns-data-semantic-error.patch
37    Patch240: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/240-tinydns-alias-chain-truncation.patch
38    Patch270: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/270-dnscache-sigpipe-fix.patch
39    Patch300: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/300-bugfix-dnscache-dempsky-poison.patch
40    Patch310: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/310-bugfix-dnscache-merge-outgoing-requests.patch
41    Patch320: https://dev.openwrt.org/export/HEAD/packages/net/djbdns/patches/320-bugfix-dnscache-cache-soa-records.patch
42    Patch330: https://dev.openwrt.org/raw-attachment/ticket/5881/330-fix-dnscache-cname-handling.patch
43    
44    Patch450: 450-dnscache-ghost-domain-CVE-2012-1191.patch
45    Patch500: 500-cutom-dnscache-maxloop.patch
46    
47  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
48  Provides: djbdns  Provides: djbdns
49  AutoReqProv: no  AutoReqProv: no
# Line 59  djbdns was written by Daniel J Bernstein Line 82  djbdns was written by Daniel J Bernstein
82  domain on Dec 28, 2007.  domain on Dec 28, 2007.
83    
84  %changelog  %changelog
85    * Tue Jul 11 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.05-9.sme
86    -- backport SME10 fixes [SME: 10381]
87    --import patches from openwrt and rename already applied patches
88    --fix security issues [SME: 10374]
89    - 020-dnsroots-update.patch: update list of root DNS servers
90    - 070-dnscache-dpos-tcp-servfail.patch: SERVFAIL rename previous patch dns_transmit-bug.patch
91    - 210-dnscache-strict-forwardonly.patch: rename previous patch dnscache-strict-forwardonly.patch
92    - 270-dnscache-sigpipe-fix.patch: SIGPIPE
93    - 300-bugfix-dnscache-dempsky-poison.patch: CVE-2009-0858
94    - 310-bugfix-dnscache-merge-outgoing-requests.patch: CVE-2008-4392
95    - 320-bugfix-dnscache-cache-soa-records.patch: CVE-2008-4392
96    - 450-dnscache-ghost-domain-CVE-2012-1191.patch: CVE-2012-1191 http://marc.info/?l=djbdns&m=134190748729079&w=2
97    --bug fixes [SME: 10374]
98    - 060-dnscache-big-udp-packets.patch: accept and handle longer than 512 bytes UDP packets
99    - 230-tinydns-data-semantic-error.patch: handle semantic error to avoid publishing false dns records
100    - 240-tinydns-alias-chain-truncation.patch: rename previous patch tinydns-alias-chain-truncation.patch
101    --fix issue with short ttl cname like akamaid [SME: 8362]
102    - 200-dnscache-cname-handling.patch: rename previous patch dnscache-cname-handling.patch
103    - 330-fix-dnscache-cname-handling.patch: fix dnscache cname for short ttl
104    - 500-cutom-dnscache-maxloop.patch: set max loop to 200
105    --needed for previous patches to apply cleanly
106    - 030-srv-records-and-axfrget.patch: add SRV record type and axfr-get decompose SRC and PTR records (for 230-*.patch)
107    - 080-dnscache-cache-negatives.patch: rfc2308 ? (for 200-*.patch)
108    - 090-tinydns-one-second.patch: improve tinydns with 8 or more  concurent connections (for 240-*.patch)
109    - 120-compiler-temporary-filename.patch: change tmp filename to avoid conflicts (for 230-*.patch)
110    --not backported from SME10 branch
111    - 050-tinydns-mmap-leak.patch: report cdb leak
112    
113  * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 1.05-8  * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 1.05-8
114  - Comment out contentious patches for now [SME: 3826] [SME: 3824]  - Comment out contentious patches for now [SME: 3826] [SME: 3824]
115    
# Line 107  domain on Dec 28, 2007. Line 158  domain on Dec 28, 2007.
158  mkdir -p ./root/usr  mkdir -p ./root/usr
159  mkdir -p ./root/etc  mkdir -p ./root/etc
160    
161  %patch1 -p1  %patch20 -p1
162  #%patch2 -p1  %patch30 -p1
163  %patch3 -p1  %patch60 -p1
164  #%patch4 -p1  %patch70 -p1
165    %patch80 -p1
166    %patch90 -p1
167    %patch120 -p1
168    %patch200 -p1
169    %patch210 -p1
170    %patch230 -p1
171    %patch240 -p1
172    %patch270 -p1
173    %patch300 -p1
174    %patch310 -p1
175    %patch320 -p1
176    %patch330 -p1
177    
178    %patch450 -p1
179    %patch500 -p1
180    
181    
182  %build  %build
183  echo "gcc -O2 -Wall --include /usr/include/errno.h" > conf-cc  echo "gcc -O2 -Wall --include /usr/include/errno.h" > conf-cc


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed