Update to 9.16.5
Modifies API of libraries, needs rebuild of dependent packages.
This commit is contained in:
parent
9a4be75094
commit
23ca292909
2
.gitignore
vendored
2
.gitignore
vendored
@ -109,3 +109,5 @@ bind-9.7.2b1.tar.gz
|
||||
/bind-9.16.2.tar.xz.asc
|
||||
/bind-9.16.4.tar.xz
|
||||
/bind-9.16.4.tar.xz.asc
|
||||
/bind-9.16.5.tar.xz
|
||||
/bind-9.16.5.tar.xz.asc
|
||||
|
13
bind.spec
13
bind.spec
@ -56,18 +56,18 @@
|
||||
# no more isc-config.sh and bind9-config
|
||||
|
||||
# lib*.so.X versions of selected libraries
|
||||
%global sover_dns 1603
|
||||
%global sover_isc 1603
|
||||
%global sover_dns 1605
|
||||
%global sover_isc 1605
|
||||
%global sover_irs 1601
|
||||
%global sover_isccfg 1600
|
||||
%global sover_ns 1603
|
||||
%global sover_ns 1604
|
||||
|
||||
|
||||
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
|
||||
Name: bind
|
||||
License: MPLv2.0
|
||||
Version: 9.16.4
|
||||
Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Version: 9.16.5
|
||||
Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Epoch: 32
|
||||
Url: https://www.isc.org/downloads/bind/
|
||||
#
|
||||
@ -1209,6 +1209,9 @@ fi;
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 15 2020 Petr Menšík <pemensik@redhat.com> - 32:9.16.5-1
|
||||
- Update to 9.16.5
|
||||
|
||||
* Fri Jun 19 2020 Petr Menšík <pemensik@redhat.com> - 32:9.16.4-2
|
||||
- Move html into doc/bind
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bind-9.16.4.tar.xz) = b1cf0607b0d7569ea594e02848eed601b8faf31c527fc17d379cfff3cd45c0c8b849364af0312e9b65bc14875aad87de379281603c150a07bf021ec740e92860
|
||||
SHA512 (bind-9.16.4.tar.xz.asc) = 3eb7d79a1127ecb404020349ae0c077f27616a27bd3f7983eee6d0d70eb9823d293eea405d8f79e5b87830eb92817dce2de52d96ddad51ff0c1130c4a20ad9eb
|
||||
SHA512 (bind-9.16.5.tar.xz) = 789fc19f60e81f67ef13ebacd030ea5d8f8cc42cf5f06a01ee2eefe9b7c6d3b10603a3a6a3df85b0e5d770fcf462ce8dddc3a7e5f7f2dab27aa5879ee5380eb7
|
||||
SHA512 (bind-9.16.5.tar.xz.asc) = 264d0e7de24e2d549f4eb6f368c55afd04aea2136416dbf131a47adcf99bae5e440245124469976f311bf752d5e9d3b7652d41d1d4b6d5fb67ed7cd86f3aaf27
|
||||
|
Loading…
Reference in New Issue
Block a user