tags 665642 patch
thanks

Hello,

i have attached a debdiff which includes the fix for the 7z archive bug.
I also think this bug report should be merged with #551468 which seems
to describe the same issue. 

Christian, i see there hasn't been an upload for three years now. Are
you still interested in maintaining xarchiver?

Regards,

Markus Koschany

diff -u xarchiver-0.5.2+20090319+dfsg/debian/changelog 
xarchiver-0.5.2+20090319+dfsg/debian/changelog
--- xarchiver-0.5.2+20090319+dfsg/debian/changelog
+++ xarchiver-0.5.2+20090319+dfsg/debian/changelog
@@ -1,3 +1,11 @@
+xarchiver (1:0.5.2+20090319+dfsg-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch 04-fix-7z-archive-crash.patch which enables xarchiver to open
+    7z-archives again. (Closes: #665642)
+
+ -- Markus Koschany <a...@gambaru.de>  Sun, 18 Nov 2012 19:41:22 +0100
+
 xarchiver (1:0.5.2+20090319+dfsg-4) unstable; urgency=low
 
   [ Daniel Baumann ]
diff -u xarchiver-0.5.2+20090319+dfsg/debian/patches/series 
xarchiver-0.5.2+20090319+dfsg/debian/patches/series
--- xarchiver-0.5.2+20090319+dfsg/debian/patches/series
+++ xarchiver-0.5.2+20090319+dfsg/debian/patches/series
@@ -1,3 +1,4 @@
+04-fix-7z-archive-crash.patch
 01-desktop-icon.patch
 02-mime-types.patch
 03-html-icon.patch
only in patch2:
unchanged:
--- 
xarchiver-0.5.2+20090319+dfsg.orig/debian/patches/04-fix-7z-archive-crash.patch
+++ xarchiver-0.5.2+20090319+dfsg/debian/patches/04-fix-7z-archive-crash.patch
@@ -0,0 +1,11 @@
+--- a/src/7zip.c
++++ b/src/7zip.c
+@@ -72,7 +72,7 @@ void xa_get_7zip_line_content (gchar *li
+ 
+       if (jump_header == FALSE)
+       {
+-              if (line[0] == '-')
++              if ((line[0] == '-') && (line[3] != NULL))
+               {
+                       jump_header = TRUE;
+                       return;

Attachment: signature.asc
Description: Digital signature

Reply via email to