Processed: tagging 714527

2013-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 714527 + upstream Bug #714527 [xterm] xterm: word-selection bug on last word of lines ending at the last column Added tag(s) upstream. thanks Stopping processing here. Please contact me if you need assistance. -- 714527:

libglu: Changes to 'debian-unstable'

2013-07-01 Thread Julien Cristau
debian/changelog |7 +++ debian/copyright |4 2 files changed, 11 insertions(+) New commits: commit 5bea57aaf3cdc5d7c94525188216fbdff7d6 Author: Julien Cristau jcris...@debian.org Date: Mon Jul 1 18:23:59 2013 +0200 Note in debian/copyright that we use version 2.0 of

[PATCH makedepend] Don't crash if an option's argument is missing

2013-07-01 Thread Julien Cristau
Avoid dereferencing argv[argc]. See http://www.forallsecure.com/bug-reports/011f1a55f79a5501b36008d6ee0d40e8b6644569/ Reported-by: Alexandre Rebert alexan...@cmu.edu Signed-off-by: Julien Cristau jcris...@debian.org --- main.c | 16 1 file changed, 16 insertions(+) diff

[PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Julien Cristau
If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert alexan...@cmu.edu Signed-off-by: Julien Cristau jcris...@debian.org --- xkb/xkbInit.c

Re: [PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Julien Cristau
On Mon, Jul 1, 2013 at 19:39:30 +0200, Julien Cristau wrote: If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert alexan...@cmu.edu

Bug#524510: setxkbmap: -I syntax wrong in manpage

2013-07-01 Thread Stéphane Aulery
fixed 524510 x11-xkb-utils/7.7~1 stop Hello, This bug has been fixed with setxkbmap 1.3.0, by making the syntax from the manpage actually work : http://cgit.freedesktop.org/xorg/app/setxkbmap/commit/?id=2011f509c56b73cc62105c689d702f279f522017 Having the space is more consistent with other

Processed: setxkbmap: -I syntax wrong in manpage

2013-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: fixed 524510 x11-xkb-utils/7.7~1 Bug #524510 [x11-xkb-utils] setxkbmap: -I syntax wrong in manpage Marked as fixed in versions x11-xkb-utils/7.7~1. stop Stopping processing here. Please contact me if you need assistance. -- 524510:

Bug#641588: [xmodmap] error in manpage example about swapping

2013-07-01 Thread Stéphane Aulery
Fixed by http://cgit.freedesktop.org/xorg/app/xmodmap/commit/man/xmodmap.man?id=bf4620e2d78d2a4766948f136f2372a596ac275d -- Stéphane Aulery -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Processed: [bts-link] source package xserver-xorg-input-evdev

2013-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # # bts-link upstream status pull for source package xserver-xorg-input-evdev # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org Setting user to

[bts-link] source package xorg

2013-07-01 Thread bts-link-upstream
# # bts-link upstream status pull for source package xorg # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #714095 (http://bugs.debian.org/714095) # Bug title: xorg: crash on touch of Samsung

[bts-link] source package xserver-xorg-input-evdev

2013-07-01 Thread bts-link-upstream
# # bts-link upstream status pull for source package xserver-xorg-input-evdev # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #539410 (http://bugs.debian.org/539410) # Bug title:

[bts-link] source package x11-xkb-utils

2013-07-01 Thread bts-link-upstream
# # bts-link upstream status pull for source package x11-xkb-utils # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #245065 (http://bugs.debian.org/245065) # Bug title: xbase-clients: [setxkbmap]

[bts-link] source package x11-xserver-utils

2013-07-01 Thread bts-link-upstream
# # bts-link upstream status pull for source package x11-xserver-utils # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #641588 (http://bugs.debian.org/641588) # Bug title: x11-xserver-utils:

Re: [PATCH makedepend] Don't crash if an option's argument is missing

2013-07-01 Thread Alan Coopersmith
On 07/ 1/13 10:04 AM, Julien Cristau wrote: Avoid dereferencing argv[argc]. See http://www.forallsecure.com/bug-reports/011f1a55f79a5501b36008d6ee0d40e8b6644569/ Reported-by: Alexandre Rebert alexan...@cmu.edu Signed-off-by: Julien Cristau jcris...@debian.org --- main.c | 16

Re: [PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Alan Coopersmith
On 07/ 1/13 10:39 AM, Julien Cristau wrote: If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert alexan...@cmu.edu Signed-off-by: Julien

Re: [PATCH] xkb: don't call atoi(NULL) when parsing argv

2013-07-01 Thread Peter Hutterer
On Mon, Jul 01, 2013 at 07:39:30PM +0200, Julien Cristau wrote: If the -ardelay or -arinterval options have no argument, there's no point trying to read it. See http://www.forallsecure.com/bug-reports/feb3db57fc206d8df22ca53a6907f74973876272/ Reported-by: Alexandre Rebert