Bug#655017: now testing with latest upstream git

2012-01-18 Thread Martin Steigerwald
Hi Cyril!

Building a new package worked marvellously thanks to your instructions.

I will now be testing this bug against:

commit 850495f956c811b1eb617d2e704e6bb7b5a86369
Author: Chris Wilson 
Date:   Tue Jan 17 22:51:29 2012 +

sna: Fix increment of damage boxes after updating for rectangles

which seems to be another fix for refresh issues and at least from the 
description looks like something I might have seen.

Should some issues remain I can always build a new package, its easy 
enough.

I will report back, once all of these refresh issues are fixed ;).

Thanks,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201201180957.16809.mar...@lichtvoll.de



Bug#654217: Computercrash with wine running Borland Delphi

2012-01-18 Thread Reinhard Karcher

The bug is listed at
https://bugs.freedesktop.org/show_bug.cgi?id=44384

using the newest xorg-driver compiled from git the bug is gone.

Reinhard



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f16b10b.10...@gmx.net



Bug#654217: Computercrash with wine running Borland Delphi

2012-01-18 Thread Cyril Brulebois
Reinhard Karcher  (18/01/2012):
> The bug is listed at
> https://bugs.freedesktop.org/show_bug.cgi?id=44384
> 
> using the newest xorg-driver compiled from git the bug is gone.

Thanks for the update. However, comments 19, 20, 21 seem to imply
there's still something to solve? Or should I consider it a different
issue and close this bug report, as fixed in the version available in
experimental?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#654217: Computercrash with wine running Borland Delphi

2012-01-18 Thread Reinhard Karcher
I suppose their is is a bug in the kernel driver - at least the call 
parameters are not checked thoroughly - that was triggered by (a bug 
from?) the xorg-driver and the trigger disappeared.
The bug on the xorg-driver can be closed, but I don't know if there 
should be a bug report on the kernel driver as the bug will not be 
reproducible. Perhaps we should wait for the bug to reappear.

Is there already a fixed version available in experimental?
The version now in experimental: 2:2.17.0+git20120115-1 still triggers 
the bug.


Reinhard



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f16d4c6.5010...@gmx.net



Bug#654217: Computercrash with wine running Borland Delphi

2012-01-18 Thread Cyril Brulebois
Reinhard Karcher  (18/01/2012):
> Is there already a fixed version available in experimental?
> The version now in experimental: 2:2.17.0+git20120115-1 still
> triggers the bug.

There will be a new snapshot next week, probably, so I'll close this bug
report while uploading it.

Mraw,
KiBi.


signature.asc
Description: Digital signature


mesa: Changes to 'debian-experimental'

2012-01-18 Thread Timo Aaltonen
Rebased ref, commits from common ancestor:
commit 40b961f21d6a11575a34021882f18932838aca1b
Author: Timo Aaltonen 
Date:   Wed Jan 18 18:32:02 2012 +0200

rules: Drop obsolete configure options.

diff --git a/debian/changelog b/debian/changelog
index a90db55..4bfd937 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ mesa (8.0~rc1-1) UNRELEASED; urgency=low
   * control: Drop libglw1-mesa, libglw1-mesa-dev, glw got moved to a
 separate source package.
   * libegl-mesa.symbols, libgles2-mesa.symbols: Add new symbols.
+  * rules: Drop obsolete configure options.
 
  -- Cyril Brulebois   Fri, 23 Dec 2011 14:13:28 +0100
 
diff --git a/debian/rules b/debian/rules
index 732e6b3..1c00eb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,6 @@ include /usr/share/quilt/quilt.make
 
 confflags-common = \
--disable-glu \
-   --disable-glut \
CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)"
 
@@ -168,9 +167,7 @@ confflags-swx11+glu = \
--disable-egl \
--with-gallium-drivers= \
--with-driver=xlib \
-   --disable-gl-osmesa \
--disable-egl \
-   --disable-glut \
CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)"
 
@@ -178,10 +175,8 @@ confflags-swx11+glu-static = \
--disable-egl \
--with-gallium-drivers= \
--with-driver=xlib \
-   --disable-gl-osmesa \
--enable-static \
--disable-egl \
-   --disable-glut \
CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)"
 
@@ -189,8 +184,6 @@ confflags-swx11+glu-i386-i686 = \
--disable-egl \
--with-gallium-drivers= \
--with-driver=xlib \
-   --disable-gl-osmesa \
-   --disable-glut \
--disable-egl \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
CFLAGS="$(CFLAGS) -march=i686" \

