Package: dislocker / 0.7.3+git20240607-3

Metadata

Package Version Patches format
dislocker 0.7.3+git20240607-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix spelling.patch | (download)

man/linux/dislocker-file.1 | 4 2 + 2 - 0 !
man/linux/dislocker-find.1 | 2 1 + 1 - 0 !
man/linux/dislocker-fuse.1 | 4 2 + 2 - 0 !
src/config.c | 2 1 + 1 - 0 !
src/metadata/print_metadata.c | 6 3 + 3 - 0 !
5 files changed, 9 insertions(+), 9 deletions(-)

 fix a few typos on the manpages and source code.
always pick linux manpages.patch | (download)

src/CMakeLists.txt | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 always pick the linux-specific manpage sources
 There are no specific manpages available for the Hurd (and formerly kFreeBSD). 
wrong libdir.patch | (download)

src/CMakeLists.txt | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 don't install to /usr/lib64 just because it exists in build env
 This package fails to build in Ubuntu and in Debian because both are
 using usrmerge in their build environments, which causes /usr/lib64 to exist
 and the upstream build system to wrongly install files to it instead of to
 /usr/lib. Patch the build system to never use /usr/lib64 as this is always
 wrong for a Debian package.
fix VERSION_RELEASE.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set the correct version number of the application
deprecated ruby code.patch | (download)

src/dislocker-find.rb.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix use of file.exists removed with ruby 3.2.0
 Method File.exists was deprecated with Ruby 2.2.0 and removed with Ruby 3.2.0
 according to
 https://www.reddit.com/r/ruby/comments/1196wti/psa_and_a_little_rant_fileexists_direxists/.
detect PolarSSL version.patch | (download)

cmake/FindPolarSSL.cmake | 18 8 + 10 - 0 !
1 file changed, 8 insertions(+), 10 deletions(-)

 correct detection of polarssl version
 This patch contributes to making dislocker cross-buildable.
fuse3.patch | (download)

INSTALL.md | 4 2 + 2 - 0 !
cmake/FindFUSE.cmake | 2 1 + 1 - 0 !
src/CMakeLists.txt | 2 1 + 1 - 0 !
src/dislocker-fuse.c | 14 9 + 5 - 0 !
4 files changed, 13 insertions(+), 9 deletions(-)

 update source to use fuse3.