debian-bugs-dist@lists.debian.org

2024-01-09 Thread Alan Coopersmith
pstream by: https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/-/merge_requests/45/diffs which was included in the upstream 1.4.0 release. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#173314: xcalc only accepts digits from the numeric pad

2023-05-20 Thread Alan Coopersmith
This should be fixed now in the new upstream xcalc-1.1.2 release. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#1000008: openscap: depends on obsolete pcre3 library

2023-04-15 Thread Alan Coopersmith
Upstream bug: https://github.com/OpenSCAP/openscap/issues/1873

Bug#1000012: nmap: depends on obsolete pcre3 library

2023-04-15 Thread Alan Coopersmith
Upstream bug: https://github.com/nmap/nmap/issues/1335

Bug#101937: [xwd] 'xwd -name windowtitle -frame' doesn't capture frame

2023-02-18 Thread Alan Coopersmith
; -name) might be a nice enhancement, but it's not a bug that it doesn't yet. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#201994: [xconsole] want mouse wheel to scroll log window

2023-02-18 Thread Alan Coopersmith
/app/xconsole/-/merge_requests/7 You should be able to edit the XConsole app-defaults file on your system to do the same until a new release is published. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#173314: xcalc only accepts digits from the numeric pad

2023-02-18 Thread Alan Coopersmith
me until a new release is published: https://gitlab.freedesktop.org/xorg/app/xcalc/-/merge_requests/11 -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#92706: xcalc support for comma on numeric keypad

2023-02-18 Thread Alan Coopersmith
-- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#720266: x11-apps: xman aborts closing search window

2023-02-18 Thread Alan Coopersmith
-- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#742356: xkbprint(1): Some (typographical) corrections to the manual

2022-04-21 Thread Alan Coopersmith
Fixed upstream in xkbprint 1.0.5 by https://gitlab.freedesktop.org/xorg/app/xkbprint/-/commit/b968db6ca6fdb6ebb2384eaffaabe406c5cf783f -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris

Bug#726962: Bug #726962

2019-03-10 Thread Alan Coopersmith
ef176 The issue in the previous comment about the Debian text accidentally inserted in the #ifdef __SCOMAN__ section appears have to been resolved by reworking that patch for the 1.4.0 release after the __SCOMAN__ ifdef was removed upstream. -- -Alan Coopersmith- ala

Bug#648158: Fix applied upstream

2019-02-17 Thread Alan Coopersmith
https://gitlab.freedesktop.org/xorg/app/xcompmgr/commit/9c86c0f21b9d34c0ae491327482415a946102c4f

Bug#875311: Bug #875311: gedit: CVE-2017-14108: CPU consumption via crafted file

2018-05-27 Thread Alan Coopersmith
Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=791037

Bug#729812: Bug #729812, [libx11-doc] incorrect description of XkbGetNamedIndicator in man pages

2017-08-06 Thread Alan Coopersmith
Fixed upstream: https://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=c6dadd4cebd994aafb37a58b3adbaa82507c2d18 -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/alanc

Bug#761628: please do not use &fullrelvers; in xdmcp.xml

2016-01-01 Thread Alan Coopersmith
ushed your suggested fix to git master for libXdmcp: To ssh://git.freedesktop.org/git/xorg/lib/libXdmcp b10f382..5021b93 master -> master Thank you for your patch. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc

Bug#749120: [PATCH libxtrans] Make sure LONG64 is defined if necessary

2015-09-24 Thread Alan Coopersmith
: Alan Coopersmith -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc

Bug#749120: [PATCH libFS] include X11/Xmd.h in fs_transport

2015-07-26 Thread Alan Coopersmith
efore including Xtrans.h. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#726041: [PATCH] mi: fix typo in warning about overflowing queue

