Debian FTP Masters | 25 May 2013 13:00
Picon
Favicon

wayland_1.0.5-2_amd64.changes ACCEPTED into experimental, experimental


Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 21 May 2013 09:39:01 +0200
Source: wayland
Binary: libwayland-client0 libwayland-client0-dbg libwayland-server0 libwayland-server0-dbg
libwayland-cursor0 libwayland-cursor0-dbg libwayland-dev
Architecture: source amd64
Version: 1.0.5-2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force <debian-x <at> lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <pochu <at> debian.org>
Description: 
 libwayland-client0 - wayland compositor infrastructure - client library
 libwayland-client0-dbg - wayland compositor infrastructure - client library (debug)
 libwayland-cursor0 - wayland compositor infrastructure - cursor library
 libwayland-cursor0-dbg - wayland compositor infrastructure - cursor library (debug)
 libwayland-dev - wayland compositor infrastructure - development files
 libwayland-server0 - wayland compositor infrastructure - server library
 libwayland-server0-dbg - wayland compositor infrastructure - server library (debug)
Changes: 
 wayland (1.0.5-2) experimental; urgency=low
 .
   * Team upload.
   * Add missing conflict/replaces for the library split.
(Continue reading)

Debian FTP Masters | 25 May 2013 13:00
Picon
Favicon

wayland_1.0.5-1_amd64.changes ACCEPTED into experimental, experimental


Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 21 May 2013 00:34:22 +0200
Source: wayland
Binary: libwayland-client0 libwayland-client0-dbg libwayland-server0 libwayland-server0-dbg
libwayland-cursor0 libwayland-cursor0-dbg libwayland-dev
Architecture: source amd64
Version: 1.0.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force <debian-x <at> lists.debian.org>
Changed-By: Emilio Pozuelo Monfort <pochu <at> debian.org>
Description: 
 libwayland-client0 - wayland compositor infrastructure - client library
 libwayland-client0-dbg - wayland compositor infrastructure - client library (debug)
 libwayland-cursor0 - wayland compositor infrastructure - cursor library
 libwayland-cursor0-dbg - wayland compositor infrastructure - cursor library (debug)
 libwayland-dev - wayland compositor infrastructure - development files
 libwayland-server0 - wayland compositor infrastructure - server library
 libwayland-server0-dbg - wayland compositor infrastructure - server library (debug)
Closes: 690081
Changes: 
 wayland (1.0.5-1) experimental; urgency=low
 .
   * Team upload.
(Continue reading)

Jan Braun | 25 May 2013 11:44
Picon

Bug#709767: xprop: Out of memory for _NET_WM_ICON

Package: x11-utils
Version: 7.7~1
Severity: normal

| $ xprop -id $WINDOWID
| XdndAware(ATOM) = BITMAP
| WM_STATE(WM_STATE):
|                 window state: Normal
|                 icon window: 0x0
| _NET_WM_ICON(CARDINAL) = xprop: error: Out of memory!
| $

This is in mlterm, which sets $WINDOWID to its window id, so the
_NET_WM_ICON should be mlterm's icon. Maybe mlterm is doing something
wrong, but at least openbox shows an icon, so I'm blaming xprop for now.

stracing shows

