add BuildRequires:gnutls-devel to support TLS
(cherry picked from commit 314eff2ee7056f3e215b57f46864db8119851230)
This commit is contained in:
parent
5d9d61d376
commit
4601fc2092
@ -1,6 +1,6 @@
|
|||||||
Name: gnupg2
|
Name: gnupg2
|
||||||
Version: 2.2.21
|
Version: 2.2.21
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Utility for secure communication and data storage
|
Summary: Utility for secure communication and data storage
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -28,6 +28,8 @@ BuildRequires: libgpg-error-devel >= 1.31
|
|||||||
BuildRequires: libgcrypt-devel >= 1.7.0
|
BuildRequires: libgcrypt-devel >= 1.7.0
|
||||||
BuildRequires: libksba-devel >= 1.3.0
|
BuildRequires: libksba-devel >= 1.3.0
|
||||||
BuildRequires: libassuan-devel >= 2.1.0
|
BuildRequires: libassuan-devel >= 2.1.0
|
||||||
|
# for TLS support
|
||||||
|
BuildRequires: gnutls-devel
|
||||||
|
|
||||||
Requires: libgcrypt >= 1.7.0
|
Requires: libgcrypt >= 1.7.0
|
||||||
Requires: libgpg-error >= 1.31
|
Requires: libgpg-error >= 1.31
|
||||||
@ -116,6 +118,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2023 yixiangzhike <yixiangzhike007@163.com> - 2.2.21-6
|
||||||
|
- add BuildRequires:gnutls-devel to support TLS
|
||||||
|
|
||||||
* Mon Aug 15 2022 yixiangzhike <yixiangzhike007@163.com> - 2.2.21-5
|
* Mon Aug 15 2022 yixiangzhike <yixiangzhike007@163.com> - 2.2.21-5
|
||||||
- fix CVE-2022-34903
|
- fix CVE-2022-34903
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user