diff options
author | B Stack <bgstack15@gmail.com> | 2019-09-19 14:06:44 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-09-19 14:06:44 +0000 |
commit | 9ad3cbb24f82dacc5bc878770663f121e67fce34 (patch) | |
tree | afccc469f5d0ec7feb2e56060754582fa3221644 /openssl-freefilesync/readme-openssl-freefilesync.md | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | publish the diff (diff) | |
download | stackrpms-9ad3cbb24f82dacc5bc878770663f121e67fce34.tar.gz stackrpms-9ad3cbb24f82dacc5bc878770663f121e67fce34.tar.bz2 stackrpms-9ad3cbb24f82dacc5bc878770663f121e67fce34.zip |
Merge branch 'openssl-ffs-bump' into 'master'
Openssl-freefilesync-1.1.1c-6
Closes #10
See merge request bgstack15/stackrpms!90
Diffstat (limited to 'openssl-freefilesync/readme-openssl-freefilesync.md')
-rw-r--r-- | openssl-freefilesync/readme-openssl-freefilesync.md | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/openssl-freefilesync/readme-openssl-freefilesync.md b/openssl-freefilesync/readme-openssl-freefilesync.md index 66b8f85..b095f14 100644 --- a/openssl-freefilesync/readme-openssl-freefilesync.md +++ b/openssl-freefilesync/readme-openssl-freefilesync.md @@ -1,17 +1,12 @@ # Purpose of this package -Package openssl-freefilesync exists to enable the compilation and execution of FreeFileSync on CentOS 7. CentOS 7 does not bundle high-enough versions of openssl in the base repositories, so the bgstack15 copr serves a customized package of a sufficient version of openssl. +// vim: syntax=markdown +Package openssl-freefilesync exists to enable the compilation and execution of FreeFileSync on CentOS 7. CentOS 7 does not bundle high-enough versions of openssl in the base repositories, so the bgstack15 copr serves a customized package of a sufficient version of openssl. The city-fan repo does not provide this one, so I have to hack the Fedora package myself. # How to maintain openssl-freefilesync Take a [Fedora release](https://mirrors.rit.edu/fedora/fedora/linux/updates/30/Everything/SRPMS/Packages/o/openssl-1.1.1c-2.fc30.src.rpm) of openssl and open it. 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> - +Make any modifications necessary to get it to compile. This changes include: +* Revert any Fedora improvements to rpm specs since CentOS 7 was released, such as `%ldconfig_scriptlets` +* Rename cnf and man pages and the main binary so they do not collide with system openssl package |