commit e3f30a3142636de3b9353777147035b268769183
Author: Jan Rękorajski <[email protected]>
Date:   Sun Oct 24 19:24:08 2021 +0200

    - disable deprecated blowsfish cipher, rebuild with openssl 3.0.0, rel 3

 encfs.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/encfs.spec b/encfs.spec
index 9d9c27b..9de9a4f 100644
--- a/encfs.spec
+++ b/encfs.spec
@@ -4,7 +4,7 @@ Summary:        Encrypted pass-thru filesystem for Linux
 Summary(pl.UTF-8):     Zaszyfrowany system plików dla Linuksa
 Name:          encfs
 Version:       1.9.5
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       
https://github.com/vgough/encfs/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -42,6 +42,7 @@ plików. Jest podobny do CFS-a, ale nie używa NFS-a.
 %build
 install -d build
 cd build
+export CXXFLAGS="%{rpmcxxflags} -DOPENSSL_NO_BF"
 %cmake .. \
        -DBUILD_SHARED_LIBS:BOOL=OFF
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/encfs.git/commitdiff/e3f30a3142636de3b9353777147035b268769183

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to