diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-15 23:54:24 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-15 23:54:24 -0400 |
commit | 91fad0b6c330c35129b069fab8bdf5c4ba479ddf (patch) | |
tree | 46587604ba44237161655b5b0aa946bf5ebf515d /openssl-freefilesync/readme-openssl-freefilesync.md | |
parent | freefilesync 10.14 rpm rc1 (diff) | |
download | stackrpms-91fad0b6c330c35129b069fab8bdf5c4ba479ddf.tar.gz stackrpms-91fad0b6c330c35129b069fab8bdf5c4ba479ddf.tar.bz2 stackrpms-91fad0b6c330c35129b069fab8bdf5c4ba479ddf.zip |
add openssl-freefilesync
Diffstat (limited to 'openssl-freefilesync/readme-openssl-freefilesync.md')
-rw-r--r-- | openssl-freefilesync/readme-openssl-freefilesync.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openssl-freefilesync/readme-openssl-freefilesync.md b/openssl-freefilesync/readme-openssl-freefilesync.md new file mode 100644 index 0000000..9c90d9c --- /dev/null +++ b/openssl-freefilesync/readme-openssl-freefilesync.md @@ -0,0 +1,9 @@ +# 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. + +# 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. |