commit c184a322b41bb218d699cb97c2bddf0f4fe70329
Author: Timo Aaltonen 
Date:   Wed Jan 18 18:08:07 2012 +0200

rules: clean up --enable-motif

diff --git a/debian/rules b/debian/rules
index 547bbbd..732e6b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,7 +171,6 @@ confflags-swx11+glu = \
--disable-gl-osmesa \
--disable-egl \
--disable-glut \
-   --enable-motif \
CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)"
 
@@ -183,7 +182,6 @@ confflags-swx11+glu-static = \
--enable-static \
--disable-egl \
--disable-glut \
-   --enable-motif \
CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)"
 
@@ -194,7 +192,6 @@ confflags-swx11+glu-i386-i686 = \
--disable-gl-osmesa \
--disable-glut \
--disable-egl \
-   --enable-motif \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
CFLAGS="$(CFLAGS) -march=i686" \
CXXFLAGS="$(CXXFLAGS) -march=i686"

commit 25c534e535990bed610a26140117f994bc94fb48
Author: Timo Aaltonen 
Date:   Wed Jan 18 17:47:26 2012 +0200

remove rest of libglw1*

diff --git a/debian/libglw1-mesa-dev.install.in 
b/debian/libglw1-mesa-dev.install.in
deleted file mode 100644
index 822fa4a..000
--- a/debian/libglw1-mesa-dev.install.in
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/include/GL/GLw*A.h
-usr/lib/${DEB_HOST_MULTIARCH}/libGLw.a
-usr/lib/${DEB_HOST_MULTIARCH}/libGLw.so
-usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/glw.pc
diff --git a/debian/libglw1-mesa.install.in b/debian/libglw1-mesa.install.in
deleted file mode 100644
index 14036ee..000
--- a/debian/libglw1-mesa.install.in
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libGLw.so.*
diff --git a/debian/libglw1-mesa.lintian-overrides 
b/debian/libglw1-mesa.lintian-overrides
deleted file mode 100644
index 7d53dee..000
--- a/debian/libglw1-mesa.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-package-name-doesnt-match-sonames libGLw1
diff --git a/debian/libglw1-mesa.shlibs b/debian/libglw1-mesa.shlibs
deleted file mode 100644
index 488d4da..000
--- a/debian/libglw1-mesa.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libGLw 1 libglw1-mesa | libglw1
diff --git a/debian/not-installed b/debian/not-installed
index 0bb613e..da26519 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -26,10 +26,6 @@ NOT_INSTALLED_i386 = \
usr/lib/*/i686/cmov/libGLU.so \
usr/lib/*/i686/cmov/libGLU.so.1 \
usr/lib/*/i686/cmov/libGLU.so.1.* \
-   usr/lib/*/i686/cmov/libGLw.so \
-   usr/lib/*/i686/cmov/libGLw.so.1 \
-   usr/lib/*/i686/cmov/libGLw.so.1.* \
-   usr/lib/*/i686/cmov/pkgconfig/glw.pc \
usr/lib/*/i686/cmov/pkgconfig/glu.pc \
usr/lib/*/i686/cmov/pkgconfig/gl.pc
 

commit ea2c2787a7102e2a476900fd177a2f8063e2f7ff
Author: Timo Aaltonen 
Date:   Wed Jan 18 17:45:43 2012 +0200

libegl-mesa.symbols, libgles2-mesa.symbols: Add new symbols.

diff --git a/debian/changelog b/debian/changelog
index 8a35413..a90db55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ mesa (8.0~rc1-1) UNRELEASED; urgency=low
   * control: Add libxcb-glx0-de

mesa: Changes to 'upstream-experimental'

2012-01-18 Thread Timo Aaltonen
Rebased ref, commits from common ancestor:
commit c85402aba91755808729fadf57a9f92285f4e61a
Author: Jakob Bornecrantz 
Date:   Wed Jan 11 23:33:07 2012 +0100

mesa: Bump version number to 8.0-rc1

Signed-off-by: Jakob Bornecrantz 

diff --git a/Makefile b/Makefile
index 1fa369a..64e3a7cd 100644
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,7 @@ ultrix-gcc:
 
 # Rules for making release tarballs
 
-PACKAGE_VERSION=8.0-devel
+PACKAGE_VERSION=8.0-rc1
 PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
 PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 8723c1f..c1f4e8e 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -35,7 +35,7 @@ struct gl_context;
 #define MESA_MAJOR 8
 #define MESA_MINOR 0
 #define MESA_PATCH 0
-#define MESA_VERSION_STRING "8.0-devel"
+#define MESA_VERSION_STRING "8.0-rc1"
 
 /* To make version comparison easy */
 #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

