[bts-link] source package xorg-server

2007-03-08 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xorg-server
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #407502
#  * https://bugs.freedesktop.org/show_bug.cgi?id=7205
#  * remote status changed: (?) - NEEDINFO
usertags 407502 + status-NEEDINFO

thanks



xorg-server: Changes to 'upstream-experimental'

2007-03-08 Thread Drew Parsons
 dev/null   
 |binary
 hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am
 |8 
 hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am  
 |8 
 hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am
 |7 ---
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Bold.pmf 
 |binary
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-BoldItal.pmf 
 |binary
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Ital.pmf 
 |binary
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Roman.pmf
 |binary
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Bold.pmf  
 |0 
 
hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-BoldItalic.pmf 
|0 
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Italic.pmf
 |0 
 hw/xprint/config/C/print/models/PSdefault/fonts/NewCenturySchlbk-Roman.pmf 
 |0 
 12 files changed, 12 insertions(+), 11 deletions(-)

New commits:
commit de4fe38d13b698014ba897eca02edaba11651d66
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Tue Mar 6 23:53:23 2007 +1100

Xprint: shorten font filename to fit in tar length limit

The length of the Xprint font file NewCenturySchlbk-BoldItalic.pmf
pushes the full path over the traditional 100 character limit for
tarballs (when module version number is included).  Shorten it to
NewCentSchlbk-BoldItal.pmf to get back below the limit and rename
other font files in that family to match.

diff --git a/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am 
b/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am
index c574c5c..7a7ecc3 100644
--- a/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am
+++ b/hw/xprint/config/C/print/models/CANONC3200-PS/fonts/Makefile.am
@@ -19,10 +19,10 @@ XPFONTS = \
 LubalinGraph-BookOblique.pmf \
 LubalinGraph-Demi.pmf \
 LubalinGraph-DemiOblique.pmf \
-NewCenturySchlbk-Bold.pmf \
-NewCenturySchlbk-BoldItalic.pmf \
-NewCenturySchlbk-Italic.pmf \
-NewCenturySchlbk-Roman.pmf \
+NewCentSchlbk-Bold.pmf \
+NewCentSchlbk-BoldItal.pmf \
+NewCentSchlbk-Ital.pmf \
+NewCentSchlbk-Roman.pmf \
 Souvenir-Demi.pmf \
 Souvenir-DemiItalic.pmf \
 Souvenir-Light.pmf \
diff --git a/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am 
b/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am
index 634db1f..f4f4243 100644
--- a/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am
+++ b/hw/xprint/config/C/print/models/HPLJ4050-PS/fonts/Makefile.am
@@ -19,10 +19,10 @@ XPFONTS = \
 LubalinGraph-BookOblique.pmf \
 LubalinGraph-Demi.pmf \
 LubalinGraph-DemiOblique.pmf \
-NewCenturySchlbk-Bold.pmf \
-NewCenturySchlbk-BoldItalic.pmf \
-NewCenturySchlbk-Italic.pmf \
-NewCenturySchlbk-Roman.pmf \
+NewCentSchlbk-Bold.pmf \
+NewCentSchlbk-BoldItal.pmf \
+NewCentSchlbk-Ital.pmf \
+NewCentSchlbk-Roman.pmf \
 Souvenir-Demi.pmf \
 Souvenir-DemiItalic.pmf \
 Souvenir-Light.pmf \
diff --git a/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am 
b/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am
index 1e8c8a7..40f1e3d 100644
--- a/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am
+++ b/hw/xprint/config/C/print/models/PSdefault/fonts/Makefile.am
@@ -17,10 +17,10 @@ dist_xpc_DATA = \
LubalinGraph-Book.pmf   \
LubalinGraph-DemiOblique.pmf\
LubalinGraph-Demi.pmf   \
-   NewCenturySchlbk-Bold.pmf   \
-   NewCenturySchlbk-BoldItalic.pmf \
-   NewCenturySchlbk-Italic.pmf \
-   NewCenturySchlbk-Roman.pmf  \
+   NewCentSchlbk-Bold.pmf  \
+   NewCentSchlbk-BoldItal.pmf  \
+   NewCentSchlbk-Ital.pmf  \
+   NewCentSchlbk-Roman.pmf \
Souvenir-DemiItalic.pmf \
Souvenir-Demi.pmf   \
Souvenir-LightItalic.pmf\
diff --git 
a/hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Bold.pmf 
b/hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Bold.pmf
new file mode 100644
index 000..ab22aab
Binary files /dev/null and 
b/hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-Bold.pmf differ
diff --git 
a/hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-BoldItal.pmf 
b/hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-BoldItal.pmf
new file mode 100644
index 000..e68811e
Binary files /dev/null and 
b/hw/xprint/config/C/print/models/PSdefault/fonts/NewCentSchlbk-BoldItal.pmf 
differ
diff --git 

Bug#413640: xserver-xorg-video-v4l: xserver crashes when v4l module is loaded

2007-03-08 Thread Frédéric Giquel
I've found the reason of the crash. It's not related to nv or nvidia
driver but the AMD64 architecture.

The explanation :
- line 648 of v4l.c : ioctl(V4L_FD,VIDIOCGFREQ,value);
- line 612 of v4l.c : we know that value is INT32 *
- in videodev.h of kernel headers (from debian package
linux-kernel-headers 2.6.18-7) :
#define VIDIOCGFREQ  _IOR('v',14, unsigned long)

With 32 bits architecture, long is 32 bits and there's no problem.
With 64 bits architecture like AMD64, long is 64 bits and ioctl try to
write to the double-word *value and an unauthorized double-word near
*value. So xorg crashes.

To temporally fix the bug, I replace the line 648 of v4l.c with the next
3 lines :
unsigned long freq;
ioctl(V4L_FD,VIDIOCGFREQ,freq);
*value = (INT32) freq;

There is no crash anymore with xvinfo. We lose some information (64 bits
- 32 bits) but it seems unimportant (the frequency value is between 0
and 16000 according to line 190 of v4l.c).
Perhaps, a best solution can be found...

Fred

PS : we certainly have the same problem with VIDIOCSFREQ to set the
frequency (line 597 of v4l.c) but I didn't try anything.


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



Bug#309226: xnest: crashes when window is shaded or a different virtual desktop is selected

2007-03-08 Thread Michael Ekstrand
On Sun, 2007-02-18 at 13:18 +0100, Brice Goglin wrote:
 About 2 years ago, you reported (or replied to) a bug in the Debian BTS
 regarding Xnest (quite randomly) crashing when switching between virtual
 desktop. I tried to reproduce with current Xorg 7.1 and Etch but I
 couldn't. Did any of you guys reproduce this problem recently? If so,
 could you give any hint about how to reproduce here.

I just installed xnest 2:1.1.1-19 and tried to reproduce the bug; it
looks like it's cleared up as near as I can tell.

- Michael

-- 
My doctor told me to stop having intimate dinners for four.  Unless
there are three other people.
- Orson Welles 
Visit me on the Web: http://www.elehack.net/michael
Confused by the strange attachments? I cryptographically sign my
messages; see http://www.elehack.net/resources/gpg.html for details.


signature.asc
Description: This is a digitally signed message part


Bug#309226: marked as done (xnest: crashes when window is shaded or a different virtual desktop is selected)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 8 Mar 2007 16:27:57 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#309226: xnest: crashes when window is shaded or a 
different virtual desktop is selected
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xnest
Version: 4.3.0.dfsg.1-13
Severity: normal

Hi,

when xnest has its window shaded, or the user switches to a different
virtual desktop, and the xnest window gets activity, xnest crashes:

|X Error of failed request:  BadMatch (invalid parameter attributes)
|  Major opcode of failed request:  73 (X_GetImage)
|  Serial number of failed request:  12924
|  Current serial number in output stream:  12924
 
I am prepared to debug under guidance.

