From 533d580947871e1b365ef39648b2613b86e9355c Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Oct 11 2019 17:41:51 +0000 Subject: Update to 0.5.4.14 New upstream - now on GitHub Use weak dependencies, and refresh the list of them for archiving commands. --- diff --git a/.gitignore b/.gitignore index 66e4d6c..a5b9513 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xarchiver-0.5.2.tar.bz2 /xarchiver-0.5.4.tar.bz2 +/0.5.4.14.tar.gz diff --git a/sources b/sources index 08113e4..d30246a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b4cd37a6af03afc957a8e307417e8d0 xarchiver-0.5.4.tar.bz2 +SHA512 (0.5.4.14.tar.gz) = b38881e6cdfb402499efbd18ab25cac3869cd48ef96941a4bb3cb8b6b130a2317abe3b1d11bfc3d60e81eef7cafa34515fefc11e469443d96d139c2f09cf4498 diff --git a/xarchiver-0.5.4-dnd-segfault.patch b/xarchiver-0.5.4-dnd-segfault.patch deleted file mode 100644 index 7d4fba1..0000000 --- a/xarchiver-0.5.4-dnd-segfault.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 43896debcea363d7dfa17290e9ed8462af0375a3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ingo=20Br=C3=BCckl?= -Date: Mon, 22 Jun 2015 14:18:25 +0200 -Subject: [PATCH] Check XdndDirectSave property received from destination - -According to the Direct Save Protocol (XDS) specifications -the destination shall convert the XdndDirectSave property -to a URL. - -Check whether this has happened to avoid a segmentation fault. - -Reported by vincent-t on github. ---- - src/window.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/window.c b/src/window.c -index 5ba616e..7bd6cbb 100644 ---- a/src/window.c -+++ b/src/window.c -@@ -1718,6 +1718,8 @@ void drag_data_get (GtkWidget *widget,GdkDragContext *dc,GtkSelectionData *selec - destination = g_filename_from_uri((gchar*)_destination,NULL,NULL); - g_free(_destination); - -+ if (!destination) return; -+ - archive->extraction_path = xa_remove_level_from_path (destination); - g_free(destination); - --- -2.19.0 - diff --git a/xarchiver-0.5.4-version-fix.patch b/xarchiver-0.5.4-version-fix.patch deleted file mode 100644 index 07c5fea..0000000 --- a/xarchiver-0.5.4-version-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur xarchiver-0.5.4.orig/configure.in xarchiver-0.5.4/configure.in ---- xarchiver-0.5.4.orig/configure.in 2014-02-09 16:29:23.000000000 +0100 -+++ xarchiver-0.5.4/configure.in 2015-03-31 21:35:17.450044488 +0200 -@@ -11,7 +11,7 @@ - dnl *************************** - m4_define([xarchiver_version_major], [0]) - m4_define([xarchiver_version_minor], [5]) --m4_define([xarchiver_version_micro], [3]) -+m4_define([xarchiver_version_micro], [4]) - m4_define([xarchiver_version_nano], []) # Leave empty for no nano version - m4_define([xarchiver_version_build], [r28705]) - m4_define([xarchiver_version_tag], []) # Leave empty for releases