| mmap(NULL, 18446744072239476736, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1
ENOMEM (Cannot allocate memory)
| mmap(NULL, 18446744072239607808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1
ENOMEM (Cannot allocate memory)

which looks like an integer underflow/conversion error to me. (Full
strace is attached.)

I found
http://lists.freedesktop.org/archives/xdg/2009-January/010165.html
which talks about _NET_WM_ICON and 32/64 bit confusion and hence may be
relevant.
(Continue reading)

Derek Freder | 25 May 2013 07:48
Picon
Picon

Bug#646989: xorg: unstable and testing failed to load module "nv": arrow on blank screen

Package: xorg
Version: 1:7.7+2
Followup-For: Bug #646989

Ok, I found out the reason of the problem!
When I manage to stop the Xorg (CTRL+ALT+F1), I can see the following text-
output in an endless loop in the console:

[ 3317.717087] ata4.00: status: { DRDY }
[ 3317.717185] ata4.00: failed command: WRITE FPDMA QUEUED
.....

When searching for this, I found many similar forum-entries. Most advice to re-
connect the hard-drive to another SATA-Connector, and similar things.
Since I currently use a Hardware-Raid1, I tried to connect the hard-drive
directly to the mainboard, instead of using the additional hardware-raid-
controler. After that, the bug disappeared !  Yey :D
So only open question: Why did this happen only with debian 7 ?  With Debian 6,
everything was fine! And as well WinXP does its job.
In the meantime I as well tried other distros ( Ubuntu12.04 and Fedora18 ).
Both had problems on detecting my harddrive, and I was not even able to install
them (probably caused by the same problem, the hardware-raid-controller)
Cheers,
Derek Freder

Julien Cristau | 25 May 2013 02:03
Picon
Favicon

libx11: Changes to 'debian-squeeze'

 debian/changelog                           |   10 ++
 debian/patches/001_hide_xeatdatawords.diff |   33 +++++++
 debian/patches/002_security_fixups.diff    |   43 ++++++++++
 debian/patches/series                      |    2 
 include/X11/Xlibint.h                      |   18 ++++
 modules/im/ximcp/Makefile.am               |    1 
 modules/im/ximcp/imLcPrs.c                 |   73 +++++++++++++----
 modules/im/ximcp/imTrX.c                   |    2 
 src/AllCells.c                             |    9 +-
 src/Font.c                                 |   77 +++++++++++-------
 src/FontInfo.c                             |  120 ++++++++++++++---------------
 src/FontNames.c                            |   35 +++++---
 src/GetAtomNm.c                            |    4 
 src/GetDflt.c                              |   25 ------
 src/GetFPath.c                             |   36 +++++---
 src/GetImage.c                             |   12 +-
 src/GetMoEv.c                              |   26 ++----
 src/GetPntMap.c                            |   31 ++++---
 src/GetProp.c                              |   33 +++++--
 src/LiHosts.c                              |   22 +++--
 src/LiICmaps.c                             |    8 -
 src/LiProps.c                              |    8 -
 src/ListExt.c                              |   36 +++++---
 src/Makefile.am                            |    1 
 src/ModMap.c                               |   13 ++-
 src/OpenDis.c                              |   15 +--
 src/QuColors.c                             |   10 +-
 src/QuTree.c                               |    8 -
 src/Xrm.c                                  |   30 +++++--
 src/XrmI.h                                 |    4 
(Continue reading)

Julien Cristau | 25 May 2013 02:03
Picon
Favicon

libx11: Changes to 'debian-wheezy'

New branch 'debian-wheezy' available with the following commits:
commit ddb58942ea5b015aa796b17fd38d46166c6f61de
Author: Julien Cristau <jcristau <at> debian.org>
Date:   Tue May 14 00:23:04 2013 +0200

    Upload to wheezy-security

commit 488ced2265503e5bb1005cf5f37b33d89a55780c
Author: Julien Cristau <jcristau <at> debian.org>
Date:   Tue May 21 21:54:55 2013 +0200

    Add a couple fixups for the security patches

    - off-by-one in xkb
    - memory leak in an error path

commit 7a3861bcf80bf9a81fd8a6c6eb1ccd26360f430c
Author: Julien Cristau <jcristau <at> debian.org>
Date:   Tue May 14 01:26:25 2013 +0200

    Hide _XEatDataWords

commit 0d8ce303e30177749e7feab4b10e2087c26883dc
Author: Matthieu Herrb <matthieu.herrb <at> laas.fr>
Date:   Wed May 8 19:33:09 2013 +0200

    XListFontsWithInfo: Re-decrement flist[0] before calling free() on it.

    Freeing a pointer that wasn't returned by malloc() is undefined
    behavior and produces an error with OpenBSD's implementation.
(Continue reading)

Julien Cristau | 25 May 2013 02:03
Picon
Favicon

libx11: Changes to 'refs/tags/libx11-2_1.5.0-1+deb7u1'

Tag 'libx11-2_1.5.0-1+deb7u1' created by Julien Cristau <jcristau <at> debian.org> at 2013-05-21 21:46 +0000

Tagging upload of libx11 2:1.5.0-1+deb7u1 to wheezy-security.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJRm+stAAoJEDEBgAUJBeQMfcUQAMfMX11E3YdvFDGY5tA6T0Ku
udxMFV6wbr+QPfq2JqpCQjDt9yCiMIrfpcWAAPZYZYGlU2UgM5i853bf7p81YZ0s
Afo5Sq145Rp7RhqjGDXPDWUuJVWHa4zSlV02eLfllginDSuFm0LG9disSJ5Tm7Ea
vUC7o1kQ4orYwcrZ5PjFUlDpt6z6iiXTzi3c/lZDdUlFa8F6KgmHRHIBT6WEVtJl
Stobf2ZPInETnajI3tK2VXRxVRYqn+aZJhKHBmWhzxRe/kAVhxGoFfe5smayXvUG
mQGAlkY6ayXVekxqayJZK0FWVg6DWH4MfGpNqo5R6kBe1zcWF6qRE/yZKpIakHJZ
fUb5N5al4XJFuqL2AgT5ZGQWHWr3ng8MoodkgcR4wENrZYTd1CfjpQi4zzEjiPbT
CU+uTK1sMYdsqBAXCrxLLGFOV92SEJTPHT8HHFquMeIrW1d0ohjAgoJkSeH0MOAu
Zz9QNN5Z+pVvM9twT4sCOAmMF8XbiLGTN0Zs6WJT046+ZL2n59EsF75v1qAZPd/o
IPn38/IJTg0Q/yac4MlIUtF4kbLCGVcGhBIJ+239EqN6n7lsfwwSCFjmsvMIZWrn
TAWw1PV4sydSMDC/YUPNERv+hHB7ItM9W2uAr7BQdmPfgltwZLqd5Z/RZ614WJY4
49AzR3BGYooSO8Pp8Yu+
=fz4N
-----END PGP SIGNATURE-----

Changes since libx11-2_1.5.0-1:
Alan Coopersmith (38):
      Move repeated #ifdef magic to find PATH_MAX into a common header
      Add _XEatDataWords to discard a given number of 32-bit words of reply data
      integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]
      integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]
      integer overflow in XListFontsWithInfo() [CVE-2013-1981 3/13]
      integer overflow in XGetMotionEvents() [CVE-2013-1981 4/13]
      integer overflow in XListHosts() [CVE-2013-1981 5/13]