Greetings
Marc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.7-scyw00225
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages xnest depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libxext6 4.3.0.dfsg.1-13 X Window System miscellaneous exte
ii  xfree86-common   4.3.0.dfsg.1-13 X Window System (XFree86) infrastr
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu
ii  xserver-common   4.3.0.dfsg.1-13 files and utilities common to all 
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information

---End Message---
---BeginMessage---
Version: 2:1.1.1-19

On Thu, Mar  8, 2007 at 08:40:13 -0600, Michael Ekstrand wrote:

 On Sun, 2007-02-18 at 13:18 +0100, Brice Goglin wrote:
  About 2 years ago, you reported (or replied to) a bug in the Debian BTS
  regarding Xnest (quite randomly) crashing when switching between virtual
  desktop. I tried to reproduce with current Xorg 7.1 and Etch but I
  couldn't. Did any of you guys reproduce this problem recently? If so,
  could you give any hint about how to reproduce here.
 
 I just installed xnest 2:1.1.1-19 and tried to reproduce the bug; it
 looks like it's cleared up as near as I can tell.
 
I'm closing this bug then.  Thanks for following up!

Cheers,
Julien


signature.asc
Description: Digital signature
---End Message---


Bug#413694: Xv not working for Radeon Mobility M300

2007-03-08 Thread Michel Dänzer
On Tue, 2007-03-06 at 18:47 +0200, Zeeshan Ali wrote: 
 Package: xserver-xorg-video-ati
 Version: 1:6.6.3-2
 
 The Xv extension provided by the xorg radeon driver have stopped
 working after I recently upgraded my debian testing installation on my
 IBM T43 laptop using  ATI Technologies Inc M22 [Radeon Mobility M300]
 (reported by lspci). `xvinfo` reports that Xv extension is present
 (attaching the output from xvinfo) and all applications happily use
 the Xv but all i get is a black window using any Xv-using application
 (e.g totem and mplayer).

Are you using an external display? If not, try disabling MergedFB with

Option  MergedFB off

If yes, you'll have to set the XVideo attribute XV_SWITCHCRT according
to which monitor you want to see the video overlay on, as the hardware
can only show it on one of them.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#309226: Re: Bug#309226: xnest: crashes when window is shaded or a different virtual desktop is selected

2007-03-08 Thread Marc Haber
found #309226 2:1.1.1-19
thanks

On Thu, Mar 08, 2007 at 04:27:57PM +0100, Julien Cristau wrote:
 On Thu, Mar  8, 2007 at 08:40:13 -0600, Michael Ekstrand wrote:
  On Sun, 2007-02-18 at 13:18 +0100, Brice Goglin wrote:
   About 2 years ago, you reported (or replied to) a bug in the Debian BTS
   regarding Xnest (quite randomly) crashing when switching between virtual
   desktop. I tried to reproduce with current Xorg 7.1 and Etch but I
   couldn't. Did any of you guys reproduce this problem recently? If so,
   could you give any hint about how to reproduce here.
  
  I just installed xnest 2:1.1.1-19 and tried to reproduce the bug; it
  looks like it's cleared up as near as I can tell.
  
 I'm closing this bug then.  Thanks for following up!

I can still reproduce the crash in a KDE session. HOWTO:

Xnest :1 (empty display)
konsole --display :1 (a konsole showing up)
in the konsole: while true; do date; sleep 1; done

then shade the window and see Xnest crashing immediately.

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  73 (X_GetImage)
  Serial number of failed request:  3515
  Current serial number in output stream:  3515

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Processed: Re: Re: Bug#309226: xnest: crashes when window is shaded or a different virtual desktop is selected

2007-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found #309226 2:1.1.1-19
Bug#309226: xnest: crashes when window is shaded or a different virtual desktop 
is selected
Bug marked as found in version 2:1.1.1-19.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#413697: xserver-xorg-video-ati: Crash on exit and failure to restart

2007-03-08 Thread Paul Gotch
On Tue, Mar 06, 2007 at 06:34:17PM +0100, Michel D?nzer wrote:
 Does this also happen if you don't try to load the GLcore module
 explicitly?

Having tried this yes. It no longer fails to load GLcore in this case but it
crashes in exactly the same way on shutdown.

It's difficult for me to debug as the machine is mostly used remotely and I
can't restart kdm all the time to provoke the problem without killing the
sessions of those logged in remotely.

-p
-- 
Paul Gotch



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



xserver-xorg-video-i810: Changes to 'refs/tags/xserver-xorg-video-intel-2_1.9.91-1'

2007-03-08 Thread Julien Cristau
Tag 'xserver-xorg-video-intel-2_1.9.91-1' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-03-08 18:01 +

Tagging upload of xserver-xorg-video-intel 2:1.9.91-1 to experimental.

Changes since xserver-xorg-video-i810-2_1.7.4-1:
Adam Jackson:
  Fix a thinko; would only inject the FP native mode if a mode list was 
already
  In I830xf86SortModes, catch cases where two modes are equal in only one
  Fix a braino in mode list pruning.
  Add model-specific tweaks for some funky 945GM boards.
  Expand the check for AOpen Mini-PC.

Alan Hourihane:
  fix typo
  Fix a problem creating the I2C bus for the SDVOC
  Fix a build problem.

Daniel Stone:
  Respect the srcdir.
  add missing files to fix distcheck

Dave Airlie:
  cleanup sDVO for device on C only
  correct height parameter in sdvo packet
  fix type 0 instead of O
  move sdvo output setting
  add sdvo capability reading support
  fixup I830SDVOGetActiveInputs to use return values not args
  ch7xxx: add lookup table for name
  Use correct variable to initialize DVO I2C bus.
  fix building with 7.1 server by hiding stuff inside RANDR_12_INTERFACE
  ch7xxx: fix output detection as per datasheet, have no DVI to test this.
  ch7xxx: actually power up the chip around connection detection

Eric Anholt:
  Initial add of native CRT modesetting code.
  Move .cvsignore to .gitignore
  Add the manpage's possible names when generated.
  Change an if statement to a more obvious but equivalent case statement.
  Add untested save/restore code, and starting on not using VBEValidateModes
  Replace a few magic numbers with symbolic names. Reviewed by md5.
  Always ErrorF output debugging info when doing BIOS calls, including 
file/line.
  Remove more VBE stuff and start using xf86ValidateModes. Guessed some 
params to
  Remove the hacked local xf86SetModeCRTC now that xf86SetCrtcForModes is 
taking
  Add adjustments of PLL divisor limits for Almador.
  Add untested CRT detection code.
  Write the ADPA (CRTC) register on mode setup. Obtained from airlied.
  Move LVDS panel power state setting to a separate function, and reduce 
magic
  Enable -Wall on GCC, and do a cleanup of existing warnings.
  Re-disable chatty debug code.
  Disable I830VESASetVBEMode on restore, since I've removed that code. Note 
that
  Clean up a couple of warnings.
  Start making i830SetMode aware of multiple pipes.
  Replace I830VESASetMode with simpler i830SetMode, which is all native and
  Start implementing support for setting modes for multiple output devices,
  Correct capitalization of i830SetMode.
  Move display base setting to a separate function and use it from both 
mode setup
  It appears from the specs that you have to wait for vblank after 
disabling the
  Use DISPPLANE_32BPP_NO_ALPHA for depth 24, else the empty alpha channel 
results
  Fix prototype for i830DetectCRT.
  Turn off panel power before poking pipe B, and turn it back on if we're 
doing
  Include config.h, fixing many issues with reading from pI830.
  Remove some dead VBE code.
  Change the order of reg writes for restore, possibly increasing chances of
  Add more integrated LVDS support code.
  Add some untested debugging code to for helping figure out VT switch 
issues.
  Add missed save/restore of DSP*SIZE registers.
  Make the reg-snapshot code work, add a couple more registers, and use it 
on VT
  Add a couple more bits to panel auto-fitting, though it isn't working yet.
  Move the PFIT enabling before the enabling of the pipe, as the specs say 
