Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package encfs for openSUSE:Factory checked in at 2025-05-13 20:05:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/encfs (Old) and /work/SRC/openSUSE:Factory/.encfs.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "encfs" Tue May 13 20:05:45 2025 rev:43 rq:1276944 version:1.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/encfs/encfs.changes 2025-04-28 16:17:44.156677970 +0200 +++ /work/SRC/openSUSE:Factory/.encfs.new.30101/encfs.changes 2025-05-13 20:05:49.547728497 +0200 @@ -1,0 +2,5 @@ +Mon May 12 16:34:02 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- add README.openSUSE for boo#1221085, boo#1243036 + +------------------------------------------------------------------- New: ---- README.openSUSE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ encfs.spec ++++++ --- /var/tmp/diff_new_pack.vW3fzP/_old 2025-05-13 20:05:50.359762659 +0200 +++ /var/tmp/diff_new_pack.vW3fzP/_new 2025-05-13 20:05:50.359762659 +0200 @@ -25,6 +25,7 @@ Group: System/Filesystems URL: https://vgough.github.io/encfs/ Source: https://github.com/vgough/encfs/releases/download/v%{version}/encfs-%{version}.tar.gz +Source2: README.openSUSE BuildRequires: c++_compiler BuildRequires: cmake BuildRequires: fuse @@ -59,6 +60,7 @@ %prep %autosetup -p1 +cp %{SOURCE2} . %build %cmake \ @@ -78,6 +80,7 @@ %files %license COPYING* %doc AUTHORS ChangeLog DESIGN.md PERFORMANCE.md README* +%doc README.openSUSE %{_bindir}/encfs* %{_mandir}/man1/*.1%{?ext_man} %{_libdir}/libencfs.so* ++++++ README.openSUSE ++++++ # Information for Encfs on openSUSE ## Encfs is deprecated Encfs is no longer maintained upstream. A number of inherrent security issues may remain unresolved forever. The package is on a deprecation path in openSUSE. Users are advised to move to alternatives, such as LUKS, crypfs, gocryptfs, or file based encryption (GnuPG). See https://bugzilla.opensuse.org/show_bug.cgi?id=1243036 ## encfs on Leap 15.6 or later may fail to decrypt old directories encfs, when built against OpenSSL 3, may fail to decrypt data created with versions built against OpenSSL 1. This applies when when transitioing from openSUSE Leap 15.5 to 15.6, or to openSUSE Tumbleweed. As a workaround, the following configuration may be added to /etc/ssl/openssl.cnf : ```` [provider_sect] legacy = legacy_sect [legacy_sect] activate = 1 ```` See https://bugzilla.opensuse.org/show_bug.cgi?id=1221085