From ffccd5b2b05243e7976db80f90f453dccfae9886 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:22:03 +0200 Subject: Adding upstream version 3:4.8.30. Signed-off-by: Daniel Baumann --- tests/src/vfs/extfs/helpers-list/data/urar.README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/src/vfs/extfs/helpers-list/data/urar.README (limited to 'tests/src/vfs/extfs/helpers-list/data/urar.README') diff --git a/tests/src/vfs/extfs/helpers-list/data/urar.README b/tests/src/vfs/extfs/helpers-list/data/urar.README new file mode 100644 index 0000000..8ff5b1d --- /dev/null +++ b/tests/src/vfs/extfs/helpers-list/data/urar.README @@ -0,0 +1,17 @@ + +The archive was created thus: + + echo hello > 'filename with spaces.txt' + rar a archive.rar 'filename with spaces.txt' ... + +Our 'urar' supports two listing formats: that of versions 6 and 5, and that of +versions 4 and 3. + +'urar.v6,v5.input' was created with "unrar vt -c- -cfg- archive.rar" using +unrar 5.30. + +'urar.v4,v3.input' was created with "unrar v -c- -cfg- archive.rar" using +unrar 3.80 for DOS (google "unrar dos"), via DOSBox (and then the "\" was +changed to "/" by hand). An inspection of our urar's source code should +lead us to conclude that this format is compatible with that of version +4. -- cgit v1.2.3