[shutter] 04/05: fix typo in patch description
gregor herrmann
gregoa at debian.org
Sat May 20 20:40:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch jessie
in repository shutter.
commit a942af944d34d7e19507143a6a91dc3b40cbf004
Author: gregor herrmann <gregoa at debian.org>
Date: Sat May 20 22:30:37 2017 +0200
fix typo in patch description
Gbp-Dch: Ignore
---
debian/patches/CVE-2016-10081.patch | 4 ++--
debian/patches/fix-perl-system-calls | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/patches/CVE-2016-10081.patch b/debian/patches/CVE-2016-10081.patch
index 5fef9a2..edd2ff8 100644
--- a/debian/patches/CVE-2016-10081.patch
+++ b/debian/patches/CVE-2016-10081.patch
@@ -6,7 +6,7 @@ Description: fix insecure use of perl exec()
it in the code path for non-Perl plugins.
--- a/bin/shutter
+++ b/bin/shutter
-@@ -7164,8 +7164,13 @@
+@@ -7159,8 +7159,13 @@
elsif ( $pid == 0 ) {
#see Bug #661424
@@ -22,7 +22,7 @@ Description: fix insecure use of perl exec()
}
$sdialog->show_all;
-@@ -7198,11 +7203,15 @@
+@@ -7193,11 +7198,15 @@
my $plugin_process = Proc::Simple->new;
#see Bug #661424
diff --git a/debian/patches/fix-perl-system-calls b/debian/patches/fix-perl-system-calls
index 8443952..6de4ac5 100644
--- a/debian/patches/fix-perl-system-calls
+++ b/debian/patches/fix-perl-system-calls
@@ -1,7 +1,7 @@
Author: dod
Description: Fix perl system calls
This patch replaces all system("big string") calls to
- system(@big_list) in all plugins to avoid problems similar to CVS-2016-10081.
+ system(@big_list) in all plugins to avoid problems similar to CVE-2016-10081.
--- a/share/shutter/resources/system/plugins/perl/sppolaroid/sppolaroid
+++ b/share/shutter/resources/system/plugins/perl/sppolaroid/sppolaroid
@@ -349,9 +349,6 @@
@@ -251,8 +251,8 @@ Description: Fix perl system calls
sprintf( $self->{_d}->get("Error while executing %s."), "'nautilus-sendto'"),
--- a/bin/shutter
+++ b/bin/shutter
-@@ -6972,12 +6972,9 @@
- push( @files_to_email, $session_screens{$key}->{'long'} );
+@@ -6967,12 +6967,9 @@
+ push( @files_to_email, $session_screens{$key}->{'uri'}->to_string );
}
- my $mail_string = undef;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/shutter.git
More information about the Pkg-perl-cvs-commits
mailing list