[SCM] ark packaging branch, master, updated. debian/16.08.3-1-46-gd5ebc5a

Maximiliano Curia maxy at moszumanska.debian.org
Tue Oct 31 17:58:48 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ark.git;a=commitdiff;h=aa7d0ba

The following commit has been merged in the master branch:
commit aa7d0baeab1d072181bc522bb0ed56752cdabace
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Aug 20 19:32:00 2017 +0200

    Drop upstream patch
---
 ...top-running-executables-when-opening-urls.patch | 26 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/Stop-running-executables-when-opening-urls.patch b/debian/patches/Stop-running-executables-when-opening-urls.patch
deleted file mode 100644
index 48c0d9d..0000000
--- a/debian/patches/Stop-running-executables-when-opening-urls.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Elvis Angelaccio <elvis.angelaccio at kde.org>
-Date: Fri, 6 Jan 2017 15:35:46 +0100
-Subject: Stop running executables when opening urls
-
-This is a security risk because it's not clear when an entry in an
-archive is an executable.
-
-BUG: 374572
-FIXED-IN: 16.12.1
----
- part/part.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/part/part.cpp b/part/part.cpp
-index 0bb2bcb9..f71fc77b 100644
---- a/part/part.cpp
-+++ b/part/part.cpp
-@@ -945,7 +945,7 @@ void Part::slotOpenExtractedEntry(KJob *job)
-         } else {
-             KRun::runUrl(QUrl::fromUserInput(fullName, QString(), QUrl::AssumeLocalFile),
-                          QMimeDatabase().mimeTypeForFile(fullName).name(),
--                         widget());
-+                         widget(), false, false);
-         }
-     } else if (job->error() != KJob::KilledJobError) {
-         KMessageBox::error(widget(), job->errorString());
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3d332dd..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Stop-running-executables-when-opening-urls.patch

-- 
ark packaging



More information about the pkg-kde-commits mailing list