commit 9c81e4eed1bc691f6308a230fddc80d2d2936a50
Author: Brian Paul 
Date:   Fri Jan 13 13:45:58 2012 -0700

docs: add links to xf86-video-vmware wiki pages

(cherry picked from commit 548526f2e967d29e0aa1d9a37e4364100e84dc3f)

diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html
index 9295644..727f99b 100644
--- a/docs/vmware-guest.html
+++ b/docs/vmware-guest.html
@@ -23,6 +23,15 @@ End users shouldn't have to go through all these steps once 
the driver is
 included in newer Linux distributions.
 
 
+
+For more information about the X components see these wiki pages at x.org:
+
+
+http://wiki.x.org/wiki/vmware"; target="_parent">
+Driver Overview
+http://wiki.x.org/wiki/vmware/vmware3D"; target="_parent">
+xf86-video-vmware Details
+
 
 
 Components

commit daa2545508202302208317ace78d328d60f4d35f
Author: Eric Anholt 
Date:   Wed Jan 11 14:06:17 2012 -0800

mesa: Throw the required error for glCopyPixels from multisample FBO.

Fixes piglit EXT_framebuffer_multisample/negative-copypixels.

Reviewed-by: Brian Paul 
NOTE: This is a candidate for the 8.0 branch.
(cherry picked from commit 9be6654c1f75bc402c807ec0caccebde032afa59)

diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c
index 9f5b0b3..01983d9 100644
--- a/src/mesa/main/drawpix.c
+++ b/src/mesa/main/drawpix.c
@@ -203,6 +203,12 @@ _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, 
GLsizei height,
   goto end;
}
 
+   if (ctx->ReadBuffer->Name != 0 && ctx->ReadBuffer->Visual.samples > 0) {
+  _mesa_error(ctx, GL_INVALID_FRAMEBUFFER_OPERATION,
+ "glCopyPixels(multisample FBO)");
+  goto end;
+   }
+
if (!_mesa_source_buffer_exists(ctx, type) ||
!_mesa_dest_buffer_exists(ctx, type)) {
   _mesa_error(ctx, GL_INVALID_OPERATION,

commit baaa30ad52ac6eba0ee444c33678ffd357883a4d
Author: Eric Anholt 
Date:   Wed Jan 11 14:02:41 2012 -0800

mesa: Throw the required error for glCopyTex{Sub,}Image from multisample 
FBO.

Fixes piglit EXT_framebuffer_multisample/negative-copyteximage.

Reviewed-by: Brian Paul 
NOTE: This is a candidate for the 8.0 branch.
(cherry picked from commit 6950a4faf650fe119ee97aa18b006eed099038be)

diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index 9475e84..d5e462b 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -1909,6 +1909,13 @@ copytexture_error_check( struct gl_context *ctx, GLuint 
dimensions,
  "glCopyTexImage%dD(invalid readbuffer)", dimensions);
  return GL_TRUE;
   }
+
+  if (ctx->ReadBuffer->Visual.samples > 0) {
+_mesa_error(ctx, GL_INVALID_FRAMEBUFFER_OPERATION,
+"glCopyTexImage%dD(multisample FBO)",
+dimensions);
+return GL_TRUE;
+  }
}
 
/* Check border */
@@ -2008,6 +2015,13 @@ copytexsubimage_error_check1( struct gl_context *ctx, 
GLuint dimensions,
  "glCopyTexImage%dD(invalid readbuffer)", dimensions);
  return GL_TRUE;
   }
+
+  if (ctx->ReadBuffer->Visual.samples > 0) {
+_mesa_error(ctx, GL_INVALID_FRAMEBUFFER_OPERATION,
+"glCopyTexSubImage%dD(multisample FBO)",
+dimensions);
+return GL_TRUE;
+  }
}
 
/* check target (proxies not allowed) */

commit b178514e24ee7f2f89448b384683fe42fd448c18
Author: Eric Anholt 
Date:   Wed Jan 11 13:54:53 2012 -0800

