[Pkg-maemo-commits] r311 ./hildon-desktop/ubuntu: * Configure without --enable-safe-mode; safe mode is insecure on multi-user

Loïc Minier lool at dooz.org
Fri Nov 30 15:17:42 UTC 2007


------------------------------------------------------------
revno: 311
committer: Loïc Minier <lool at dooz.org>
branch nick: ubuntu
timestamp: Tue 2007-10-30 20:21:11 +0100
message:
  * Configure without --enable-safe-mode; safe mode is insecure on multi-user
    workstations such as development systems might be and prevents restarting
    the UI without rebooting (which will clear the
    /tmp/osso-appl-states/hildon-desktop/stamp file).
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-10-30 18:45:15 +0000
+++ b/debian/changelog	2007-10-30 19:21:11 +0000
@@ -56,8 +56,12 @@
       default config but optional.
     - Recommend marquee-plugins as it ships most of the plugins for the
       marquee.
+  * Configure without --enable-safe-mode; safe mode is insecure on multi-user
+    workstations such as development systems might be and prevents restarting
+    the UI without rebooting (which will clear the
+    /tmp/osso-appl-states/hildon-desktop/stamp file).
 
- -- Loic Minier <lool at dooz.org>  Tue, 30 Oct 2007 19:44:33 +0100
+ -- Loic Minier <lool at dooz.org>  Tue, 30 Oct 2007 20:15:31 +0100
 
 hildon-desktop (1:0.0.43-1) sardine; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-10-15 15:04:06 +0000
+++ b/debian/rules	2007-10-30 19:21:11 +0000
@@ -45,7 +45,7 @@
 config.status: configure
 	dh_testdir
 # Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-dependency-tracking --enable-safe-mode
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-dependency-tracking
 
 
 build: build-stamp



More information about the pkg-maemo-commits mailing list