Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxaw
Commits: 4a7626b5 by Alan Coopersmith at 2016-01-01T11:23:09-08:00 editres can trigger sigsegv in inspected application (Debian bug 790325) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790325 Reported-by: Yuriy M. Kaminskiy <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]> - - - - - b3049d9b by Jeremy Huddleston Sequoia at 2016-08-29T22:16:36-07:00 darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass Signed-off-by: Jeremy Huddleston Sequoia <[email protected]> - - - - - a45aee9f by Peter Hutterer at 2017-01-26T11:59:25+10:00 autogen.sh: use exec instead of waiting for configure to finish Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <[email protected]> Reviewed-by: Emil Velikov <[email protected]> - - - - - b461c11e by Emil Velikov at 2017-01-26T11:59:25+10:00 autogen.sh: use quoted string variables Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Peter Hutterer <[email protected]> Signed-off-by: Peter Hutterer <[email protected]> - - - - - a77be158 by Mihail Konev at 2017-01-26T13:52:49+10:00 autogen: add default patch prefix Signed-off-by: Mihail Konev <[email protected]> - - - - - ba7321b6 by Tobias Stoeckmann at 2017-03-15T09:46:09+10:00 NULL pointer dereference in XawAsciiSinkInitialize The function XawAsciiSinkInitialize is prone to a NULL pointer dereference if no font is available. Even though a specific check for a NULL font exists, it is called after GetGC(), which in turn would trigger the NPE in such a case. Spotted by calling xmessage on a system with an incomplete x font setup: $ xmessage -b text Warning: Unable to load any usable ISO8859 font Segmentation fault $ _ Signed-off-by: Tobias Stoeckmann <[email protected]> Reviewed-by: Peter Hutterer <[email protected]> Signed-off-by: Peter Hutterer <[email protected]> - - - - - f5699b69 by Alan Coopersmith at 2018-03-30T15:54:36-07:00 Fix xload crashes if the window is wider than 2048 pixels https://bugs.freedesktop.org/show_bug.cgi?id=96670 Signed-off-by: Alan Coopersmith <[email protected]> Reviewed-by: Matthieu Herrb <[email protected]> Tested-by: Keith Packard <[email protected]> - - - - - 5a392266 by Alan Coopersmith at 2018-05-05T12:08:47-07:00 Fix misleading indentation in TextAction.c TextAction.c:838:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (ctx->text.lt.top != 0) ^~ TextAction.c:840:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ break; ^~~~~ Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 2f298ec3 by Roberto Branciforti at 2018-05-05T18:57:25-07:00 Scrollbar.c: Add Btn4 & Btn5 to default translations Add default translations to handle mouse wheel events for moving the scrollbar. Signed-off-by: Roberto Branciforti <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]> - - - - - ae6ed2c1 by Alan Coopersmith at 2018-11-19T21:37:41-08:00 Update README for gitlab migration Signed-off-by: Alan Coopersmith <[email protected]> - - - - - c03defce by Alan Coopersmith at 2018-12-07T19:39:24-08:00 Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 2b9a7f2c by Alan Coopersmith at 2019-02-18T11:54:22-08:00 specs: suggest XtOpenApplication instead of XtAppInitialize Fixes https://bugs.freedesktop.org/show_bug.cgi?id=37552 "libXaw.html promotes obsolete XtAppInitialize" Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 543d26d2 by Alan Coopersmith at 2019-02-18T11:54:37-08:00 specs: Convert troff .IN macros to docbook <indexterm> tags Signed-off-by: Alan Coopersmith <[email protected]> - - - - - f4c93256 by Alan Coopersmith at 2019-02-18T11:54:37-08:00 specs: Add olinks to libXt spec Signed-off-by: Alan Coopersmith <[email protected]> - - - - - fc0859cd by Alan Coopersmith at 2019-02-18T11:54:37-08:00 specs: Add olinks to libX11 spec Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 80fc6c7c by Alan Coopersmith at 2019-02-18T11:54:37-08:00 specs: Add olinks to ICCCM spec Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 5b9f0619 by Alan Coopersmith at 2019-02-18T11:54:37-08:00 specs: Add missing subsections of CH4 and reorder to match X11R6.6 spec Signed-off-by: Alan Coopersmith <[email protected]> - - - - - fc4f9776 by Alan Coopersmith at 2019-02-18T11:54:37-08:00 specs: Reorder subsections of CH5 to match X11R6.6 spec Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 2d78b52c by Alan Coopersmith at 2019-02-18T11:54:37-08:00 specs: update credits for DocBook conversion Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 492d5d25 by Alan Coopersmith at 2019-02-18T12:08:56-08:00 specs: show libXaw version instead of X11R7.7 Since we stopped doing katamaris, the library version is needed to tell what release the docs are from. Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 32b3bb8a by Alan Coopersmith at 2019-02-18T12:46:30-08:00 specs: use glossary list markup for Terminology section Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 8ef58ff4 by Alan Coopersmith at 2019-02-18T12:46:46-08:00 specs: restore missing list terms in "Underlying Model" Signed-off-by: Alan Coopersmith <[email protected]> - - - - - f5c7109d by Alan Coopersmith at 2019-02-18T13:37:40-08:00 specs: fixup some more xrefs & links Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 1ba0cad5 by Alan Coopersmith at 2019-02-18T13:46:05-08:00 specs: fixup remaining troff \fI & \fP escapes Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 27dc1e9e by Alan Coopersmith at 2019-02-18T13:55:34-08:00 specs: Convert ``quotes'' to <quote> perl -i -p -e 's{\`\`(.*?)\x27\x27}{<quote>\1</quote>}' *.xml Signed-off-by: Alan Coopersmith <[email protected]> - - - - - e395fd92 by Alan Coopersmith at 2019-02-18T15:17:59-08:00 specs: misc. manual fixes Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 7e982604 by Alan Coopersmith at 2019-02-18T15:17:59-08:00 specs: replace nroff 1/6th-em space (\|) with Unicode entity (&#x2006;) Signed-off-by: Alan Coopersmith <[email protected]> - - - - - c134bc0d by Alan Coopersmith at 2019-02-18T15:17:59-08:00 specs: replace nroff hair space (\^) with Unicode entity (&#x200A;) Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 9206b0ff by Alan Coopersmith at 2019-02-18T15:17:59-08:00 specs: move trailing punctuation to behind </function> tag Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 759b58d3 by Alan Coopersmith at 2019-02-18T15:17:59-08:00 specs: remove excess spaces between < > and header names Signed-off-by: Alan Coopersmith <[email protected]> - - - - - c9d6b0fa by Alan Coopersmith at 2019-02-18T15:17:59-08:00 specs: app-defaults & rgb.txt are in /usr/share now, not /usr/lib Signed-off-by: Alan Coopersmith <[email protected]> - - - - - c01d47c4 by Alan Coopersmith at 2019-03-09T16:20:48-08:00 Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection When filling in the array, we correctly limited to the 256 slots allocated but then we reset the value to an unlimited number when passing it on to the function that walks the array, which could lead to it walking too far.. Fixes https://gitlab.freedesktop.org/xorg/lib/libxaw/issues/2 Reported-by: Praveen Kumar <[email protected]> Signed-off-by: Alan Coopersmith <[email protected]> - - - - - 894617e0 by Jon Turney at 2019-06-03T21:41:47+01:00 Avoid warning about missing getpagesize() prototype on Windows Work-around AC_CHECK_FUNCS([getpagesize]) reporting a false positive when using MinGW gcc, due to it being present in libgcc.a, which results in trying to use it without a prototype. Future work: This value control the default memory allocation size for text widgets. If there's some reason why a fallback to using BUFSIZ is bad, we could use the actual pagesize instead. - - - - - 7daff9f7 by Thomas E. Dickey at 2019-07-01T19:34:33-04:00 build-fixes when _CONST_X_STRING is defined Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 11bc3a8d by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 2823d6c1 by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 6859e820 by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 9b9d0ee7 by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - c35e10f9 by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 4739c329 by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - b5a234bc by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - fa416f34 by Thomas E. Dickey at 2019-07-04T13:08:31-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 2bf5b177 by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 88edd1c4 by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - fe2e19be by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 58106a04 by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 834371d9 by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - e53025f6 by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 0561f5db by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - e088c92d by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 56aaaca5 by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 9adace08 by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - d4db24bb by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 380dfc6e by Thomas E. Dickey at 2019-07-04T13:08:32-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 32fdbc4c by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 3afd76ce by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - b3ce7ce6 by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 0dd86d04 by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 7b3ba952 by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - d01732e7 by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 58d4568a by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 729e6f0b by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - eeea8a6b by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 5abff288 by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 40af785c by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 2a14a606 by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - cc3f0b59 by Thomas E. Dickey at 2019-07-04T13:08:33-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - bc737a82 by Thomas E. Dickey at 2019-07-04T13:08:34-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 88dabfee by Thomas E. Dickey at 2019-07-04T13:08:34-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - bca947bd by Thomas E. Dickey at 2019-07-04T13:08:34-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 89d3815e by Thomas E. Dickey at 2019-07-04T13:08:34-04:00 add casts to quiet gcc conversion-warnings, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - dc53edf2 by Thomas E. Dickey at 2019-07-04T14:46:44-04:00 add --disable-const option, from libXt - - - - - c22df476 by Thomas E. Dickey at 2019-07-04T21:06:43-04:00 trim some stray backslashes leftover from nroff, and fix some whitespace in code samples Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - d7a86b4b by Thomas E. Dickey at 2019-07-04T21:06:50-04:00 quiet some more type-conversion warnings, as well as unused-parameters Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 9836ef1f by Thomas E. Dickey at 2019-07-04T21:06:57-04:00 change variables to/from char* vs String to reduce compiler warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 30a90131 by Thomas E. Dickey at 2019-07-04T21:07:04-04:00 fix a missing struct-initializer, and quiet unused-parameter warnings Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 5ea73959 by Thomas E. Dickey at 2019-07-04T21:07:10-04:00 change a couple of variable-types to reduce compiler warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - e1fc6483 by Thomas E. Dickey at 2019-07-04T21:07:15-04:00 fix some type/comparison compiler warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 666ecd98 by Thomas E. Dickey at 2019-07-04T21:07:21-04:00 fix some type/conversion compiler warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - ccca8326 by Thomas E. Dickey at 2019-07-04T21:07:28-04:00 fix some type/conversion compiler warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 29144b39 by Thomas E. Dickey at 2019-07-04T21:07:34-04:00 fix some type/conversion compiler warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 9b4f070b by Thomas E. Dickey at 2019-07-04T21:07:40-04:00 fix misleading indentation, which gave a compiler warning Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 7a6b3579 by Thomas E. Dickey at 2019-07-04T21:07:45-04:00 fix some type/conversion warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - a68226ab by Thomas E. Dickey at 2019-07-04T21:07:56-04:00 fix some type/conversion warnings (no object change) Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 70fb870c by Thomas E. Dickey at 2019-07-04T21:08:03-04:00 fix some compiler warnings in MenuButton.c by changing the menu name from String to char* Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 15860a8e by Thomas E. Dickey at 2019-07-06T06:35:27-04:00 use _X_UNUSED to quiet unused-parameter warnings Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 78f66e92 by Thomas E. Dickey at 2019-11-25T20:50:53-05:00 change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS respectively so the default .c.o rule works (needed for the "Regress" script). Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 4ea048a8 by Thomas E. Dickey at 2019-11-25T20:50:59-05:00 fix compiler warning by updating parameter type for call to XtDisplayInitialize Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 9f502572 by Thomas E. Dickey at 2019-11-25T20:51:05-05:00 reduce compiler warnings using casts, no object change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 197e9d05 by Thomas E. Dickey at 2019-11-26T19:06:49-05:00 compiler-warning fixes for const-mismatches, no object-change Signed-off-by: Thomas E. Dickey <[email protected]> - - - - - 9cfeba9d by Matt Turner at 2021-03-27T13:38:39-04:00 libXaw 1.0.14 Signed-off-by: Matt Turner <[email protected]> - - - - - 30eefb60 by Timo Aaltonen at 2021-08-25T12:55:20+03:00 control: Migrate to x11proto-dev. - - - - - 15f17029 by Timo Aaltonen at 2022-03-04T15:55:37+02:00 Merge branch 'upstream-unstable' into debian-unstable - - - - - 86d9985e by Timo Aaltonen at 2022-03-04T15:56:13+02:00 version bump - - - - - a5df5fc6 by Timo Aaltonen at 2022-03-04T16:00:36+02:00 Update signing-key.asc. - - - - - 1991e02d by Timo Aaltonen at 2022-03-04T16:16:21+02:00 control, rules: Migrated to debhelper-compat, bump to 13. - - - - - 8e0c635e by Timo Aaltonen at 2022-03-04T16:16:37+02:00 01_Xaw_StripChart_fix.diff: Refreshed. - - - - - 90be4b90 by Timo Aaltonen at 2022-03-04T16:16:59+02:00 control: Bump policy to 4.6.0. - - - - - f73004df by Timo Aaltonen at 2022-03-04T16:21:02+02:00 rules: Migrate to dbgsym. - - - - - cc53e1b1 by Timo Aaltonen at 2022-03-04T16:24:13+02:00 control, watch: Upstream git urls. - - - - - 544ff0bf by Timo Aaltonen at 2022-03-04T16:25:07+02:00 README.source: Update for salsa. - - - - - c940cff1 by Timo Aaltonen at 2022-03-04T16:25:51+02:00 release to sid - - - - - 30 changed files: - Makefile.am - README → README.md - autogen.sh - configure.ac - debian/README.source - debian/changelog - − debian/compat - debian/control - debian/patches/01_Xaw_StripChart_fix.diff - debian/rules - debian/upstream/signing-key.asc - debian/watch - include/X11/Xaw/List.h - include/X11/Xaw/MenuButtoP.h - include/X11/Xaw/SmeBSBP.h - include/X11/Xaw/XawInit.h - specs/AsciiSink.xml - specs/AsciiSource.xml - specs/AsciiText.xml - specs/Box.xml - specs/CH1.xml - specs/CH2.xml - specs/CH3.xml - specs/CH4.xml - specs/CH5.xml - specs/CH6.xml - specs/CH7.xml - specs/Command.xml - specs/Dialog.xml - specs/Form.xml The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxaw/-/compare/3f545a5a4cf8794d86911cb03a7ed4d3159c069c...c940cff1a8df69137e797cbc4de8362a6af8694c -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxaw/-/compare/3f545a5a4cf8794d86911cb03a7ed4d3159c069c...c940cff1a8df69137e797cbc4de8362a6af8694c You're receiving this email because of your account on salsa.debian.org.

