Bug#751970: mesa: Please enable SELinux support

2014-06-18 Thread Laurent Bigonville
Source: mesa
Version: 10.2.1-1
Severity: wishlist

Hi,

Could you please enable SELinux support in mesa.

The code is checking whether the allow_execmem boolean is enabled and if
it's not the case turns init_map() and init_mem() to a noop because it
would anyway be denied by the policy.

Cheers,

Laurent Bigonville

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140618114637.14310.30303.report...@soldur.bigon.be



xterm: Changes to 'upstream-unstable'

2014-06-18 Thread Sven Joachim
 MANIFEST |2 
 cachedGCs.c  |   44 ++--
 charproc.c   |   82 ++-
 fontutils.c  |  144 
 fontutils.h  |   11 +--
 package/debian/changelog |6 +
 package/freebsd/Makefile |2 
 package/xterm.spec   |4 -
 print.c  |8 +-
 ptyx.h   |5 +
 screen.c |9 +-
 util.c   |  166 +--
 version.h|6 -
 xterm.appdata.xml|3 
 xterm.h  |3 
 xterm.log.html   |   36 +-
 16 files changed, 409 insertions(+), 122 deletions(-)

New commits:
commit 0d7b6a924fe5a9a62bba90df7a821e12a6dde98c
Author: Sven Joachim svenj...@gmx.de
Date:   Wed Jun 18 17:36:57 2014 +0200

Imported Upstream version 307

diff --git a/MANIFEST b/MANIFEST
index fc36f79..a54262d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-306, version xterm-306
+MANIFEST for xterm-307, version xterm-307
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/cachedGCs.c b/cachedGCs.c
index 21d3bb7..3dd1cd9 100644
--- a/cachedGCs.c
+++ b/cachedGCs.c
@@ -1,7 +1,7 @@
-/* $XTermId: cachedGCs.c,v 1.61 2011/09/11 14:59:38 tom Exp $ */
+/* $XTermId: cachedGCs.c,v 1.62 2014/06/12 23:04:07 tom Exp $ */
 
 /*
- * Copyright 2007-2010,2011 by Thomas E. Dickey
+ * Copyright 2007-2011,2014 by Thomas E. Dickey
  *
  * All Rights Reserved
  *
@@ -120,7 +120,7 @@ traceCgsEnum(CgsEnum value)
 #undef CASE
 
 static const char *
-traceVTwin(XtermWidget xw, VTwin * value)
+traceVTwin(XtermWidget xw, VTwin *value)
 {
 const char *result = ?;
 if (value == 0)
@@ -273,7 +273,7 @@ relinkData(CgsCache * me, int item)
  * Returns the appropriate cache pointer.
  */
 static CgsCache *
-myCache(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId)
+myCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId)
 {
 CgsCache *result = 0;
 
@@ -304,7 +304,7 @@ myDisplay(XtermWidget xw)
 }
 
 static Drawable
-myDrawable(XtermWidget xw, VTwin * cgsWin)
+myDrawable(XtermWidget xw, VTwin *cgsWin)
 {
 Drawable drawable = 0;
 
@@ -316,7 +316,7 @@ myDrawable(XtermWidget xw, VTwin * cgsWin)
 }
 
 static GC
-newCache(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, CgsCache * me)
+newCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, CgsCache * me)
 {
 XGCValues xgcv;
 XtGCMask mask;
@@ -448,11 +448,12 @@ chgCache(XtermWidget xw, CgsEnum cgsId GCC_UNUSED, 
CgsCache * me, Bool both)
 THIS(used) = 0;
 return THIS(gc);
 }
+
 /*
  * Use the setCgs() calls to initialize parameters for a new GC.
  */
 void
-setCgsFore(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, Pixel fg)
+setCgsFore(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, Pixel fg)
 {
 CgsCache *me;
 
@@ -463,7 +464,7 @@ setCgsFore(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
Pixel fg)
 }
 
 void
