diff options
Diffstat (limited to 'openssl-freefilesync')
-rw-r--r-- | openssl-freefilesync/openssl.spec | 2 | ||||
-rw-r--r-- | openssl-freefilesync/readme-openssl-freefilesync.md | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/openssl-freefilesync/openssl.spec b/openssl-freefilesync/openssl.spec index 39a71da..f4d8c1f 100644 --- a/openssl-freefilesync/openssl.spec +++ b/openssl-freefilesync/openssl.spec @@ -98,7 +98,7 @@ protocols. %package libs Summary: A general purpose cryptography library with TLS implementation Requires: ca-certificates >= 2008-5 -Requires: crypto-policies >= 20180730 +#Requires: crypto-policies >= 20180730 #Recommends: openssl-pkcs11%{?_isa} Provides: openssl-fips = %{epoch}:%{version}-%{release} diff --git a/openssl-freefilesync/readme-openssl-freefilesync.md b/openssl-freefilesync/readme-openssl-freefilesync.md index 9c90d9c..66b8f85 100644 --- a/openssl-freefilesync/readme-openssl-freefilesync.md +++ b/openssl-freefilesync/readme-openssl-freefilesync.md @@ -7,3 +7,11 @@ Take a [Fedora release](https://mirrors.rit.edu/fedora/fedora/linux/updates/30/E rpm2cpio openssl-1.1.1c-2.fc30.src.rpm | cpio -idm Make any modifications necessary to get it to compile. This mostly involves reverting any Fedora improvements to rpm specs since CentOS 7 was released, such as `%ldconfig_scriptlets`. Also, make changes to the .cnf file deployments so this package can be installed alongside the regular openssl package in the distro. + +# Changelog +* For openssl-freefilesync-1.1.1c +# https://github.com/aria2/aria2/issues/1249 +# change fips-post-rand.patch where it calls random.h to: + + +# include </usr/include/linux/random.h> + |