There is like nothing left from the original patch.....

Attachment: pgp8Cse4YPebW.pgp
Description: PGP signature

=== modified file 'debian/changelog'
--- gnome-schedule-2.1.1-3/debian/changelog	2010-01-29 11:37:55 +0000
+++ gnome-schedule-2.1.1-3.1/debian/changelog	2010-12-14 01:31:21 +0000
@@ -1,3 +1,10 @@
+gnome-schedule (2.1.1-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix setting PYTHONPATH in an insecure way (Closes: #605167):
+
+ -- Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com>  Sat, 11 Dec 2010 11:12:35 +0000
+
 gnome-schedule (2.1.1-3) unstable; urgency=low
 
   * Added dpatch to fix exception Syntax error (Closes: #567406)

=== modified file 'debian/patches/00list'
--- gnome-schedule-2.1.1-3/debian/patches/00list	2010-01-29 11:37:55 +0000
+++ gnome-schedule-2.1.1-3.1/debian/patches/00list	2010-12-11 10:58:07 +0000
@@ -1,2 +1,3 @@
 03_distclean
 xwrapper_bug567406
+bug605167-pythonpath.dpatch

=== added file 'debian/patches/bug605167-pythonpath.dpatch'
--- gnome-schedule-2.1.1-3/debian/patches/bug605167-pythonpath.dpatch	1970-01-01 00:00:00 +0000
+++ gnome-schedule-2.1.1-3.1/debian/patches/bug605167-pythonpath.dpatch	2010-12-13 22:29:52 +0000
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## bug605167_hackish.dpatch by chrysn <chr...@fsfe.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Patch for debian bug #605167.
+
+...@dpatch@
+--- a/src/config.py.in
++++ b/src/config.py.in
+@@ -21,7 +21,7 @@ version = "@VERSION@"
+ image_dir = "@prefix@/share/pixmaps/gnome-schedule"
+ gs_dir = "@prefix@/share/gnome-schedule"
+ glade_dir = gs_dir
+-xwrapper_exec = "pythonpa...@pythonpath@/gtk-2.0/:$PYTHONPATH @PYTHON@ @prefix@/share/gnome-schedule/xwrapper.py"
++xwrapper_exec = "@PYTHON@ @prefix@/share/gnome-schedule/xwrapper.py"
+ locale_dir = "@prefix@/share/locale"
+ crontabbin = "@CRONTAB_CONFIG@"
+ atbin = "@AT_CONFIG@"
+--- a/src/gnome-schedule.in
++++ b/src/gnome-schedule.in
+@@ -1,2 +1,2 @@
+ #! /bin/sh
+-pythonpa...@pythonpath@/gtk-2.0/:$PYTHONPATH @PYTHON@ @prefix@/share/gnome-schedule/gnome-schedule.py $1
+...@python@ @prefix@/share/gnome-schedule/gnome-schedule.py $1
+
+

Attachment: pgpRH2zzWNofF.pgp
Description: PGP signature

--
With regards

Dmitrijs.

Reply via email to