ChangeLog revision fd60135f
1commit cdb2f990348c3bd1407022f7e0e5fcba552d539f 2Author: Matthieu Herrb <matthieu@herrb.eu> 3Date: Sat Nov 25 12:01:16 2017 +0100 4 5 libXfont2 2.0.3 6 7 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> 8 9commit 7b377456f95d2ec3ead40f4fb74ea620191f88c8 10Author: Michal Srb <msrb@suse.com> 11Date: Thu Oct 26 09:48:13 2017 +0200 12 13 Open files with O_NOFOLLOW. (CVE-2017-16611) 14 15 A non-privileged X client can instruct X server running under root to open any 16 file by creating own directory with "fonts.dir", "fonts.alias" or any font file 17 being a symbolic link to any other file in the system. X server will then open 18 it. This can be issue with special files such as /dev/watchdog. 19 20 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 21 22commit d82dfe25491c599f650b2ad868772c3b8e6ba7bc 23Author: Adam Jackson <ajax@redhat.com> 24Date: Wed Oct 11 11:33:29 2017 -0400 25 26 libXfont 2.0.2 27 28 Signed-off-by: Adam Jackson <ajax@redhat.com> 29 30commit 672bb944311392e2415b39c0d63b1e1902905bcd 31Author: Michal Srb <msrb@suse.com> 32Date: Thu Jul 20 17:05:23 2017 +0200 33 34 pcfGetProperties: Check string boundaries (CVE-2017-13722) 35 36 Without the checks a malformed PCF file can cause the library to make 37 atom from random heap memory that was behind the `strings` buffer. 38 This may crash the process or leak information. 39 40 Signed-off-by: Julien Cristau <jcristau@debian.org> 41 42commit d1e670a4a8704b8708e493ab6155589bcd570608 43Author: Michal Srb <msrb@suse.com> 44Date: Thu Jul 20 13:38:53 2017 +0200 45 46 Check for end of string in PatternMatch (CVE-2017-13720) 47 48 If a pattern contains '?' character, any character in the string is skipped, 49 even if it is '\0'. The rest of the matching then reads invalid memory. 50 51 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 52 Signed-off-by: Julien Cristau <jcristau@debian.org> 53 54commit 9112a6846b9d8ff18f7568c58e06d0a450e25814 55Author: Adam Jackson <ajax@redhat.com> 56Date: Thu Apr 13 12:10:05 2017 -0400 57 58 readme: Update for libXfont 2.0 interface change 59 60 While xfs can be more or less trivially ported to 2.0, bcftopcf cannot 61 because the font file I/O API is no longer externally visible. This is 62 intentional, because bdftopcf is literally the only consumer of that 63 API, and is itself only used in the build process for the classic core 64 fonts themselves. The plan for bdftopcf is to import a copy of libXfont 65 1.5 and link against that statically instead. 66 67 Signed-off-by: Adam Jackson <ajax@redhat.com> 68 Acked-by: Peter Hutterer <peter.hutterer@who-t.net> 69 70commit f8ff8d5f7442b3cbac57d5fe343aabd8f54a030f 71Author: Emil Velikov <emil.l.velikov@gmail.com> 72Date: Mon Mar 9 12:00:52 2015 +0000 73 74 autogen.sh: use quoted string variables 75 76 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 77 fall-outs, when they contain space. 78 79 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 80 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 81 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 82 83commit 75b9a15b51a062941a549fef0dedaee9daef4867 84Author: Peter Hutterer <peter.hutterer@who-t.net> 85Date: Tue Jan 24 10:32:07 2017 +1000 86 87 autogen.sh: use exec instead of waiting for configure to finish 88 89 Syncs the invocation of configure with the one from the server. 90 91 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 92 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 93 94commit 33a98f2b5343da927f29191348e992f505544873 95Author: Adam Jackson <ajax@redhat.com> 96Date: Wed Jun 8 14:28:09 2016 -0400 97 98 freetype: Fix a logic error in computing face name 99 100 gcc6 chirps an indentation warning here, but really this is bad code. 101 Effectively this would ignore en_US or en_UK names for the font, despite 102 that those are the English names the font is most likely to have. 103 104 Signed-off-by: Adam Jackson <ajax@redhat.com> 105 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 106 107commit 79084468fb844e386a72d938c67be0728959a2bd 108Author: Adam Jackson <ajax@redhat.com> 109Date: Wed May 18 11:49:52 2016 -0400 110 111 autogen: Set a default subject prefix for patches 112 113 Signed-off-by: Adam Jackson <ajax@redhat.com> 114 115commit 7557fe152d9948bcb4b805bb7b6b6f8121bd34fb 116Author: Adam Jackson <ajax@redhat.com> 117Date: Wed May 18 11:52:27 2016 -0400 118 119 configure: Use -fvisibility=hidden if available 120 121 text data bss dec hex filename 122 233732 8168 1616 243516 3b73c .libs/libXfont2.so.2.before 123 217113 6816 1616 225545 37109 .libs/libXfont2.so.2.after 124 125 Signed-off-by: Adam Jackson <ajax@redhat.com> 126 Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> 127 128commit 6972ea08ee5b2ef1cfbdc2fcaf14f06bbd391561 129Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 130Date: Mon May 30 00:46:21 2016 -0700 131 132 fserve: Fix a buffer read overrun in _fs_client_access 133 134 https://bugs.freedesktop.org/show_bug.cgi?id=83224 135 136 Found by clang's Address Sanitizer 137 138 crac.num_auths = set_font_authorizations(&authorizations, &authlen, 139 client); 140 /* Work around bug in xfs versions up through modular release 1.0.8 141 which rejects CreateAC packets with num_auths = 0 & authlen < 4 */ 142 if (crac.num_auths == 0) { 143 authorizations = padding; 144 authlen = 4; 145 } else { 146 authlen = (authlen + 3) & ~0x3; 147 } 148 crac.length = (sizeof (fsCreateACReq) + authlen) >> 2; 149 crac.acid = cur->acid; 150 _fs_add_req_log(conn, FS_CreateAC); 151 _fs_write(conn, (char *) &crac, sizeof (fsCreateACReq)); 152 _fs_write(conn, authorizations, authlen); 153 154 In the case in the report, set_font_authorizations setup authorizations as a 155 34 byte buffer (and authlen set to 34 as one would expect). The following 156 block changed authlen to 36 to make it 4byte aligned and the final _fs_write() 157 caused us to read 36 bytes from this 34 byte buffer. 158 159 This changes the incorrect size increase to instead use _fs_write_pad which 160 takes care of the padding for us. 161 162 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 163 164commit d967caa988eaabd9e84c82879e2f21bd33b952a7 165Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 166Date: Sun May 29 23:39:06 2016 -0700 167 168 fstrans: Remove unused foo() function 169 170 The point of it seems to have been to silence an unused function warning, but 171 there's no point if we're just transitioning that to another unused function 172 warning. 173 174 src/fc/fstrans.c:32:20: warning: unused function 'foo' [-Wunused-function] 175 static inline void foo(void) { (void) is_numeric("a"); } 176 ^ 177 1 warning generated. 178 179 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 180 Reviewed-by: Keith Packard <keithp@keithp.com> 181 182commit e6009adbc89ec3e1f924bcb57b333c1c02f5e66d 183Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 184Date: Sun May 29 23:37:13 2016 -0700 185 186 fserve: Silence a -Wformat warning 187 188 src/fc/fserve.c:653:32: warning: format specifies type 'int' but the argument has type 'CARD32' (aka 'unsigned long') [-Wformat] 189 " from font server\n", rep->length); 190 ^~~~~~~~~~~ 191 1 warning generated. 192 193 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 194 195commit ac559fad20bbae45332c758abb6a790c3fd341a2 196Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 197Date: Sun May 29 23:34:35 2016 -0700 198 199 bitmap: Bail out on invalid input to FontFileMakeDir instead of calling calloc for 0 bytes 200 201 Found by clang static analysis: 202 Call to 'calloc' has an allocation size of 0 bytes 203 204 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 205 206commit d0fff111992fed9d9bfbf0c19e136bda9ba1db55 207Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 208Date: Sun May 29 23:29:50 2016 -0700 209 210 FreeType: Correct an allocation size 211 212 Found by clang static analysis: 213 Result of 'calloc' is converted to a pointer of type 'int', which is 214 incompatible with sizeof operand type 'int *' 215 216 This is likely benign because the old size was larger on any platform where 217 sizeof(int) <= sizeof(void *), which is everywhere. 218 219 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 220 221commit eefc0b0b908eb8533e704d7156ce983ad7891cc5 222Author: Keith Packard <keithp@keithp.com> 223Date: Sat Dec 12 14:54:26 2015 -0800 224 225 Revert "Add compiler warning flags". Leave warning fixes. 226 227 This reverts commit eb67d10ae82b364a4324e96ce53baaa4e5e75f97, but 228 leaves the warning fixes in place; it looks like either I was 229 confused, or something has changed so that XORG_DEFAULT_OPTIONS now 230 pulls in the appropriate compiler warnings. 231 232commit 14488af0338191356c0177e3d0b5fa473ffbd59c 233Author: Keith Packard <keithp@keithp.com> 234Date: Fri Dec 11 07:08:29 2015 -0800 235 236 Bump version to 2.0.1 237 238 This release just fixes some build issues with 2.0.0 239 240 Signed-off-by: Keith Packard <keithp@keithp.com> 241 242commit 95a40553b8f12cd9479dd4b3c531e2069c53b870 243Author: Keith Packard <keithp@keithp.com> 244Date: Wed Dec 9 14:53:26 2015 -0800 245 246 Remove fontconf.h 247 248 This file used to advertise which font formats the library 249 supports. The X server doesn't care, so let's just remove it so that 250 it doesn't conflict with the older version of libXfont 251 252 Signed-off-by: Keith Packard <keithp@keithp.com> 253 254commit 903cd14547b445d7f40b52462750fc8b28441581 255Author: Matt Turner <mattst88@gmail.com> 256Date: Wed Sep 2 19:15:27 2015 -0700 257 258 Convert to non-recursive build. 259 260commit 9928d71ec04cd630a8ed9c583d144decb4e98c05 261Author: Keith Packard <keithp@keithp.com> 262Date: Wed Dec 9 09:07:30 2015 -0800 263 264 Add missing 'attributes.m4' file 265 266 Matt Turner noted that this file was missing; 'make distcheck' doesn't 267 appear to catch this kind of problem. 268 269 Signed-off-by: Keith Packard <keithp@keithp.com> 270 271commit 135fb032e940ce226c9feb13e6e903f3ecbc5eb0 272Author: Keith Packard <keithp@keithp.com> 273Date: Wed Sep 2 00:04:32 2015 -0700 274 275 Eliminate calls back to X server or font server functions by name (v4) 276 277 This eliminates the weak symbol adventures and makes all of the calls 278 back to the X server or Font server go through a table of functions 279 instead, clarifying the required API. 280 281 As this is a rather major change to the API for the library, it now 282 installs itself as libXfont2 instead of libXfont, and the package 283 config file is now xfont2.pc. 284 285 All of the installed headers remain the same as the original library; 286 there's now a new include file, libxfont2.h, which defines the X 287 server and Font server interfaces. 288 289 This moves util/atom.c to stubs/atom.c and reformats that file, hence 290 the diff being larger than it would otherwise be. 291 292 v2: Rename to libXfont2 instead of libXfont_2 as suggested by Emil Velikov 293 Fix whitespace in stubs/atom.c, which was moved from util/ 294 295 v3: Remove select masks from API. Expose single 'font_init' function 296 for all library initialization. 297 298 v4: Change name of distributed tarballs to libXfont2 as well 299 300 Signed-off-by: Keith Packard <keithp@keithp.com> 301 302commit eb67d10ae82b364a4324e96ce53baaa4e5e75f97 303Author: Keith Packard <keithp@keithp.com> 304Date: Mon Dec 7 15:46:13 2015 -0800 305 306 Add compiler warning flags and fix warnings 307 308 Mostly signed vs unsigned comparisons 309 310 Signed-off-by: Keith Packard <keithp@keithp.com> 311 312commit d6877a7c1c35985f6a75b6cd4e814595e781adc4 313Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 314Date: Wed Oct 21 21:03:00 2015 -0700 315 316 Use NO_WEAK_SYMBOLS instead of -flat_namespace 317 318 Lesser of two evil hacks, I suppose... 319 320 This reverts commit 0386fa77367a305deea3cc27f8a3865cc3c467c0. 321 322commit 2788c6984bc54bfba61b2dbdb5353978199d8a37 323Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 324Date: Wed Oct 21 21:27:26 2015 -0700 325 326 stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution 327 328 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 329 330commit d66f107d6e714a54515f39d94caf46aef9be7416 331Author: Thomas Klausner <wiz@NetBSD.org> 332Date: Wed Feb 25 21:45:50 2015 +0100 333 334 Fix is*() usage. 335 336 The argument must be an unsigned char or -1; in these cases 337 we know it's not -1 so cast it to unsigned char. 338 Fixes 339 warning: array subscript is of type 'char' [-Wchar-subscripts] 340 341 Signed-off-by: Thomas Klausner <wiz@NetBSD.org> 342 343commit 1a73d6828dfa03924f2d68644fb5b99afd9c78e2 344Author: Benjamin Tissoires <benjamin.tissoires@gmail.com> 345Date: Mon Jul 13 14:43:06 2015 -0400 346 347 bdfReadCharacters: Allow negative DWIDTH values 348 349 The fix for CVE-2015-1804 prevent DWIDTH to be negative. 350 However, the spec states that "DWIDTH [...] is a vector indicating the 351 position of the next glyph’s origin relative to the origin of this glyph." 352 353 So negative values are correct. 354 355 Found by trying to compile XTS. 356 357 Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> 358 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 359 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 360 361commit 159bfa4ec094e7d342c9b59c31bfea7dccbac58a 362Author: Alan Coopersmith <alan.coopersmith@oracle.com> 363Date: Sat Feb 7 17:24:48 2015 -0800 364 365 doc: add a couple olinks to fsproto & xfs-design docs 366 367 Don't seem to have ability to link to BDF or Xserver internals docs yet 368 369 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 370 371commit da4246c98bc51297daeec47c15181e179df94013 372Author: Alan Coopersmith <alan.coopersmith@oracle.com> 373Date: Tue Mar 17 08:12:19 2015 -0700 374 375 libXfont 1.5.1 376 377 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 378 379commit 2351c83a77a478b49cba6beb2ad386835e264744 380Author: Alan Coopersmith <alan.coopersmith@oracle.com> 381Date: Fri Mar 6 22:54:58 2015 -0800 382 383 bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804] 384 385 We use 32-bit ints to read from the bdf file, but then try to stick 386 into a 16-bit int in the xCharInfo struct, so make sure they won't 387 overflow that range. 388 389 Found by afl-1.24b. 390 391 v2: Verify that additions won't overflow 32-bit int range either. 392 v3: As Julien correctly observes, the previous check for bh & bw not 393 being < 0 reduces the number of cases we need to check for overflow. 394 395 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 396 Reviewed-by: Julien Cristau <jcristau@debian.org> 397 398commit 78c2e3d70d29698244f70164428bd2868c0ab34c 399Author: Alan Coopersmith <alan.coopersmith@oracle.com> 400Date: Fri Feb 6 15:54:00 2015 -0800 401 402 bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803] 403 404 Previously would charge on ahead with a NULL pointer in ci->bits, and 405 then crash later in FontCharInkMetrics() trying to access the bits. 406 407 Found with afl-1.23b. 408 409 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 410 Reviewed-by: Julien Cristau <jcristau@debian.org> 411 412commit 2deda9906480f9c8ae07b8c2a5510cc7e4c59a8e 413Author: Alan Coopersmith <alan.coopersmith@oracle.com> 414Date: Fri Feb 6 15:50:45 2015 -0800 415 416 bdfReadProperties: property count needs range check [CVE-2015-1802] 417 418 Avoid integer overflow or underflow when allocating memory arrays 419 by multiplying the number of properties reported for a BDF font. 420 421 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 422 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 423 Reviewed-by: Julien Cristau <jcristau@debian.org> 424 425commit d9fda3d247942292a5f24694c22337c547006e11 426Author: Christos Zoulas <christos@NetBSD.org> 427Date: Wed Feb 25 21:39:30 2015 +0100 428 429 Set close-on-exec for font file I/O. 430 431 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 432 Signed-off-by: Thomas Klausner <wiz@NetBSD.org> 433 434commit 3b33588117c2ca3099b999939985ffe098d479b3 435Author: Alan Coopersmith <alan.coopersmith@oracle.com> 436Date: Wed Nov 5 17:41:24 2014 -0800 437 438 Use 'imdent' to realign cpp indentation levels in fslibos.h 439 440 Parts were indented, others weren't, now is more consistent. 441 'git diff -w' shows no non-whitespace changes in this commit 442 443 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 444 445commit 03c035b061a0582159467dcadfc8e95074e2a84f 446Author: Alan Coopersmith <alan.coopersmith@oracle.com> 447Date: Wed Nov 5 17:39:05 2014 -0800 448 449 Remove unneeded checks for #ifndef X_NOT_POSIX 450 451 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 452 453commit ad4f4d8a2d0730c0ea3c09210bf921638b4682bc 454Author: Alan Coopersmith <alan.coopersmith@oracle.com> 455Date: Sat Jul 19 09:49:23 2014 -0700 456 457 libXfont 1.5.0 458 459 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 460 461commit b19cf2a78f7f721c43d0d9e2f32b71fc746142a3 462Author: Alan Coopersmith <alan.coopersmith@oracle.com> 463Date: Mon Jul 7 13:18:18 2014 -0700 464 465 libXfont 1.4.99.901 466 467 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 468 469commit 0dcdd82059c69ec417bb094f4da2afef7cc1426a 470Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 471Date: Sun Apr 6 14:18:32 2014 -0500 472 473 Make shared library work on Cygwin/MinGW 474 475 Weak symbols on PE platforms do not work the same way as on ELF 476 platforms, hence we have been unable to have a fully functional shared 477 libXfont until now. This patch works around these issues so that we 478 can fix that. 479 480 In summary, only when compiling shared libraries on NO_WEAK_SYMBOLS 481 platforms, when the first stub is called, the invoking program is first 482 checked to determine if it exports the stubbed functions. Then, for 483 every stub call, if the function is exported by the loader, it is called 484 instead of the stub code. 485 486 serverClient and serverGeneration are data pointers, and therefore are 487 replaced by getter functions. ErrorF is variadic, so the override is 488 routed through VErrorF instead. FatalError has no va_list equivalent, 489 but it is not actually used in libXfont and therefore should be safe to 490 remove. 491 492 This requires all X servers to export their symbols, which requires 493 forthcoming patches for hw/xwin and xfs; the other xservers (including 494 tigervnc) already do this via LD_EXPORT_SYMBOLS_FLAG. 495 496 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 497 Reviewed-by: Colin Harrison <colin.harrison@virgin.net> 498 Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> 499 Tested-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 500 501commit 783a406d6258509abfbdc54c0b32366dcaf13044 502Author: Keith Packard <keithp@keithp.com> 503Date: Mon Apr 21 13:37:00 2014 -0700 504 505 Use default glyphs when getting 16-bit font with 8-bit text 506 507 When accessing a 16-bit font with firstRow > 0 with 8-bit text, check 508 to see if the font has a default character and return that for every 509 incoming character. 510 511 Signed-off-by: Keith Packard <keithp@keithp.com> 512 Reviewed-by: Eric Anholt <eric@anholt.net> 513 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 514 515commit e8d20171fe04dbdc5f97739d5a59e02f0b091ba0 516Author: Alan Coopersmith <alan.coopersmith@oracle.com> 517Date: Thu May 15 23:04:23 2014 -0700 518 519 Don't build unused code in bitmapfunc.c if all bitmap formats are disabled 520 521 If the only bitmaps we support are builtins, don't need the code to 522 register all the bitmap font file handlers. 523 524 Fixes gcc warnings: 525 bitmapfunc.c:110:1: warning: 'BitmapOpenBitmap' defined but not used [-Wunused-function] 526 BitmapOpenBitmap (FontPathElementPtr fpe, FontPtr *ppFont, int flags, 527 ^ 528 bitmapfunc.c:155:1: warning: 'BitmapGetInfoBitmap' defined but not used [-Wunused-function] 529 BitmapGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, 530 ^ 531 532 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 533 Reviewed-by: Rémi Cardona <remi@gentoo.org> 534 535commit c2b7758d268fd98e09c3e66a0e7717b47ff12a47 536Author: Alan Coopersmith <alan.coopersmith@oracle.com> 537Date: Thu May 15 22:44:38 2014 -0700 538 539 Don't compile bitmap source files for disabled formats 540 541 pcfread.c is a special case - it's needed for either reading pcf files 542 from disk (--enable-pcfformat) or from the builtin fonts in memory 543 (--enable-builtins), so needed a new AM_CONDITIONAL case. 544 545 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 546 Reviewed-by: Rémi Cardona <remi@gentoo.org> 547 548commit a81f1a9bd3cd0a9d45d93d5b9e392b4e08ac60f7 549Author: Alan Coopersmith <alan.coopersmith@oracle.com> 550Date: Thu May 15 20:43:34 2014 -0700 551 552 Drop imake/monolithic compatibility #define mapping 553 554 Require the #defines from configure.ac now that we're not sharing source 555 with the imake builds any longer. 556 557 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 558 Reviewed-by: Rémi Cardona <remi@gentoo.org> 559 560commit 37595cfd4feaf031552d66f96dc6d58686f9c851 561Author: Alan Coopersmith <alan.coopersmith@oracle.com> 562Date: Thu May 15 20:26:41 2014 -0700 563 564 Change default to disabling SNF support 565 566 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 567 Reviewed-by: Rémi Cardona <remi@gentoo.org> 568 569commit 9f677e55c7bf07df280427f127af21e5b70f1e03 570Author: Alan Coopersmith <alan.coopersmith@oracle.com> 571Date: Thu May 15 20:21:29 2014 -0700 572 573 Use AS_HELP_STRING to provide help for AC_ARG_ENABLE & AC_ARG_WITH options 574 575 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 576 Reviewed-by: Rémi Cardona <remi@gentoo.org> 577 578commit d338f81df1e188eb16e1d6aeea7f4800f89c1218 579Author: Alan Coopersmith <alan.coopersmith@oracle.com> 580Date: Fri May 2 19:24:17 2014 -0700 581 582 CVE-2014-0210: unvalidated length fields in fs_read_list_info() 583 584 fs_read_list_info() parses a reply from the font server. The reply 585 contains a number of additional data items with embedded length or 586 count fields, none of which are validated. This can cause out of 587 bound reads when looping over these items in the reply. 588 589 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 590 591commit 5fa73ac18474be3032ee7af9c6e29deab163ea39 592Author: Alan Coopersmith <alan.coopersmith@oracle.com> 593Date: Fri May 2 19:24:17 2014 -0700 594 595 CVE-2014-0210: unvalidated length fields in fs_read_list() 596 597 fs_read_list() parses a reply from the font server. The reply 598 contains a list of strings with embedded length fields, none of 599 which are validated. This can cause out of bound reads when looping 600 over the strings in the reply. 601 602 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 603 604commit 520683652564c2a4e42328ae23eef9bb63271565 605Author: Alan Coopersmith <alan.coopersmith@oracle.com> 606Date: Fri Apr 25 23:03:24 2014 -0700 607 608 CVE-2014-0210: unvalidated length fields in fs_read_glyphs() 609 610 fs_read_glyphs() parses a reply from the font server. The reply 611 contains embedded length fields, none of which are validated. 612 This can cause out of bound reads when looping over the glyph 613 bitmaps in the reply. 614 615 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 616 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 617 Reviewed-by: Adam Jackson <ajax@redhat.com> 618 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 619 620commit a3f21421537620fc4e1f844a594a4bcd9f7e2bd8 621Author: Alan Coopersmith <alan.coopersmith@oracle.com> 622Date: Fri Apr 25 23:03:05 2014 -0700 623 624 CVE-2014-0210: unvalidated length fields in fs_read_extent_info() 625 626 Looping over the extents in the reply could go past the end of the 627 reply buffer if the reply indicated more extents than could fit in 628 the specified reply length. 629 630 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 631 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 632 Reviewed-by: Adam Jackson <ajax@redhat.com> 633 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 634 635commit a42f707f8a62973f5e8bbcd08afb10a79e9cee33 636Author: Alan Coopersmith <alan.coopersmith@oracle.com> 637Date: Fri Apr 25 23:02:54 2014 -0700 638 639 CVE-2014-0211: integer overflow in fs_alloc_glyphs() 640 641 fs_alloc_glyphs() is a malloc wrapper used by the font code. 642 It contains a classic integer overflow in the malloc() call, 643 which can cause memory corruption. 644 645 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 646 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 647 Reviewed-by: Adam Jackson <ajax@redhat.com> 648 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 649 650commit c578408c1fd4db09e4e3173f8a9e65c81cc187c1 651Author: Alan Coopersmith <alan.coopersmith@oracle.com> 652Date: Fri Apr 25 23:02:42 2014 -0700 653 654 CVE-2014-0211: integer overflow in fs_read_extent_info() 655 656 fs_read_extent_info() parses a reply from the font server. 657 The reply contains a 32bit number of elements field which is used 658 to calculate a buffer length. There is an integer overflow in this 659 calculation which can lead to memory corruption. 660 661 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 662 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 663 Reviewed-by: Adam Jackson <ajax@redhat.com> 664 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 665 666commit 491291cabf78efdeec8f18b09e14726a9030cc8f 667Author: Alan Coopersmith <alan.coopersmith@oracle.com> 668Date: Fri Apr 25 23:02:34 2014 -0700 669 670 CVE-2014-0210: unvalidated length fields in fs_read_query_info() 671 672 fs_read_query_info() parses a reply from the font server. The reply 673 contains embedded length fields, none of which are validated. This 674 can cause out of bound reads in either fs_read_query_info() or in 675 _fs_convert_props() which it calls to parse the fsPropInfo in the reply. 676 677 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 678 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 679 Reviewed-by: Adam Jackson <ajax@redhat.com> 680 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 681 682commit 0f1a5d372c143f91a602bdf10c917d7eabaee09b 683Author: Alan Coopersmith <alan.coopersmith@oracle.com> 684Date: Fri Apr 25 23:02:25 2014 -0700 685 686 CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_read 687 688 fs_get_reply() would take any reply size, multiply it by 4 and pass to 689 _fs_start_read. If that size was bigger than the current reply buffer 690 size, _fs_start_read would add it to the existing buffer size plus the 691 buffer size increment constant and realloc the buffer to that result. 692 693 This math could overflow, causing the code to allocate a smaller 694 buffer than the amount it was about to read into that buffer from 695 the network. It could also succeed, allowing the remote font server 696 to cause massive allocations in the X server, possibly using up all 697 the address space in a 32-bit X server, allowing the triggering of 698 other bugs in code that fails to handle malloc failure properly. 699 700 This patch protects against both problems, by disconnecting any 701 font server trying to feed us more than (the somewhat arbitrary) 702 64 mb in a single reply. 703 704 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 705 Reviewed-by: Adam Jackson <ajax@redhat.com> 706 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 707 708commit cbb64aef35960b2882be721f4b8fbaa0fb649d12 709Author: Alan Coopersmith <alan.coopersmith@oracle.com> 710Date: Fri Apr 25 23:02:12 2014 -0700 711 712 CVE-2014-0210: unvalidated lengths when reading replies from font server 713 714 Functions to handle replies to font server requests were casting replies 715 from the generic form to reply specific structs without first checking 716 that the reply was at least as long as the struct being cast to. 717 718 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 719 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 720 Reviewed-by: Adam Jackson <ajax@redhat.com> 721 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 722 723commit 891e084b26837162b12f841060086a105edde86d 724Author: Alan Coopersmith <alan.coopersmith@oracle.com> 725Date: Fri Apr 25 23:02:00 2014 -0700 726 727 CVE-2014-0210: unvalidated length in _fs_recv_conn_setup() 728 729 The connection setup reply from the font server can include a list 730 of alternate servers to contact if this font server stops working. 731 732 The reply specifies a total size of all the font server names, and 733 then provides a list of names. _fs_recv_conn_setup() allocated the 734 specified total size for copying the names to, but didn't check to 735 make sure it wasn't copying more data to that buffer than the size 736 it had allocated. 737 738 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 739 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 740 Reviewed-by: Adam Jackson <ajax@redhat.com> 741 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 742 743commit 05c8020a49416dd8b7510cbba45ce4f3fc81a7dc 744Author: Alan Coopersmith <alan.coopersmith@oracle.com> 745Date: Fri Apr 25 23:01:48 2014 -0700 746 747 CVE-2014-0209: integer overflow of realloc() size in lexAlias() 748 749 lexAlias() reads from a file in a loop. It does this by starting with a 750 64 byte buffer. If that size limit is hit, it does a realloc of the 751 buffer size << 1, basically doubling the needed length every time the 752 length limit is hit. 753 754 Eventually, this will shift out to 0 (for a length of ~4gig), and that 755 length will be passed on to realloc(). A length of 0 (with a valid 756 pointer) causes realloc to free the buffer on most POSIX platforms, 757 but the caller will still have a pointer to it, leading to use after 758 free issues. 759 760 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 761 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 762 Reviewed-by: Adam Jackson <ajax@redhat.com> 763 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 764 765commit 2f5e57317339c526e6eaee1010b0e2ab8089c42e 766Author: Alan Coopersmith <alan.coopersmith@oracle.com> 767Date: Fri Apr 25 23:01:11 2014 -0700 768 769 CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry() 770 771 FontFileReadDirectory() opens a fonts.dir file, and reads over every 772 line in an fscanf loop. For each successful entry read (font name, 773 file name) a call is made to FontFileAddFontFile(). 774 775 FontFileAddFontFile() will add a font file entry (for the font name 776 and file) each time it’s called, by calling FontFileAddEntry(). 777 FontFileAddEntry() will do the actual adding. If the table it has 778 to add to is full, it will do a realloc, adding 100 more entries 779 to the table size without checking to see if that will overflow the 780 int used to store the size. 781 782 Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> 783 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 784 Reviewed-by: Adam Jackson <ajax@redhat.com> 785 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 786 787commit 2a5111af9e03a55bd099c6c3a5b9a7fd3dfce76f 788Author: Alan Coopersmith <alan.coopersmith@oracle.com> 789Date: Thu Apr 24 22:11:08 2014 -0700 790 791 fs_send_open_font needs to allow namelen of 0 when FontReopen is set 792 793 When _fs_load_glyphs calls fs_send_open_font with FontReopen set, it 794 passes a NULL name and namelen of 0, since fs_send_open_font is going 795 to reuse the previous name. 796 797 This overly restrictive check was added in XFree86 4.3.99.12: 798 http://cvsweb.xfree86.org/cvsweb/xc/lib/font/fc/fserve.c.diff?r1=3.23&r2=3.24 799 http://cvsweb.xfree86.org/cvsweb/xc/lib/font/fc/fserve.c?rev=3.24&content-type=text/vnd.viewcvs-markup 800 801 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 802 803commit 77902e1422315963364fcba3736ff9b5b0f32d47 804Author: Alan Coopersmith <alan.coopersmith@oracle.com> 805Date: Tue Apr 22 23:49:29 2014 -0700 806 807 Clean up warnings when src/fc is built with -DDEBUG 808 809 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 810 811commit f75f7bde4cedc36d5ca1289988b3daebb80528d2 812Author: Alan Coopersmith <alan.coopersmith@oracle.com> 813Date: Tue Apr 22 23:45:41 2014 -0700 814 815 Allow enabling src/fc DEBUG helpers via CPPFLAGS 816 817 Instead of editing fsio.h to turn on debugging logs, just add 818 -DDEBUG to CPPFLAGS when building. 819 820 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 821 822commit 21f5d3ec9d833b8bce08d0749b8001e1e88544ac 823Author: Alan Coopersmith <alan.coopersmith@oracle.com> 824Date: Mon Apr 21 22:05:20 2014 -0700 825 826 Bump version to 1.4.99.0 for master branch (to become 1.5) 827 828 libXfont 1.5.0 will be synchronized with the fontsproto 2.1.3 API 829 changes needed for xorg-server 1.16 branch. 830 831 libXfont 1.4.x will be left for stable release branch for older 832 Xserver releases. 833 834 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 835 836commit 5a398a55ccdd92d0ff05793692ef8e57f3a50198 837Author: Alan Coopersmith <alan.coopersmith@oracle.com> 838Date: Sun Apr 20 18:10:07 2014 -0700 839 840 Require fontsproto 2.1.3 for matching function prototypes 841 842 Building current libXfont git against fontsproto 2.1.2 causes clang 843 complaints of: 844 845 patcache.c:130:1: error: conflicting types for 'CacheFontPattern' 846 CacheFontPattern (FontPatternCachePtr cache, 847 ^ 848 patcache.c:176:1: error: conflicting types for 'FindCachedFontPattern' 849 FindCachedFontPattern (FontPatternCachePtr cache, 850 ^ 851 852 due to the constification of arguments not matching. 853 854 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 855 Reviewed-by: Thomas Klausner <wiz@NetBSD.org> 856 857commit c77a0784bdfc8c178f0742689cf6ae02a2fce37f 858Author: Alan Coopersmith <alan.coopersmith@oracle.com> 859Date: Sun Apr 20 17:59:14 2014 -0700 860 861 Check if pointer returned by BufFileCreate is NULL before writing to it 862 863 Fixes clang analyzer warning: 864 865 bufio.c:165:13: warning: Access to field 'bufp' results in a dereference 866 of a null pointer (loaded from variable 'f') 867 f->bufp = f->buffer; 868 ~ ^ 869 870 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 871 Reviewed-by: Thomas Klausner <wiz@NetBSD.org> 872 873commit c8855746aec2a9b732502da0ca3258b4e701c61a 874Author: Peter Harris <pharris@opentext.com> 875Date: Mon Apr 7 14:25:02 2014 -0400 876 877 Fix buffer read overrun 878 879 "FreeType" is only eight bytes long. The atom "FreeType\x00\x??" is 880 probably not what the author intended. 881 882 Signed-off-by: Peter Harris <pharris@opentext.com> 883 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 884 885commit a96cc1f032a059da89319ceccb6659c8edd446fb 886Author: Keith Packard <keithp@keithp.com> 887Date: Fri Nov 15 21:46:15 2013 +0900 888 889 Warning fixes. 890 891 Many const char issues. 892 893 One extra 'i' declared in ScaleFont; we can just use the same 'i' as 894 exists at the top level scope. 895 896 Also ignore bad-function-cast in ftfuncs.c and bitscale.c because 897 we're casting the return value from floor or ceil from double to 898 int. As floor and ceil are kinda designed to generate integer results, 899 it's pretty clear that we're doing what we want and that the compiler 900 is generating noise. I'm not sure why bad-function-cast is ever a good 901 warning to turn on, but I'll leave that for another day. 902 903 Signed-off-by: Keith Packard <keithp@keithp.com> 904 Reviewed-by: Gaetan Nadon <memsize@videotron.ca> 905 906commit 2a3429413df27224ceeddd22500ce43b5431d698 907Author: Alan Coopersmith <alan.coopersmith@oracle.com> 908Date: Fri Jan 17 22:25:56 2014 -0800 909 910 Add note to README declaring snf fonts to be deprecated 911 912 pcf was introduced to replace snf in X11R5 in 1991: 913 http://www.x.org/wiki/X11R5/#index56h3 914 22 years is long enough to move off a font format that was alive for 915 less than a decade before that, and widely considered a bad idea even 916 then: 917 http://www.faqs.org/faqs/fonts-faq/part15/ 918 919 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 920 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 921 Reviewed-by: Eric Anholt <eric@anholt.net> 922 Reviewed-by: Julien Cristau <jcristau@debian.org> 923 924commit efcb136a03f642fba7e289e25d5dcf609bd13f07 925Author: Alan Coopersmith <alan.coopersmith@oracle.com> 926Date: Fri Jan 17 22:25:01 2014 -0800 927 928 Add notes to README about various font formats & configure options 929 930 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 931 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 932 Reviewed-by: Eric Anholt <eric@anholt.net> 933 Reviewed-by: Julien Cristau <jcristau@debian.org> 934 935commit 5d696738c2ab901bdef004169799bb63939fa7b5 936Author: Alan Coopersmith <alan.coopersmith@oracle.com> 937Date: Fri Jan 17 22:00:25 2014 -0800 938 939 Correct comment in configure.ac about scalable font support 940 941 Bitstream Speedo support was removed in commit d50de26430c1a114a. 942 All scalable font support now goes through FreeType, which can 943 also handle some bitmap font formats as well. 944 945 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 946 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 947 Reviewed-by: Eric Anholt <eric@anholt.net> 948 Reviewed-by: Julien Cristau <jcristau@debian.org> 949 950commit 6371fcf2b60e48605ed59f098d1e642e35b1d142 951Author: Alan Coopersmith <alan.coopersmith@oracle.com> 952Date: Tue Jan 7 23:09:08 2014 -0800 953 954 Remove redundant setting of 'len' in SPropRecValList_add_by_font_cap 955 956 Found by cppcheck 1.63: 957 [FreeType/xttcap.c:621] -> [FreeType/xttcap.c:624]: (performance) 958 Variable 'len' is reassigned a value before the old one has been used. 959 960 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 961 Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> 962 963commit 63c7ac4dbb739e51d55249e71282699e5e0d7e1d 964Author: Alan Coopersmith <alan.coopersmith@oracle.com> 965Date: Tue Jan 7 22:58:22 2014 -0800 966 967 Initialize (unused) data field in fsListCataloguesReq before sending it. 968 969 Quiets cppcheck 1.63 warning: 970 [fc/fserve.c:2972]: (error) Uninitialized variable: lcreq 971 972 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 973 Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> 974 975commit d279ffa49284b5e5f787f76edbe8c52226534a64 976Author: Alan Coopersmith <alan.coopersmith@oracle.com> 977Date: Tue Jan 7 22:29:04 2014 -0800 978 979 Remove redundant declaration of FontFileStartListFonts() 980 981 Fixes gcc warning: 982 catalogue.c:336:1: warning: redundant redeclaration of 983 'FontFileStartListFonts' [-Wredundant-decls] 984 In file included from ../../include/X11/fonts/fntfilst.h:40:0, 985 from catalogue.c:32: 986 ../../include/X11/fonts/fntfil.h:92:12: note: previous declaration 987 of 'FontFileStartListFonts' was here 988 989 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 990 Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> 991 992commit 2fb6295ace36394732815aca5aef1a85e63de56c 993Author: Alan Coopersmith <alan.coopersmith@oracle.com> 994Date: Tue Jan 7 22:15:50 2014 -0800 995 996 Fix unused variable 'dir' warnings 997 998 catalogue.c: In function 'CatalogueOpenFont': 999 catalogue.c:290:22: warning: variable 'dir' set but not used [-Wunused-but-set-variable] 1000 catalogue.c: In function 'CatalogueListFonts': 1001 catalogue.c:324:22: warning: variable 'dir' set but not used [-Wunused-but-set-variable] 1002 fpe.c: In function 'BuiltinResetFPE': 1003 fpe.c:57:22: warning: variable 'dir' set but not used [-Wunused-but-set-variable] 1004 1005 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1006 Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> 1007 1008commit 30110063857ff9a5f93f6d8d13f535c9b6e59e2a 1009Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1010Date: Tue Jan 7 08:22:31 2014 -0800 1011 1012 libXfont 1.4.7 1013 1014 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1015 1016commit 2a84680376bafd74609c6ef3e38befcb8467d814 1017Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1018Date: Mon Dec 23 19:01:11 2013 -0800 1019 1020 Limit additional sscanf strings to fit buffer sizes 1021 1022 None of these could currently result in buffer overflow, as the input 1023 and output buffers were the same size, but adding limits helps ensure 1024 we keep it that way, if we ever resize any of these in the future. 1025 1026 Fixes cppcheck warnings: 1027 [lib/libXfont/src/bitmap/bdfread.c:547]: (warning) 1028 scanf without field width limits can crash with huge input data. 1029 [lib/libXfont/src/bitmap/bdfread.c:553]: (warning) 1030 scanf without field width limits can crash with huge input data. 1031 [lib/libXfont/src/bitmap/bdfread.c:636]: (warning) 1032 scanf without field width limits can crash with huge input data. 1033 1034 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1035 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 1036 Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 1037 1038commit 4d024ac10f964f6bd372ae0dd14f02772a6e5f63 1039Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1040Date: Mon Dec 23 18:34:02 2013 -0800 1041 1042 CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters() 1043 1044 Fixes cppcheck warning: 1045 [lib/libXfont/src/bitmap/bdfread.c:341]: (warning) 1046 scanf without field width limits can crash with huge input data. 1047 1048 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1049 Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> 1050 Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 1051 1052commit fdcf9a9be6a5d453659beadec5d1a1fdbab9afaf 1053Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1054Date: Fri Dec 27 11:01:35 2013 -0800 1055 1056 Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions 1057 1058 Required on Solaris to expose definitions in system headers that 1059 are not defined in the XPG standards now that xtrans 1.3 defines 1060 _XOPEN_SOURCE to 600 on Solaris. 1061 1062 Fixes build failures: 1063 fserve.c: In function 'fs_block_handler': 1064 fserve.c:1210:5: error: 'fd_mask' undeclared (first use in this function) 1065 fserve.c:1210:5: note: each undeclared identifier is reported only once for each function it appears in 1066 In file included from transport.c:67:0, 1067 from fstrans.c:28: 1068 Xtranssock.c: In function '_FontTransSocketINETConnect': 1069 Xtranssock.c:1421:19: error: 'INET6_ADDRSTRLEN' undeclared (first use in this function) 1070 Xtranssock.c:1421:19: note: each undeclared identifier is reported only once for each function it appears in 1071 1072 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1073 Reviewed-by: Daniel Stone <daniel@fooishbar.org> 1074 1075commit 0d24378a6f08f5ab594ff552d60cf5f8f74bcb33 1076Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1077Date: Sat Dec 7 20:11:29 2013 -0800 1078 1079 Don't leak old allocation if realloc fails to enlarge it 1080 1081 In ftfuncs.c, since the buffer being reallocated is a function local 1082 buffer, used to accumulate data for a single run of the function and 1083 then freed at the end of the function, we just free the old buffer if 1084 realloc fails. 1085 1086 In atom.c however, the ReverseMap is a static buffer, so we operate in 1087 temporary variables until we know we're successful, then update the 1088 static variables. If we fail, we leave the old static variables in place, 1089 since they contain data about previous atoms we should maintain, not lose. 1090 1091 Reported by cppcheck: 1092 [lib/libXfont/src/FreeType/ftfuncs.c:2122]: (error) Common realloc mistake: 1093 'ranges' nulled but not freed upon failure 1094 [lib/libXfont/src/util/atom.c:126]: (error) Common realloc mistake: 1095 'reverseMap' nulled but not freed upon failure 1096 1097 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1098 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 1099 1100commit 5e27c364b174497d427dcecd122d711ef6b9f630 1101Author: Julien Cristau <jcristau@debian.org> 1102Date: Mon Aug 12 18:40:27 2013 +0200 1103 1104 Make serverGeneration unsigned 1105 1106 Makes the definition match other declarations, and xserver's definition. 1107 1108 Debian bug#689439 1109 1110 Reported-by: Michael Tautschnig <mt@debian.org> 1111 Signed-off-by: Julien Cristau <jcristau@debian.org> 1112 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1113 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1114 1115commit 7d34534c050cb4366c7b14bff585c17d6d578f89 1116Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1117Date: Sat Oct 26 00:06:22 2013 -0700 1118 1119 Replace malloc(strlen)+strcpy/strcat calls with strdup 1120 1121 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1122 1123commit 8a9fc31628a98e3cdaae6078bb5d92bce06c37ac 1124Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1125Date: Fri Oct 25 23:56:55 2013 -0700 1126 1127 xstrdup -> strdup 1128 1129 Missed in xalloc -> malloc etal conversion in 0cdc9b8f850342 1130 1131 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1132 Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> 1133 1134commit 8b289e10c5013cdcbf817c06bd929e3ea8339987 1135Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1136Date: Sun Jul 21 16:53:47 2013 -0700 1137 1138 libXfont 1.4.6 1139 1140 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1141 1142commit 7447029974415641a7a8a85918edcc20cfd9d461 1143Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1144Date: Mon Jun 24 22:40:39 2013 -0700 1145 1146 Require ANSI C89 pre-processor, drop pre-C89 token pasting support 1147 1148 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1149 1150commit c21d25de05d82a761a3225b685e9adcb7bb374bd 1151Author: Thomas Klausner <wiz@NetBSD.org> 1152Date: Sun Jun 2 21:03:27 2013 +0200 1153 1154 Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual. 1155 1156 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1157 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1158 1159commit b8dd42dce868f9c16a59790ce51f0542b59cb79d 1160Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1161Date: Tue Jan 15 18:30:32 2013 -0800 1162 1163 Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS 1164 1165 Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html 1166 1167 - Support for the long-deprecated INCLUDES variable will be removed 1168 altogether in Automake 1.14. The AM_CPPFLAGS variable should be 1169 used instead. 1170 1171 This variable was deprecated in Automake releases prior to 1.10, which is 1172 the current minimum level required to build X. 1173 1174 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1175 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 1176 1177commit 8d946d2606b3a349b2a54d602e027a09ae330e88 1178Author: Colin Walters <walters@verbum.org> 1179Date: Wed Jan 4 17:37:06 2012 -0500 1180 1181 autogen.sh: Implement GNOME Build API 1182 1183 http://people.gnome.org/~walters/docs/build-api.txt 1184 1185 Signed-off-by: Adam Jackson <ajax@redhat.com> 1186 1187commit 9d8936879b2fe1ca6460354ef68cd5e824d6748c 1188Author: Adam Jackson <ajax@redhat.com> 1189Date: Tue Jan 15 14:28:48 2013 -0500 1190 1191 configure: Remove AM_MAINTAINER_MODE 1192 1193 Signed-off-by: Adam Jackson <ajax@redhat.com> 1194 1195commit a756da1844f63a2f2162eb8e53a883f496e4faad 1196Author: Adam Jackson <ajax@redhat.com> 1197Date: Fri Dec 7 10:30:38 2012 -0500 1198 1199 catalogue: Fix obvious thinko 1200 1201 Signed-off-by: Adam Jackson <ajax@redhat.com> 1202 1203commit 5680e4c3d76cd5c64175d88d0685ee6962aa1e46 1204Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 1205Date: Mon Oct 29 09:59:30 2012 -0500 1206 1207 Omit catalogue support on systems without symlinks 1208 1209 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 1210 Reviewed-by: Colin Harrison <colin.harrison@virgin.net> 1211 Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> 1212 1213commit 3c534f72d6d4327926474a5f8fa53cbcf19de3cf 1214Author: Arvind Umrao <arvind.umrao@oracle.com> 1215Date: Thu Aug 23 16:15:04 2012 +0530 1216 1217 If socket is interrupted with signal EINTR, re-attempt read. 1218 1219 If socket is getting interrupted with signal EINTR, we should keep 1220 socket in progress state. I have borrowed following code from socket 1221 write _fs_flush():line274 . I have done exactly same at _fs_fill(). 1222 Socket write will not close the connection and re attempt to read buffer. 1223 1224 Signed-off-by: Arvind Umrao <arvind.umrao@oracle.com> 1225 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1226 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1227 1228commit 4b67ad5486c322c01a2ca86b0b4af0a74228f813 1229Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1230Date: Fri Mar 2 10:05:21 2012 -0800 1231 1232 libXfont 1.4.5 1233 1234 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1235 1236commit 3f87a8b0b86de83ea8944a53de82caf254a9988a 1237Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1238Date: Fri Oct 21 20:49:50 2011 -0700 1239 1240 Use * precision notation instead of computing sprintf format strings 1241 1242 Allows gcc to check format strings instead of just warning about them 1243 1244 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1245 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1246 1247commit 613faa245437bb948b4c86ea6c7fbb716e38f0bf 1248Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1249Date: Sun Oct 2 09:30:09 2011 -0700 1250 1251 Fix printf warnings about incorrect argument types 1252 1253 Mostly due to difference between sizeof & int on 64-bit platforms 1254 1255 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1256 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1257 1258commit f24c559bcb42e3ea9321c3e6a9ecf0720a581e33 1259Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1260Date: Sun Oct 2 09:19:47 2011 -0700 1261 1262 Add _X_ATTRIBUTE_PRINTF to *Error/*Warning functions taking printf formats 1263 1264 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1265 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1266 1267commit 3715cd752bac912a56aa1cbb9dd874624a709aab 1268Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1269Date: Sun Oct 2 09:16:05 2011 -0700 1270 1271 Add const attributes to fix gcc -Wwrite-strings warnings 1272 1273 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1274 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1275 1276commit 8d130ac0fcf19e0e0dd0a404d9317fd8860baad4 1277Author: Tomas Hoger <thoger@redhat.com> 1278Date: Mon Oct 10 14:38:06 2011 -0700 1279 1280 Support compress files with maxbits < 12 1281 1282 The compress decompression code used by libXfont rejects valid archives 1283 with maxbits less than 12 (compress allows values 9 - 16, 16 is the 1284 default). This is because maxbits-12 is used as index to hsize_table[]. 1285 1286 That looks like an incorrect port of the original compress code, where: 1287 - hsize depended on BITS, the maximum maxbits value supported by particular 1288 build, rather than on maxbits value from the particular input file 1289 - the same hsize was used for all BITS <= 12 1290 1291 The quick way to verify the problem is: 1292 compress -b 11 fontfile.bdf 1293 bdftopcf -o /dev/null fontfile.bdf.Z 1294 which fails, while 12-16 works correctly. 1295 1296 This fix removes hsize_table and uses 1 << maxbits (aka maxmaxcode) as 1297 tab_prefix size. As decompression code does not use hashing as compression 1298 code, there does not seem to be a reason to allocate any extra space. 1299 1300 Note: In this fix, maxbits == 9 is still rejected early. AFAICS compress 1301 is able to generate such files (unknown how correct such output is), but is 1302 unable to uncompress them correctly. 1303 1304 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1305 1306commit bb97dbf56dff50bef936c0631587ed08dd6c8fa9 1307Author: Matt Dew <marcoz@osource.org> 1308Date: Mon Oct 3 20:23:47 2011 -0600 1309 1310 1 - fix the capitalization of the ID attriutes to match either the 1311 <title> or <funcdef> string it goes with. 1312 2 - fix any <linkend>'s that were affected by 1. 1313 3 - any <function> in the docs that has an actual funcdef, 1314 will become an olink. 1315 1316 Signed-off-by: Matt Dew <marcoz@osource.org> 1317 1318commit c73a0e09a2713d0dc16ca5cd9d288b8868846a19 1319Author: Gaetan Nadon <memsize@videotron.ca> 1320Date: Thu Sep 22 14:00:36 2011 -0400 1321 1322 doc: fix typo in copyright statement 1323 1324 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1325 1326commit d86d8f34f5c2ac5c80230aea2de49bb97eaf5f92 1327Author: Gaetan Nadon <memsize@videotron.ca> 1328Date: Thu Sep 22 09:20:38 2011 -0400 1329 1330 doc: refactor legal text for multi licensing copyrights 1331 1332 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1333 1334commit 43d587d89bee679850bb18ff25aa77c961712728 1335Author: Olli Vertanen <olli.vertanen@symbio.com> 1336Date: Tue Sep 6 19:00:55 2011 +0000 1337 1338 libxfont: An uninitialized pointer causes a crash if pcf header is corrupted. 1339 1340 If pcfReadTOC() or pcfGetProperties() fail in the beginning 1341 of execution of pcfReadFont(), function tries to free an 1342 uninitialized pointer (isStringProp) when bailing out. 1343 1344 The pointer gets now initialized correctly. 1345 1346 Signed-off-by: Olli Vertanen <olli.vertanen@symbio.com> 1347 Reviewed-by: Rami Ylimäki <rami.ylimaki@vincit.fi> 1348 1349commit 73e6c94a351c891ed85446df84c9a30a4224f478 1350Author: Joerg Sonnenberger <joerg@britannica.bec.de> 1351Date: Sun Aug 21 19:07:51 2011 +0200 1352 1353 Fix empty statement in if conditional. 1354 1355 Assume for a moment that the intention here is to do 1356 something useful. 1357 1358 Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> 1359 1360commit bd48ad11fd11412c62c3ac8ed5d52c4f10a985aa 1361Author: Joerg Sonnenberger <joerg@britannica.bec.de> 1362Date: Sun Aug 21 18:51:53 2011 +0200 1363 1364 Do proper input validation to fix for CVE-2011-2895. 1365 1366 It ensures that all valid input can be decompressed, checks that the 1367 overflow conditions doesn't happen and generally tightens the 1368 validation of the LZW stream and doesn't pessimize the inner loop for 1369 no good reason. It's derived from a change in libarchive from 2004. 1370 1371 Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> 1372 Reviewed-by: Tomas Hoger <thoger@redhat.com> 1373 1374commit 098ab294deed98371ee362fadafcf2e510e0cc50 1375Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1376Date: Fri Sep 16 22:21:21 2011 -0700 1377 1378 Strip trailing whitespace 1379 1380 Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' 1381 git diff -w & git diff -b show no diffs from this change 1382 1383 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1384 1385commit 211368b8d04ed13ba520de2dd49a875cb1d663a7 1386Author: Gaetan Nadon <memsize@videotron.ca> 1387Date: Mon Sep 12 11:09:50 2011 -0400 1388 1389 docs: use the &fullrelvers; entity to set X11 release information 1390 1391 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1392 1393commit 425ee265c61b3815a0ef1e4e0445dc91921d71ee 1394Author: Gaetan Nadon <memsize@videotron.ca> 1395Date: Fri Sep 9 13:08:04 2011 -0400 1396 1397 devbook.am: maintenance update from docbook.am 1398 1399 The developer docs are generated from a subset of docbook.am 1400 which is sometimes updated. 1401 1402 The one difference is the embedded css style in the HEAD element. 1403 1404 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1405 1406commit 1c7cfd7a2b89329f27951c0437f925dd3301e3de 1407Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1408Date: Wed Aug 10 22:19:44 2011 -0700 1409 1410 Remove configure comment about synchronizing version numbers 1411 1412 This appears to have been a mistaken copy-and-paste from something like 1413 libXcursor - I can't find any Xfont.h header, nor any libXfont header 1414 containing a version number. 1415 1416 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1417 Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> 1418 1419commit a7970f5c817b5c75d945389cfaf1384ff23437f3 1420Author: Matthieu Herrb <matthieu.herrb@laas.fr> 1421Date: Mon Aug 8 18:08:05 2011 +0200 1422 1423 libXfont 1.4.4 1424 1425 Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> 1426 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1427 1428commit d11ee5886e9d9ec610051a206b135a4cdc1e09a0 1429Author: Thomas Hoger <thoger@redhat.com> 1430Date: Mon Aug 8 18:03:09 2011 +0200 1431 1432 LZW decompress: fix for CVE-2011-2895 1433 1434 Specially crafted LZW stream can crash an application using libXfont 1435 that is used to open untrusted font files. With X server, this may 1436 allow privilege escalation when exploited 1437 1438 Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> 1439 Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> 1440 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1441 1442commit 214ca6a7a2247544627e6dc7c8705811305ad007 1443Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1444Date: Mon May 16 18:28:13 2011 -0700 1445 1446 Fix memory leak in allocation failure path of BitmapOpenScalable() 1447 1448 Go ahead and fill in the font->info pointers so that bitmapUnloadScalable() 1449 will free the bits that were allocated, even if some were not. 1450 1451 Error: Memory leak (CWE 401) 1452 Memory leak of pointer <unknown> allocated with ComputeScaledProperties(...) 1453 at line 1629 of /export/alanc/X.Org/git/lib/libXfont/src/bitmap/bitscale.c in function 'BitmapOpenScalable'. 1454 pointer allocated at line 1616 with ComputeScaledProperties(...). 1455 <unknown> leaks when props != 0 at line 1623. 1456 1457 [ This bug was found by the Parfait 0.3.7 bug checking tool. 1458 For more information see http://labs.oracle.com/projects/parfait/ ] 1459 1460 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1461 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1462 1463commit 7f8345aa6fb60a7fd7adf0095a2354fad1d8d5ef 1464Author: Gaetan Nadon <memsize@videotron.ca> 1465Date: Wed Mar 2 14:33:07 2011 -0500 1466 1467 doc: use common makefile for developers documentation 1468 1469 The user/specs docs now have external references support. 1470 Developers doc are not installed so they do not participate. 1471 However, using a similar makefile shared amongst developers 1472 document reduces maintenance and is forward looking. 1473 1474 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1475 1476commit 77027deabca37183cfbbed107cf14ca80f29f26d 1477Author: Gaetan Nadon <memsize@videotron.ca> 1478Date: Wed Feb 2 11:43:42 2011 -0500 1479 1480 config: comment, minor upgrade, quote and layout configure.ac 1481 1482 Group statements per section as per Autoconf standard layout 1483 Quote statements where appropriate. 1484 Autoconf recommends not using dnl instead of # for comments 1485 1486 Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. 1487 Add AC_CONFIG_SRCDIR([Makefile.am]) 1488 1489 This helps automated maintenance and release activities. 1490 Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines 1491 1492commit 9ea1790d61bd135714c40e5089ecb1effa1dbcc0 1493Author: Gaetan Nadon <memsize@videotron.ca> 1494Date: Thu Jan 27 18:50:15 2011 -0500 1495 1496 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 1497 1498 XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls 1499 AC_PROG_C_C99. This sets gcc with -std=gnu99. 1500 If AC_PROG_CC macro is called afterwards, it resets CC to gcc. 1501 1502 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1503 1504commit 4e0c6c45d819befdd9315d6282b957f7cfec3ae2 1505Author: Paulo Zanoni <pzanoni@mandriva.com> 1506Date: Thu Dec 16 14:09:12 2010 -0200 1507 1508 Use docbookx.dtd version 4.3 for all docs 1509 1510 Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com> 1511 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1512 1513commit 01c30845853f5a8114467185d76274ae9bbff091 1514Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1515Date: Sun Nov 21 11:35:20 2010 -0800 1516 1517 Sun's copyrights belong to Oracle now 1518 1519 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1520 1521commit 72ade58381a49514f2b29065ba33a464b7efc3d0 1522Author: Gaetan Nadon <memsize@videotron.ca> 1523Date: Tue Nov 9 13:04:51 2010 -0500 1524 1525 config: HTML file generation: use the installed copy of xorg.css 1526 1527 Currenlty the xorg.css file is copied in each location 1528 where a DocBook/XML file resides. This produces about 1529 70 copies in the $(docdir) install tree. 1530 1531 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1532 1533commit 12157fbebc35c2d039df2df4fc5ac2b299eeec03 1534Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1535Date: Thu Oct 28 20:43:27 2010 -0700 1536 1537 libXfont 1.4.3 1538 1539 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1540 1541commit f29f1d68d7eca96e45ba3758686be07993d82e03 1542Author: Jesse Adkins <jesserayadkins@gmail.com> 1543Date: Tue Sep 28 13:30:02 2010 -0700 1544 1545 Purge cvs tags. 1546 1547 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> 1548 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1549 1550commit 6628b4d82426cf9ac240da363cd8a8252e6f71ef 1551Author: Jeremy Huddleston <jeremyhu@apple.com> 1552Date: Mon Sep 27 12:31:50 2010 -0700 1553 1554 FreeType: Cleanup MUMBLE and fix printing of XLFD in debug spew. 1555 1556 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 1557 1558commit c482a2c104aa5cd1a265c2ca310a308dcc418fe7 1559Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 1560Date: Wed Apr 14 05:58:28 2010 -0500 1561 1562 Revert "Bug #6247: Fix build on Cygwin" 1563 1564 libtool requires the '-no-undefined' flag in order to create shared 1565 libraries on PE/COFF platforms (Cygwin/MinGW); on other platforms this 1566 flag has no effect. 1567 1568 The problem with libXfont is that PE weak symbols do not behave exactly 1569 as they do on ELF platforms. Since PE binaries (both executables and 1570 libraries) must have all symbols resolved at link time, there is no way 1571 for the real symbols in xserver to "displace" those in libXfont at 1572 runtime, so the result is that libXfont uses its stubs, which do 1573 nothing, and xserver ends up unable to find its fonts. 1574 1575 Solving this will require either significant changes to libXfont or some 1576 major improvement to the toolchain to handle this case. Until that 1577 happens, removing '-no-undefined' will result in a static-only library 1578 on these platforms, which is the only currently working solution. 1579 1580 http://sourceware.org/bugzilla/show_bug.cgi?id=11306 1581 http://cygwin.com/ml/cygwin/2010-04/msg00281.html 1582 1583 This reverts commit 69c4ae1e3e14a58bc2eb9b9b8820dc7183b82a67. 1584 1585 Conflicts: 1586 1587 ChangeLog 1588 1589 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 1590 1591commit 455ec66e82e3c4bedd9e789d2ab33030b8e64ffa 1592Author: Alan Coopersmith <alan.coopersmith@oracle.com> 1593Date: Sun Aug 8 00:19:36 2010 -0700 1594 1595 Fix builds with Sun compilers 1596 1597 Sun compilers use #pragma weak in the *.c files to declare weak symbols, 1598 so should have weak defined to empty, but not define NO_WEAK_SYMBOLS 1599 1600 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 1601 1602commit 0386fa77367a305deea3cc27f8a3865cc3c467c0 1603Author: Jeremy Huddleston <jeremyhu@apple.com> 1604Date: Sat Jul 10 10:08:21 2010 -0700 1605 1606 darwin: Fix build regression introduced by previous patch 1607 1608 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 1609 1610commit 8f75706901da0141590d46f0f898e5678feac953 1611Author: Jon TURNEY <jon.turney@dronecode.org.uk> 1612Date: Mon Jun 28 17:56:07 2010 +0100 1613 1614 Build fix for platforms which don't have weak linkage 1615 1616 Since we fix this by removing the serverGeneration symbol, assuming 1617 an external definition will be provided, this means on Windows libXfont 1618 can only be built as a static library (since PE shared libraries cannot 1619 contain undefined symbols). This produces a libXfont which might only 1620 be useful to the xserver, but the only other users we might care about 1621 are xfs, which is obsolete, and bdftopcf, which fortunately doesn't 1622 pull in any objects which reference serverGeneration from libXfont. 1623 1624 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> 1625 Reviewed-by: Colin Harrison <colin.harrison@virgin.net> 1626 1627commit 5c49c956e9c85d89f6b2e719eb9b6fbde62c2f72 1628Author: Gaetan Nadon <memsize@videotron.ca> 1629Date: Mon Jun 28 13:18:22 2010 -0400 1630 1631 doc: use xorg-docs xorg.css stylesheet 1632 1633 Use latest DocBook XML util-macros infrastructure 1634 1635 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1636 1637commit 27270de56f7da5e047784434f3b29fa672f97ffd 1638Author: Tiago Vignatti <tiago.vignatti@nokia.com> 1639Date: Thu Jun 10 16:29:37 2010 +0300 1640 1641 libXfont 1.4.2 1642 1643 Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> 1644 Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> 1645 Reviewed-by: Alex Deucher <alexdeucher@gmail.com> 1646 Reviewed-by: Daniel Stone <daniel@fooishbar.org> 1647 1648commit a85f4fc6142349517aaa4cf6bc8049e2d85c1006 1649Author: Tiago Vignatti <tiago.vignatti@nokia.com> 1650Date: Thu Jun 10 16:18:05 2010 +0300 1651 1652 Use one single function to register fpe functions 1653 1654 X server doesn't need to understand fpe internals, so let it transparent 1655 turning all registration functions in a single one. For that, fill the already 1656 existent register_fpe_functions(). 1657 1658 Some X servers don't want font server support, so this patch also sets font 1659 server support to be configured in build time. 1660 1661 In my machine, I see 20kB of RSS being saved in libXfont mapped in Xorg 1662 process when I disabled font server support and other kind of fonts in the 1663 library (--disable-pcfformat --disable-bdfformat --disable-snfformat 1664 --disable-freetype --disable-fc). 1665 1666 The default library built was taking: 1667 text data bss dec hex filename 1668 261847 4484 1536 267867 4165b ./lib/libXfont.so 1669 1670 and with these flags, it jumps to: 1671 text data bss dec hex filename 1672 157764 2428 1188 161380 27664 ./lib/libXfont.so 1673 1674 Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> 1675 Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> 1676 Reviewed-by: Alex Deucher <alexdeucher@gmail.com> 1677 Reviewed-by: Daniel Stone <daniel@fooishbar.org> 1678 1679commit d137c81b83e0a6f68989c37035d0c950bb43fcc5 1680Author: Gaetan Nadon <memsize@videotron.ca> 1681Date: Thu Apr 1 14:12:47 2010 -0400 1682 1683 config: fontconf.h.in is redundant in EXTRA_DIST 1684 1685 Output files listed in AC_CONFIG_HEADERS or AC_OUTPUT have 1686 their input files (typically .in) included in the tarball. 1687 1688 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 1689 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1690 1691commit d8d901323776599c8392f9b973ba129c3af45a4b 1692Author: Gaetan Nadon <memsize@videotron.ca> 1693Date: Tue Mar 30 09:26:13 2010 -0400 1694 1695 config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS 1696 1697 There are 2 headers to generate. The first one (config.h) 1698 is picked up by autoheader to generate the familiar config.h.in 1699 input file. The others in the list (or in subsequent AC_CONFIG_HEADERS 1700 macro calls) are generated from their existing matching template, 1701 e.g. fontconf.h.in. 1702 1703 When multiple headers are listed in the same macro call, 1704 they cannot be separated by a new line like we do in AC_OUTPUT. 1705 1706 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 1707 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1708 1709commit df94cb141f02f123a64b0ef7abf5f593c1b27e13 1710Author: Gaetan Nadon <memsize@videotron.ca> 1711Date: Wed Mar 31 20:21:47 2010 -0400 1712 1713 Revert "config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS" 1714 1715 This reverts commit 8e84687b26be6e8f5da4fce173c0a134eb07f4f3. 1716 1717 Until the issue is resolved on MAC O/S 1718 http://tinderbox.x.org/builds/2010-03-31-0030/logs/libXfont/ 1719 1720commit 8e84687b26be6e8f5da4fce173c0a134eb07f4f3 1721Author: Gaetan Nadon <memsize@videotron.ca> 1722Date: Tue Mar 30 09:26:13 2010 -0400 1723 1724 config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS 1725 1726 Both headers end up created by the same macro. 1727 1728 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 1729 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1730 1731commit a7b7bc72b9ad061ed164601d2d18dbffd6ec1f4f 1732Author: Gaetan Nadon <memsize@videotron.ca> 1733Date: Mon Mar 29 14:53:48 2010 -0400 1734 1735 config: remove the pkgconfig pc.in file from EXTRA_DIST 1736 1737 Automake always includes it in the tarball. 1738 1739 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1740 1741commit f77258d0b286c2fd2a2fee36e42280016e310b10 1742Author: Gaetan Nadon <memsize@videotron.ca> 1743Date: Sat Mar 27 17:06:34 2010 -0400 1744 1745 config: remove protection for AS_HELP_STRING for old autoconf 1746 1747 No longer needed as modules will not configure with 2.57. 1748 AS_HELP_STRING was introduced in 2.58. The minimum level 1749 is now 2.60. 1750 1751 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 1752 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1753 1754commit a79a22bfcb344c47f2659e4178fd79f8555fbcfd 1755Author: Gaetan Nadon <memsize@videotron.ca> 1756Date: Thu Mar 11 10:11:23 2010 -0500 1757 1758 doc: specify 0.0.20 as the minimum version for xmlto 1759 1760 Older versions do not have fop backend. 1761 1762 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1763 1764commit a76488f75f23b8e08763e28b2fa56352e7b04e19 1765Author: Gaetan Nadon <memsize@videotron.ca> 1766Date: Sat Jan 30 13:13:33 2010 -0500 1767 1768 doc: use new macros to control doc generation 1769 1770 Namely XORG_WITH_FOP for the fop backend (pdf) and 1771 XORG_ENABLE_DEVEL_DOCS for the generation of all docs 1772 1773 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1774 1775commit 360f10333ac19f033ea64a8360c4886fbb657890 1776Author: Gaetan Nadon <memsize@videotron.ca> 1777Date: Wed Jan 20 11:46:21 2010 -0500 1778 1779 config: replace custom code with reusable macro XORG_WITH_XMLTO 1780 1781 XORG_WITH_XMLTO provides additional functions like a configure 1782 option which allow platform builders to control the usage of 1783 the xmlto program. 1784 1785 This is a requirement from platforms that do not have such doc tool. 1786 1787 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 1788 1789commit 24a257ca5b70e168564f0c6527e60bb06b61be8c 1790Author: Alan Coopersmith <alan.coopersmith@sun.com> 1791Date: Thu Jan 14 21:39:11 2010 -0800 1792 1793 Update Sun license notices to current X.Org standard form 1794 1795 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1796 1797commit d1c9028a410a10ef1b27c990f55de836eb948887 1798Author: Gaetan Nadon <memsize@videotron.ca> 1799Date: Fri Nov 27 20:56:04 2009 -0500 1800 1801 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 1802 1803 Now that the INSTALL file is generated. 1804 Allows running make maintainer-clean. 1805 1806commit 72353a449e8dbf82a53a1d7958755198e989d892 1807Author: Gaetan Nadon <memsize@videotron.ca> 1808Date: Wed Oct 28 15:28:32 2009 -0400 1809 1810 configure.ac: AM_MAINTAINER_MODE missing #24238 1811 1812 This turns off maintainer mode build rules in tarballs. 1813 Works in conjunction with autogen.sh --enable-maintainer-mode 1814 For all X.Org components. 1815 1816commit 489e7b2cb3371042552489385902a98dc1cd976a 1817Author: Gaetan Nadon <memsize@videotron.ca> 1818Date: Wed Oct 28 14:09:10 2009 -0400 1819 1820 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 1821 1822 Add missing INSTALL file. Use standard GNU file on building tarball 1823 README may have been updated 1824 Remove AUTHORS file as it is empty and no content available yet. 1825 Remove NEWS file as it is empty and no content available yet. 1826 1827commit c22d67cc78c27d19bb6eaba5bf71b66444ed4a40 1828Author: Gaetan Nadon <memsize@videotron.ca> 1829Date: Tue Oct 27 15:07:25 2009 -0400 1830 1831 Deploy the new XORG_DEFAULT_OPTIONS #24242 1832 1833 This macro aggregate a number of existing macros that sets commmon 1834 X.Org components configuration options. It shields the configuration file from 1835 future changes. 1836 1837commit 271382b01995469eb60035d38880f9d3665d4c4c 1838Author: Gaetan Nadon <memsize@videotron.ca> 1839Date: Mon Oct 26 22:08:43 2009 -0400 1840 1841 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 1842 1843 ChangeLog filename is known to Automake and requires no further 1844 coding in the makefile. 1845 1846commit 9be83ae94cd82b447ed59ba0869f9e94ed9018f7 1847Author: Gaetan Nadon <memsize@videotron.ca> 1848Date: Thu Oct 22 15:34:34 2009 -0400 1849 1850 .gitignore: use common defaults with custom section # 24239 1851 1852 Using common defaults will reduce errors and maintenance. 1853 Only the very small or inexistent custom section need periodic maintenance 1854 when the structure of the component changes. Do not edit defaults. 1855 1856commit 489924bfb693a844f8f8ad6023fc78e4a212bef6 1857Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 1858Date: Wed Oct 14 11:31:59 2009 -0500 1859 1860 Add -lbz2 to Libs.private if bzip2 is enabled 1861 1862 This is required on Cygwin, which must link the xservers with a static 1863 libXfont due to poor weak-symbol support. Z_LIBS includes -lz and, if 1864 bzip2 support is enabled, -lbz2. 1865 1866 Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 1867 Acked-by: Julien Cristau <jcristau@debian.org> 1868 1869commit 64f21944c5f374b0da63657f01e289b34d00904c 1870Author: Alan Coopersmith <alan.coopersmith@sun.com> 1871Date: Fri Oct 9 17:38:33 2009 -0700 1872 1873 libXfont 1.4.1 1874 1875 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1876 1877commit 947d3162f5edaaa05bbbfcfe2303d0c8b796f9ca 1878Author: Alan Coopersmith <alan.coopersmith@sun.com> 1879Date: Wed Oct 7 13:05:26 2009 -0700 1880 1881 Remove unused setting of ENCODINGSDIR 1882 1883 Seems to have been a leftover from before the encoding code was split 1884 out into libfontenc by XFree86 1885 1886 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1887 1888commit 18053ffbf92473ffce23a3c5182de92b608b9cdf 1889Author: Alan Coopersmith <alan.coopersmith@sun.com> 1890Date: Wed Oct 7 10:44:27 2009 -0700 1891 1892 Convert documentation from troff to DocBook/XML 1893 1894 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1895 1896commit 96a4daad7097ce94d4340a4e9ce779e378f9b83c 1897Author: Alan Coopersmith <alan.coopersmith@sun.com> 1898Date: Wed Oct 7 08:31:54 2009 -0700 1899 1900 Move fontlib.ms from xorg-docs 1901 1902 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1903 1904commit b7be4a976a59f3149590cf62a2ea8144aa729c2a 1905Author: Alan Coopersmith <alan.coopersmith@sun.com> 1906Date: Tue Oct 6 13:03:25 2009 -0700 1907 1908 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 1909 1910 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1911 1912commit 18c5e2ff1097880e8dea951079ae49a93ec315b0 1913Author: Bob Ham <rah@bash.sh> 1914Date: Tue Sep 15 14:28:12 2009 +1000 1915 1916 Fixed int(*)()->double cast warning 1917 1918 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 1919 1920commit 0045b2555b288099c90b65f97bd4b4a5ebc8c688 1921Author: Adam Jackson <ajax@redhat.com> 1922Date: Wed Feb 18 13:53:14 2009 -0500 1923 1924 libXfont 1.4.0 1925 1926commit 04ced93e997b185b5d9124cacc96fa39a77b2ab7 1927Author: Peter Astrand <astrand@maggie.lkpg.cendio.se> 1928Date: Wed Feb 4 22:09:25 2009 +0100 1929 1930 Avoid sending uninitialized padding data over the network. 1931 1932 Besides cluttering Valgrind output, this might also be an information leak. 1933 1934 Signed-off-by: Peter Astrand <astrand@cendio.se> 1935 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 1936 1937commit e15dca77fa76252dd8499f8585d8ce922ac3b869 1938Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 1939Date: Thu Jan 29 18:02:34 2009 -0200 1940 1941 Janitor: make distcheck and .gitignore 1942 1943 Distribute ChangeLog but not autogen.sh. 1944 Use a single toplevel .gitignore file, instead of one per subdirectory. 1945 1946commit 38bac54519a67ab1a276b66dbaa84a3327ccf827 1947Author: Adam Jackson <ajax@redhat.com> 1948Date: Sat Sep 27 02:06:27 2008 -0400 1949 1950 Remove some strcasecmp silliness 1951 1952commit f431b4eb4dc743ccdf94b1b2ed858cc21f63c091 1953Author: Adam Jackson <ajax@redhat.com> 1954Date: Tue Jan 20 23:23:40 2009 -0500 1955 1956 Allow case insensitive filename matching in fontfile. 1957 1958 Simplify the freetype renderer list to match. 1959 1960commit 903d39aeea73a973fb8b05ca1ac147c2cca146cb 1961Author: Adam Jackson <ajax@redhat.com> 1962Date: Tue Jan 20 23:21:29 2009 -0500 1963 1964 Delete some dead ifdefs 1965 1966commit daa7af2bb2326de363aa5ea51c29616e3634343a 1967Author: Adam Jackson <ajax@redhat.com> 1968Date: Tue Jan 20 23:20:20 2009 -0500 1969 1970 Move the copy of CopyISOLatin1Lowered near its user, and un-weak it. 1971 1972commit 6c29007756301f513c0151e2b63af073f310af66 1973Author: Adam Jackson <ajax@redhat.com> 1974Date: Tue Jan 20 23:17:55 2009 -0500 1975 1976 Drop OS/2 support 1977 1978commit 0cdc9b8f850342d50b72a57507db3413eacc6fb8 1979Author: Adam Jackson <ajax@redhat.com> 1980Date: Tue Jan 20 23:16:35 2009 -0500 1981 1982 xalloc -> malloc, etc. 1983 1984commit 632a2e90a4b209facc84d7a18873f19a720ea7df 1985Author: Adam Jackson <ajax@redhat.com> 1986Date: Sat Sep 27 01:30:13 2008 -0400 1987 1988 Remove PMF support. 1989 1990 .pmf files are printer font metrics; they have no glyphs, just boxes for 1991 layout. They can't possibly be useful in a post-Xprint world. 1992 1993commit e1927f80deabe0268dc18b4a9f3ceda1325171f5 1994Author: Adam Jackson <ajax@redhat.com> 1995Date: Tue Jan 20 22:57:35 2009 -0500 1996 1997 Remove printer font support. 1998 1999 Xprint is just insidious, isn't it. 2000 2001commit 732191d5d6ad58caab25e24df16fb89efaea2e9a 2002Author: Adam Jackson <ajax@redhat.com> 2003Date: Tue Jan 20 22:42:22 2009 -0500 2004 2005 Remove loadable renderer support. 2006 2007commit 423d0a2c1dfad969f4a238618811937bc5f49776 2008Author: Adam Jackson <ajax@redhat.com> 2009Date: Sat Sep 27 01:55:47 2008 -0400 2010 2011 Remove useless #define 2012 2013commit 50bca6dd881c2d787b3afa4d98a2c2667f767614 2014Author: Adam Jackson <ajax@redhat.com> 2015Date: Tue Jan 20 22:33:06 2009 -0500 2016 2017 Get rid of a useless array 2018 2019commit 6ba0565362ba9c8d1037c0e4725cb31faa141656 2020Author: Adam Jackson <ajax@redhat.com> 2021Date: Tue Jan 20 22:29:10 2009 -0500 2022 2023 const cleanup 2024 2025commit 1247f01ee36f80222e30c1678f940329aadb8335 2026Author: Adam Jackson <ajax@redhat.com> 2027Date: Tue Jan 20 01:13:08 2009 -0500 2028 2029 Delete Type1 2030 2031 Yes, these are still real fonts, but freetype can handle them just fine. 2032 2033commit 85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced 2034Author: Adam Jackson <ajax@redhat.com> 2035Date: Tue Jan 20 01:03:16 2009 -0500 2036 2037 Delete speedo 2038 2039 OUT OUT OUT 2040 2041commit 1559d8086e8063c692aae008006578b88e1368fe 2042Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 2043Date: Sun Dec 28 12:35:37 2008 -0800 2044 2045 Added missing AM_CFLAGS for -Wl,-flat_namespace 2046 2047 Fixes commit f859a76b0f325b07952ad1c5c818318307c589b0 2048 2049commit 99bad52b592f4f11887bf9033590b61880c3c976 2050Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 2051Date: Sat Mar 1 16:45:55 2008 -0300 2052 2053 Disable some fun stdio wrapping. 2054 2055 The code is still there but no magic with macros is attempted anymore 2056 to handle files. 2057 This should really be changed to just use stdio, and properly adapt 2058 functions like T1Decript, T1eexec, etc. 2059 2060commit 95760fbe45a700ea4cc118daa536604393721a59 2061Author: Alan Coopersmith <alan.coopersmith@sun.com> 2062Date: Fri Dec 19 16:24:39 2008 -0800 2063 2064 Restore comment deleted by b6f793d7d5 2065 2066commit b6f793d7d5c7f7c55911e6524dede41b92dcbc22 2067Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 2068Date: Fri Mar 14 01:30:24 2008 -0300 2069 2070 libXfont ansification and removal of xf86_ansic.h dependency 2071 2072 Basically the code is now compiled as if FONTMODULE was never defined, 2073 but also removed some "magic" defining _XOPEN_SOURCE before including 2074 math.h. 2075 Also removed some #if 0'ed code instead of fixing prototypes inside 2076 the "dead code". 2077 Changes to spdo_prv.h were due to defines like: 2078 <hash>define foo() sp_foo() 2079 that would not compile with the ansification in the format: 2080 type foo(void) 2081 due to the macro receiving "void" as an argument. 2082 2083commit 282ac4226195d58e3818e7ac97093e396aa78086 2084Author: Alan Coopersmith <alan.coopersmith@sun.com> 2085Date: Fri Dec 19 15:07:21 2008 -0800 2086 2087 Version bump: 1.3.4 2088 2089commit 5c631ad798fcdea4f2b7d0b012ac94182fad4184 2090Author: Alan Coopersmith <alan.coopersmith@sun.com> 2091Date: Fri Dec 19 14:01:28 2008 -0800 2092 2093 miscutil.c:108: warning: old-style parameter declaration 2094 2095commit d21d6c5b23a23f120f32b483ec6b86cf88cb3a98 2096Author: Alan Coopersmith <alan.coopersmith@sun.com> 2097Date: Fri Dec 19 13:47:48 2008 -0800 2098 2099 Add simple README with pointers to bugzilla/git/mailing list 2100 2101commit d3be1261d29b7d8eda124add3497a93ebe34712c 2102Author: Alan Coopersmith <alan.coopersmith@sun.com> 2103Date: Fri Dec 19 13:47:27 2008 -0800 2104 2105 Update COPYING file with additional copyrights/licenses 2106 2107commit b5cc4a10c0fe365b40be19613777f192a1ada0db 2108Author: Alan Coopersmith <alan.coopersmith@sun.com> 2109Date: Fri Dec 19 13:05:32 2008 -0800 2110 2111 Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2 2112 2113commit 377584bb71ccb2cc380c3a8f71f0acd7e755ad33 2114Author: Alan Coopersmith <alan.coopersmith@sun.com> 2115Date: Thu Dec 18 21:22:31 2008 -0800 2116 2117 Always scan catalogue dirs at startup, even if their mtime < 0 2118 2119 Works around bug in VMWare that caused the Solaris kernel to fail to read 2120 the time-of-day chip on boot, and start with a time < 0 (i.e. back to the 2121 1960's) - when the system was then installed from this mode, Xorg wouldn't 2122 start after reboot, since the mtime would be < 0 and the catalogue dir was 2123 then skipped as not changed since reading at the 0 initially set in the 2124 cat->mtime. 2125 2126 Fixes OpenSolaris bug #4780 2127 <http://defect.opensolaris.org/bz/show_bug.cgi?id=4780> 2128 2129commit 9ad7f24fafe876851b89190732034da6fb640788 2130Author: Benjamin Close <Benjamin.Close@clearchain.com> 2131Date: Thu Dec 11 15:26:13 2008 +1030 2132 2133 Make sure font names/font alias names are null terminated 2134 2135 This fixes a crash upon server restart where the saved fonts were 2136 being restored however strlen(font_name) was incorrect hence memory 2137 was being clobbered. 2138 2139commit d93cc906d4a2f42d11629e245fb13a2d08cf2a61 2140Author: Alan Coopersmith <alan.coopersmith@sun.com> 2141Date: Thu Dec 4 16:56:56 2008 -0800 2142 2143 Pad CreateAC packets with 0 auths to workaround xfs bug 2144 2145 Versions of xfs before commit 3fe28a31a2974287acc182c7c9bfd68d94ea6292 2146 will reject CreateAC packets with 0 auths unless they claim to have at 2147 least 4 bytes of authentication data that isn't actually read. 2148 2149commit f859a76b0f325b07952ad1c5c818318307c589b0 2150Author: Julien Cristau <jcristau@debian.org> 2151Date: Tue Nov 4 19:24:29 2008 +0100 2152 2153 Don't clobber CFLAGS in configure 2154 2155 This lets the user set CFLAGS when running make. 2156 2157commit 6bf52de1fb84d61b227daf7a7077af9ea3ec27a3 2158Author: Peter Breitenlohner <peb@mppmu.mpg.de> 2159Date: Mon Oct 20 19:32:23 2008 -0700 2160 2161 X.Org Bug 17945: avoid gcc warnings for libXfont 2162 2163 <http://bugs.freedesktop.org/show_bug.cgi?id=17945> 2164 2165 Avoid two gcc warnings 2166 src/fontfile/ffcheck.c:150: warning: initialization discards qualifiers from pointer target type 2167 src/fontfile/register.c:98: warning: initialization discards qualifiers from pointer target type 2168 2169commit b012dcf65b1f0e41def2f595f1b1e7b06a49d275 2170Author: Adam Jackson <ajax@redhat.com> 2171Date: Thu Aug 28 15:36:06 2008 -0400 2172 2173 Retry font server connections faster. 2174 2175commit 8a6df69750a2d350074715fb31d9d20195d00b4c 2176Author: Adam Jackson <ajax@redhat.com> 2177Date: Thu Aug 28 15:35:16 2008 -0400 2178 2179 Nuke fontcache. 2180 2181 Hasn't been relevant since the X-TT merge ages ago. 2182 2183commit 5d5587a36453d731e9a7353a98fa391dbb51b57d 2184Author: Alan Coopersmith <alan.coopersmith@sun.com> 2185Date: Thu Aug 21 19:58:06 2008 -0700 2186 2187 Add support for bzip2 bitmap font compression 2188 2189 Code originally written for Solaris Xsun in 2003, ported now to current Xorg 2190 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4819077> 2191 2192commit 624b7a507cdea25cec0728b4679610df3fb3097c 2193Author: Derek Wang <derek.wang@sun.com> 2194Date: Thu Aug 21 16:06:51 2008 -0700 2195 2196 Sun bug 4510977: dtremote fails to start session 2197 2198 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4510977> 2199 2200commit 684c000e57f30344777cf763f2f1b540ef008b38 2201Author: Adam Jackson <ajax@redhat.com> 2202Date: Wed Jul 2 15:30:03 2008 -0400 2203 2204 libXfont 1.3.3 2205 2206commit 11edbc3a818e15ea2b622b31e6f87159ee68ae4a 2207Author: Maarten ter Huurne <maarten.ter.huurne@philips.com> 2208Date: Sat Jun 28 15:34:50 2008 -0400 2209 2210 Do not call FT_Get_BDF_Charset_ID() if configured with --disable-bdfformat 2211 2212 When I configure libXfont-1.3.2 with --disable-bdfformat and link it against 2213 FreeType that is built without BDF support, I get the following link error: 2214 2215 libXfont.so: undefined reference to ‘FT_Get_BDF_Charset_ID’ 2216 2217 I fixed it by checking XFONT_BDFFORMAT and if BDF support is disabled, the call 2218 to FT_Get_BDF_Charset_ID() is omitted and the result code is set as if the call 2219 had failed. 2220 2221 Signed-off-by: James Cloos <cloos@jhcloos.com> 2222 2223commit 1ab07ce0eec4f6c7ed66c7aba3edf8c4315dd907 2224Author: Alan Coopersmith <alan.coopersmith@sun.com> 2225Date: Tue May 13 17:26:57 2008 -0700 2226 2227 FontFileDirectoryChanged: check length of "fonts.alias" as well as "fonts.dir" 2228 2229commit 0f9db4aa7de6e0644ac9c5811b949e5f936c9d61 2230Author: Alan Coopersmith <alan.coopersmith@sun.com> 2231Date: Fri May 9 12:36:30 2008 -0700 2232 2233 Don't allow a font alias to point to itself and create a loop 2234 2235 Part of fix for Sun bug 4258475 2236 <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258475> 2237 2238commit 67311922a2e02d8a763831831b65bb4833db58b5 2239Author: Colin Harrison <colin.harrison-at-virgin.net> 2240Date: Mon May 5 22:17:55 2008 +0100 2241 2242 Fix build for WIN32 2243 2244commit 6ba408c956ca8e241d10d463c45b4e987b757333 2245Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2246Date: Sun Mar 9 08:21:34 2008 +0100 2247 2248 nuke RCS Ids 2249 2250commit 754cabe62e91b9ad50c3027c063f4269775f7add 2251Author: Julien Cristau <jcristau@debian.org> 2252Date: Fri Mar 7 12:19:22 2008 +0100 2253 2254 Add missing include in src/FreeType/ftfuncs.c 2255 2256 Fixes compiler warning: 2257 ../../../src/FreeType/ftfuncs.c: In function 'restrict_code_range_by_str': 2258 ../../../src/FreeType/ftfuncs.c:2081: warning: implicit declaration of function 'isspace' 2259 2260commit 0fd2a1428df56d8b29e148b08dcec2dfed9302fa 2261Author: Adam Jackson <ajax@redhat.com> 2262Date: Wed Mar 5 22:04:06 2008 -0500 2263 2264 libXfont 1.3.2 2265 2266commit b76df66d2c507898472bba0f9986ef5700029a36 2267Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 2268Date: Thu Jan 17 15:30:37 2008 +0100 2269 2270 Fix for CVE-2008-0006 - PCF Font parser buffer overflow. 2271 2272commit 2297c6390a1609fe810c2cd5b3443f3722610944 2273Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 2274Date: Thu Oct 18 21:46:49 2007 +0200 2275 2276 ftsystem.c is not needed anymore. 2277 2278commit 5bf703700ee4a5d6eae20da07cb7a29369667aef 2279Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 2280Date: Fri Sep 28 08:17:57 2007 +0200 2281 2282 catalogue.c: prevent a one character overflow 2283 2284 this occurs if readlink writes a result that's exactly the 2285 size of the buffer that's passed to it. Reported by 2286 Joerg Sonnenberger. 2287 2288 Re 2289 2290commit fd8a03fbbd74f5cbaa740e5d50fccdf5c1f78b5b 2291Author: Jens Granseuer <jensgr@gmx.net> 2292Date: Thu Sep 27 23:12:00 2007 +0200 2293 2294 fix build with gcc 2.95. 2295 2296 In addition to fixing the C89 issue, the patch also flags a few functions as 2297 static to avoid "no previous prototype" warnings. 2298 2299commit 268f1bb1859e97944e8b63a5bb12677e874ed144 2300Author: Tilman Sauerbeck <tilman@code-monkey.de> 2301Date: Thu Sep 13 20:40:26 2007 +0200 2302 2303 Replaced one instance of bcopy() with memcpy(). 2304 2305 f->buffer cannot overlap with io->file->bits, so it's safe to 2306 use memcpy() rather than memmove(). 2307 Compile-tested only. 2308 2309commit f2725a5c9da771fb610d503ebfda3b4d1553bac4 2310Author: Eric Anholt <eric@anholt.net> 2311Date: Wed Sep 5 13:10:43 2007 -0700 2312 2313 Bump version to 1.3.1. 2314 2315commit aca95d12a8b35de7ae914632fc9e8a723d58a860 2316Author: Matthieu Herrb <matthieu@bluenote.herrb.com> 2317Date: Sat Aug 25 23:32:54 2007 +0200 2318 2319 Kill unused macro definition. 2320 2321commit 3c3b47bf6f080ddb700886de3e5bfa42c2f0774e 2322Merge: 9f86614 32d2d33 2323Author: Dodji Seketeli <dodji@openedhand.com> 2324Date: Sat Aug 11 23:09:50 2007 +0200 2325 2326 Merge branch 'master' of ssh://dodji@git.freedesktop.org/git/xorg/lib/libXfont 2327 2328commit 9f86614394af81bc484cf00f3e9996510d3718cb 2329Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br> 2330Date: Mon Jul 30 14:36:21 2007 -0400 2331 2332 Fix dirfd leak on CatalogueRescan(). 2333 2334commit 87f50267181887ed9214536608bd2035d2dd70f7 2335Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br> 2336Date: Mon Jul 30 14:35:01 2007 -0400 2337 2338 Support relative paths in catalogue:<dir> symlinks. 2339 2340 Relative symlinks are common inside the catalogue directory and 2341 should be supported as well. 2342 2343commit 32d2d335eacd1b55980323a71ef35cdf7c22366d 2344Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br> 2345Date: Mon Jul 30 14:36:21 2007 -0400 2346 2347 Fix dirfd leak on CatalogueRescan(). 2348 2349commit 0a5b31a40c4933f4c69157c61d4d4890af2205b1 2350Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br> 2351Date: Mon Jul 30 14:35:01 2007 -0400 2352 2353 Support relative paths in catalogue:<dir> symlinks. 2354 2355 Relative symlinks are common inside the catalogue directory and 2356 should be supported as well. 2357 2358commit 7670d4a2720c61fbc7b989fed14c676f04ac3ad1 2359Author: Dodji Seketeli <dodji@seketeli.org> 2360Date: Mon Jul 16 12:24:34 2007 +0200 2361 2362 Remove side effects from BuiltinReadDirectory() 2363 2364 The first time BuiltinReadDirectory() is called, 2365 save the content of builtin_dir and builtin_alias, 2366 before calling FontFileAddFontFile(), because that fonction 2367 will modify those. 2368 2369 Then, in subsequent calls to BuiltinReadDirectory(), restore 2370 builtin_dir and builtin_alias so that the side effect incurred 2371 by the first call disappears. 2372 2373commit e3642d9b2c0819a607d4cce413b9f0541285545b 2374Author: Kristian Høgsberg <krh@redhat.com> 2375Date: Mon Jul 2 15:01:05 2007 -0400 2376 2377 Bump version to 1.3.0. 2378 2379commit f33f9361086db3cf1d09cec067f38fe751ed22eb 2380Author: Kristian Høgsberg <krh@redhat.com> 2381Date: Mon Jul 2 14:59:11 2007 -0400 2382 2383 Fix crash when no attributes are present for symlink. 2384 2385commit 8d47483711be6076e7bfefab14aa890c5f37e1aa 2386Author: Kristian Høgsberg <krh@redhat.com> 2387Date: Thu Jun 21 21:44:02 2007 -0400 2388 2389 Bump version to 1.2.9. 2390 2391commit c5ab59762c4ad5def68436d55937a2bd558d5c99 2392Author: Kristian Høgsberg <krh@redhat.com> 2393Date: Tue Jun 19 10:38:02 2007 -0400 2394 2395 Add a new 'catalogue' FPE, which takes font paths from symlinks in a dir. 2396 2397 This patch adds a new FPE type, which will match font path elements of the 2398 form 2399 2400 catalogue:<dir> 2401 2402 The dir specified after the catalogue: prefix will be scanned for symlinks 2403 and each symlink destination will be added as a local fontfile FPE. 2404 The symlink can be suffixed by attributes, such as 'unscaled', which 2405 will be passed through to the underlying fontfile FPE. Except the new 2406 attribute 'pri' which will be used for ordering the fontfile FPEs. 2407 2408 An example configuration: 2409 2410 75dpi:unscaled:pri=20 -> /usr/share/X11/fonts/75dpi 2411 ghostscript:pri=60 -> /usr/share/fonts/default/ghostscript 2412 misc:unscaled:pri=10 -> /usr/share/X11/fonts/misc 2413 type1:pri=40 -> /usr/share/X11/fonts/Type1 2414 type1:pri=50 -> /usr/share/fonts/default/Type1 2415 2416 will add /usr/share/X11/fonts/misc as the first FPE with the attribute 2417 'unscaled', second FPE will be /usr/share/X11/fonts/75dpi, also with 2418 the attribute unscaled etc. This is functionally equivalent to setting 2419 the following font path: 2420 2421 /usr/share/X11/fonts/misc:unscaled, 2422 /usr/share/X11/fonts/75dpi:unscaled, 2423 /usr/share/X11/fonts/Type1, 2424 /usr/share/fonts/default/Type1, 2425 /usr/share/fonts/default/ghostscript 2426 2427 The motivation is to let font packages add a symlink to the new font 2428 directory they provide instead of rewriting either the Xorg config file 2429 or the xfs config file. 2430 2431commit 1a690feaf7c416da9b01861af381d15a661e5f52 2432Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2433Date: Thu Jun 7 16:01:03 2007 -0400 2434 2435 Minor fontfile cleanup. 2436 2437commit 3b1bcd7676fe810ce60d6a4758067b571796cceb 2438Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2439Date: Thu Jun 7 15:54:51 2007 -0400 2440 2441 Dead code cull from fontserver code. 2442 2443commit 6257af0e547095483331b8c8ed588e5467852671 2444Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2445Date: Thu Jun 7 15:41:19 2007 -0400 2446 2447 Static markup over bitmap and builtins. 2448 2449commit 8c31fadabd706af63381007d666e685a66b58fd9 2450Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2451Date: Thu Jun 7 15:28:09 2007 -0400 2452 2453 Dead code cull from FreeType. 2454 2455commit fabf5458f1acbfc967bdaea3b89d707c22b97364 2456Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2457Date: Thu Jun 7 15:17:16 2007 -0400 2458 2459 Death to open-coded strcasecmp. 2460 2461 Seriously, if you don't already have this, you've already lost. 2462 2463commit d50de26430c1a114a22597de40a3e5ac3c8e1ab7 2464Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2465Date: Thu Jun 7 15:13:44 2007 -0400 2466 2467 Dead code cull from Speedo. 2468 2469commit 3fd7a510b5467479d6e2559819b96b222c7328e8 2470Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2471Date: Thu Jun 7 14:39:03 2007 -0400 2472 2473 One more missed static in Type1 2474 2475commit 440166a027b78eb53d7686937148b755ad51f7f9 2476Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2477Date: Thu Jun 7 14:24:46 2007 -0400 2478 2479 Dead code removal and static markup for Type1. 2480 2481commit 9739e750a7ca4b86ddb89674b104e9b9a8b61014 2482Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2483Date: Thu Jun 7 14:20:27 2007 -0400 2484 2485 Warning cleanup. 2486 2487commit 87db45f5eb7880395735f7bf3a8ee2d89b7e0122 2488Author: Alan Coopersmith <alan.coopersmith@sun.com> 2489Date: Wed Apr 4 17:05:13 2007 -0700 2490 2491 Version bump: 1.2.8 2492 2493commit 224fb6403a328e70b370540cc5cefd74421fafac 2494Merge: e7a59cf 0fbb37c 2495Author: Matthieu Herrb <matthieu@roadrock.(none)> 2496Date: Tue Apr 3 16:05:48 2007 +0200 2497 2498 Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libXfont 2499 2500commit e7a59cfb5d442d2965cfcffeff405a4b05591190 2501Author: Matthieu Herrb <matthieu@roadrock.(none)> 2502Date: Tue Apr 3 15:45:21 2007 +0200 2503 2504 Integer overflow vulnerabilities 2505 2506 CVE-2007-1351: BDFFont Parsing Integer Overflow 2507 CVE-2007-1352: fonts.dir File Parsing Integer Overflow 2508 2509commit 0fbb37ccc630ced42d6a973c81d947870cca7637 2510Author: Alan Coopersmith <alan.coopersmith@sun.com> 2511Date: Mon Apr 2 17:40:19 2007 -0700 2512 2513 Add #pragma weak for Sun cc where needed 2514 2515commit cc824e4f2c9a53a00b36a6f83bf065c363027087 2516Author: Alan Coopersmith <alan.coopersmith@sun.com> 2517Date: Fri Mar 23 15:57:29 2007 -0700 2518 2519 Actually use loadable font modules 2520 2521 Loadable font modules were not being initialized, and all font renderers 2522 known at build time were always being initialized, regardless of Xorg 2523 module configuration. 2524 2525commit fc6e22f238d34918156ded34148730075b7b9cc2 2526Author: Ben Byer <bbyer@bbyer.(none)> 2527Date: Tue Feb 20 00:20:23 2007 -0800 2528 2529 added -flat_namespace to CFLAGS for Darwin 2530 2531commit 9509d5c7ee5d5e78c6eef54e8faceede5ca5f24e 2532Author: Kristian Høgsberg <krh@redhat.com> 2533Date: Mon Jan 22 18:24:19 2007 -0500 2534 2535 Bump to 1.2.7. 2536 2537commit 63af35b908b51690a6c12fd42b54cf4ee08c762a 2538Author: Simon Law <sfllaw@debian.org> 2539Date: Fri Jan 19 08:50:39 2007 +1100 2540 2541 fontfile: accept empty (but valid) font paths (bug #3091) 2542 If a path has a valid fonts.dir or fonts.alias, but does not contain any 2543 fonts (either fonts.dir specifies zero fonts, or fonts could not be 2544 loaded), load it as a valid font path anyway. 2545 2546commit 931b777108526dd0761f948dcd9f1603ac02efc8 2547Author: Kristian Høgsberg <krh@redhat.com> 2548Date: Wed Jan 17 17:19:53 2007 -0500 2549 2550 Add stubs for the scalable renderer callbacks. 2551 2552 Trying to scale a bitmap font provided by the built-in backend will 2553 crash the X server as it calls into a NULL pointer. This patch 2554 adds "return BadFont;" stubs to prevent the crash. 2555 2556commit 2e4ae1b524a0149479c46f3f12a9ce2413092442 2557Author: Daniel Stone <daniel@fooishbar.org> 2558Date: Sat Dec 16 00:53:43 2006 +0200 2559 2560 bump to 1.2.6 2561 2562commit facc7ce4892eab4353fff0f45d2d3fd6be7d3e3d 2563Author: Daniel Stone <daniel@fooishbar.org> 2564Date: Sat Dec 16 00:53:32 2006 +0200 2565 2566 build Type1 by default 2567 Build Type1 by default, instead of needing to explicitly enable it. 2568 2569commit 257db35656d5bf9385080e1d173260f0076f849c 2570Author: Daniel Stone <daniel@fooishbar.org> 2571Date: Sat Dec 16 00:53:07 2006 +0200 2572 2573 don't distribute fontconf.h 2574 Since fontconf.h is a generated file, don't distribute it. 2575 2576commit ab0f05dcfb5537ba5aec7e48ddb713d4fdba7e75 2577Author: Daniel Stone <daniel@fooishbar.org> 2578Date: Wed Dec 6 18:53:54 2006 +0200 2579 2580 Makefile.am: make ChangeLog hook safer 2581 Make ChangeLog hook as safe as possible. 2582 2583commit da20e256b786eaa6357e3d55baa9e90e38f14614 2584Author: Daniel Stone <daniel@fooishbar.org> 2585Date: Fri Dec 1 01:05:59 2006 +0200 2586 2587 bump to 1.2.5 2588 2589commit 16a0c282a673136c0bbb116f35e6e89d8b43a877 2590Author: Daniel Stone <daniel@fooishbar.org> 2591Date: Fri Dec 1 01:05:40 2006 +0200 2592 2593 post-CID fixes 2594 Curiously, make distcheck succeeded ... go figure. 2595 2596commit e47fb944a8f485c4ad6be9c2cf6a4866eff7a07f 2597Author: Daniel Stone <daniel@fooishbar.org> 2598Date: Fri Dec 1 00:35:48 2006 +0200 2599 2600 bump to 1.2.4 2601 2602commit 47084ba39920068030c3e59523701d1205161a9f 2603Author: Daniel Stone <daniel@fooishbar.org> 2604Date: Fri Dec 1 00:35:04 2006 +0200 2605 2606 remove CID font support (bug #5553) 2607 Remove non-free CID font support, which was unused anyway. 2608 2609commit c4741cdd83bcdedcc6f7a072a73b16668fc905eb 2610Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2611Date: Fri Oct 13 16:17:26 2006 -0400 2612 2613 Bump to 1.2.3 2614 2615commit 5dfff0eb0f532edb1f4a25daa5529e08dd832ecb 2616Author: Alan Coopersmith <alan.coopersmith@sun.com> 2617Date: Thu Oct 5 18:12:50 2006 -0700 2618 2619 --disable-builtins should not force off all bitmap support 2620 2621commit 264df52d24f585915e0d9823d5f087cf23e3fc75 2622Merge: 0fb55cb d896c3e 2623Author: Alan Coopersmith <alan.coopersmith@sun.com> 2624Date: Fri Sep 22 11:36:43 2006 -0700 2625 2626 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXfont 2627 2628commit d896c3eaeafdb8831ed0833af46250c36f82502f 2629Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2630Date: Tue Sep 12 11:11:12 2006 -0400 2631 2632 Fix distcheck. 2633 2634commit 1bb49c77c321fab1f5c268404ea0ec622fa083ed 2635Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2636Date: Tue Sep 12 11:01:13 2006 -0400 2637 2638 Bump to 1.2.2. 2639 2640commit 8c8203ca2760105aca4e0b6ec5909355a061f0b3 2641Author: Matthieu Herrb <matthieu@blues.laas.fr> 2642Date: Tue Sep 12 13:50:31 2006 +0200 2643 2644 Fixes for integer overflows in CID encoded fonts parsing reported by iDefense 2645 CVE-ID 2006-3739, 2006-3740, bugzilla #8000, #8001. 2646 2647commit 0fb55cb86e2ec5dbfbf27a01ceafb77c72fe9f40 2648Author: Alan Coopersmith <alan.coopersmith@sun.com> 2649Date: Wed Aug 30 15:53:14 2006 -0700 2650 2651 Fix typo in comment (alreadt -> already) 2652 2653commit aa7f3107d5aad41cb3f7b1bb3a4723014314289c 2654Author: Alan Coopersmith <alan.coopersmith@sun.com> 2655Date: Fri Aug 25 17:51:46 2006 -0700 2656 2657 Add *~ to .gitignore to skip emacs droppings 2658 2659commit cd09f4d54045b957d728d853398d62543d687d03 2660Author: Alan Coopersmith <alan.coopersmith@sun.com> 2661Date: Fri Aug 25 17:51:04 2006 -0700 2662 2663 Replace static ChangeLog with dist-hook to generate from git log 2664 2665commit 8d171fe61e564d8ed8f75034d4191062cecf190b 2666Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2667Date: Sun Jul 23 22:42:43 2006 +0200 2668 2669 More check on PCF file reading. Bugzilla #7535 2670 2671commit fead0fa3bae0ba5a4744d6a2aee1caa08019f344 2672Author: Daniel Stone <daniel@fooishbar.org> 2673Date: Wed Jul 19 18:03:58 2006 -0400 2674 2675 use OpenBitmap when available 2676 Don't just use OpenScalable unconditionally. Fixes builtin fonts. 2677 2678commit 13422d0e0468f2ddf7cb74cbf925e5bcf4551ae7 2679Author: Daniel Stone <daniel@fooishbar.org> 2680Date: Wed Jul 19 18:03:26 2006 -0400 2681 2682 move builtin fonts to gzip 2683 Use gzip, rather than compress, for builtin fonts. 2684 2685commit 47ca9941396a375f5e22c220327b6bd513350996 2686Author: Alan Coopersmith <alan.coopersmith@sun.com> 2687Date: Thu Jul 13 14:58:56 2006 -0700 2688 2689 renamed: .cvsignore -> .gitignore 2690 2691commit 1bf657186d19887a0916340b544b5534e29da081 2692Author: Matthieu Herrb <matthieu.herrb@laas.fr> 2693Date: Thu Jul 13 10:18:38 2006 -0400 2694 2695 Bug #7397: Fix a buffer overflow in Freetype font support. 2696 2697commit 5d39f5fd3048fc413cb07afeffec0c4daa0cc5a4 2698Author: Adam Jackson <ajax@benzedrine.nwnk.net> 2699Date: Thu Jul 6 16:13:14 2006 -0400 2700 2701 Bump to 1.2.0 2702 2703commit d9e83ea0ab1cc3bafcdca04812dcbfe541ce1473 2704Author: Jie Luo <clotho67@gmail.com> 2705Date: Thu Jul 6 15:59:31 2006 -0400 2706 2707 Bug #6918: remove dependencies on Freetype internal headers. As of 2.2 2708 Freetype no longer installs them. 2709 2710commit 2a564715e6d01bafdf4b701e125e45a77c2c404b 2711Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2712Date: Sat Jun 3 06:25:05 2006 +0000 2713 2714 Coverity #1541: Double free of pointer "ranges" in call to "Xfree" 2715 2716commit ddd281e6b9408c786cdc759cf7d1ec8972048658 2717Author: Adam Jackson <ajax@nwnk.net> 2718Date: Thu Jun 1 21:49:51 2006 +0000 2719 2720 For the 20-odd symbols defined both in libXfont and the X server, emit them 2721 as weak symbols so that the linker will prefer the server's definition 2722 when present. 2723 2724commit e9357d6670fc2e8ccf8d8770bac4c31994d6cc2f 2725Author: Adam Jackson <ajax@nwnk.net> 2726Date: Sat Apr 1 23:05:40 2006 +0000 2727 2728 Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump to 1.1 2729 for new header files and bugfixes. 2730 2731commit 7ecd09a15c30770ed6e70d80fb67f88819471c20 2732Author: Daniel Stone <daniel@fooishbar.org> 2733Date: Fri Mar 31 07:17:16 2006 +0000 2734 2735 Change BUILD_* to XFONT_* (Drew Parsons). Remove random #ifndef CRAY. 2736 2737commit 69c4ae1e3e14a58bc2eb9b9b8820dc7183b82a67 2738Author: Adam Jackson <ajax@nwnk.net> 2739Date: Mon Mar 20 19:44:26 2006 +0000 2740 2741 Bug #6247: Fix build on Cygwin. (Yaakov Selkowitz) 2742 2743commit bfb8a71f4f7e5c5ed4278cb3ee271bf9990d276d 2744Author: Daniel Stone <daniel@fooishbar.org> 2745Date: Tue Feb 21 21:35:32 2006 +0000 2746 2747 Don't crash when we receive an FS_Error from the font server (Guillem 2748 Jover). 2749 2750commit 784838e88ea205c4457f41335b4ce7876833dffc 2751Author: Kevin E Martin <kem@kem.org> 2752Date: Thu Dec 15 00:24:29 2005 +0000 2753 2754 Update package version number for final X11R7 release candidate. 2755 2756commit e2e5839417ac4d635781508e48ab1838218f4a77 2757Author: Kevin E Martin <kem@kem.org> 2758Date: Fri Dec 9 06:55:27 2005 +0000 2759 2760 Bug #5175: Make encodingsdir configurable. 2761 2762commit 9a7909e80a8b436aa7aad84c8aceba7df2ffc95c 2763Author: Kevin E Martin <kem@kem.org> 2764Date: Sat Dec 3 05:49:43 2005 +0000 2765 2766 Update package version number for X11R7 RC3 release. 2767 2768commit ad001bd8823594fed860e070b278748fe2b7c3aa 2769Author: Eric Anholt <anholt@freebsd.org> 2770Date: Sun Nov 20 23:17:40 2005 +0000 2771 2772 Add/improve libs .cvsignores. 2773 2774commit d48bfbaf52598d89b4b1d97b230924874175e068 2775Author: Kevin E Martin <kem@kem.org> 2776Date: Sat Nov 19 07:15:41 2005 +0000 2777 2778 Update pkgconfig files to separate library build-time dependencies from 2779 application build-time dependencies, and update package deps to work 2780 with separate build roots. 2781 2782commit 70a8aeb19223cc6db9ff6fc1335e3ef94bbb9253 2783Author: Adam Jackson <ajax@nwnk.net> 2784Date: Mon Nov 14 20:40:42 2005 +0000 2785 2786 Bug #5047: Make font directory attribs work in modular. 2787 2788commit 659b2a75a690838dc37ae488d0295c4c594978ce 2789Author: Kevin E Martin <kem@kem.org> 2790Date: Wed Nov 9 21:19:13 2005 +0000 2791 2792 Update package version number for X11R7 RC2 release. 2793 2794commit fc82a56858e26674e83cc9429fa0eae24d97a530 2795Author: Kean Johnson <kean@armory.com> 2796Date: Tue Nov 8 06:33:26 2005 +0000 2797 2798 See ChangeLog entry 2005-11-07 for details. 2799 2800commit fb3d726bbff1fad62a3d6dbbcf1c397872aadef3 2801Author: Adam Jackson <ajax@nwnk.net> 2802Date: Sun Oct 23 18:32:05 2005 +0000 2803 2804 Bug #4721: Fix crash when using Freetype 2.1.10. (Michael Gor) 2805 2806commit 0f006d82f8edd15e0125800fa3166a147e79b9f5 2807Author: Kevin E Martin <kem@kem.org> 2808Date: Wed Oct 19 02:48:10 2005 +0000 2809 2810 Update package version number for RC1 release. 2811 2812commit 70dfb55c0390cd8698a77baad5e9fbb07aab272d 2813Author: Kevin E Martin <kem@kem.org> 2814Date: Wed Oct 5 19:39:06 2005 +0000 2815 2816 Include missing files 2817 2818commit 01f5840009b23cc504359219a6fbab3c150d4656 2819Author: Adam Jackson <ajax@nwnk.net> 2820Date: Tue Oct 4 00:24:47 2005 +0000 2821 2822 Bug #4677: Don't install libfontcache.so 2823 2824commit 30f912cd14e8b7272a95586dc0af429a0fa4c84f 2825Author: Daniel Stone <daniel@fooishbar.org> 2826Date: Fri Sep 9 05:32:58 2005 +0000 2827 2828 AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used in 2829 the code, and the latter in Makefile.ams for an AM_CONDITIONAL. 2830 2831commit 4a2f7ae2f3317e53d99daf15ad362230388949d4 2832Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2833Date: Thu Aug 4 16:15:46 2005 +0000 2834 2835 If --with-freetype-config is not specified, try pkgconfig freetype2, then 2836 fall back to freetype-config if pkgconfig fails. 2837 2838commit 0c52dd6f8816a72d8309f0b059afb0c3393f17cf 2839Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2840Date: Sat Jul 30 18:56:32 2005 +0000 2841 2842 Clear compiler warnings. (Stefan Dirsch) 2843 2844commit 8520fa13d35e42da7352772b499beef258723d43 2845Author: Kevin E Martin <kem@kem.org> 2846Date: Fri Jul 29 21:22:51 2005 +0000 2847 2848 Various changes preparing packages for RC0: 2849 - Verify and update package version numbers as needed 2850 - Implement versioning scheme 2851 - Change bug address to point to bugzilla bug entry form 2852 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 2853 reenable it) 2854 - Fix makedepend to use pkgconfig and pass distcheck 2855 - Update build script to build macros first 2856 - Update modular Xorg version 2857 2858commit d0c5d54d2c7f0bb9364414620df869e3c7615cd5 2859Author: Kevin E Martin <kem@kem.org> 2860Date: Sat Jul 23 05:27:00 2005 +0000 2861 2862 Fix distchecks 2863 2864commit 561a45751e4c553f1e0887b73abcc724828f03b0 2865Author: Daniel Stone <daniel@fooishbar.org> 2866Date: Sat Jul 16 07:55:12 2005 +0000 2867 2868 Set soversion to 1.0.0 using -version-number. 2869 2870commit 054dd01fd5793cff89f7c536c04fd8d904aca4a3 2871Author: Adam Jackson <ajax@nwnk.net> 2872Date: Thu Jul 14 14:56:13 2005 +0000 2873 2874 Add a dummy source file to avoid link failures. 2875 2876commit 740cfa83024ce5d3f131cdc2f52dd5bf26f945b3 2877Author: Kevin E Martin <kem@kem.org> 2878Date: Sun Jul 10 21:35:08 2005 +0000 2879 2880 Change include dir now that public headers are referenced by 2881 <X11/fonts/*.h> 2882 2883commit cd24fcabc449bbc701a25e3cad279009dec69032 2884Author: Keith Packard <keithp@keithp.com> 2885Date: Sat Jul 9 23:31:40 2005 +0000 2886 2887 Switch from monolithic configuration symbols to modular ones, add backward 2888 compatibility for monolithic symbols 2889 2890commit 428dd333c1c1a96d205d8236c6ecee32dbf7cac9 2891Author: Keith Packard <keithp@keithp.com> 2892Date: Sat Jul 9 23:30:07 2005 +0000 2893 2894 Switch from monolithic configuration symbols to modular ones, add backward 2895 compatibility for monolithic symbols 2896 2897commit 99cde389c331616f22dd6aab395c488f3a798e2e 2898Author: Keith Packard <keithp@keithp.com> 2899Date: Sat Jul 9 23:15:37 2005 +0000 2900 2901 Rearrange configuration options so that individual font file formats drive 2902 combined options, and so that the default matches the monolithic 2903 defaults 2904 Extent fontconf.h to cover all formats 2905 Typo in src/Makefile.am failed to link in Type1 library 2906 Missing xttcap.c from FreeType shim library. 2907 2908commit 3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec 2909Author: Keith Packard <keithp@keithp.com> 2910Date: Sat Jul 9 06:36:13 2005 +0000 2911 2912 Include config.h in every source file to make sure necessary options are 2913 found when building in the modular tree 2914 2915commit 712140dadd20c7d2024d7b75f7033fff407e57e6 2916Author: Keith Packard <keithp@keithp.com> 2917Date: Sat Jul 9 06:20:37 2005 +0000 2918 2919 Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory 2920 2921commit ef504c5311dfd441dcb73be64e90f6e7a530b61c 2922Author: Adam Jackson <ajax@nwnk.net> 2923Date: Fri Jul 8 20:47:12 2005 +0000 2924 2925 add -D_XOPEN_SOURCE for linux builds; others might need it too 2926 2927commit 3ff8db61b901a4d6236a0e4fa40fe5f1b7afcf78 2928Author: Adam Jackson <ajax@nwnk.net> 2929Date: Fri Jul 8 20:16:12 2005 +0000 2930 2931 disable the poll detection momentarily, it's not correct 2932 2933commit 830d29e5cb0a8c46cd366adefbf3a291c65bd3ac 2934Author: Adam Jackson <ajax@nwnk.net> 2935Date: Fri Jul 8 20:08:12 2005 +0000 2936 2937 silence a warning 2938 2939commit 75bbb2d461957902258223a9f8f7f8490132e75d 2940Author: Adam Jackson <ajax@nwnk.net> 2941Date: Fri Jul 8 19:53:05 2005 +0000 2942 2943 config.h includes to fix modular build. 2944 2945commit f068c478d0966be93f9e984c1e9ce2600819a6a1 2946Author: Adam Jackson <ajax@nwnk.net> 2947Date: Fri Jul 8 18:29:58 2005 +0000 2948 2949 Properly test for the existance of poll(3). Default to using it if it 2950 exists; add a flag to disable it if you like going slow. 2951 Also s/BULITIN/BUILTIN/. 2952 2953commit e5f35e324548994f2d6df89d6bd0a4eb913f7414 2954Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 2955Date: Thu Jul 7 14:59:47 2005 +0000 2956 2957 Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Patch #2332 2958 <https://bugs.freedesktop.org/attachment.cgi?id=2332> This patch avoids 2959 79 gcc-3.4.3 warnings 'xxx' declared `static' but never defined mostly 2960 due to including "ftfuncs.h" with the declaration of static functions 2961 defined in "ftfuncs.c". (Peter Breitenlohner) 2962 2963commit c073ce34164a9872688ce619cc0b3fedbdc76f83 2964Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 2965Date: Mon Jul 4 22:26:15 2005 +0000 2966 2967 Test for xtrans connection flags 2968 2969commit a0dc7d02bfcaea8c8a60dcbd00795999bd7f8e0a 2970Author: Kevin E Martin <kem@kem.org> 2971Date: Sun Jul 3 21:43:32 2005 +0000 2972 2973 Undo previous change to add ${includedir}/X11/fonts to CFLAGS. Instead, 2974 require all apps to include font headers explicitly -- i.e., from 2975 <X11/fonts/*.h> instead of "*.h" or <*.h>. 2976 2977commit b15a03de6b1897d7c8292e154d0e927f43e3cde0 2978Author: Kevin E Martin <kem@kem.org> 2979Date: Sun Jul 3 21:38:42 2005 +0000 2980 2981 Install publicly used headers in X11/fonts. 2982 Change source files that use these headers to get them via <X11/fonts/*.h>. 2983 2984commit bf4070d02196cab1de62d5fe19be9a1aa74a87c7 2985Author: Kevin E Martin <kem@kem.org> 2986Date: Sun Jul 3 16:10:05 2005 +0000 2987 2988 Change include dir now that public headers are referenced by 2989 <X11/fonts/*.h> 2990 2991commit 932edb23b47440397447265bf72ad7932fd80070 2992Author: Daniel Stone <daniel@fooishbar.org> 2993Date: Sun Jul 3 07:01:01 2005 +0000 2994 2995 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2996 Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. 2997 Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all 2998 source files in the xserver/xorg tree, predicated on defines of 2999 HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to 3000 <X11/fonts/foo.h>. 3001 3002commit b03d67fd1612a0df5132b10dd0bd9b2cec053a39 3003Author: Keith Packard <keithp@keithp.com> 3004Date: Sat Jul 2 23:03:05 2005 +0000 3005 3006 Add suitable .cvsignore files 3007 3008commit 69ee19fc4131ce168c9bad2602ff2da176a86715 3009Author: Kevin E Martin <kem@kem.org> 3010Date: Sat Jul 2 21:39:23 2005 +0000 3011 3012 Make headers needed by bdftopcf public 3013 Set CFLAGS to make public interface actually public 3014 Fix distcheck problem 3015 3016commit 0ea9f882abb9ad56de2bb8b569e21728e13a1ea7 3017Author: Keith Packard <keithp@keithp.com> 3018Date: Sat Jul 2 21:22:31 2005 +0000 3019 3020 Build libXfont.la in the 'src' directory as my version of automake really 3021 didn't like sub-subdirs in SUBDIRS. 3022 3023commit 6abcfa406de44d726f550fe7e9b04e4168fce265 3024Author: Daniel Stone <daniel@fooishbar.org> 3025Date: Sat Jul 2 18:02:19 2005 +0000 3026 3027 Remove -I${includedir}/X11/fonts from CFLAGS. 3028 3029commit 58edcd0de115e23030955493e88afb25b57668e9 3030Author: Daniel Stone <daniel@fooishbar.org> 3031Date: Fri Jul 1 22:21:43 2005 +0000 3032 3033 Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 3034 3035commit 12cca25eea410bfd536ada44e252d79e0896ffa2 3036Author: Daniel Stone <daniel@fooishbar.org> 3037Date: Fri Jul 1 21:24:31 2005 +0000 3038 3039 Default --enable-fc to yes; minor formatting changes. 3040 3041commit 4534fa0c8adb77b7db47101318e0e863edb186ce 3042Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 3043Date: Mon Jun 27 16:09:14 2005 +0000 3044 3045 - Remove fontenc from Xfont 3046 - Add a dependency from Xfont on libfontenc 3047 - Add build system for lib/fontenc 3048 - xc/lib/font: Change #include "fontenc.h" to #include 3049 <X11/fonts/fontenc.h> in some places. 3050 - Remove dpsinfo and dpsexec from the app section of symlink.sh 3051 - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS 3052 3053commit fda7215c0783ad170eb14f7dda078fac3f134470 3054Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 3055Date: Tue Jun 21 21:29:40 2005 +0000 3056 3057 Add fontenc directory, update buildsystem 3058 3059commit db8fd7e670cbd901116344212217bee8001ab460 3060Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 3061Date: Fri Jun 17 20:33:33 2005 +0000 3062 3063 Add lbxutil to symlink.sh Add back accidentally removed include in Type1 3064 directory Disable Speedo by default 3065 3066commit e5525d268c6165318894f326be445b22a2523558 3067Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 3068Date: Thu Jun 16 21:35:26 2005 +0000 3069 3070 Add Speedo directory to Xfont 3071 3072commit b96f539005da57273dc7e2bee13651de4eedf087 3073Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 3074Date: Thu Jun 16 20:50:12 2005 +0000 3075 3076 Add Type1 subdirectory to lib/Xfonts, update build system accordingly. 3077 3078commit 01c8cee1736be252348306412ab56b2e03bf2678 3079Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 3080Date: Thu Jun 9 15:56:05 2005 +0000 3081 3082 Replace <X11/transport.c> with <X11/Xtrans/transport.c> 3083 3084commit 3a46316e5f21e28402babdc95871317bd7013809 3085Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 3086Date: Thu Jun 9 15:52:03 2005 +0000 3087 3088 Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h> 3089 Copy Xtrans.h to exports/include/X11/Xtrans only 3090 3091commit 175bbc2e58f7dbe5c1f097ef36eadc3f6fe4b5e6 3092Author: Josh Triplett <josh@speakeasy.net> 3093Date: Fri May 27 17:44:08 2005 +0000 3094 3095 Reference X11/fonts header files using X11/fonts/ prefix. 3096 3097commit fd884a4dbe3f1be8919426da3ebd177fa474a59e 3098Author: Josh Triplett <josh@speakeasy.net> 3099Date: Fri May 27 05:17:52 2005 +0000 3100 3101 Add Xfont. 3102 3103commit 73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 3104Author: Adam Jackson <ajax@nwnk.net> 3105Date: Fri Apr 22 20:49:49 2005 +0000 3106 3107 Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful. 3108 3109commit dd695cb666d6912f615b264eaabbad63592588c1 3110Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> 3111Date: Mon Nov 15 15:06:56 2004 +0000 3112 3113 Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added 3114 mingw (Win32) port 3115 3116commit 8cb3bec3667fa6ee57277956d3be71671915a73b 3117Author: Roland Mainz <roland.mainz@nrubsig.org> 3118Date: Wed Nov 10 07:46:26 2004 +0000 3119 3120 xc/lib/font/util/Imakefile 3121 //freedesktop.org/bugzilla/show_bug.cgi?id=1804): Fix build failure (caused 3122 by missing symbols such as |TwoByteSwap|) when linking the FreeType 3123 module and the FreeType library both statically info the Xserver. 3124 3125commit 69e87288b14a9f28caf0ed5e4ccf5a52767b22eb 3126Author: Roland Mainz <roland.mainz@nrubsig.org> 3127Date: Wed Nov 3 19:43:57 2004 +0000 3128 3129 //freedesktop.org/bugzilla/show_bug.cgi?id=1767): Fixing build bustage in 3130 xc/programs/bdftopcf/ due missing `FT_STREAM_SEEK'/`FT_STREAM_POS' 3131 symbols. 3132 3133commit 29b00ebfebf9811d0940c164a4fcff1b2fc5f2a0 3134Author: Egbert Eich <eich@suse.de> 3135Date: Tue Nov 2 08:54:52 2004 +0000 3136 3137 Removing unneeded private FreeType2 symbol. 3138 Updating to EDID 1.3. (Bugzilla# 1490, Jay Cotton, Egbert Eich). 3139 Removing unneeded code. 3140 Fixed KGA handling for i810. KGA handling for chips derived from C&T chips 3141 is slightly different. The changes make the code consistent with the 3142 C&T (chips) and i740 drivers. 3143 3144commit e521b8425894ae62ebe225af80e8b6f820df6ff8 3145Author: Egbert Eich <eich@suse.de> 3146Date: Wed Aug 4 12:21:48 2004 +0000 3147 3148 Optimization of CJK rendering when using versions of freetype prior to 3149 2.1.8 (Chisato Yamauchi). 3150 A small backward compatibility fix to make the freetype module build with 3151 freetype version < 2.1.7. 3152 Fixed/added some debugging code. 3153 3154commit 0cbe4e38042a21ee193b2fda42fa647e23f61758 3155Author: Egbert Eich <eich@suse.de> 3156Date: Tue Aug 3 16:12:53 2004 +0000 3157 3158 fixed typo 3159 3160commit 3ebaa297368aaf4c49caf179d2032c1678066663 3161Author: Egbert Eich <eich@suse.de> 3162Date: Tue Aug 3 09:02:17 2004 +0000 3163 3164 Bugzilla #925: Simpler version of backward compatibility fix (Chisato 3165 Yamauchi). Fix to support older versions of gcc (Matthieu Herrb). 3166 3167commit 96a97b8f86982ece612aa72865b737820d88105b 3168Author: Egbert Eich <eich@suse.de> 3169Date: Mon Aug 2 19:35:07 2004 +0000 3170 3171 Removed distro specific stuff. 3172 Fixed FreeType module to build with FreeType versions older than 2.1.7. 3173 Fixed typo. 3174 Added vtSema to protect call of driver DPMS function. 3175 removed unneeded variable 3176 Modified RandR driver hook to reduce the number of function calls to one. 3177 Function is sufficiently generic to be extended in the future. 3178 3179commit d1054db0eec3af6a7c322b262cfc1bf5a3992805 3180Author: Egbert Eich <eich@suse.de> 3181Date: Mon May 24 19:06:59 2004 +0000 3182 3183 Fix build glitches when building modules independently using Imake. 3184 3185commit 2a7109894f4dcfaba70135e19fb6d595332522c7 3186Author: Egbert Eich <eich@suse.de> 3187Date: Wed May 5 17:24:40 2004 +0000 3188 3189 BugZilla #601: fixed missing symbols in Xserver freetype module due to 3190 using isdigit instead of ft_isdigit, missing or faulty defines for 3191 digit and string functions in ftstdlib.h (now myftstdlib.h). Reverted 3192 freetype2 to upstream version, fixed CHAR_BIT in myftstdlib.h and made 3193 the use of a copy of ftconfig.h in lib/font/FreeType obsolete (Egbert 3194 Eich). 3195 3196commit b096ed91beaa09eb06b07ef948eeb6207bd3c5e4 3197Author: Roland Mainz <roland.mainz@nrubsig.org> 3198Date: Tue May 4 22:59:15 2004 +0000 3199 3200 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=595 - 3201 RFE: Retire XTT font module and FreeType1 from xorg tree. The 3202 functionality of XTT has been integrated into the FreeType font module 3203 and the old XTT1.x code (incl. FreeType1 in xc/extras/) is no longer 3204 needed anymore. 3205 3206commit ca5602cde91fc78f54ebe9f08c11a44a9372a652 3207Author: Roland Mainz <roland.mainz@nrubsig.org> 3208Date: Tue May 4 18:47:31 2004 +0000 3209 3210 Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=307 - 3211 Restore optimization heuristics on CJK fonts in the FreeType font 3212 module which were broken in X11R6.7. Patch by Chisato Yamauchi 3213 <cyamauch@a.phys.nagoya-u.ac.jp>. 3214 3215commit 3d75ea33ecf80c3539b38a993092cd16325a9525 3216Author: Egbert Eich <eich@suse.de> 3217Date: Fri Apr 23 18:44:23 2004 +0000 3218 3219 Merging XORG-CURRENT into trunk 3220 3221commit 8ee2a19ff0295d625baf0b42e0a8bb7f4ad575fd 3222Author: Egbert Eich <eich@suse.de> 3223Date: Sun Mar 14 08:32:37 2004 +0000 3224 3225 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 3226 3227commit 4986cabb22d133aeb37b53514471ff7d5bf999fe 3228Author: Egbert Eich <eich@suse.de> 3229Date: Wed Mar 3 12:11:44 2004 +0000 3230 3231 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 3232 3233commit f827ecf1e0c4289b5020256f9bf5b8d563b202c7 3234Author: Egbert Eich <eich@suse.de> 3235Date: Thu Feb 26 13:35:35 2004 +0000 3236 3237 readding XFree86's cvs IDs 3238 3239commit 90614769a00fbdaf6ef2e313b480e1f0857425f3 3240Author: Egbert Eich <eich@suse.de> 3241Date: Thu Feb 26 09:22:53 2004 +0000 3242 3243 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 3244 3245commit 45fc57ae316da51b2f9abab2aee303456730ab54 3246Author: Kaleb Keithley <kaleb@freedesktop.org> 3247Date: Mon Feb 23 20:34:43 2004 +0000 3248 3249 Import most of XFree86 4.4RC3. This import excludes files which have the 3250 new license. If we want to, later we can import 4.4RC3 again and pick 3251 up the files that have the new license, but for now the vendor branch 3252 is "pure." 3253 3254commit d7467b679ccff6fb2025f963b9bcea5dbe72fa15 3255Author: Egbert Eich <eich@suse.de> 3256Date: Thu Jan 29 08:08:15 2004 +0000 3257 3258 Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004 3259 3260commit a0e93cace89c3da8df33d8626a486afe6840d530 3261Author: Kaleb Keithley <kaleb@freedesktop.org> 3262Date: Fri Dec 19 20:54:40 2003 +0000 3263 3264 XFree86 4.3.99.902 (RC 2) 3265 3266commit d82accff22e36919479b3ac1de72de6115688138 3267Author: Kaleb Keithley <kaleb@freedesktop.org> 3268Date: Thu Dec 4 22:03:04 2003 +0000 3269 3270 XFree86 4.3.99.901 (RC 1) 3271 3272commit fb0cbe6e7287d635a5f368e055cc0aae6ed50125 3273Author: Kaleb Keithley <kaleb@freedesktop.org> 3274Date: Tue Nov 25 19:28:20 2003 +0000 3275 3276 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 3277 3278commit ca219ad2fc4f392505d378dfa5a2b34d33de6d61 3279Author: Kaleb Keithley <kaleb@freedesktop.org> 3280Date: Tue Nov 25 19:28:16 2003 +0000 3281 3282 Initial revision 3283 3284commit 4349bf0fa125e2a1c32b0b49c974ff5fa588cdbe 3285Author: Kaleb Keithley <kaleb@freedesktop.org> 3286Date: Fri Nov 14 16:48:50 2003 +0000 3287 3288 XFree86 4.3.0.1 3289 3290commit 3795e9702b3b3a6fe0594d09cdd110adeb5e42f9 3291Author: Kaleb Keithley <kaleb@freedesktop.org> 3292Date: Fri Nov 14 16:48:50 2003 +0000 3293 3294 Initial revision 3295 3296commit 153e8da44452905ae04a0e20ad0d85f40399b4ca 3297Author: Kaleb Keithley <kaleb@freedesktop.org> 3298Date: Fri Nov 14 15:54:40 2003 +0000 3299 3300 R6.6 is the Xorg base-line 3301