hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
272 stars 25 forks source link

Add UnRAR 7 compatibility #188

Closed krvi closed 3 weeks ago

krvi commented 4 weeks ago

Description:

I've been using rar2fs for years, getting it from Entware. After upgrading libunrar to 6.2.12 a couple of months ago, rar2fs stopped working for me, so I had to revert back to 6.1.3.

I noticed that UnRAR started using new types from C++11 and removed the NM constant. I looked into #186 and, over the past few days, refreshed my knowledge of C++ to address this issue.

Changes Made:

hasse69 commented 4 weeks ago

Thanks for the patches! Would it be possible for you to test the backwards compatibility before we merge this?