forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bind.yaml
420 lines (406 loc) · 11 KB
/
bind.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
package:
name: bind
version: 9.18.11
epoch: 0
description: The ISC DNS server
copyright:
- license: MPL-2.0
secfixes:
9.18.11-r0:
- CVE-2022-3094
- CVE-2022-3736
- CVE-2022-3924
9.18.10-r0:
- CVE-2022-2795
- CVE-2022-2881
- CVE-2022-2906
- CVE-2022-3080
- CVE-2022-38177
- CVE-2022-38178
- CVE-2022-0396
- CVE-2021-25220
- CVE-2021-25219
- CVE-2021-25218
- CVE-2021-25214
- CVE-2021-25215
- CVE-2021-25216
- CVE-2020-8625
- CVE-2020-8620
- CVE-2020-8621
- CVE-2020-8622
- CVE-2020-8623
- CVE-2020-8624
- CVE-2020-8618
- CVE-2020-8619
- CVE-2020-8616
- CVE-2020-8617
- CVE-2019-6477
- CVE-2019-6475
- CVE-2019-6476
- CVE-2019-6471
- CVE-2019-6467
- CVE-2018-5743
- CVE-2019-6465
- CVE-2018-5745
- CVE-2018-5744
- CVE-2018-5740
- CVE-2018-5738
- CVE-2018-5737
- CVE-2018-5736
- CVE-2017-3145
- CVE-2017-3136
- CVE-2017-3137
- CVE-2017-3138
- CVE-2016-9131
- CVE-2016-9147
- CVE-2016-9444
- CVE-2019-6470
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- automake
- autoconf
- bash
- fstrm-dev
- krb5-dev
- libcap-dev
- libuv-dev
- libxml2-dev
- nghttp2-dev
- openldap-dev
- openssl-dev
- perl
- protobuf-c-dev
- dnssec-root
- dns-root-hints
pipeline:
- uses: fetch
with:
expected-sha256: 8ff3352812230cbcbda42df87cad961f94163d3da457c5e4bef8057fd5df2158
uri: https://downloads.isc.org/isc/bind9/${{package.version}}/bind-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--host=${{host.triplet.gnu}} \
--build=${{host.triplet.gnu}} \
--with-gssapi=yes \
--with-libxml2 \
--with-openssl=yes \
--enable-dnstap \
--enable-largefile \
--enable-linux-caps \
--enable-shared \
--disable-static
- uses: autoconf/make
- uses: autoconf/make-install
- runs: |
# removed -g named -o root
install -d -m0770 ${{targets.destdir}}/var/bind \
${{targets.destdir}}/var/bind/sec \
${{targets.destdir}}/var/bind/dyn \
${{targets.destdir}}/var/run/named
# removed -g named -o root
install -d -m0750 ${{targets.destdir}}/etc/bind \
${{targets.destdir}}/var/bind/pri
make -j1 DESTDIR=${{targets.destdir}} install
install -Dm644 named.confd \
${{targets.destdir}}/etc/conf.d/named
install -Dm644 named.conf.authoritative \
${{targets.destdir}}/etc/bind/named.conf.authoritative
install -Dm644 named.conf.recursive \
${{targets.destdir}}/etc/bind/named.conf.recursive
install -Dm644 127.zone \
${{targets.destdir}}/var/bind/pri/127.zone
install -Dm644 localhost.zone \
${{targets.destdir}}/var/bind/pri/localhost.zone
cd ${{targets.destdir}}/var/bind
ln -s ../../usr/share/dns-root-hints/named.root named.ca
ln -s named.ca root.cache
- uses: strip
subpackages:
- name: bind-doc
pipeline:
- uses: split/manpages
- uses: split/infodir
description: bind manpages
- name: bind-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- bind
- bind-plugins
- bind-tools
- dns-root-hints
description: bind dev
- name: bind-libs
dependencies:
runtime:
- keyutils-libs
- krb5-conf
- fstrm
- protobuf-c
- nghttp2-dev
- libnghttp2-14
pipeline:
- runs: |
for dir in lib usr/lib; do
for file in ${{targets.destdir}}/$dir/lib*.so; do
[ -f "$file" ] || continue
mkdir -p ${{targets.subpkgdir}}/$dir
mv "$file" ${{targets.subpkgdir}}/$dir/
done
done
description: bind (libraries)
- name: bind-dnssec-root
pipeline:
- runs: |
_dir="usr/share/dnssec-root"
_file="bind-dnssec-root.keys"
_link="${{targets.destdir}}/etc/bind.keys"
mkdir -p "${{targets.subpkgdir}}/$_dir"
cd "${{targets.subpkgdir}}/$_dir"
mv "$_link" "$_file"
ln -s "$_file" bind.keys
ln -s "../../$_dir/$_file" "$_link"
description: ISC BIND DNSSEC Root Keys
- name: bind-dnssec-tools
dependencies:
runtime:
- bind-tools
- libgcrypt
- libxml2
- curl
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/bin
mv \
${{targets.destdir}}/usr/bin/nsec3hash \
${{targets.destdir}}/usr/bin/dnssec* \
${{targets.subpkgdir}}/usr/bin/
description: Utilities for DNSSEC keys and DNS zone files management
- name: bind-plugins
dependencies:
runtime:
- bind
- bind-tools
- bind-libs
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/lib
mv ${{targets.destdir}}/usr/lib/bind ${{targets.subpkgdir}}/usr/lib/
description: The ISC DNS server plugins
- name: bind-tools
dependencies:
runtime:
- bind-libs
- krb5-libs
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/bin
for i in ${{targets.destdir}}/usr/bin/*; do
case "${i##*/}" in
named-checkconf) ;;
*) mv "$i" ${{targets.subpkgdir}}/usr/bin ;;
esac
done
mkdir -p ${{targets.subpkgdir}}/usr/sbin
for i in ${{targets.destdir}}/usr/sbin/*; do
case "${i##*/}" in
named|rndc) ;;
*) mv "$i" ${{targets.subpkgdir}}/usr/sbin ;;
esac
done
description: The ISC DNS tools
advisories:
CVE-2016-9131:
- timestamp: 2023-01-15T00:59:03.585781Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2016-9147:
- timestamp: 2023-01-15T00:59:03.587661Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2016-9444:
- timestamp: 2023-01-15T00:59:03.589567Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2017-3136:
- timestamp: 2023-01-15T00:59:03.580159Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2017-3137:
- timestamp: 2023-01-15T00:59:03.58204Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2017-3138:
- timestamp: 2023-01-15T00:59:03.58388Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2017-3145:
- timestamp: 2023-01-15T00:59:03.57757Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2018-5736:
- timestamp: 2023-01-15T00:59:03.575859Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2018-5737:
- timestamp: 2023-01-15T00:59:03.574203Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2018-5738:
- timestamp: 2023-01-15T00:59:03.572531Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2018-5740:
- timestamp: 2023-01-15T00:59:03.570849Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2018-5743:
- timestamp: 2023-01-15T00:59:03.564471Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2018-5744:
- timestamp: 2023-01-15T00:59:03.569199Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2018-5745:
- timestamp: 2023-01-15T00:59:03.567599Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2019-6465:
- timestamp: 2023-01-15T00:59:03.566014Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2019-6467:
- timestamp: 2023-01-15T00:59:03.562786Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2019-6470:
- timestamp: 2023-01-15T00:59:03.591446Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2019-6471:
- timestamp: 2023-01-15T00:59:03.560449Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2019-6475:
- timestamp: 2023-01-15T00:59:03.557502Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2019-6476:
- timestamp: 2023-01-15T00:59:03.558979Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2019-6477:
- timestamp: 2023-01-15T00:59:03.55597Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8616:
- timestamp: 2023-01-15T00:59:03.553272Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8617:
- timestamp: 2023-01-15T00:59:03.554604Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8618:
- timestamp: 2023-01-15T00:59:03.550623Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8619:
- timestamp: 2023-01-15T00:59:03.551917Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8620:
- timestamp: 2023-01-15T00:59:03.544359Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8621:
- timestamp: 2023-01-15T00:59:03.545596Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8622:
- timestamp: 2023-01-15T00:59:03.546827Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8623:
- timestamp: 2023-01-15T00:59:03.548079Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8624:
- timestamp: 2023-01-15T00:59:03.549327Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2020-8625:
- timestamp: 2023-01-15T00:59:03.542336Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2021-25214:
- timestamp: 2023-01-15T00:59:03.538673Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2021-25215:
- timestamp: 2023-01-15T00:59:03.539728Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2021-25216:
- timestamp: 2023-01-15T00:59:03.541174Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2021-25218:
- timestamp: 2023-01-15T00:59:03.537672Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2021-25219:
- timestamp: 2023-01-15T00:59:03.536708Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2021-25220:
- timestamp: 2023-01-15T00:59:03.535763Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2022-0396:
- timestamp: 2023-01-15T00:59:03.53483Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2022-2795:
- timestamp: 2023-01-15T00:59:03.529066Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2022-2881:
- timestamp: 2023-01-15T00:59:03.530603Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2022-2906:
- timestamp: 2023-01-15T00:59:03.531416Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2022-3080:
- timestamp: 2023-01-15T00:59:03.532223Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2022-3094:
- timestamp: 2023-01-25T18:13:41.284295996Z
status: fixed
fixed-version: 9.18.11-r0
CVE-2022-3736:
- timestamp: 2023-01-25T18:13:41.304492625Z
status: fixed
fixed-version: 9.18.11-r0
CVE-2022-3924:
- timestamp: 2023-01-25T18:13:41.321700474Z
status: fixed
fixed-version: 9.18.11-r0
CVE-2022-38177:
- timestamp: 2023-01-15T00:59:03.533077Z
status: fixed
fixed-version: 9.18.10-r0
CVE-2022-38178:
- timestamp: 2023-01-15T00:59:03.533943Z
status: fixed
fixed-version: 9.18.10-r0