we
  Add some register information for VGACNTRL, and do the reg-debug thing on 
it.
  Add enough of airlied's DDC/I2C work to pull EDID info from my CRT.
  Update to newer airlied DDC code, and do some cleanups as well. Now tries 
DDC
  Save/restore a couple of important VGA plane registers, and have vgahw
  Start interpreting VBT information with the goal of pulling out LVDS 
timings
  Add more VBT reading, so we find the panel size.
  Make auto panel fitting work by pulling LVDS timing EDID info out of the 
static
  Remove some VBE DDC code that I believe is OBE.
  Port code from radeon driver for panel mode validation, which will 
hopefully get
  Fill in clock information from VBT table, so that a good clock value gets
  Clean up (and I believe fix a couple of bugs in) the divisor selection 
code.
  Remove more BIOS modesetting stuff.
  Remove the now-unused displaySize and pipeDisplaySize.
  Remove more BIOS stuff, particularly Get/SetDisplayDevices. Now, if 
there's no
  Remove the hacky-looking Set640x480. I'll be removing things it depends on
  Turn off the VGA plane when we're setting our native modes.
  Remove BIOS save/restore code, fixing VT switching. Removes some other 
dead
 

Processing of xserver-xorg-video-intel_1.9.91-1_i386.changes

2007-03-08 Thread Archive Administrator
xserver-xorg-video-intel_1.9.91-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-intel_1.9.91-1.dsc
  xserver-xorg-video-intel_1.9.91.orig.tar.gz
  xserver-xorg-video-intel_1.9.91-1.diff.gz
  xserver-xorg-video-intel_1.9.91-1_i386.deb
  xserver-xorg-video-i810_1.9.91-1_all.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-intel_1.9.91-1_i386.changes is NEW

2007-03-08 Thread Debian Installer
xserver-xorg-video-i810_1.9.91-1_all.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-i810_1.9.91-1_all.deb
(new) xserver-xorg-video-intel_1.9.91-1.diff.gz optional x11
(new) xserver-xorg-video-intel_1.9.91-1.dsc optional x11
(new) xserver-xorg-video-intel_1.9.91-1_i386.deb optional x11
X.Org X server -- Intel i8xx, i9xx display driver
 This package provides the driver for the Intel i8xx and i9xx family
 of chipsets, including i810, i815, i830, i845, i855, i865, i915, and
 i945 series chips.
 .
 This package also provides an XvMC (XVideo Motion Compensation) driver
 for the same chipsets.
 .
 More information about X.Org can be found at:
 URL:http://www.X.org
 URL:http://xorg.freedesktop.org
 URL:http://lists.freedesktop.org/mailman/listinfo/xorg
 .
 This package is built from the X.org xf86-video-intel driver module.
(new) xserver-xorg-video-intel_1.9.91.orig.tar.gz optional x11
Changes: xserver-xorg-video-intel (2:1.9.91-1) experimental; urgency=low
 .
  * Bump build-dep on libdrm-dev to = 2.2.  Thanks, Marc 'HE' Brockschmidt!
  * New upstream release candidate.
  * Rename from -i810 to -intel to follow upstream naming.
  * (Build-)Depend on a newer xserver.


Override entries for your package:
xserver-xorg-video-i810_1.9.91-1_all.deb - optional x11

Announcing to debian-devel-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Re: xserver-xorg-video-intel_1.9.91-1_i386.changes is NEW

2007-03-08 Thread Julien Cristau
On Thu, Mar  8, 2007 at 18:32:44 +, Debian Installer wrote:

 xserver-xorg-video-i810_1.9.91-1_all.deb
   to 
 pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-i810_1.9.91-1_all.deb
 (new) xserver-xorg-video-intel_1.9.91-1.diff.gz optional x11
 (new) xserver-xorg-video-intel_1.9.91-1.dsc optional x11
 (new) xserver-xorg-video-intel_1.9.91-1_i386.deb optional x11
 (new) xserver-xorg-video-intel_1.9.91.orig.tar.gz optional x11

Hi,

waiting for the package to clear NEW for the rename, I put what I
uploaded at http://people.debian.org/~jcristau/xserver-xorg-video-intel/

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#414034: xserver-xorg-video-i810-modesetting: dpkg-reconfigure doesn't detect correct video modes

2007-03-08 Thread Hermann Kraus
Package: xserver-xorg-video-i810-modesetting
Version: 1.6.5.git20061014.ac1-1
Severity: minor

Hello!

I just tried this package as I had a problem with the regular i810
driver. I wanted to create a new config by running 
dpgk-reconfigure -plow xserver-xorg
and selected monitor autodetection. The detected modes were 
640x480
800x600
1024x768
but my display is 1280x800. The normal driver detects the correct
resolution. 

Regards,

Hermann

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xserver-xorg-video-i810-modesetting depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  xserver-xorg-core   2:1.1.1-20   X.Org X server -- core server

xserver-xorg-video-i810-modesetting recommends no packages.


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



Bug#351042: xvfb: check xvfb starts okay + cleanup improvements (patch)

2007-03-08 Thread Brice Goglin
tags 351042 pending
thank you



Hi Adrian,

I applied your patch to our git repository, it will be in the next
upload in experimental.

Thanks,
Brice



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



Processed: Bug#351042: xvfb: check xvfb starts okay + cleanup improvements (patch)

2007-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 351042 pending
Bug#351042: xvfb: check xvfb starts okay + cleanup improvements (patch)
There were no tags set.
Tags added: pending

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



xorg-server: Changes to 'debian-experimental'

2007-03-08 Thread Brice Goglin
 debian/changelog  |8 
 debian/local/xvfb-run |   29 -
 2 files changed, 28 insertions(+), 9 deletions(-)

New commits:
commit 44cbb4677c682ab652a35c23447795eba2fef888
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Thu Mar 8 20:34:11 2007 +0100