(Continue reading)

Julien Cristau | 25 May 2013 02:03
Picon
Favicon

libx11: Changes to 'refs/tags/libx11-2_1.3.3-4+squeeze1'

Tag 'libx11-2_1.3.3-4+squeeze1' created by Julien Cristau <jcristau <at> debian.org> at 2013-05-21 20:59 +0000

Tagging upload of libx11 2:1.3.3-4+squeeze1 to squeeze-security.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJRm+A9AAoJEDEBgAUJBeQMewIP/jbPSFHmS8t7mq3C//3yczWO
2REVOOUu7iq29ouiRfK0ob45ySBOJgHDl8tpM/5FNAB0FEVazm+v/8rWDvqYvvPX
ccENLZa7MBD9GAxqzn9pzxKL1fK0naU37syu8K6F02SdKTwvdwb4v1Ij2PO23xtj
mxCcOv7MMaCWoAzI8OHTg88277kP8Kes0fzX6dUSLfQX3Z1LxO/mTbOLynkZd/y0
uEaAO53ZYjWrVhD2+oe7QvvoRMVzMZdtZdqQqArHvmDAOXRAz3AEDDiPx+Xpq6ay
0f9dy35j1yIFVK2ihsvxubLVV53cPuGl8iiZJJ9oeVuKSZ1mLTFg5mkHb4oTKG9a
MasiADC7DUj5K6Xf6v42Vl7ihp1GlcILwPuCFfG+qZw/EaCglb1Ssgn8ev3reLem
A2yfMotPcmkG4p/zMPyUtxHr8I7s0oQM5TTKM6kCukRJg9vJLAkRSCd9ox5JDHr9
rvSx4zhiN2zxxZE1/s5pQjBLw9vnUG3BYiKMOacmqNWD18l9X49jYR1XRhVCpjH6
7Y/8AzwuttYExpx7w3sUtFeB+3NPJqov6bPY0UdRVN2xyiml9nYAn2UsEvz6lSPe
2f3nGEN4sz0ughVqGzromvEZK/LzcabZhpFRpy7TloGYa4LvrQiPE6CUc7cqdS7x
q58w4abxeBG4F3BJ6F9c
=O94z
-----END PGP SIGNATURE-----

