summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_openssl.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-27 15:57:42 +0000
committerB. Stack <bgstack15@gmail.com>2022-06-27 15:57:42 +0000
commita5edb11a9334edb513e8606824efea1c067153ce (patch)
tree744d5d5a840cc83203450b6b4838596003249752 /freefilesync/ffs_openssl.patch
parentMerge branch 'scite-bump' into 'master' (diff)
parentffs 11.22 rpm rc1 (diff)
downloadstackrpms-a5edb11a9334edb513e8606824efea1c067153ce.tar.gz
stackrpms-a5edb11a9334edb513e8606824efea1c067153ce.tar.bz2
stackrpms-a5edb11a9334edb513e8606824efea1c067153ce.zip
Merge branch 'freefilesync-el8' into 'master'
freefilesync 11.22, and reenable el8 support See merge request bgstack15/stackrpms!301
Diffstat (limited to 'freefilesync/ffs_openssl.patch')
-rw-r--r--freefilesync/ffs_openssl.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/freefilesync/ffs_openssl.patch b/freefilesync/ffs_openssl.patch
index 7097d33..b77d8ac 100644
--- a/freefilesync/ffs_openssl.patch
+++ b/freefilesync/ffs_openssl.patch
@@ -1,8 +1,8 @@
Summary: Compile for libss-dev 1.1.1m
Author: bgstack15
-Date: 2022-01-04
+Date: 2022-06-07
Version: 11.16
-Message: Compile on Devuan Ceres with libssl-dev_1.1.1m-1
+Message: Compile on any distro with openssl < 3.0.0
diff -aur 11.13/zen/open_ssl.cpp 11.14/zen/open_ssl.cpp
--- 11.16-0/zen/open_ssl.cpp 2022-01-04 10:04:34.135914294 -0500
+++ 11.16-1/zen/open_ssl.cpp 2022-01-04 10:29:12.544451067 -0500
bgstack15