Update to v11.6
- Use proper reference counting semantics according to BIND version - Do not define with_bind_pkcs11 to 0 in the newer path because RPM's %{with foo} macro counts on 'foo' not being defined. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1899744
This commit is contained in:
parent
d823019b79
commit
acf4548c81
2
.gitignore
vendored
2
.gitignore
vendored
@ -49,3 +49,5 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
|
||||
/bind-dyndb-ldap-11.3.tar.bz2.asc
|
||||
/bind-dyndb-ldap-11.5.tar.bz2
|
||||
/bind-dyndb-ldap-11.5.tar.bz2.asc
|
||||
/bind-dyndb-ldap-11.6.tar.bz2
|
||||
/bind-dyndb-ldap-11.6.tar.bz2.asc
|
||||
|
@ -4,7 +4,6 @@
|
||||
%define bind_version 32:9.11.17-1
|
||||
|
||||
%if 0%{?fedora} >= 31 || 0%{?rhel} > 8
|
||||
%global with_bind_pkcs11 0
|
||||
%global openssl_pkcs11_version 0.4.10-6
|
||||
%global softhsm_version 2.5.0-4
|
||||
%else
|
||||
@ -12,7 +11,7 @@
|
||||
%endif
|
||||
|
||||
Name: bind-dyndb-ldap
|
||||
Version: 11.5
|
||||
Version: 11.6
|
||||
Release: 1%{?dist}
|
||||
Summary: LDAP back-end plug-in for BIND
|
||||
|
||||
@ -107,6 +106,10 @@ sed -i.bak -e "$SEDSCRIPT" /etc/named.conf
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 23 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.6-1
|
||||
- Upstream release 11.6
|
||||
- Use reference counting semantics in destructors according to BIND version
|
||||
|
||||
* Wed Nov 18 2020 Alexander Bokovoy <abokovoy@redhat.com> - 11.5-1
|
||||
- Upstream release 11.5
|
||||
- Use OpenSSL pkcs11 engine in BIND instead of native PKCS11
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bind-dyndb-ldap-11.5.tar.bz2) = 51063f5d33f41b125feb5379668503bdfcc444bc463e661a390fda4ed6bc801f0771b32b84878091d987cf893bb5a6287f70e794cf7940161677e49d7c945377
|
||||
SHA512 (bind-dyndb-ldap-11.5.tar.bz2.asc) = 488030006dd10c94b962b03011959d88601c9cd3ca3247cf05282206e7e90eff96d23cd3f05c29b1c31370999843085296744670832ffdb7fb058378745eb316
|
||||
SHA512 (bind-dyndb-ldap-11.6.tar.bz2) = e44ee7870aec9304c3d553181392ee2dca38352620bab2f78405aa714a60434990db7fce3a0f1db457257e68bf10fc8a7c23328aee67e7bd5dcda4b8aa67e08c
|
||||
SHA512 (bind-dyndb-ldap-11.6.tar.bz2.asc) = 83bbf7ccb1a47c7c9eb18bdb5310c33a117b4445483b1a8b84c36d01482c53ea102a23b9826b14148a4634d934f45998d6dd3cd58aac5b576628f43409d26396
|
||||
|
Loading…
Reference in New Issue
Block a user