* Apply patch from [EMAIL PROTECTED] to our xvfb-run wrapper
  to check whether Xvfb started ok and fix its cleanup
  (closes: #351042).

diff --git a/debian/changelog b/debian/changelog
index 21122a9..ae569ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg-server (2:1.2.99.901-2) UNRELEASED; urgency=low
+
+  * Apply patch from [EMAIL PROTECTED] to our xvfb-run wrapper
+to check whether Xvfb started ok and fix its cleanup
+(closes: #351042).
+
+ -- Brice Goglin [EMAIL PROTECTED]  Thu,  8 Mar 2007 20:28:35 +0100
+
 xorg-server (2:1.2.99.901-1) experimental; urgency=low
 
   * New upstream release candidate.
diff --git a/debian/local/xvfb-run b/debian/local/xvfb-run
index a5ff11b..5bbd886 100644
--- a/debian/local/xvfb-run
+++ b/debian/local/xvfb-run
@@ -81,6 +81,19 @@ find_free_servernum() {
 echo $i
 }
 
+# Clean up files
+clean_up() {
+if [ -e $AUTHFILE ]; then
+XAUTHORITY=$AUTHFILE xauth remove :$SERVERNUM $ERRORFILE 21
+fi
+if [ -n $XVFB_RUN_TMPDIR ]; then
+if ! rm -r $XVFB_RUN_TMPDIR; then
+error problem while cleaning up temporary directory
+exit 5
+fi
+fi
+}
+
 # Parse the command line.
 ARGS=$(getopt --options +ae:f:hn:lp:s:w: \
--long 
auto-servernum,error-file:,auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait:
 \
@@ -128,6 +141,9 @@ if ! which xauth /dev/null; then
 exit 3
 fi
 
+# tidy up after ourselves
+trap clean_up EXIT
+
 # If the user did not specify an X authorization file to use, set up a 
temporary
 # directory to house one.
 if [ -z $AUTHFILE ]; then
@@ -147,6 +163,10 @@ XAUTHORITY=$AUTHFILE Xvfb :$SERVERNUM 
   21 
 XVFBPID=$!
 sleep $STARTWAIT
+if ! kill -0 $XVFBPID 2/dev/null; then
+  echo Xvfb failed to start 2
+  exit 1
+fi
 
 # Start the command and save its exit status.
 set +e
@@ -157,15 +177,6 @@ set -e
 # Kill Xvfb now that the command has exited.
 kill $XVFBPID
 
-# Clean up.
-XAUTHORITY=$AUTHFILE xauth remove :$SERVERNUM $ERRORFILE 21
-if [ -n $XVFB_RUN_TMPDIR ]; then
-if ! rm -r $XVFB_RUN_TMPDIR; then
-error problem while cleaning up temporary directory
-exit 5
-fi
-fi
-
 # Return the executed command's exit status.
 exit $RETVAL
 


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



Bug#406829: Man page xfs(1) says /usr/lib/X11/fs/config is default config file

2007-03-08 Thread Brice Goglin
tags 406829 pending
thank you


Fixed in current git.

Brice



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



Processed: Bug#406829: Man page xfs(1) says /usr/lib/X11/fs/config is default config file

2007-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 406829 pending
Bug#406829: Man page xfs(1) says /usr/lib/X11/fs/config is default config file
There were no tags set.
Tags added: pending

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: tagging 384073

2007-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.27
 tags 384073 + pending
Bug#384073: debian/rules defined bad/useless CFLAGS.
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



xfs: Changes to 'debian-experimental'

2007-03-08 Thread Brice Goglin
 debian/changelog |6 +-
 debian/rules |3 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit f1433e7b9efde6af41bbf7755c383b0a48b5b96d
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Thu Mar 8 20:46:01 2007 +0100

* Drop useless -DLIBXCURSOR from debian/rules.

diff --git a/debian/changelog b/debian/changelog
index 7c7a072..e02e9d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 xfs (1:1.0.4-1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * New upstream release.
 + Update patch 01_xfs_fixes.diff.
 + Install the manpage as xfs.1, not xfs.1x.
   * Don't put debug symbols in a nonexistent xfs-dbg package.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sat,  3 Mar 2007 00:59:13 +0100
+  [ Brice Goglin ]
+  * Drop useless -DLIBXCURSOR from debian/rules.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Thu,  8 Mar 2007 20:45:29 +0100
 
 xfs (1:1.0.1-5) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 3152149..c709390 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,9 +33,6 @@ endif
 
 confflags += --enable-man-pages=3
 
-# so very wrong
-CFLAGS += -DLIBXCURSOR=\\\libXcursor.so.1\\\
-
 build: patch build-stamp
 build-stamp:
dh_testdir


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



xfs: Changes to 'debian-experimental'

2007-03-08 Thread Brice Goglin
 debian/changelog |1 +
 1 files changed, 1 insertion(+)

New commits:
commit 6afc62e3a3c719893a61aa73641ddb34b54512a5
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Thu Mar 8 21:26:20 2007 +0100

Add closer.

diff --git a/debian/changelog b/debian/changelog
index e02e9d3..52b0442 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xfs (1:1.0.4-1) UNRELEASED; urgency=low
 + Update patch 01_xfs_fixes.diff.
 + Install the manpage as xfs.1, not xfs.1x.
   * Don't put debug symbols in a nonexistent xfs-dbg package.
+  * Fix substitutions in xfs(1). (closes: #406829).
 
   [ Brice Goglin ]
   * Drop useless -DLIBXCURSOR from debian/rules.


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



twm: Changes to 'debian-experimental'

2007-03-08 Thread Brice Goglin
 debian/changelog |6 +-
 debian/rules |3 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 526315b0b3e465d9154d7dbd571df29eea0afef0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Thu Mar 8 21:28:26 2007 +0100

* Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).

diff --git a/debian/changelog b/debian/changelog
index e6fe720..693d9f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 twm (1:1.0.3-1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * New upstream release.
   * Install the manpage as twm.1 instead of twm.1x.
   * Use dh_install --list-missing.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sat,  3 Mar 2007 00:02:50 +0100
+  [ Brice Goglin ]
+  * Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).
+
+ -- Brice Goglin [EMAIL PROTECTED]  Thu,  8 Mar 2007 21:14:07 +0100
 
 twm (1:1.0.1-4) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index dc5758d..dbe6ce5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,9 +33,6 @@ endif
 
 confflags += --enable-man-pages=3
 
-# so very wrong
-CFLAGS += -DLIBXCURSOR=\\\libXcursor.so.1\\\
-
 build: patch build-stamp
 build-stamp:
dh_testdir


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



Processed: Re: Bug#413040: graphicsmagick: Segfault during conversion from XWD coder.

2007-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 413040 + patch
Bug#413040: graphicsmagick: Segfault during conversion from XWD coder.
There were no tags set.
Tags added: patch

 clone 413040 -1
Bug#413040: graphicsmagick: Segfault during conversion from XWD coder.
Bug 413040 cloned as bug 414045.

 clone 413040 -2
Bug#413040: graphicsmagick: Segfault during conversion from XWD coder.
Bug 413040 cloned as bug 414046.

 reassign -1 libx11 2:1.0.3-5
Bug#414045: graphicsmagick: Segfault during conversion from XWD coder.
Bug reassigned from package `graphicsmagick' to `libx11'.

 retitle -1 libX11: Buffer overflow in XGetPixel().
Bug#414045: graphicsmagick: Segfault during conversion from XWD coder.
Changed Bug title.

 severity -1 critical
Bug#414045: libX11: Buffer overflow in XGetPixel().
Severity set to `critical' from `important'

 tag -1 + patch
Bug#414045: libX11: Buffer overflow in XGetPixel().
Tags were: patch
Tags added: patch

 tag -1 + security
Bug#414045: libX11: Buffer overflow in XGetPixel().
Tags were: patch
Tags added: security

 reassign -2 xlibs 4.3.0.dfsg.1-14sarge3
Bug#414046: graphicsmagick: Segfault during conversion from XWD coder.
Bug reassigned from package `graphicsmagick' to `xlibs'.

 retitle -2 libX11: Buffer overflow in XGetPixel().
Bug#414046: graphicsmagick: Segfault during conversion from XWD coder.
Changed Bug title.

 severity -2 critical
Bug#414046: libX11: Buffer overflow in XGetPixel().
Severity set to `critical' from `important'

 tag -2 + patch
Bug#414046: libX11: Buffer overflow in XGetPixel().
Tags were: patch
Tags added: patch

 tag -2 + security
Bug#414046: libX11: Buffer overflow in XGetPixel().
Tags were: patch
Tags added: security

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: Bug#413040: graphicsmagick: Segfault during conversion from XWD coder.

2007-03-08 Thread Daniel Kobras
tag 413040 + patch
clone 413040 -1
clone 413040 -2
reassign -1 libx11 2:1.0.3-5
retitle -1 libX11: Buffer overflow in XGetPixel().
severity -1 critical
tag -1 + patch
tag -1 + security
reassign -2 xlibs 4.3.0.dfsg.1-14sarge3
retitle -2 libX11: Buffer overflow in XGetPixel().
severity -2 critical
tag -2 + patch
tag -2 + security
thanks

On Thu, Mar 01, 2007 at 09:01:48PM +0100, Daniel Kobras wrote:
 On Thu, Mar 01, 2007 at 05:37:39AM +0200, Sami Liedes wrote:
  The attached files all crash imagemagick (eg. XXXtojpg $filename) on
  amd64, some with SEGV, some with glibc detected heap corruption. I
  consider it quite likely that some of these are exploitable, but as
  I'm not sure, only filing as Severity: normal as to not annoy you :)
 
 Thanks. I've done a quick screening to investigate which of those affect
 graphicsmagick, and have cloned individual bugs as I'm probably unable
 to deal with all of them in one go. Bug severity might change once I've
 had a closer look at the individual issues. Here's the detailed list for
 current graphicsmagick:
(...)
 Broken conversion
 =
 
 The following coders show no problems on gm identify, but break with
 gm convert to jpg and gif.
(...)
 xwd:
 broken.xwd ... Segmentation fault

While not a problem in imagemagick/graphicsmagick themselves, this turns
out as the most grave bug the testcases have uncovered so far. The
*magick XWD coder initializes an XImage structure from a user-supplied
image in X window dump format, passes it to libX11's XInitImage() for
validation, properly checking its return value. Later on it uses
XGetPixel() to obtain individual pixel values.

The broken.xwd testcase supplied in the original bug report contains
specifies a very large bit_per_pixel value. XInitImage() does not check
this case and validates the image. Calling XGetPixel() with the bogus
XImage structure causes an overflow of the px variable that is allocated
on the stack of function _XGetPixel() in src/ImUtil.c. Similar scenarios
arise for different image variants if the bitmap_unit member of XImage
contains excessively large values. The first attached patch is
completely untested so please check before applying. It adds more sanity
checks to XInitImage() to prevent the described buffer overflows in
XGetPixel(). I haven't considered other code paths, so the patch might
not be comprehensive. The second attached patch extends the
graphicsmagick code by a few more sanity checks to plug the hole even
with the present libX11, but from my reading of XInitImage man page,
libX11 ought to take of this itself.

I've done the analysis on an etch system, identical code is already
present in the affected functions in xfree86 on sarge, though. Looks
like stable requires an update as well.

Regards,

Daniel.

--- src/ImUtil.c.orig	2007-03-08 21:24:13.0 +0100
+++ src/ImUtil.c	2007-03-08 21:28:22.0 +0100
@@ -385,6 +385,8 @@
 XImage *image;
 {
 	if (image-depth == 0 || image-depth  32 ||
+	image-bits_per_pixel  32 || image-bitmap_unit  32 ||
+	image-bits_per_pixel  0 || image-bitmap_unit  0 ||
 	(image-format != XYBitmap 
 	 image-format != XYPixmap 
 	 image-format != ZPixmap) ||
--- a/coders/xwd.c  Tue Mar 06 08:34:38 2007 +0100
+++ b/coders/xwd.c  Thu Mar 08 21:13:04 2007 +0100
@@ -239,6 +239,13 @@ static Image *ReadXWDImage(const ImageIn
   ximage-red_mask=header.red_mask;
   ximage-green_mask=header.green_mask;
   ximage-blue_mask=header.blue_mask;
+  /* Why those are signed ints is beyond me. */
+  if (ximage-depth  0 || ximage-width  0 || ximage-height  0 ||
+  ximage-bitmap_pad  0 || ximage-bytes_per_line  0)
+ThrowReaderException(CorruptImageError,ImproperImageHeader,image);
+  /* Guard against buffer overflow in libX11. */
+  if (ximage-bits_per_pixel  32 || ximage-bitmap_unit  32)
+ThrowReaderException(CorruptImageError,ImproperImageHeader,image);
   status=XInitImage(ximage);
   if (status == False)
 ThrowReaderException(CorruptImageError,UnrecognizedXWDHeader,image);


twm: Changes to 'debian-experimental'

2007-03-08 Thread Brice Goglin
 debian/changelog   |3 ++-
 debian/twm.postinst.in |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 64d0d8c3fa54de41a90a6c74c9fd59e934eed708
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Thu Mar 8 23:13:12 2007 +0100

Also update update-alternatives parameters since the manpage
suffix has been changed, and add closer.

diff --git a/debian/changelog b/debian/changelog
index 693d9f7..bcac6a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ twm (1:1.0.3-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * New upstream release.
-  * Install the manpage as twm.1 instead of twm.1x.
+  * Install the manpage as twm.1 instead of twm.1x and update
+update-alternatives parameters (closes: #396940).
   * Use dh_install --list-missing.
 
   [ Brice Goglin ]
diff --git a/debian/twm.postinst.in b/debian/twm.postinst.in
index 4967710..e143aff 100644
--- a/debian/twm.postinst.in
+++ b/debian/twm.postinst.in
@@ -29,7 +29,7 @@ update-alternatives --remove x-window-ma
 
 update-alternatives --install /usr/bin/x-window-manager x-window-manager \
   /usr/bin/twm 40 --slave /usr/share/man/man1/x-window-manager.1.gz \
-  x-window-manager.1.gz /usr/share/man/man1/twm.1x.gz
+  x-window-manager.1.gz /usr/share/man/man1/twm.1.gz
 
 exit 0
 


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



Bug#396940: twm: FTBFS on GNU/kFreeBSD (due to manpage suffix)

2007-03-08 Thread Brice Goglin
tags 396940 +pending
thank you


The manpage suffix are now fixed in our git tree.

Brice



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



Processed: Bug#396940: twm: FTBFS on GNU/kFreeBSD (due to manpage suffix)

2007-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 396940 +pending
Bug#396940: twm: FTBFS on GNU/kFreeBSD (due to manpage suffix)
Tags were: patch
Tags added: pending

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#362965: marked as done (libxft2: make xconfig crash in XftFontOpenXlfd () from /usr/lib/libXft.so.2)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2007 23:48:03 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#362965: libxft2: make xconfig crash in XftFontOpenXlfd () 
from /usr/lib/libXft.so.2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: libxft2
Version: 2.1.8.2-6
Severity: normal


Note that I have the same problem on two machines and that I do not know
what cause the program to still look at font in 
/usr/X11R6/lib/X11/fonts/Type1/c0648bt_.pfb when they are in now in usr/share

make xconfig
scripts/kconfig/qconf arch/i386/Kconfig
#
# using defaults found in .config
#
make[1]: *** [xconfig] Segmentation fault
make: *** [xconfig] Error 2

gdb scripts/kconfig/qconf
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...Using host libthread_db library 
/lib/tls/libthread_db.so.1.

(gdb) run arch/i386/Kconfig
Starting program: /usr/src/linux-2.6.15.6/scripts/kconfig/qconf 
arch/i386/Kconfig
[Thread debugging using libthread_db enabled]
[New Thread -1222027584 (LWP 4970)]
Qt: gdb: -nograb added to command-line options.
 Use the -dograb option to enforce grabbing.
#
# using defaults found in .config
#

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1222027584 (LWP 4970)]
0xb72cf6bc in XftFontOpenXlfd () from /usr/lib/libXft.so.2
(gdb) bt
#0  0xb72cf6bc in XftFontOpenXlfd () from /usr/lib/libXft.so.2
#1  0xb72cfd28 in XftLockFace () from /usr/lib/libXft.so.2
#2  0xb7a1ee20 in QFontEngineLatinXLFD::setScale () from /usr/lib/libqt-mt.so.3
#3  0xb7a1f069 in QFontEngineXft::QFontEngineXft () from /usr/lib/libqt-mt.so.3
#4  0xb7a7530b in QFontDatabase::families () from /usr/lib/libqt-mt.so.3
#5  0xb7a75aba in QFontDatabase::findFont () from /usr/lib/libqt-mt.so.3
#6  0xb79f16c6 in QFontPrivate::load () from /usr/lib/libqt-mt.so.3
#7  0xb79f2a6c in QFontPrivate::engineForScript () from /usr/lib/libqt-mt.so.3
#8  0xb7a6674a in QFontMetrics::height () from /usr/lib/libqt-mt.so.3
#9  0xb7bbbf16 in QListView::init () from /usr/lib/libqt-mt.so.3
#10 0xb7bbc61a in QListView::QListView () from /usr/lib/libqt-mt.so.3
#11 0x08060eda in ConfigList::ConfigList ()
#12 0x080612f2 in ConfigView::ConfigView ()
#13 0x08064018 in ConfigMainWindow::ConfigMainWindow ()
#14 0x08066389 in main ()
(gdb) quit

The last line of therunning the program under strace :
strace -f scripts/kconfig/qconf arch/i386/Kconfig 

stat64(/usr/share/fonts/type1/gsfonts/fonts.cache-1, {st_mode=S_IFREG|0644, 
st_size=25896, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0644, st_size=25896, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb70c7000
read(7, \a010013l.pfb\ 0 \URW Gothic L:s..., 4096) = 4096
read(7, !!#6I;sB^c  X!!#AL  ..., 4096) = 4096
read(7, mk|mt|nb|nds|nl|nn|no|ny|oc|om|o..., 4096) = 4096
read(7, k|mt|nb|nds|nl|nn|no|ny|oc|om|os..., 4096) = 4096
read(7, 100:foundry=urw:index=0:outline=..., 4096) = 4096
read(7, !!5  !!!W5  !!#3H!)pSj ..., 4096) = 4096
read(7, v|mg|mh|mk|mt|nb|nds|nl|nn|no|ny..., 4096) = 1320
read(7, , 4096)   = 0
close(7)= 0
munmap(0xb70c7000, 4096)= 0
open(/usr/share/fonts/X11/encodings/large/fonts.cache-1, O_RDONLY) = 7
stat64(/usr/share/fonts/X11/encodings/large, {st_mode=S_IFDIR|0755, 
st_size=1024, ...}) = 0
stat64(/usr/share/fonts/X11/encodings/large/fonts.cache-1, 
{st_mode=S_IFREG|0644, st_size=0, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb70c7000
read(7, , 4096)   = 0
close(7)= 0
munmap(0xb70c7000, 4096)= 0
brk(0x848e000)  = 0x848e000
open(/etc/mtab, O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=549, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb70c7000
read(7, /dev/hde1 / ext2 rw 0 0\nproc /pr..., 4096) = 549
close(7)= 0
munmap(0xb70c7000, 4096)= 0
open(/proc/meminfo, O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, 

Bug#366924: marked as done (xkb map for macintosh keyboards causing meta/alt/left/right issues)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2007 23:50:31 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#366924: xkb map for macintosh keyboards causing 
meta/alt/left/right issues
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xterm
Severity: normal
Version: 210-3

For some reason, my most recent upgrade to xterm 210-3 has broken
metaSendsEscape: true; support. It's most likely not actually a bug in
xterm, because downgrading to 210-2 (the previous version installed)
doesn't fix the problem.

However, rxvt doesn't show the same issue, so I'm kind of at a loss as
to what the actual problem is.

Relevant section of the xrdb -query:

UXTerm*BoldMode:true
UXTerm*VT100*font:  -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-*
UXTerm*altSendsEscape:  true
UXTerm*boldFont:-*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
UXTerm*eightBitInput:   false
UXTerm*font:-*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1
UXTerm*geometry:159x58
UXTerm*jumpScroll:  true
UXTerm*metaSendsEscape: true
UXTerm*utf-8*font:  -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1
XTerm*VT100*font:   -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-*
XTerm*altSendsEscape:   true
XTerm*background:   black
XTerm*eightBitInput:false
XTerm*foreground:   gray90
XTerm*geometry: 120x49
XTerm*highlightSelection:   true
XTerm*jumpScroll:   true
XTerm*metaSendsEscape:  true
XTerm*saveLines:1500
xterm*reverseWrap:  true


xmodmap -pm -pk output:

xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32)
lock  
control Control_L (0x25),  Control_R (0x6d),  Control_L (0x42)
mod1Alt_L (0x40),  Alt_R (0x71)
mod2Num_Lock (0x4d)
mod3  
mod4Super_L (0x74)
mod5Scroll_Lock (0x4e)

There are 4 KeySyms per KeyCode; KeyCodes range from 8 to 255.

KeyCode Keysym (Keysym) ...
Value   Value   (Name)  ...

  8 
  9 0xff1b (Escape) 
 10 0x0031 (1)  0x0021 (exclam) 
 11 0x0032 (2)  0x0040 (at) 
 12 0x0033 (3)  0x0023 (numbersign) 
 13 0x0034 (4)  0x0024 (dollar) 
 14 0x0035 (5)  0x0025 (percent)
 15 0x0036 (6)  0x005e (asciicircum)
 16 0x0037 (7)  0x0026 (ampersand)  
 17 0x0038 (8)  0x002a (asterisk)   
 18 0x0039 (9)  0x0028 (parenleft)  
 19 0x0030 (0)  0x0029 (parenright) 
 20 0x002d (minus)  0x005f (underscore) 
 21 0x003d (equal)  0x002b (plus)   
 22 0xff08 (BackSpace)  0x (Delete) 
 23 0xff09 (Tab)
 24 0x0071 (q)  0x0051 (Q)  
 25 0x0077 (w)  0x0057 (W)  
 26 0x0065 (e)  0x0045 (E)  
 27 0x0072 (r)  0x0052 (R)  
 28 0x0074 (t)  0x0054 (T)  
 29 0x0079 (y)  0x0059 (Y)  
 30 0x0075 (u)  0x0055 (U)  
 31 0x0069 (i)  0x0049 (I)  
 32 0x006f (o)  0x004f (O)  
 33 0x0070 (p)  0x0050 (P)  
 34 0x005b (bracketleft)0x007b (braceleft)  
 35 0x005d (bracketright)   0x007d (braceright) 
 36 0xff0d (Return) 
 37 0xffe3 (Control_L)  
 38 0x0061 (a)  0x0041 (A)  
 39 0x0073 (s)  0x0053 (S)  
 40 0x0064 (d)  0x0044 (D)  
 41 0x0066 (f)  0x0046 (F)  
 42 0x0067 (g)  0x0047 (G)  
 43 0x0068 (h)  0x0048 (H)  
 44 0x006a (j)  0x004a (J)  
 45 0x006b (k)  0x004b (K)  
 46 0x006c (l)  0x004c (L)  
 47 0x003b (semicolon)  0x003a (colon)  
 48 0x0027 (apostrophe) 0x0022 (quotedbl)   
 49 0x0060 (grave)  0x007e (asciitilde) 
 50 0xffe1 (Shift_L)
 51 0x005c (backslash)  0x007c (bar)
 52 0x007a (z)  0x005a (Z)  
 53 0x0078 (x)  0x0058 (X)  
 54 0x0063 (c)  0x0043 (C)  
 55 0x0076 (v)  0x0056 (V)  
 56 0x0062 (b)  0x0042 (B)  
 57 0x006e (n)  0x004e (N)  
 58 0x006d (m)  0x004d (M)  
 59 0x002c (comma)  0x003c 

Bug#136527: marked as done (libxft1: doesn't display characters in TrueType fonts for which the fonts have built-in bitmap renderings)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2007 23:59:04 +0100
with message-id [EMAIL PROTECTED]
and subject line ping timeout, closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xlibs
Version: 4.1.0-14
Tags: patch

Xft library doesn't display any characters for TrueType fonts with
sizes (XFT_PIXEL_SIZE) for which the fonts have built-in bitmap
fonts.  For example, 12, 13, 14, 15, 16, 20, and 21 pixels for Kochi
Mincho and Kochi Gothic (Debian packages: ttf-kochi-gothic and
ttf-kochi-mincho).  This problem was already discussed in the XFree86
i18n mailing list and a patch was supplied by Keith Packard, the main
developer of Xft library.

Please read
http://www.xfree86.org/pipermail/i18n/2001-November/002677.html
for detail.  This message includes the patch.

---
Tomohiro KUBOTA [EMAIL PROTECTED]
http://www.debian.or.jp/~kubota/
Introduction to I18N  http://www.debian.org/doc/manuals/intro-i18n/

---End Message---
---BeginMessage---
No reply to my ping within several weeks, closing. If anybody ever
reproduces again, feel free to reopen.

Brice

---End Message---


Bug#25367: marked as done (libxaw7: menus freeze up)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2007 23:59:04 +0100
with message-id [EMAIL PROTECTED]
and subject line ping timeout, closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xlib6g
Version: 3.3.2.2-2

Occasionally, in any application that uses the Xaw widgets (or
replacements like Xaw95 or Xaw3d), the menu stops responding - it'll
pop up, but none of the menu items will register.  It's not the case
that the NumLock is down or some other hidden modifier key is set -
running xev confirms that the modifier state is 0x0.

This problem can be fixed by restarting the X server.  If I find a
more informative fix I'll pass it on.

When this problem happens, it happens in all Xaw applications.  As far 
as I can tell, only the menu widget becomes dead.

This is quite annoying in xterm, since it means I can't flip back and
forth between Alternate Screen used for curses programs.

-- System Information
Debian Release: 2.0
Kernel Version: Linux cush 2.0.33 #1 Mon Feb 2 18:28:45 EST 1998 i586 unknown

Versions of the packages xlib6g depends on:
ii  libc6   2.0.7t-1   The GNU C library version 2 (run-time files)
---End Message---
---BeginMessage---
No reply to my ping within several weeks, closing. If anybody ever
reproduces again, feel free to reopen.

Brice

---End Message---


Bug#348226: marked as done (uxterm refuse to run shell as login-shell)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2007 23:59:04 +0100
with message-id [EMAIL PROTECTED]
and subject line ping timeout, closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xutils
Version: 6.8.2.dfsg.1-11
Severity: important


I have done my best to ensure that (u)xterm runs zsh, my default shell,
as a login shell. I have added proper configs to my X-resources and it
worked fine until I switched to UTF-8-era. Now luit seems to fsck things
up:

15541 ?S  0:01 xterm -class UXTerm -title uxterm -u8 -geometry 
80x70 -ls
15556 pts/17   Ss+0:00  \_ /usr/X11R6/bin/luit
15558 pts/18   Ss 0:01  \_ zsh-beta

It do not help, if I start my uxterm like this:

uxterm -ls

If I start my uxterm like this:

uxterm -e 'zsh-beta -l'

Window opens, but shell prompt do not appear. Output of ”ps xf” looks
like this:

15716 ?S  0:00 xterm -class UXTerm -title uxterm -u8 -e zsh -l
15727 pts/22   Ss+0:00  \_ /usr/X11R6/bin/luit -- zsh -l
15728 ?Zs 0:00  \_ [luit] defunct



-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=fi_FI.utf8, LC_CTYPE=fi_FI.utf8 (charmap=UTF-8)

Versions of packages xutils depends on:
ii  cpp  4:4.0.2-2   The GNU C preprocessor (cpp)
ii  libc62.3.5-11GNU C Library: Shared libraries an
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libfs6   6.8.2.dfsg.1-11 X Font Server library
ii  x11-common   6.8.2.dfsg.1-11 X Window System (X.Org) infrastruc
ii  zlib1g   1:1.2.3-9   compression library - runtime

xutils recommends no packages.

-- no debconf information

-- 
Juhapekka ”naula” Tolvanen * http colon slash slash iki dot fi slash juhtolv
”She turns me on. She makes me real. I have to apologize for the way I feel.”
  Nine Inch Nails

---End Message---
---BeginMessage---
No reply to my ping within several weeks, closing. If anybody ever
reproduces again, feel free to reopen.

Brice

---End Message---


Bug#79006: marked as done (libxaw7: password text widget does not hide password)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2007 23:59:04 +0100
with message-id [EMAIL PROTECTED]
and subject line ping timeout, closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xvncviewer
Version: 3.3.3r2-4
Severity: normal

If you start xvncviewer without any parameters, it pops up a little
window in which you enter the machine you want to connect to, and then a
password.  Old versions of this used to hide your password when you
typed it in, but this does not, which is a little worrying from a
security point of view.  This may well be an upstream bug, of course.

Tim.

-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux trill 2.2.18pre20 #1 Fri Nov 10 17:21:15 GMT 2000 i686

Versions of packages xvncviewer depends on:
ii  dpkg  1.7.2  Package maintenance system for Deb
ii  libc6 2.2-4  GNU C Library: Shared libraries an
ii  libvncauth0   3.3.3r2-4  Virtual network computing authenti
ii  libxaw7   4.0.1-9X Athena widget set library   
ii  vnc-common3.3.3r2-4  Virtual network computing server s
ii  xlib6 3.3.6-16   shared libraries required by libc5
ii  xlibs 4.0.1-9X Window System client libraries  
ii  xpm4.73.4k-5 the X PixMap library, compiled wit


---End Message---
---BeginMessage---
No reply to my ping within several weeks, closing. If anybody ever
reproduces again, feel free to reopen.

Brice

---End Message---


Bug#413209: xserver-xorg-video-ati: beryl doesn't refresh correctly since 6.6.3-5

2007-03-08 Thread Xavier Bestel
Le samedi 03 mars 2007 à 14:28 +0100, Michel Dänzer a écrit :
 On Sat, 2007-03-03 at 12:57 +0100, Xavier Bestel wrote:
  Package: xserver-xorg-video-ati
  Version: 1:6.6.3-5
  Severity: normal
  
  
  Hi,
  
  I'm using beryl 0.1..2~0beryl1, with an r300. Yesterday, using ati
  driver 6.6.3-4, it was working. Today, after upgrading to 6.6.3-5, it
  doesn't work anymore: I need to move the cube to see the windows content
  updated.
 
 Does this also happen without page flipping? I recently discovered a
 radeon DRM bug (basically it can screw up page flipping whenever a DRM
 file descriptor is closed) that I need to get around to fixing.

It looks fixed with latest xorg update (1.2.99something).

Thanks,
Xav





Bug#19928: marked as done (libxaw7: list widgets don't know how to scroll if they are too big for the screen)

2007-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2007 23:59:04 +0100
with message-id [EMAIL PROTECTED]
and subject line ping timeout, closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xcontrib
Version: 3.3.1-2

When using xfontsel, if I select an option like fmly, the list is so long
that only the a-m entries appear.  For example, the Adobe new century
schoolbook doesn't appear in the list.

  Brian
 ( [EMAIL PROTECTED] )

---
   Friends are relatives that you make for yourself.


---End Message---
---BeginMessage---
No reply to my ping within several weeks, closing. If anybody ever
reproduces again, feel free to reopen.

Brice

---End Message---


Processed: bug 414045 is forwarded to [EMAIL PROTECTED]

2007-03-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 forwarded 414045 [EMAIL PROTECTED]
Bug#414045: libX11: Buffer overflow in XGetPixel().
Noted your statement that Bug has been forwarded to [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#268120: What are CTRL+ALT key combinations for creating international characters ... that Windows uses ?

2007-03-08 Thread Peter Moulder
A specification would be helpful in how this is to be implemented.  The
best I could find was http://en.wikipedia.org/wiki/Unicode#Input_methods
and http://en.wikipedia.org/wiki/Alt_codes; though these are a little
vague as to e.g. how long Alt must be held down, or whether decimal or
hexadecimal, and neither mentions Ctrl key.

(Incidentally, you may also be interested in the Gnome Character Map
 program gucharmap, and http://en.wikipedia.org/wiki/Compose_key (useful
 for keyboard entry of common symbols like ‘’“”é槶™⁸⁹«»), and
 http://en.wikipedia.org/wiki/List_of_input_methods_for_UNIX_platforms
 for entering extended portions of text in other languages including CJK
 and indic.)

pjrm.




Bug#402537: xdm exits immediately after been launched

2007-03-08 Thread Eric Van Buggenhaut
On Thu, Mar 01, 2007 at 11:46:46PM +0100, Brice Goglin wrote:
 Eric,
 
 What's the status of your xdm exiting right after starting? Do you still
 reproduce with latest Xorg/Etch?

I can still reproduce this bug with latest Xorg. Attached is a strace


-- 
Eric VAN BUGGENHAUT
[EMAIL PROTECTED]
execve(/usr/bin/X11/xdm, [/usr/bin/X11/xdm], [/* 31 vars */]) = 0
uname({sys=Linux, node=atto, ...})  = 0
brk(0)  = 0x8066000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f71000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f7
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=77626, ...}) = 0
mmap2(NULL, 77626, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f5d000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/libselinux.so.1, O_RDONLY)  = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P8\0\000..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=79368, ...}) = 0
mmap2(NULL, 84884, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7f48000
mmap2(0xb7f5b000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0xb7f5b000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libXaw.so.7, O_RDONLY)  = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\320\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=363260, ...}) = 0
mmap2(NULL, 367056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7eee000
mmap2(0xb7f41000, 28672, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x52) = 0xb7f41000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libXmu.so.6, O_RDONLY)  = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300I\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=85484, ...}) = 0
mmap2(NULL, 85264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7ed9000
mmap2(0xb7eed000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7eed000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libXt.so.6, O_RDONLY)   = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \276\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=320344, ...}) = 0
mmap2(NULL, 320916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7e8a000
mmap2(0xb7ed5000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4b) = 0xb7ed5000
mmap2(0xb7ed8000, 1428, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ed8000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libSM.so.6, O_RDONLY)   = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20 \0\000..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=32144, ...}) = 0
mmap2(NULL, 35048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7e81000
mmap2(0xb7e89000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7e89000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libICE.so.6, O_RDONLY)  = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3406\0..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=85060, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7e8
mmap2(NULL, 95312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7e68000
mmap2(0xb7e7d000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7e7d000
mmap2(0xb7e7e000, 5200, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e7e000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libXinerama.so.1, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\10..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=6676, ...}) = 0
mmap2(NULL, 9564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7e65000
mmap2(0xb7e67000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e67000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/usr/lib/libXpm.so.4, O_RDONLY)  = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\#\0\000..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, 

libx11: Changes to 'debian-unstable'

2007-03-08 Thread Julien Cristau
 debian/changelog  |7 +++
 debian/patches/022_XInitImage_input_validate.diff |   19 +++
 debian/patches/series |1 +
 3 files changed, 27 insertions(+)

New commits:
commit dc9db50d754976bdd0df34faf0cd6296adb2e208
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Mar 9 02:28:49 2007 +0100

Fix security issue in XInitImage()

Add patch by Daniel Kobras [EMAIL PROTECTED] to add more input
validation to XInitImage(), to fix security issues (closes: #414045).

diff --git a/debian/changelog b/debian/changelog
index 96c857f..c491cc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libx11 (2:1.0.3-6) unstable; urgency=high
+
+  * Add patch by Daniel Kobras [EMAIL PROTECTED] to add more input
+validation to XInitImage(), to fix security issues (closes: #414045).
+
+ -- Julien Cristau [EMAIL PROTECTED]  Fri,  9 Mar 2007 02:23:06 +0100
+
 libx11 (2:1.0.3-5) unstable; urgency=high
 
   * Remove /usr/X11R6/lib from /etc/ld.so.conf in postinst if it's no longer
diff --git a/debian/patches/022_XInitImage_input_validate.diff 
b/debian/patches/022_XInitImage_input_validate.diff
new file mode 100644
index 000..e22ca19
--- /dev/null
+++ b/debian/patches/022_XInitImage_input_validate.diff
@@ -0,0 +1,19 @@
+Add more input validation to XInitImage(), to avoid buffer overflow in
+XGetPixel(), which assumes sane values.
+Debian bug #414045.
+
+This patch by Daniel Kobras [EMAIL PROTECTED]
+
+Index: libx11/src/ImUtil.c
+===
+--- libx11.orig/src/ImUtil.c   2007-03-09 02:21:29.0 +0100
 libx11/src/ImUtil.c2007-03-09 02:22:34.0 +0100
+@@ -385,6 +385,8 @@
+ XImage *image;
+ {
+   if (image-depth == 0 || image-depth  32 ||
++  image-bits_per_pixel  32 || image-bitmap_unit  32 ||
++  image-bits_per_pixel  0 || image-bitmap_unit  0 ||
+   (image-format != XYBitmap 
+image-format != XYPixmap 
+image-format != ZPixmap) ||
diff --git a/debian/patches/series b/debian/patches/series
index 1364571..d10a1c1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@
 019_new_autoconf.diff
 020_CVE-2006-5397.diff
 021_compose_fclose.diff
+022_XInitImage_input_validate.diff


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



libx11: Changes to 'refs/tags/libx11-2_1.0.3-6'

2007-03-08 Thread Julien Cristau
Tag 'libx11-2_1.0.3-6' created by Julien Cristau [EMAIL PROTECTED] at 
2007-03-09 02:00 +

Tagging upload of libx11 2:1.0.3-6 to unstable.

Changes since libx11-2_1.0.3-5:
Julien Cristau:
  Fix security issue in XInitImage()

---
 debian/changelog  |7 +++
 debian/patches/022_XInitImage_input_validate.diff |   19 +++
 debian/patches/series |1 +
 3 files changed, 27 insertions(+)
---


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



Processing of libx11_1.0.3-6_i386.changes

2007-03-08 Thread Archive Administrator
libx11_1.0.3-6_i386.changes uploaded successfully to localhost
along with the files:
  libx11_1.0.3-6.dsc
  libx11_1.0.3-6.diff.gz
  libx11-data_1.0.3-6_all.deb
  libx11-6_1.0.3-6_i386.deb
  libx11-6-dbg_1.0.3-6_i386.deb
  libx11-dev_1.0.3-6_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#402537: xdm exits immediately after been launched

2007-03-08 Thread Julien Cristau
On Fri, Mar  9, 2007 at 03:19:55 +0100, Eric Van Buggenhaut wrote:

 On Thu, Mar 01, 2007 at 11:46:46PM +0100, Brice Goglin wrote:
  Eric,
  
  What's the status of your xdm exiting right after starting? Do you still
  reproduce with latest Xorg/Etch?
 
 I can still reproduce this bug with latest Xorg. Attached is a strace
 
Hi,

it seems xdm exits right after reading /etc/X11/xdm/Xservers, probably
because it thinks it has nothing to do.  Can you send us the contents of
this file?

Thanks,
Julien


signature.asc
Description: Digital signature


libx11_1.0.3-6_i386.changes ACCEPTED

2007-03-08 Thread Debian Installer

Accepted:
libx11-6-dbg_1.0.3-6_i386.deb
  to pool/main/libx/libx11/libx11-6-dbg_1.0.3-6_i386.deb
libx11-6_1.0.3-6_i386.deb
  to pool/main/libx/libx11/libx11-6_1.0.3-6_i386.deb
libx11-data_1.0.3-6_all.deb
  to pool/main/libx/libx11/libx11-data_1.0.3-6_all.deb
libx11-dev_1.0.3-6_i386.deb
  to pool/main/libx/libx11/libx11-dev_1.0.3-6_i386.deb
libx11_1.0.3-6.diff.gz
  to pool/main/libx/libx11/libx11_1.0.3-6.diff.gz
libx11_1.0.3-6.dsc
  to pool/main/libx/libx11/libx11_1.0.3-6.dsc


Override entries for your package:
libx11-6-dbg_1.0.3-6_i386.deb - extra libdevel
libx11-6_1.0.3-6_i386.deb - optional libs
libx11-data_1.0.3-6_all.deb - optional x11
libx11-dev_1.0.3-6_i386.deb - optional libdevel
libx11_1.0.3-6.dsc - source x11

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 414045 


Thank you for your contribution to Debian.


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



libx11 override disparity

2007-03-08 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libx11-6-dbg_1.0.3-6_i386.deb: package says section is x11, override says 
libdevel.
libx11-6_1.0.3-6_i386.deb: package says section is x11, override says libs.
libx11-dev_1.0.3-6_i386.deb: package says section is x11, override says 
libdevel.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



Bug#413500: xserver-xorg 7.2-1 + xserver-xorg-video-ati 1:6.6.3-5 = no X11 at all

2007-03-08 Thread Piotr Roszatycki
With my analog monitor the experimental package is broken in the same way, 
too.
-- 
Piotr Roszatycki


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