mesa: Throw the required error for glReadPixels() from a multisampled FBO.

Fixes piglit EXT_framebuffer_multisample-negative-readpixels.

Reviewed-by: Brian Paul 
NOTE: This is a candidate for the 8.0 branch.
(cherry picked from commit 86b7c6707f915b07347070901d602917bc25dd0f)

diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c
index 0c0e539..c1489d2 100644
--- a/src/mesa/main/readpix.c
+++ b/src/mesa/main/readpix.c
@@ -782,6 +782,11 @@ _mesa_ReadnPixelsARB( GLint x, GLint y, G

mesa: Changes to 'debian-experimental'

2012-01-18 Thread Cyril Brulebois
 debian/libegl1-mesa.symbols  |2 +-
 debian/libgles2-mesa.symbols |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 600e3e5fb69d36997caa6b5cdceba99bf87261e4
Author: Cyril Brulebois 
Date:   Wed Jan 18 18:30:25 2012 +0100

Drop debian revision from symbols files.

diff --git a/debian/libegl1-mesa.symbols b/debian/libegl1-mesa.symbols
index d843f60..4a405b0 100644
--- a/debian/libegl1-mesa.symbols
+++ b/debian/libegl1-mesa.symbols
@@ -40,7 +40,7 @@ libEGL.so.1 libegl1-mesa #MINVER# | libegl1-x11
  eglGetScreensMESA@Base 7.8.1
  eglInitialize@Base 7.8.1
  eglMakeCurrent@Base 7.8.1
- eglPostSubBufferNV@Base 8.0~rc1-1
+ eglPostSubBufferNV@Base 8.0~rc1
  eglQueryAPI@Base 7.8.1
  eglQueryContext@Base 7.8.1
  eglQueryModeStringMESA@Base 7.8.1
diff --git a/debian/libgles2-mesa.symbols b/debian/libgles2-mesa.symbols
index 7a69f9b..034eb3b 100644
--- a/debian/libgles2-mesa.symbols
+++ b/debian/libgles2-mesa.symbols
@@ -43,7 +43,7 @@ libGLESv2.so.2 libgles2-mesa #MINVER# | libgles2
  glDisable@Base 7.8.1
  glDisableVertexAttribArray@Base 7.8.1
  glDrawArrays@Base 7.8.1
- glDrawBuffersNV@Base 8.0~rc1-1
+ glDrawBuffersNV@Base 8.0~rc1
  glDrawElements@Base 7.8.1
  glEGLImageTargetRenderbufferStorageOES@Base 7.8.1
  glEGLImageTargetTexture2DOES@Base 7.8.1


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rnzli-0004rw...@vasks.debian.org



mesa: Changes to 'debian-experimental'

2012-01-18 Thread Sven Joachim
 debian/rules |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a150740c3f511636859965289b7a424c930c105f
Author: Sven Joachim 
Date:   Wed Jan 18 19:38:33 2012 +0100

Remove reference to i810 from debian/rules

Missed in commit 37efab84461729859f7606e39f687905a3f1cc6a.

diff --git a/debian/rules b/debian/rules
index 1c00eb4..b340a18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,7 +88,7 @@ else
DRI_DRIVERS += r200 radeon
   endif
   ifeq ($(DEB_HOST_ARCH_CPU), i386)
-   DRI_DRIVERS += i810 i915 i965
+   DRI_DRIVERS += i915 i965
   else ifeq ($(DEB_HOST_ARCH_CPU), amd64)
DRI_DRIVERS += i915 i965
   endif


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rnavu-0001iq...@vasks.debian.org



Bug#656375: libdrm-intel1: screen corruptions, kernel message "*ERROR* Prepared flip multiple times"

2012-01-18 Thread Witold Baryluk
Package: libdrm-intel1
Version: 2.4.30-1
Severity: important

Hi,

After logging into GNOME, I started getting LOTS of
[  239.494761] [drm:intel_prepare_page_flip] *ERROR* Prepared flip multiple
times
in kernel log repeated ever few microseconds.

Lots of GNOME elements is missing (they are still there, but not drawned), like
some menus,
some font glyphs. It is clearly regression, because just month ago everything
was working.

lizander:~> uname -a
Linux lizander 3.1.0-1-686-pae #1 SMP Tue Jan 10 05:42:54 UTC 2012 i686
GNU/Linux
lizander:~> lspci  | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics
Controller (rev 02)
lizander:~> glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL version string: 1.3 Mesa 7.11.2
lizander:~>

ii  libgl1-mesa-dri 7.11.2-1
free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx 7.11.2-1
free implementation of the OpenGL API -- GLX runtime

ii  xserver-xorg1:7.6+10
X.Org X server
ii  xserver-xorg-core   2:1.11.3.901-1
Xorg X server - core server
ii  xserver-xorg-video-intel2:2.17.0-1
X.Org X server -- Intel i8xx, i9xx display driver

Machine is IBM ThinkCentre (MT-M: 8183-QGP):
http://support.lenovo.com/en_US/detail.page?LegacyDocID=MIGR-51078
http://support.lenovo.com/?lndocid=MIGR-51266


Thanks,



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdrm-intel1 depends on:
ii  libc6  2.13-24
ii  libdrm22.4.30-1
ii  libpciaccess0  0.12.902-1
ii  multiarch-support  2.13-24

libdrm-intel1 recommends no packages.

libdrm-intel1 suggests no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120118212210.2881.67159.report...@lizander.kolo.smp.if.uj.edu.pl



Bug#656365: xserver-xorg-input-synaptics: PressureMotion and/or Coasting messed up

2012-01-18 Thread Cyril Brulebois
Erich Schubert  (18/01/2012):
> Package: xserver-xorg-input-synaptics
> Version: 1.5.0+git20120101-1
> Severity: normal
> 
> One of the recent xorg updates in experimental (multitouch? or just the git 
> pull)?
> messed up the pressureMotion and/or coasting fuctionality.

Please report it upstream, bugs.freedesktop.org, product xorg, component
Input/synaptics, and let us know about the bug number/URL for tracking.

Could be the driver, or changes in the server. Peter will likely know.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#656375: libdrm-intel1: screen corruptions, kernel message "*ERROR* Prepared flip multiple times"

2012-01-18 Thread Cyril Brulebois
Hi,

Witold Baryluk  (18/01/2012):
> After logging into GNOME, I started getting LOTS of
> [  239.494761] [drm:intel_prepare_page_flip] *ERROR* Prepared flip multiple
> times
> in kernel log repeated ever few microseconds.
> 
> Lots of GNOME elements is missing (they are still there, but not
> drawned), like some menus, some font glyphs. It is clearly regression,
> because just month ago everything was working.
> 
> 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated 
> Graphics
> Controller (rev 02)

that's apparently a gen2 card, as in “very old”, and upstream suggests
such a setup won't help run GNOME at all. Newer hardware or different
desktop environment I guess? :-/ Good luck.

Upstream bug report:
  http://bugs.freedesktop.org/41793

Mraw,
KiBi.


signature.asc
Description: Digital signature


xterm-278

2012-01-18 Thread Thomas Dickey
Patch #278 - 2012/01/18

 * correct initialization for eightBitMeta resource (FreeBSD #164101).
 * make special check for Darwin 9 (and lower) to not use posix_openpt
   (report by Christian Ebert).
 * minor  fixes  (adding  ".ne"  directives) to reduce the cases where
   groff's  utility  for generating images for tables dumps core. Most
   versions  of  groff  (I've found 1.19.2 to be the most stable) dump
   core  when  attempting  to report that there are too few lines on a
   page for a table to be shown.

-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#656410:

2012-01-18 Thread Michael Gilbert
package: xorg-server
version: 2:1.11.3.901-1
severity: critical
tag: security

A commit introduced in the xorg 1.11 seems to have introduced a key
combination capable of killing all screen locker programs; thus
allowing unauthorized local access to a system.  See:
http://openwall.com/lists/oss-security/2012/01/19/1



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CANTw=mpfay-5p+cs75ywvgnc6nwxndta0d5p-omborp74qy...@mail.gmail.com



Processed: your mail

2012-01-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 656410 xorg-server: screen lockers bypassed via key combo
Bug #656410 [xorg-server] (no subject)
Set Bug title to 'xorg-server: screen lockers bypassed via key combo'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
656410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.132693950826850.transcr...@bugs.debian.org



Bug#656410:

2012-01-18 Thread Michael Gilbert
Temporary solution:
http://openwall.com/lists/oss-security/2012/01/19/7



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CANTw=MOxYhB+BSSX=qftrivcznrfs9y5tco7erat0jn81ft...@mail.gmail.com