[Pkg-xfce-commits] r2651 - in desktop/branches/svn-snapshots/xfce4-utils/debian: . patches

corsac at alioth.debian.org corsac at alioth.debian.org
Wed Jan 28 19:16:45 UTC 2009


Author: corsac
Date: 2009-01-28 19:16:45 +0000 (Wed, 28 Jan 2009)
New Revision: 2651

Modified:
   desktop/branches/svn-snapshots/xfce4-utils/debian/changelog
   desktop/branches/svn-snapshots/xfce4-utils/debian/patches/01_xflock4-test-running-screensaver.patch
Log:
* debian/patches/01_xflock4-test-running-screensaver.patch:
  - refresh patch to force blank mode in xlock, as it's known to be quite
    insecure anyway.

Modified: desktop/branches/svn-snapshots/xfce4-utils/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfce4-utils/debian/changelog	2009-01-28 13:01:10 UTC (rev 2650)
+++ desktop/branches/svn-snapshots/xfce4-utils/debian/changelog	2009-01-28 19:16:45 UTC (rev 2651)
@@ -34,8 +34,11 @@
   * new upstream release candidate.
   * debian/control:
     - update build-deps for “Capybara”.
+  * debian/patches/01_xflock4-test-running-screensaver.patch:
+    - refresh patch to force blank mode in xlock, as it's known to be quite
+      insecure anyway.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 26 Jan 2009 11:54:00 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 28 Jan 2009 20:02:34 +0100
 
 xfce4-utils (4.4.2-8) unstable; urgency=low
 

Modified: desktop/branches/svn-snapshots/xfce4-utils/debian/patches/01_xflock4-test-running-screensaver.patch
===================================================================
--- desktop/branches/svn-snapshots/xfce4-utils/debian/patches/01_xflock4-test-running-screensaver.patch	2009-01-28 13:01:10 UTC (rev 2650)
+++ desktop/branches/svn-snapshots/xfce4-utils/debian/patches/01_xflock4-test-running-screensaver.patch	2009-01-28 19:16:45 UTC (rev 2651)
@@ -1,6 +1,8 @@
---- xfce4-utils-4.4.2/scripts/xflock4.orig	2007-11-17 20:31:32.000000000 +0100
-+++ xfce4-utils-4.4.2/scripts/xflock4	2008-01-08 23:49:22.000000000 +0100
-@@ -19,9 +19,9 @@
+diff --git a/scripts/xflock4 b/scripts/xflock4
+index 369ec33..a59d89b 100644
+--- a/scripts/xflock4
++++ b/scripts/xflock4
+@@ -19,11 +19,11 @@
  #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  #
  
@@ -11,4 +13,7 @@
 +elif ps aux | grep gnome-[s]creensaver > /dev/null 2>&1; then
      gnome-screensaver-command --lock
  else
-     xlock $*
+-    xlock $*
++    xlock -mode blank $*
+ fi
+ exit 0




More information about the Pkg-xfce-commits mailing list