9
9
10
10
Summary: Domain Name System software
11
11
Name: bind
12
- Version: 9.20.0
12
+ Version: 9.20.5
13
13
Release: 1%{?dist }
14
14
License: ISC
15
15
Vendor: Microsoft Corporation
@@ -30,6 +30,8 @@ Source11: setup-named-chroot.sh
30
30
Source12: generate-rndc-key.sh
31
31
Source13: named.rwtab
32
32
Source14: named-chroot.files
33
+ Source15: https://gitlab.isc.org/isc-projects/dlz-modules/-/archive/main/dlz-modules-main.tar.gz
34
+
33
35
Patch0: nongit-fix.patch
34
36
35
37
BuildRequires: gcc
@@ -196,14 +198,17 @@ Summary: BIND utilities
196
198
# so we need to save a backup of these files.
197
199
mkdir backup
198
200
mv compile depcomp missing backup/
199
- libtoolize -c -f; %{_bindir }/aclocal -I m4 --force; %{_bindir }/autoconf -f
201
+ libtoolize -c -f; %{_bindir }/aclocal -I m4 --force; %{_bindir }/autoconf -f
200
202
mv backup/* .
201
203
rmdir backup
202
204
203
205
%build
204
206
# DLZ modules do not support oot builds. Copy files into build
205
207
mkdir -p build/contrib/dlz
206
- cp -frp contrib/dlz/modules build/contrib/dlz/modules
208
+ pushd build/contrib/dlz
209
+ tar --no-same-owner -xf %{SOURCE15 }
210
+ mv dlz-modules-main/modules ./
211
+ popd
207
212
208
213
./configure \
209
214
--prefix= %{_prefix } \
400
405
%{_mandir }/man1/named-journalprint.1*
401
406
%{_mandir }/man8/filter-aaaa.8.gz
402
407
%{_mandir }/man8/filter-a.8.gz
403
- %doc CHANGES README.md named.conf.default
408
+ %doc README.md named.conf.default
404
409
%doc sample/
405
410
406
411
%defattr(0660,root,named,01770)
@@ -435,11 +440,11 @@ fi;
435
440
436
441
%files dlz-ldap
437
442
%{_libdir }/{named,bind}/dlz_ldap_dynamic.so
438
- %doc contrib/dlz/modules/ldap/testing/*
443
+ %doc build/ contrib/dlz/modules/ldap/testing/*
439
444
440
445
%files dlz-sqlite3
441
446
%{_libdir }/{named,bind}/dlz_sqlite3_dynamic.so
442
- %doc contrib/dlz/modules/sqlite3/testing/*
447
+ %doc build/ contrib/dlz/modules/sqlite3/testing/*
443
448
444
449
%files libs
445
450
%{_libdir }/* -%{version }* .so
523
528
%{_mandir }/man1/named-nzd2nzf.1*
524
529
525
530
%changelog
531
+ *
Tue Feb 04 2025 CBL-Mariner Servicing Account <[email protected] > -
9.20.5-1
532
+ - Auto-upgrade to 9.20.5 - to fix CVE-2024-12705 & CVE-2024-11187
533
+ - Refresh nongit-fix patch to apply cleanly.
534
+
526
535
*
Wed Jul 24 2024 Muhammad Falak <[email protected] > -
9.20.0-1
527
536
- Upgrade version to 9.20.0 to address CVE-CVE-2024-0760, CVE-2024-1737, CVE-2024-1975 & CVE-2024-4076
528
537
- Refresh patches to apply cleanly
0 commit comments