diff --git a/libgcrypt-1.10.0-disable-brainpool.patch b/libgcrypt-1.10.0-disable-brainpool.patch index f341efc..8a9d980 100644 --- a/libgcrypt-1.10.0-disable-brainpool.patch +++ b/libgcrypt-1.10.0-disable-brainpool.patch @@ -81,7 +81,7 @@ index 0e67baf9..a63f7360 100644 [Define FIPS module version for certification]) +# Implementation of the --disable-brainpool switch. -+AC_MSG_CHECKING([whether we want to disable the use of brainpool curves]) ++AC_MSG_CHECKING([whether brainpool curves support is requested]) +AC_ARG_ENABLE(brainpool, + AS_HELP_STRING([--disable-brainpool], + [Disable the brainpool curves]), diff --git a/libgcrypt.spec b/libgcrypt.spec index b129fcf..f766487 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -16,7 +16,7 @@ print(string.sub(hash, 0, 16)) Name: libgcrypt Version: 1.10.1 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://www.gnupg.org/ Source0: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2 Source1: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig @@ -176,6 +176,9 @@ mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt %license COPYING %changelog +* Sun May 29 2022 Todd Zullinger - 1.10.1-3 +- improve --disable-brainpool configure output + * Fri Apr 08 2022 Jakub Jelen - 1.10.1-2 - Adjust integrity check creation to match upstream (#2073018)