Author: barbier Date: 2006-08-07 15:32:10 -0400 (Mon, 07 Aug 2006) New Revision: 2701
Added: trunk/app/xbase-clients/debian/patches/13_xconsole_implicit_pointer_conversion.diff Modified: trunk/app/xbase-clients/debian/changelog trunk/app/xbase-clients/debian/patches/series Log: Acknowledge NMU, thanks dann frazier. (closes: #363198) Modified: trunk/app/xbase-clients/debian/changelog =================================================================== --- trunk/app/xbase-clients/debian/changelog 2006-08-07 01:45:38 UTC (rev 2700) +++ trunk/app/xbase-clients/debian/changelog 2006-08-07 19:32:10 UTC (rev 2701) @@ -1,11 +1,23 @@ -xbase-clients (1:7.1.ds-3) unstable; urgency=low +xbase-clients (1:7.1.ds-3) UNRELEASED; urgency=low + [ Branden Robinson ] * Patch xprop to stop segfaulting when deleted atoms are requested. Committed upstream as git 47514347db811d002e7f3ca05d390565bc3ee5e5. (Closes: #197526) - -- Branden Robinson <[EMAIL PROTECTED]> Wed, 26 Jul 2006 23:32:23 -0400 + [ Denis Barbier ] + * Acknowledge NMU, thanks dann frazier. (closes: #363198) + -- Denis Barbier <[EMAIL PROTECTED]> Mon, 7 Aug 2006 21:30:25 +0200 + +xbase-clients (1:7.1.ds-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix implicit pointer conversion in xconsole.c (closes: #363198) + (Was fixed in 1:7.1.ds-1.1 NMU, but silently dropped in 1:7.1.ds-2 MU) + + -- dann frazier <[EMAIL PROTECTED]> Sat, 29 Jul 2006 13:59:40 -0600 + xbase-clients (1:7.1.ds-2) unstable; urgency=high * Security update. Fix for setuid privledge escalation vulernabilities in Added: trunk/app/xbase-clients/debian/patches/13_xconsole_implicit_pointer_conversion.diff =================================================================== --- trunk/app/xbase-clients/debian/patches/13_xconsole_implicit_pointer_conversion.diff 2006-08-07 01:45:38 UTC (rev 2700) +++ trunk/app/xbase-clients/debian/patches/13_xconsole_implicit_pointer_conversion.diff 2006-08-07 19:32:10 UTC (rev 2701) @@ -0,0 +1,10 @@ +--- xbase-clients-7.1.ds.orig/xconsole/xconsole.c 2006-05-23 20:11:37.000000000 -0600 ++++ xbase-clients-7.1.ds/xconsole/xconsole.c 2006-06-17 14:11:47.000000000 -0600 +@@ -28,6 +28,7 @@ + + /* $XFree86: xc/programs/xconsole/xconsole.c,v 3.31tsi Exp $ */ + ++#define _XOPEN_SOURCE + #include <X11/Intrinsic.h> + #include <X11/StringDefs.h> + #include <X11/Xatom.h> Modified: trunk/app/xbase-clients/debian/patches/series =================================================================== --- trunk/app/xbase-clients/debian/patches/series 2006-08-07 01:45:38 UTC (rev 2700) +++ trunk/app/xbase-clients/debian/patches/series 2006-08-07 19:32:10 UTC (rev 2701) @@ -9,5 +9,6 @@ 10_debian_add_xkbpath_env_variable.diff -p0 11_xkb_documentation_updates.diff -p0 12_startx_paths.diff +13_xconsole_implicit_pointer_conversion.diff pkgconfig_naughtiness -p0 14_SECURITY_setuid.diff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]