Changes since libx11-2_1.3.3-4:
Alan Coopersmith (38):
      Move repeated #ifdef magic to find PATH_MAX into a common header
      Add _XEatDataWords to discard a given number of 32-bit words of reply data
      integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]
      integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]
      integer overflow in XListFontsWithInfo() [CVE-2013-1981 3/13]
      integer overflow in XGetMotionEvents() [CVE-2013-1981 4/13]
      integer overflow in XListHosts() [CVE-2013-1981 5/13]
(Continue reading)

Debian FTP Masters | 25 May 2013 00:26
Picon
Favicon

libx11_1.3.3-4+squeeze1_amd64.changes ACCEPTED into oldstable-proposed-updates-≥oldstable-new

Mapping oldstable-security to oldstable-proposed-updates.

Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 May 2013 22:26:20 +0200
Source: libx11
Binary: libx11-6 libx11-6-udeb libx11-data libx11-6-dbg libx11-dev libx11-xcb1 libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.3.3-4+squeeze1
Distribution: squeeze-security
Urgency: high
Maintainer: Debian X Strike Force <debian-x <at> lists.debian.org>
Changed-By: Julien Cristau <jcristau <at> debian.org>
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-6-udeb - X11 client-side library (udeb)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 145048
Changes: 
 libx11 (2:1.3.3-4+squeeze1) squeeze-security; urgency=high
 .
(Continue reading)

Debian FTP Masters | 24 May 2013 23:51
Picon
Favicon

Processing of libx11_1.3.3-4+squeeze1_amd64.changes

libx11_1.3.3-4+squeeze1_amd64.changes uploaded successfully to localhost
along with the files:
  libx11_1.3.3-4+squeeze1.dsc
  libx11_1.3.3.orig.tar.gz
  libx11_1.3.3-4+squeeze1.diff.gz
  libx11-data_1.3.3-4+squeeze1_all.deb
  libx11-6_1.3.3-4+squeeze1_amd64.deb
  libx11-6-udeb_1.3.3-4+squeeze1_amd64.udeb
  libx11-6-dbg_1.3.3-4+squeeze1_amd64.deb
  libx11-dev_1.3.3-4+squeeze1_amd64.deb
  libx11-xcb1_1.3.3-4+squeeze1_amd64.deb
  libx11-xcb1-dbg_1.3.3-4+squeeze1_amd64.deb
  libx11-xcb-dev_1.3.3-4+squeeze1_amd64.deb

Greetings,

	Your Debian queue daemon (running on host franck.debian.org)

Debian FTP Masters | 24 May 2013 23:48
Picon
Favicon

libx11_1.5.0-1+deb7u1_amd64.changes ACCEPTED into proposed-updates-≥stable-new

Mapping stable-security to proposed-updates.

Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 May 2013 23:14:14 +0200
Source: libx11
Binary: libx11-6 libx11-6-udeb libx11-data libx11-6-dbg libx11-dev libx11-xcb1 libx11-xcb1-dbg
libx11-xcb-dev libx11-doc
Architecture: source all amd64
Version: 2:1.5.0-1+deb7u1
Distribution: wheezy-security
Urgency: high
Maintainer: Debian X Strike Force <debian-x <at> lists.debian.org>
Changed-By: Julien Cristau <jcristau <at> debian.org>
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-6-udeb - X11 client-side library (udeb)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-doc - X11 client-side library (development documentation)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 145048
Changes: 
(Continue reading)


Gmane