Update to 9.16.7
Bugfix release. https://downloads.isc.org/isc/bind9/9.16.7/doc/arm/html/notes.html#notes-for-bind-9-16-7
This commit is contained in:
parent
1f070d7ab3
commit
9e7477b3c4
2
.gitignore
vendored
2
.gitignore
vendored
@ -113,3 +113,5 @@ bind-9.7.2b1.tar.gz
|
||||
/bind-9.16.5.tar.xz.asc
|
||||
/bind-9.16.6.tar.xz
|
||||
/bind-9.16.6.tar.xz.asc
|
||||
/bind-9.16.7.tar.xz
|
||||
/bind-9.16.7.tar.xz.asc
|
||||
|
11
bind.spec
11
bind.spec
@ -55,18 +55,18 @@
|
||||
# no more isc-config.sh and bind9-config
|
||||
|
||||
# lib*.so.X versions of selected libraries
|
||||
%global sover_dns 1605
|
||||
%global sover_dns 1607
|
||||
%global sover_isc 1606
|
||||
%global sover_irs 1601
|
||||
%global sover_isccfg 1600
|
||||
%global sover_isccfg 1601
|
||||
%global sover_ns 1604
|
||||
|
||||
|
||||
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
|
||||
Name: bind
|
||||
License: MPLv2.0
|
||||
Version: 9.16.6
|
||||
Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Version: 9.16.7
|
||||
Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Epoch: 32
|
||||
Url: https://www.isc.org/downloads/bind/
|
||||
#
|
||||
@ -1161,6 +1161,9 @@ fi;
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 17 2020 Petr Menšík <pemensik@redhat.com> - 32:9.16.7-1
|
||||
- Update to 9.16.7
|
||||
|
||||
* Tue Sep 15 2020 Petr Menšík <pemensik@redhat.com> - 32:9.16.6-3
|
||||
- Merge bind-lite-devel into devel package
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bind-9.16.6.tar.xz) = 37f57db6d1633cc85a4d954a69bbb3372c65ac43fef965df5aee8dcdd32153bb5b0c6d0d5f00f353dd4464c71d74dc8e801937b930e2b8f6799fa77af5f243e0
|
||||
SHA512 (bind-9.16.6.tar.xz.asc) = 519f264f9f2f9f78c3a972aca72d4843328294cb0785d19199a61d6d922ba1dfe30fd80187fcb4e42db177692826158f53ddf8b9333fcb1239b6c78b88491229
|
||||
SHA512 (bind-9.16.7.tar.xz) = 176c84657e8a7b10a7ca93c939ca6a7fcdefb22f9200c3f01be59bcd8990dee27b8dc0970299225bcbe0f1aa8f49a67c80c4a9853895ffbcd685adb9674e7768
|
||||
SHA512 (bind-9.16.7.tar.xz.asc) = a94721692a3c400aa9df9499874ac833e605a647ec8e4e42065bf4822581eb6e3cfb8b5f61e127fb069e821364de9aef2030fa7bb456616993321897e06c7ec4
|
||||
|
Loading…
Reference in New Issue
Block a user