-setCgsBack(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, Pixel bg)
+setCgsBack(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, Pixel bg)
 {
 CgsCache *me;
 
@@ -475,7 +476,7 @@ setCgsBack(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
Pixel bg)
 
 #if OPT_DEC_CHRSET
 void
-setCgsCSet(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, unsigned cset)
+setCgsCSet(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, unsigned cset)
 {
 CgsCache *me;
 
@@ -489,7 +490,7 @@ setCgsCSet(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
unsigned cset)
 #endif
 
 void
-setCgsFont(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, XTermFonts * font)
+setCgsFont(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, XTermFonts * font)
 {
 CgsCache *me;
 
@@ -505,8 +506,9 @@ setCgsFont(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
XTermFonts * font)
font = (TScreenOf(xw)-fnts[fNorm]);
}
if (HaveFont(font)  okFont(font-fs)) {
-   TRACE2((...updated next font in %p for %s to %s\n,
-   me, traceCgsEnum(cgsId), traceFont(font)));
+   TRACE2((setCgsFont next: %s for %s slot %p, gc %#x\n,
+   traceFont(font), traceCgsEnum(cgsId),
+   me, (unsigned) THIS(gc)));
TRACE2((...next font was %s\n, traceFont(NEXT(font;
NEXT(font) = font;
me-mask |= GCFont;
@@ -523,7 +525,7 @@ setCgsFont(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
XTermFonts * font)
  * Keep the GC's so we can simply change them rather than creating new ones.
  */
 void
-clrCgsFonts(XtermWidget xw, VTwin * cgsWin, XTermFonts * font)
+clrCgsFonts(XtermWidget xw, VTwin *cgsWin, XTermFonts * font)
 {
 CgsCache *me;
 int j, k;
@@ -559,7 +561,7 @@ clrCgsFonts(XtermWidget xw, VTwin * cgsWin, XTermFonts * 
font)
  * Return a GC associated with 

xterm: Changes to 'debian-unstable'

2014-06-18 Thread Sven Joachim
 MANIFEST |2 
 cachedGCs.c  |   44 ++--
 charproc.c   |   82 ++-
 debian/changelog |   10 ++
 fontutils.c  |  144 
 fontutils.h  |   11 +--
 package/debian/changelog |6 +
 package/freebsd/Makefile |2 
 package/xterm.spec   |4 -
 print.c  |8 +-
 ptyx.h   |5 +
 screen.c |9 +-
 util.c   |  166 +--
 version.h|6 -
 xterm.appdata.xml|3 
 xterm.h  |3 
 xterm.log.html   |   36 +-
 17 files changed, 419 insertions(+), 122 deletions(-)

New commits:
commit 4a18775fa451e53291aabfa7b9abfbf163baf918
Author: Sven Joachim svenj...@gmx.de
Date:   Wed Jun 18 17:44:48 2014 +0200

Close bugs fixed in the new upstream release

diff --git a/debian/changelog b/debian/changelog
index 9c5c11f..36489b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 xterm (307-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+- Amend fix for Freedesktop bug #15979 (Closes: #750733).
+- Amend resets for keyboard-type, pointer-mode and title-modes
+  from xterm 305 changes to account for resource settings
+  (Closes: #751351).
 
  -- Sven Joachim svenj...@gmx.de  Wed, 18 Jun 2014 17:39:07 +0200
 

commit a12891ac8eeff45d86d882c948993f807c1e1cd3
Author: Sven Joachim svenj...@gmx.de
Date:   Wed Jun 18 17:39:18 2014 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 095a545..9c5c11f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xterm (307-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Sven Joachim svenj...@gmx.de  Wed, 18 Jun 2014 17:39:07 +0200
+
 xterm (306-1) unstable; urgency=medium
 
   [ Julien Cristau ]

commit 0d7b6a924fe5a9a62bba90df7a821e12a6dde98c
Author: Sven Joachim svenj...@gmx.de
Date:   Wed Jun 18 17:36:57 2014 +0200

Imported Upstream version 307

diff --git a/MANIFEST b/MANIFEST
index fc36f79..a54262d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-306, version xterm-306
+MANIFEST for xterm-307, version xterm-307
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/cachedGCs.c b/cachedGCs.c
index 21d3bb7..3dd1cd9 100644
--- a/cachedGCs.c
+++ b/cachedGCs.c
@@ -1,7 +1,7 @@
-/* $XTermId: cachedGCs.c,v 1.61 2011/09/11 14:59:38 tom Exp $ */
+/* $XTermId: cachedGCs.c,v 1.62 2014/06/12 23:04:07 tom Exp $ */
 
 /*
- * Copyright 2007-2010,2011 by Thomas E. Dickey
+ * Copyright 2007-2011,2014 by Thomas E. Dickey
  *
  * All Rights Reserved
  *
@@ -120,7 +120,7 @@ traceCgsEnum(CgsEnum value)
 #undef CASE
 
 static const char *
-traceVTwin(XtermWidget xw, VTwin * value)
+traceVTwin(XtermWidget xw, VTwin *value)
 {
 const char *result = ?;
 if (value == 0)
@@ -273,7 +273,7 @@ relinkData(CgsCache * me, int item)
  * Returns the appropriate cache pointer.
  */
 static CgsCache *
-myCache(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId)
+myCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId)
 {
 CgsCache *result = 0;
 
@@ -304,7 +304,7 @@ myDisplay(XtermWidget xw)
 }
 
 static Drawable
-myDrawable(XtermWidget xw, VTwin * cgsWin)
+myDrawable(XtermWidget xw, VTwin *cgsWin)
 {
 Drawable drawable = 0;
 
@@ -316,7 +316,7 @@ myDrawable(XtermWidget xw, VTwin * cgsWin)
 }
 
 static GC
-newCache(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, CgsCache * me)
+newCache(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, CgsCache * me)
 {
 XGCValues xgcv;
 XtGCMask mask;
@@ -448,11 +448,12 @@ chgCache(XtermWidget xw, CgsEnum cgsId GCC_UNUSED, 
CgsCache * me, Bool both)
 THIS(used) = 0;
 return THIS(gc);
 }
+
 /*
  * Use the setCgs() calls to initialize parameters for a new GC.
  */
 void
-setCgsFore(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, Pixel fg)
+setCgsFore(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, Pixel fg)
 {
 CgsCache *me;
 
@@ -463,7 +464,7 @@ setCgsFore(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
Pixel fg)
 }
 
 void
-setCgsBack(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, Pixel bg)
+setCgsBack(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, Pixel bg)
 {
 CgsCache *me;
 
@@ -475,7 +476,7 @@ setCgsBack(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
Pixel bg)
 
 #if OPT_DEC_CHRSET
 void
-setCgsCSet(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, unsigned cset)
+setCgsCSet(XtermWidget xw, VTwin *cgsWin, CgsEnum cgsId, unsigned cset)
 {
 CgsCache *me;
 
@@ -489,7 +490,7 @@ setCgsCSet(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 
unsigned cset)
 #endif
 
 void
-setCgsFont(XtermWidget xw, VTwin * cgsWin, CgsEnum cgsId, 

Bug#751351: marked as done (xterm: pointerMode reset ignores resource setting)

2014-06-18 Thread Debian Bug Tracking System
Your message dated Wed, 18 Jun 2014 18:05:42 +
with message-id e1wxkew-vr...@franck.debian.org
and subject line Bug#751351: fixed in xterm 307-1
has caused the Debian Bug report #751351,
regarding xterm: pointerMode reset ignores resource setting
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
751351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xterm
Version: 306-1
Severity: normal

Starting with xterm-306-1, when I run /usr/bin/reset in an xterm,
the pointerMode goes back to default, ignoring my resource
setting of never:

arf$ xrdb -query | grep pointerMode
xterm*pointerMode:  0

It looks like this is due to a change in version 305 to ReallyReset,
in charproc.c, where the mode is put back to default:

+   screen-pointer_mode = DEF_POINTER_MODE;

Is there a way to have it honor the resource setting, even
after a reset?  Thanks,

-- Pete

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6   2.19-1
ii  libfontconfig1  2.11.0-5
ii  libice6 2:1.0.8-2
ii  libtinfo5   5.9+20140118-1
ii  libutempter01.1.5-4
ii  libx11-62:1.6.2-2
ii  libxaw7 2:1.0.12-1
ii  libxft2 2.3.1-2
ii  libxmu6 2:1.1.2-1
ii  libxpm4 1:3.5.10-1
ii  libxt6  1:1.1.4-1
ii  xbitmaps1.1.1-2

Versions of packages xterm recommends:
ii  x11-utils  7.7+1

Versions of packages xterm suggests:
pn  xfonts-cyrillic  none

-- no debconf information
---End Message---
---BeginMessage---
Source: xterm
Source-Version: 307-1

We believe that the bug you reported is fixed in the latest version of
xterm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 751...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sven Joachim svenj...@gmx.de (supplier of updated xterm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 18 Jun 2014 19:49:57 +0200
Source: xterm
Binary: xterm
Architecture: source i386
Version: 307-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Sven Joachim svenj...@gmx.de
Description:
 xterm  - X terminal emulator
Closes: 750733 751351
Changes:
 xterm (307-1) unstable; urgency=medium
 .
   * New upstream release.
 - Amend fix for Freedesktop bug #15979 (Closes: #750733).
 - Amend resets for keyboard-type, pointer-mode and title-modes
   from xterm 305 changes to account for resource settings
   (Closes: #751351).
Checksums-Sha1:
 a184059306521056a77d632c05281844fc763e2e 2046 xterm_307-1.dsc
 a696320ec997218995328c47f3e4d71836331d84 1165293 xterm_307.orig.tar.gz
 bfe68379654c0cbec18acb9a76628ab6b26bfc05 95700 xterm_307-1.diff.gz
 760fc51803e68eddd175cb60f0879f02c7e8d75d 607396 xterm_307-1_i386.deb
Checksums-Sha256:
 8edcaf9cca6a9bde83d53f1ced622f2ffdd16f0dce349951f224ab4cf2e826d4 2046 
xterm_307-1.dsc
 43302a91e926b67587a9499506742addb437a4a7202f8f4e02dbb884d7ba8bda 1165293 
xterm_307.orig.tar.gz
 3989d64c3a77421704ca3c88e4737aaea4d37d8a7bbe22760fb8c3a18bf271c8 95700 
xterm_307-1.diff.gz
 503ea8b01e9f633a89b5089379ca4a208ed3d43d7c6879e4a5369f0ae561bc7b 607396 
xterm_307-1_i386.deb
Files:
 6a50d7f520565ef3ad287bef2a748301 607396 x11 optional xterm_307-1_i386.deb
 0a18e9663237f67239f3ddb684743240 2046 x11 optional xterm_307-1.dsc
 0df6adf30d543ce8de8ff470a560cc73 1165293 x11 optional xterm_307.orig.tar.gz
 f3ff28e1db9f1e4b1986147d46e1e3b0 95700 x11 optional xterm_307-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTodIOAAoJEDsQbnGNazGsapAP/0oPh0NGTdrI8vZncv1QQ6xM
qeIlnyV3xGSyk0h9lxL18lqSa2C7zMkGwZLVd3du+oitXas7g0FJSUOQgTOAq5Ry
T9GJdZmmfZ0WcchnVFGBW+jhvV0nSqfj/aetL06OX7uTo9VVCwPz+TdV0DGQ1AzL

Bug#750733: marked as done (Newest version sets the foreground to the background color in some cases)

2014-06-18 Thread Debian Bug Tracking System
Your message dated Wed, 18 Jun 2014 18:05:42 +
with message-id e1wxkew-vk...@franck.debian.org
and subject line Bug#750733: fixed in xterm 307-1
has caused the Debian Bug report #750733,
regarding Newest version sets the foreground to the background color in some 
cases
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
750733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: xterm
Version: 306-1
Severity: normal

At least in combination with clusterssh, the foreground color gets set
to the same color than the background for prompt and some other stuff.
Other output on the other hand gets there correct color. It is pretty
dificult to read white commands on white background. ;-)

xterm is called with -fg and -bg on the command line from cssh. But I
checked, they are correct.

I tracked that particular bug down to 306-1. 304-1 was working correct.

Further investigation shows that it is the combination with -font 5x8.
Using xterm -font 5x8 lets you reproduce the error.

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (110, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.11 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)
Shell: /bin/sh linked to /bin/dash

Versions of packages xterm depends on:
ii  libc6   2.19-1
ii  libfontconfig1  2.11.0-2.1
ii  libice6 2:1.0.8-2
ii  libtinfo5   5.9+20140118-1
ii  libutempter01.1.5-4
ii  libx11-62:1.6.2-2
ii  libxaw7 2:1.0.12-1
ii  libxft2 2.3.1-2
ii  libxmu6 2:1.1.2-1
ii  libxpm4 1:3.5.10-1
ii  libxt6  1:1.1.4-1
ii  xbitmaps1.1.1-2

Versions of packages xterm recommends:
ii  x11-utils  7.7+1

Versions of packages xterm suggests:
pn  xfonts-cyrillic  none

- -- no debconf information

- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen kl...@ethgen.de
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCgAGBQJTkaMSAAoJEKZ8CrGAGfasD+wL/jLPJwi7++zdt8OOd+GHrgMg
hVdUwrdho/+aJ9UML66NXTbCHCCXI02ZrvGz3dFerR4GIMOTCf8ueUfmvWeq0ABM
YZIo2Oru9fP8qAouYqFVz0c8j858P8/vBfTmQH8ZctiLu1kBQ2qAFj2ewMPJDciD
9x6pu2EOeDlTeIEdsQlnYupujerMVq4DORc7o4WS+gaCHOKmrDSjbkZ4+w3McCFR
kk4sjCq0MB5QGT7ihdEuOkn1jjupOlix8xxYdtcZxOYDcobjbZyk/ZGNa3x1O+C/
jGWTBKclkW17LegfTsUC2DMjOkMErhBrXgvPMOoLiN+AW+ZFra5CQbo/JDdwaJPm
zOV81xv66WUg6WLQ+KsY9uYEdCxLnxB6/6haiU7rYpb/LiwNE4mW12F4IaxFpwRz
afi35HGPHQXCKZohqh/sNziewdpameFUfof9VEpmyfTNIeDmXDkNHMgni5vqvG9L
mWw/KHvOhbPj6pqVImMPwfmnjgVnOMI2hsPHYxBbog==
=Vhoe
-END PGP SIGNATURE-
---End Message---
---BeginMessage---
Source: xterm
Source-Version: 307-1

We believe that the bug you reported is fixed in the latest version of
xterm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 750...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sven Joachim svenj...@gmx.de (supplier of updated xterm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 18 Jun 2014 19:49:57 +0200
Source: xterm
Binary: xterm
Architecture: source i386
Version: 307-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Sven Joachim svenj...@gmx.de
Description:
 xterm  - X terminal emulator
Closes: 750733 751351
Changes:
 xterm (307-1) unstable; urgency=medium
 .
   * New upstream release.
 - Amend fix for Freedesktop bug #15979 (Closes: #750733).
 - Amend resets for keyboard-type, pointer-mode and title-modes
   from xterm 305 changes to account for resource settings
   (Closes: #751351).
Checksums-Sha1:
 a184059306521056a77d632c05281844fc763e2e 2046 xterm_307-1.dsc
 a696320ec997218995328c47f3e4d71836331d84 1165293 xterm_307.orig.tar.gz
 bfe68379654c0cbec18acb9a76628ab6b26bfc05 95700 xterm_307-1.diff.gz
 

xterm: Changes to 'debian-unstable'

2014-06-18 Thread Sven Joachim
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d74d46133d8b48fd234abb15914632fa6a584159
Author: Sven Joachim svenj...@gmx.de
Date:   Wed Jun 18 19:50:10 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 36489b2..350c0f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xterm (307-1) UNRELEASED; urgency=medium
+xterm (307-1) unstable; urgency=medium
 
   * New upstream release.
 - Amend fix for Freedesktop bug #15979 (Closes: #750733).
@@ -6,7 +6,7 @@ xterm (307-1) UNRELEASED; urgency=medium
   from xterm 305 changes to account for resource settings
   (Closes: #751351).
 
- -- Sven Joachim svenj...@gmx.de  Wed, 18 Jun 2014 17:39:07 +0200
+ -- Sven Joachim svenj...@gmx.de  Wed, 18 Jun 2014 19:49:57 +0200
 
 xterm (306-1) unstable; urgency=medium
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wxk5l-00040i...@moszumanska.debian.org



xterm: Changes to 'refs/tags/xterm-307-1'

2014-06-18 Thread Sven Joachim
Tag 'xterm-307-1' created by Sven Joachim svenj...@gmx.de at 2014-06-18 17:53 
+

Tagging upload of xterm 307-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJTodIgAAoJEDsQbnGNazGs/A0QAIVrLU/w/T3ayhsqUYBEkca9
3+yiuMXLRGQoIMOEs4lcEQClVUNo3cu1/sYU/9Dmv6QA8CyCto1E3/Honra3UcMk
/PYtjSp2+b7ViflV85kjRaVEOc5+QyrNDUHOhp5RURjdrEDq2MvMLamS9Lex9zGs
8IqMFgk+6H/lTkMy28jKKc50UxgschVjDQfHdE3tAVbkd9IhoIk+Xz6KFAtnacvq
EfbHaKCvhplwGfoaDgjngt24N3ptTdAuNZGVndgl0kYabBqwH92HPkc5v0KohFoY
BIXhKiwq8lkBEi8oX0l4yQ7JYJ3B5wjaTGdofddnBXhA2thgHO6JgG+4g6He9Mce
piqdYVrVYEzPeCMbiHiKiqcr1wAbGE/QmGle6GPeiN7TPhuKAbq9MMwbxvVZ3bqT
4dCUJ5nQMXYUZGBS6WRFf9gDeCVobx3MmGe+i14YOzWcuRLz/97E/1HfTS0Bj+j+
a8qMK4laxzRBTERHDWzHnnGN0Msdf5Ax3qGYQEmMoWQ5zHZvySzlVMCavm+RhDoC
QzW9rsfeyGVkD51kxLVsHmFQBt/501jEO6lWKhjEZHha0+vNFkyt+On5DXJn0k1F
uAu6JNx0gS70zLd4gfroH1YswaBtZ7hNHtDqR5nHDABMaK+DJW6y4bE35/et4Hs8
SZxmMIlhZEVeMQbaVyTc
=ZmHW
-END PGP SIGNATURE-

Changes since xterm-306-1:
Sven Joachim (5):
  Imported Upstream version 307
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release
  Close bugs fixed in the new upstream release
  Upload to unstable

---
 MANIFEST |2 
 cachedGCs.c  |   44 ++--
 charproc.c   |   82 ++-
 debian/changelog |   10 ++
 fontutils.c  |  144 
 fontutils.h  |   11 +--
 package/debian/changelog |6 +
 package/freebsd/Makefile |2 
 package/xterm.spec   |4 -
 print.c  |8 +-
 ptyx.h   |5 +
 screen.c |9 +-
 util.c   |  166 +--
 version.h|6 -
 xterm.appdata.xml|3 
 xterm.h  |3 
 xterm.log.html   |   36 +-
 17 files changed, 419 insertions(+), 122 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wxk5v-0004au...@moszumanska.debian.org



Processing of xterm_307-1_i386.changes

2014-06-18 Thread Debian FTP Masters
xterm_307-1_i386.changes uploaded successfully to localhost
along with the files:
  xterm_307-1_i386.deb
  xterm_307-1.dsc
  xterm_307.orig.tar.gz
  xterm_307-1.diff.gz

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wxk6c-000866...@franck.debian.org



xterm_307-1_i386.changes ACCEPTED into unstable

2014-06-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 18 Jun 2014 19:49:57 +0200
Source: xterm
Binary: xterm
Architecture: source i386
Version: 307-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Sven Joachim svenj...@gmx.de
Description:
 xterm  - X terminal emulator
Closes: 750733 751351
Changes:
 xterm (307-1) unstable; urgency=medium
 .
   * New upstream release.
 - Amend fix for Freedesktop bug #15979 (Closes: #750733).
 - Amend resets for keyboard-type, pointer-mode and title-modes
   from xterm 305 changes to account for resource settings
   (Closes: #751351).
Checksums-Sha1:
 a184059306521056a77d632c05281844fc763e2e 2046 xterm_307-1.dsc
 a696320ec997218995328c47f3e4d71836331d84 1165293 xterm_307.orig.tar.gz
 bfe68379654c0cbec18acb9a76628ab6b26bfc05 95700 xterm_307-1.diff.gz
 760fc51803e68eddd175cb60f0879f02c7e8d75d 607396 xterm_307-1_i386.deb
Checksums-Sha256:
 8edcaf9cca6a9bde83d53f1ced622f2ffdd16f0dce349951f224ab4cf2e826d4 2046 
xterm_307-1.dsc
 43302a91e926b67587a9499506742addb437a4a7202f8f4e02dbb884d7ba8bda 1165293 
xterm_307.orig.tar.gz
 3989d64c3a77421704ca3c88e4737aaea4d37d8a7bbe22760fb8c3a18bf271c8 95700 
xterm_307-1.diff.gz
 503ea8b01e9f633a89b5089379ca4a208ed3d43d7c6879e4a5369f0ae561bc7b 607396 
xterm_307-1_i386.deb
Files:
 6a50d7f520565ef3ad287bef2a748301 607396 x11 optional xterm_307-1_i386.deb
 0a18e9663237f67239f3ddb684743240 2046 x11 optional xterm_307-1.dsc
 0df6adf30d543ce8de8ff470a560cc73 1165293 x11 optional xterm_307.orig.tar.gz
 f3ff28e1db9f1e4b1986147d46e1e3b0 95700 x11 optional xterm_307-1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTodIOAAoJEDsQbnGNazGsapAP/0oPh0NGTdrI8vZncv1QQ6xM
qeIlnyV3xGSyk0h9lxL18lqSa2C7zMkGwZLVd3du+oitXas7g0FJSUOQgTOAq5Ry
T9GJdZmmfZ0WcchnVFGBW+jhvV0nSqfj/aetL06OX7uTo9VVCwPz+TdV0DGQ1AzL
ZF3EvDq/TV2HSzOFotbCMuMNbWj03YqLyn3yr9RsDEA2WOedinQyTW7VZ5bZNv0X
irrHp48UmYfeQSR4hbrT1NdbdLd+sYPqZQa6gM7EiaESW3+SU5Bi4wIzvzArWkWx
lxZFtwlHp7bZQxeXDVBKl2H/ewCkh7bNvKg9L/0llN2DNkF47lubvyYSM8hUYORu
m7NxPGyJPlYZcxB1mFEGXjT/XmwUi9xupP5Y0tSUBeESxHpDf8EU5lelxW2WdLiq
zELF6FS72ix8zjM1fC2++WF7KJ/ldq0kK9i/YiviEpykPOunh/jFQuPoxkOctz6N
ilvTB1ab2YmtNj1aF89JQFnSRj/pxpCySGbQXOIJ0MhCPmlMHhWSwi9oO9+lyTOT
j1CQYUdFHBCZzyZd+NJpOWkAycx2fBSMwJrgDCmPoZkB0e+ybAV4EvlzR/tExiVS
UYM3zuiN1mFFFDG3DmMq1qRS9w0+SLL5JiJdsu0qMYkasNe/xfCOJHizxyNRuLSt
Xv22SMhSgdR1Dq6E1H2L
=1mBa
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wxkew-va...@franck.debian.org



Bug#752047: latter half of Chinese lines now injured suddenly

2014-06-18 Thread 積丹尼 Dan Jacobson
Package: xterm
Version: 307-1
Severity: important

Do this:
while sleep 1; do echo 歡迎收看「小姐愛魔術」; done
Notice how only half of the chars appear?
Now switch to another window and then back.
Notice how the older lines are now OK looking?

Seen in icewm.


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87y4wtmqf7@jidanni.org



Bug#752047: (latter half of Chinese lines now injured suddenly )

2014-06-18 Thread 積丹尼 Dan Jacobson
severity 752047 grave
thanks
Downgrading xterm from 307-1 to 306-1 fixes it!


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87tx7hmoo7@jidanni.org



Processed: Re: Bug#752047: (latter half of Chinese lines now injured suddenly )

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

 severity 752047 grave
Bug #752047 [xterm] latter half of Chinese lines now injured suddenly 
Severity set to 'grave' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
752047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752047
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: 
https://lists.debian.org/handler.s.c.14031571476300.transcr...@bugs.debian.org