2015-07-02 Thread Alan Coopersmith
's resources.\n"); +("[mi] This may be caused by a misbehaving driver monopolizing the server's resources.\n"); miEventQueue.dropped = 0; } Heh, it only took a minute of starting to see the subtle change of "my" to "by".

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Alan Coopersmith
On 08/ 5/13 04:35 PM, Alan Coopersmith wrote: +fgets(Buffer, (Buffer_size - 1), stdin); +sscanf(Buffer,"%s"); Oops, forgot to mention the sscanf is still wrong in this second revision. This code now reads a line from stdin and writes it to Buffer. The sscanf now takes Buffe

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Alan Coopersmith
://www.securecoding.cert.org/confluence/display/seccode/ARR01-C.+Do+not+apply+the+sizeof+operator+to+a+pointer+when+taking+the+size+of+an+array https://en.wikibooks.org/wiki/C_Programming/Pointers_and_arrays#sizeof -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle

Bug#718682: liblcms1: Buffer overflows in Little CMS v1.19

2013-08-05 Thread Alan Coopersmith
ect - that code will always set Buffer_size to the size of the pointer itself (4 bytes on 32-bit, 8 bytes on 64-bit), not the size of the buffer the pointer is pointing to. [Noticed when someone suggested we apply the patch from Debian to our packages as well.] -- -Alan Coopersmith-

Bug#701372: [PATCH] dix: add missing include for DeleteWindowFromAnySelections

2013-07-27 Thread Alan Coopersmith
"compint.h" #endif +#include "selection.h" #include "privates.h" #include "xace.h" Reviewed-by: Alan Coopersmith -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/al

Bug#488535: [PATCH:xrdb] Ensure we don't read out of ClassName array bounds for unknown visual type

2013-07-06 Thread Alan Coopersmith
array.) Signed-off-by: Alan Coopersmith --- xrdb.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/xrdb.c b/xrdb.c index b7c9fa3..d42a519 100644 --- a/xrdb.c +++ b/xrdb.c @@ -605,6 +605,8 @@ static char *ClassNames[] = { "Direct

Bug#621702: [PATCH libXRes] Compute number of bytes correctly in XResQueryClientPixmapBytes

2013-07-06 Thread Alan Coopersmith
= (rep.bytes_overflow * 4294967296UL) + rep.bytes; #else *bytes = rep.bytes_overflow ? 0x : rep.bytes; #endif Reviewed-by: Alan Coopersmith -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc

Bug#657215: [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol

2013-06-11 Thread Alan Coopersmith
zeof(struct): 24 20 which matches my expectations, so: Reviewed-by: Alan Coopersmith -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc #include #include #include #define XvEncodingID CARD32 typede

Bug#700423: [Xcb] Bug#700423: Attaching correct diff

2013-02-12 Thread Alan Coopersmith
ike it would fail if you weren't running in a session that can connect to an X server, which I'd expect most build environments cannot do.) -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc --

Bug#696965: [PATCH] support for HW_SKIP_CONSOLE breaks use by blind people

2012-12-31 Thread Alan Coopersmith
should be handled by the input driver, not the output driver. People who want to use dummy output with real input should have input devices configured - those who want an Xvfb like experience can use the dummy video driver and either use the void input driver or configure their servers to have no

Bug#582650: [PATCH] Xephyr.man.pre: In OPTIONS mention that Xserver(1) are also accepted

2010-06-07 Thread Alan Coopersmith
" width" x height > sets the screen size. Thanks for the patch. Reviewed-by: Alan Coopersmith -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window System -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@li

Bug#382037: Missing programname and PID in syslog-log by PAM

2008-03-04 Thread Alan Coopersmith
that use the same passwd aging structure] (#3948, 3980, OpenBSD team, Matthieu Herrb). I'd have no objections to using openlog() on other OS'es too, though I'd prefer an autoconf test for the openlog() function over just adding __linux__ (or just making it non-conditional for a

Bug#397956: xserver-xorg-core: Xorg man page claims to be for X11R6

2007-02-01 Thread Alan Coopersmith
Upstream fixed already for xorg-server-1.2.0: http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=5f14c9a78b74017cdc66b79b63b3b1f68cf24911 -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering -- To UNSUBSCRIBE, email to