debian/changelog |    9 +++++++--
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit d080bf4bc97f1bdc365a3763a8721fd8a99c5c43
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat May 19 13:51:19 2007 +0200

    Configure with --with-tty-group=tty.
    
    This hardcodes the group used for the tty devices instead of relying on
    correct autodetection, which can fail if the build environment doesn't
    have a tty group.

diff --git a/debian/changelog b/debian/changelog
index 612a6a6..8f52508 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-xterm (225-2) unstable; urgency=low
+xterm (225-2) UNRELEASED; urgency=low
 
+  [ Branden Robinson ]
   * Remove debian/NEWS; the events it attested to (like the "upcoming 7.0
     modularization" are no longer news, and are in the past.
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Sun,  8 Apr 2007 22:37:50 -0400
+  [ Julien Cristau ]
+  * Configure with --with-tty-group=tty, to prevent security problems in case
+    of buggy build environment (closes: #349142).
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sat, 19 May 2007 13:33:59 +0200
 
 xterm (225-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 030978c..6ca09ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ configure: $(STAMP_DIR)/patch $(STAMP_DIR)/configure
 $(STAMP_DIR)/configure: $(STAMP_DIR)/patch
        dh_testdir
        ./configure --enable-logging --enable-wide-chars --enable-luit \
-               --enable-256-color \
+               --with-tty-group=tty --enable-256-color \
                --prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man \
                --with-app-defaults=/etc/X11/app-defaults \
                --disable-imake --enable-narrowproto --enable-exec-xterm \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to