1commit e1cde54538060c4fd3a3d02e3d2e2b7e5da7bff9
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Fri Dec 13 18:13:04 2024 -0800
4
5    libXv 1.0.13
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit fba7bf352678db2938f5a7b173d2a8823595ef3b
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sun Jul 21 11:27:44 2024 -0700
12
13    XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not
14    
15    Found by gcc 14.1:
16    Xv.c: In function ‘XvQueryAdaptors’:
17    Xv.c:222:31: warning: dereference of NULL ‘<unknown>’ [CWE-476]
18     [-Wanalyzer-null-dereference]
19      222 |         pa->type = (char) u.pa->type;
20          |                           ~~~~^~~~~~
21    
22    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
23    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxv/-/merge_requests/7>
24
25commit 506cebe7bffb19f9310565b82231a08cc8e77ece
26Author: Alan Coopersmith <alan.coopersmith@oracle.com>
27Date:   Sun Jul 21 11:22:29 2024 -0700
28
29    XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not
30    
31    Found by gcc 14.1:
32    Xv.c: In function ‘XvQueryEncodings’:
33    Xv.c:387:31: warning: dereference of NULL ‘<unknown>’ [CWE-476]
34     [-Wanalyzer-null-dereference]
35      387 |         pe->encoding_id = u.pe->encoding;
36          |                           ~~~~^~~~~~~~~~
37    
38    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxv/-/merge_requests/7>
40
41commit dd8c77a0c0d62ab88cf96ac507562469a7bcbc5a
42Author: Alan Coopersmith <alan.coopersmith@oracle.com>
43Date:   Sun Jul 21 11:10:44 2024 -0700
44
45    Use calloc instead of malloc and manual loops to zero array contents
46    
47    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
48    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxv/-/merge_requests/7>
49
50commit b022c9cf7004fe6f794c4c00dd519a2e4c74eca0
51Author: Alan Coopersmith <alan.coopersmith@oracle.com>
52Date:   Wed Mar 8 16:16:56 2023 -0800
53
54    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
55    
56    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
57    so it's time to rely on it.
58    
59    Clears autoconf warnings:
60    
61    configure.ac:34: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
62    configure.ac:34: You should run autoupdate.
63    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
64    configure.ac:34: the top level
65    
66    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
67    libtoolize: and rerunning libtoolize and aclocal.
68    
69    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
70
71commit 750312d8b28378b057afb0aceb4f3d3eee86cd13
72Author: Alan Coopersmith <alan.coopersmith@oracle.com>
73Date:   Sat Feb 25 09:34:02 2023 -0800
74
75    Remove "All rights reserved" from Oracle copyright notices
76    
77    Oracle no longer includes this term in our copyright & license notices.
78    
79    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
80
81commit d419928942dbf1897c9627475aa4a2828a81240f
82Author: Alan Coopersmith <alan.coopersmith@oracle.com>
83Date:   Sun Dec 4 15:43:12 2022 -0800
84
85    libXv 1.0.12
86    
87    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88
89commit 7afb4d5b020780f8081564bfcc8ed3df7515899f
90Author: Alan Coopersmith <alan.coopersmith@oracle.com>
91Date:   Sun Nov 20 13:23:07 2022 -0800
92
93    Handle implicit conversion warnings from clang
94    
95    Clears 62 -Wimplicit-int-conversion, 38 -Wshorten-64-to-32, and
96    11 -Wsign-conversion warnings.
97    
98    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
99
100commit 4b1f9d0914833c671887fdedb8b0d8169618ed62
101Author: Alan Coopersmith <alan.coopersmith@oracle.com>
102Date:   Sun Nov 20 13:01:26 2022 -0800
103
104    Variable scope reductions
105    
106    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
107
108commit 9744d1f77b092eb4982c60e4750136fb19683545
109Author: Alan Coopersmith <alan.coopersmith@oracle.com>
110Date:   Mon Oct 17 18:16:29 2022 -0700
111
112    XvGetReq: remove trailing semicolon that caller is expected to provide
113    
114    Clears 20 clang warnings of the form:
115    Xv.c:126:34: warning: empty expression statement has no effect;
116      remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
117        XvGetReq(QueryExtension, req);
118                                     ^
119    
120    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
121
122commit ee48980aca0bc9deb61458fdb5ebda3928d944a0
123Author: Alan Coopersmith <alan.coopersmith@oracle.com>
124Date:   Sun Jul 17 18:27:19 2022 -0700
125
126    gitlab CI: add a basic build test
127    
128    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
129
130commit d478f60475e2ae50ce57bb9cc27d6a835dfa200c
131Author: Alan Coopersmith <alan.coopersmith@oracle.com>
132Date:   Sun Jul 17 18:26:23 2022 -0700
133
134    Fix spelling/wording issues
135    
136    Found by using:
137        codespell --builtin clear,rare,usage,informal,code,names
138    
139    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
140
141commit 2f0952f5f78f80463810e7dc41c944d2c03e99ab
142Author: Alan Coopersmith <alan.coopersmith@oracle.com>
143Date:   Sun Jul 17 18:25:35 2022 -0700
144
145    Build xz tarballs instead of bzip2
146    
147    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
148
149commit 03a6f599d060591a9a7cd8558bd2143a1c7c70d7
150Author: Alan Coopersmith <alan.coopersmith@oracle.com>
151Date:   Fri Dec 7 19:55:25 2018 -0800
152
153    Update configure.ac bug URL for gitlab migration
154    
155    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
156
157commit 5af31d2a24abe5a41995c792012e5dc489ec2674
158Author: Alan Coopersmith <alan.coopersmith@oracle.com>
159Date:   Mon Nov 19 22:48:06 2018 -0800
160
161    Update README for gitlab migration
162    
163    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
164
165commit 3d64daf31207c9162acf2999ee566fde448b178d
166Author: Mihail Konev <k.mvc@ya.ru>
167Date:   Thu Jan 26 13:52:49 2017 +1000
168
169    autogen: add default patch prefix
170    
171    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
172
173commit 83c2f46c8e31dceda674a759b872282fb06b67c7
174Author: Emil Velikov <emil.l.velikov@gmail.com>
175Date:   Mon Mar 9 12:00:52 2015 +0000
176
177    autogen.sh: use quoted string variables
178    
179    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
180    fall-outs, when they contain space.
181    
182    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
183    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
184    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
185
186commit d5bae4a90c0c627d91c7bb97f607d3da7e7ba055
187Author: Peter Hutterer <peter.hutterer@who-t.net>
188Date:   Tue Jan 24 10:32:07 2017 +1000
189
190    autogen.sh: use exec instead of waiting for configure to finish
191    
192    Syncs the invocation of configure with the one from the server.
193    
194    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
195    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
196
197commit ef2a282876acc2316d338f8b66344ad5a2947057
198Author: Matthieu Herrb <matthieu.herrb@laas.fr>
199Date:   Tue Oct 4 21:29:55 2016 +0200
200
201    libXv 1.0.11
202    
203    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
204
205commit d9da580b46a28ab497de2e94fdc7b9ff953dab17
206Author: Tobias Stoeckmann <tobias@stoeckmann.org>
207Date:   Sun Sep 25 21:30:03 2016 +0200
208
209    Protocol handling issues in libXv - CVE-2016-5407
210    
211    The Xv query functions for adaptors and encodings suffer from out of
212    boundary accesses if a hostile X server sends a maliciously crafted
213    response.
214    
215    A previous fix already checks the received length against fixed values
216    but ignores additional length specifications which are stored inside
217    the received data.
218    
219    These lengths are accessed in a for-loop. The easiest way to guarantee
220    a correct processing is by validating all lengths against the
221    remaining size left before accessing referenced memory.
222    
223    This makes the previously applied check obsolete, therefore I removed
224    it.
225    
226    Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
227    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
228
229commit cf8cc328f1e370a548b71581bada7e1ee073c756
230Author: Alan Coopersmith <alan.coopersmith@oracle.com>
231Date:   Sat Jul 26 14:07:26 2014 -0700
232
233    Fix typo in dependencies for lint library
234    
235    Breaks out of tree lintlib builds by causing VPATH lookup to fail.
236    
237    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
238
239commit 736d7ac5a94c7aa6761d50ab58339a3d9a116c51
240Author: Alan Coopersmith <alan.coopersmith@oracle.com>
241Date:   Sat Sep 7 22:19:48 2013 -0700
242
243    libXv 1.0.10
244    
245    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
246
247commit 4a7d2ca2438649e61b7dcb9491391ff6fbd482ac
248Author: Alan Coopersmith <alan.coopersmith@oracle.com>
249Date:   Fri Jul 5 21:19:29 2013 -0700
250
251    Remove fallback for _XEatDataWords, require libX11 1.6 for it
252    
253    _XEatDataWords was orignally introduced with the May 2013 security
254    patches, and in order to ease the process of delivering those,
255    fallback versions of _XEatDataWords were included in the X extension
256    library patches so they could be applied to older versions that didn't
257    have libX11 1.6 yet.   Now that we're past that hurdle, we can drop
258    the fallbacks and just require libX11 1.6 for building new versions
259    of the extension libraries.
260    
261    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
262
263commit 06d275959b5dd78c319d5200ca6d986934b18920
264Author: Alan Coopersmith <alan.coopersmith@oracle.com>
265Date:   Sat Jun 22 23:43:58 2013 -0700
266
267    Refactor error handling
268    
269    Reduce code duplication, make error checking & cleanup more consistent
270    
271    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
272
273commit 29b23d387e32d09e1b34682f01cee899a08a1176
274Author: Alan Coopersmith <alan.coopersmith@oracle.com>
275Date:   Sat Jun 22 21:47:34 2013 -0700
276
277    Add missing calls to _XEatDataWords when we are skipping _XRead
278    
279    If we failed to allocate the buffer to _XRead into, discard the
280    rest of the reply, instead of leaving it to confuse the reading
281    of the next reply.
282    
283    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
284
285commit 5a09a55b5b13280990465d83205e796bb8cd68ac
286Author: Alan Coopersmith <alan.coopersmith@oracle.com>
287Date:   Sat Jun 22 21:04:06 2013 -0700
288
289    Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest
290    
291    xvproto.h names don't match those required by the Xlibint.h GetReq* macros,
292    but at least we can rely on the _XGetRequest function for the bulk of the
293    work now, instead of duplicating it.
294    
295    Also clears clang warnings repeated for every request function:
296    
297    Xv.c:137:5: warning: cast from 'char *' to 'xvQueryExtensionReq *' increases re
298    quired alignment from 1 to 2 [-Wcast-align]
299        XvGetReq(QueryExtension, req);
300        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
301    ./Xvlibint.h:52:8: note: expanded from macro 'XvGetReq'
302            req = (xv##name##Req *)(dpy->last_req = dpy->bufptr);\
303                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
304    Xv.c:137:5: warning: implicit conversion loses integer precision: 'int' to 'CAR
305    D8' (aka 'unsigned char') [-Wconversion]
306        XvGetReq(QueryExtension, req);
307        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
308    ./Xvlibint.h:53:30: note: expanded from macro 'XvGetReq'
309            req->reqType = info->codes->major_opcode;\
310                         ~ ~~~~~~~~~~~~~^~~~~~~~~~~~
311    
312    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
313
314commit ef2722e10b275d13d754d2b92e67f72b0716d070
315Author: Alan Coopersmith <alan.coopersmith@oracle.com>
316Date:   Sat Jun 22 20:33:13 2013 -0700
317
318    Require ANSI C89 pre-processor, drop pre-C89 token pasting support
319    
320    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
321    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
322
323commit e73a2199f039e9ae772efb6be8d1db68eb346fa4
324Author: Alan Coopersmith <alan.coopersmith@oracle.com>
325Date:   Sat Jun 22 13:35:12 2013 -0700
326
327    Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern
328    
329    Makes code clearer, and using ~3U instead of ~3 clears some signed int
330    warnings.
331    
332    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
333
334commit 4ced44196d6636006c9724a373c0d2ca0c12dc1e
335Author: Alan Coopersmith <alan.coopersmith@oracle.com>
336Date:   Sat Jun 22 11:20:13 2013 -0700
337
338    Fix sign conversion & comparison warnings from clang
339    
340    Clears up:
341    Xv.c:196:21: warning: implicit conversion changes signedness: 'CARD32' (aka 'unsigned int') to 'int' [-Wsign-conversion]
342      size = rep.length << 2;
343           ~ ~~~~~~~~~~~^~~~
344    Xv.c:212:41: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
345          if ((pas=(XvAdaptorInfo *)Xmalloc(size))==NULL) {
346                                    ~~~~~~~~^~~~~
347    Xv.c:236:43: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
348          pa->num_adaptors = rep.num_adaptors - ii;
349                           ~ ~~~~~~~~~~~~~~~~~^~~~
350    Xv.c:243:40: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
351          if ( (name = (char *)Xmalloc(size+1)) == NULL)
352                               ~~~~~~~~~~~~^~~
353    Xv.c:251:37: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
354          (void)strncpy(name, u.string, size);
355                ~~~~~~~                 ^~~~
356    Xv.c:260:36: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
357          if ((pfs=(XvFormat *)Xmalloc(size))==NULL) {
358                               ~~~~~~~~^~~~~
359    Xv.c:269:20: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
360          for (jj=0; jj<pa->num_formats; jj++) {
361                     ~~^~~~~~~~~~~~~~~~
362    Xv.c:259:29: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
363          size = pa->num_formats*sizeof(XvFormat);
364               ~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
365    Xv.c:305:16: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
366      for (ii=0; ii<pAdaptors->num_adaptors; ii++, pa++)
367                 ~~^~~~~~~~~~~~~~~~~~~~~~~~
368    Xv.c:356:21: warning: implicit conversion changes signedness: 'CARD32' (aka 'unsigned int') to 'int' [-Wsign-conversion]
369      size = rep.length << 2;
370           ~ ~~~~~~~~~~~^~~~
371    Xv.c:369:41: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
372      if ( (pes = (XvEncodingInfo *)Xmalloc(size)) == NULL) {
373                                    ~~~~~~~~^~~~~
374    Xv.c:392:45: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
375          pe->num_encodings = rep.num_encodings - jj;
376                            ~ ~~~~~~~~~~~~~~~~~~^~~~
377    Xv.c:397:40: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
378          if ( (name = (char *)Xmalloc(size+1)) == NULL) {
379                               ~~~~~~~~~~~~^~~
380    Xv.c:404:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
381          strncpy(name, u.string, size);
382          ~~~~~~~                 ^~~~
383    Xv.c:433:16: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
384      for (ii=0; ii<pEncodings->num_encodings; ii++, pe++) {
385                 ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
386    Xv.c:886:27: warning: comparison of integers of different signs: 'int' and 'CAR
387    D32' (aka 'unsigned int') [-Wsign-compare]
388                for (i = 0; i < rep.num_attributes; i++) {
389                            ~ ^ ~~~~~~~~~~~~~~~~~~
390    Xv.c:946:27: warning: comparison of integers of different signs: 'int' and 'CAR
391    D32' (aka 'unsigned int') [-Wsign-compare]
392                for (i = 0; i < rep.num_formats; i++) {
393                            ~ ^ ~~~~~~~~~~~~~~~
394    Xv.c:1100:5: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
395        SetReqLen(req, len, len);
396        ^~~~~~~~~~~~~~~~~~~~~~~~
397    X11/Xlibint.h:530:27: note: expanded from macro 'SetReqLen'
398        if ((req->length + n) > (unsigned)65535) { \
399                              ^ ~~~~~~~~~~~~~~~
400    Xv.c:1100:20: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
401        SetReqLen(req, len, len);
402        ~~~~~~~~~~~~~~~^~~~~~~~~
403    X11/Xlibint.h:532:21: note: expanded from macro 'SetReqLen'
404                MakeBigReq(req,n) \
405                               ^
406    X11/Xlibint.h:505:35: note: expanded from macro 'MakeBigReq'
407        ((CARD32 *)req)[1] = _BRlen + n + 2; \
408                                    ~ ^
409    
410    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
411
412commit 89dc3ff457644271b1c633efa9682ae45e55d9d8
413Author: Alan Coopersmith <alan.coopersmith@oracle.com>
414Date:   Sat Jun 22 11:07:13 2013 -0700
415
416    Remove unnecessary casts from Xmalloc calls
417    
418    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
419    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
420
421commit 54851e0e72e2017c14c504459078c97d6112696b
422Author: Alan Coopersmith <alan.coopersmith@oracle.com>
423Date:   Sat Jun 22 19:58:20 2013 -0700
424
425    Adopt X.Org standard code style, with consistent indentation
426    
427    Having differing indent levels of 2, 3, & 4 spaces hurts my eyes.
428    
429    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
430
431commit d58f74ebfd0c56ffeb8e288c65592228af197a2e
432Author: Alan Coopersmith <alan.coopersmith@oracle.com>
433Date:   Sat Jun 22 19:06:09 2013 -0700
434
435    libXv 1.0.9
436    
437    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
438
439commit 22cc0c897a28a41d49fe68277bb3c002f54bbb48
440Author: Daphne Pfister <daphnediane@mac.com>
441Date:   Sat Jun 1 22:27:23 2013 -0400
442
443    Bug 65252: Ensure final name is nil-terminated & none point to uninitialized memory.
444    
445    This patch attempts to fix this bug by ensuring that there is at least one
446    nil byte at the end of all the name strings. This should prevent reading
447    past the end of the allocation as well as exposing uninitialized memory.
448    
449    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
450    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
451
452commit edfb6fc397686c1892603d0f86a9aadf14dbc12e
453Author: Alan Coopersmith <alan.coopersmith@oracle.com>
454Date:   Sat Jun 1 17:26:11 2013 -0700
455
456    XvQueryPortAttributes: add a comment explaining memory strategy
457    
458    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
459
460commit 179ed259e75a62e74532e36f52f3838deb2aac92
461Author: Alan Coopersmith <alan.coopersmith@oracle.com>
462Date:   Fri May 31 17:49:24 2013 -0700
463
464    libXv 1.0.8
465    
466    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
467
468commit 50fc4cb18069cb9450a02c13f80223ef23511409
469Author: Alan Coopersmith <alan.coopersmith@oracle.com>
470Date:   Sat Apr 13 00:03:03 2013 -0700
471
472    integer overflow in XvCreateImage() [CVE-2013-1989 3/3]
473    
474    num_planes is a CARD32 and needs to be bounds checked before bit shifting
475    and adding to sizeof(XvImage) to come up with the total size to allocate,
476    to avoid integer overflow leading to underallocation and writing data from
477    the network past the end of the allocated buffer.
478    
479    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
480    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
481
482commit 59301c1b5095f7dc6359d5b396dbbcdee7038270
483Author: Alan Coopersmith <alan.coopersmith@oracle.com>
484Date:   Sat Apr 13 00:03:03 2013 -0700
485
486    integer overflow in XvListImageFormats() [CVE-2013-1989 2/3]
487    
488    num_formats is a CARD32 and needs to be bounds checked before multiplying
489    by sizeof(XvImageFormatValues) to come up with the total size to allocate,
490    to avoid integer overflow leading to underallocation and writing data from
491    the network past the end of the allocated buffer.
492    
493    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
494    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
495
496commit 15ab7dec17d686c38f2c82ac23a17cac5622322a
497Author: Alan Coopersmith <alan.coopersmith@oracle.com>
498Date:   Sat Apr 13 00:16:14 2013 -0700
499
500    buffer overflow in XvQueryPortAttributes() [CVE-2013-2066]
501    
502    Each attribute returned in the reply includes the number of bytes
503    to read for its marker.  We had been always trusting it, and never
504    validating that it wouldn't cause us to write past the end of the
505    buffer we allocated based on the reported text_size.
506    
507    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
508    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
509
510commit 6e1b743a276651195be3cd68dff41e38426bf3ab
511Author: Alan Coopersmith <alan.coopersmith@oracle.com>
512Date:   Sat Apr 13 00:03:03 2013 -0700
513
514    integer overflow in XvQueryPortAttributes() [CVE-2013-1989 1/3]
515    
516    The num_attributes & text_size members of the reply are both CARD32s
517    and need to be bounds checked before multiplying & adding them together
518    to come up with the total size to allocate, to avoid integer overflow
519    leading to underallocation and writing data from the network past the
520    end of the allocated buffer.
521    
522    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
523    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
524
525commit 79362c764a6df7e7fbe5247756bdbf60f3a58baf
526Author: Alan Coopersmith <alan.coopersmith@oracle.com>
527Date:   Sat Apr 13 00:28:34 2013 -0700
528
529    Use _XEatDataWords to avoid overflow of rep.length shifting
530    
531    rep.length is a CARD32, so rep.length << 2 could overflow in 32-bit builds
532    
533    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
534
535commit ed13edeac5adc2e6afcd87f63b5ae1ff9ad47958
536Author: Colin Walters <walters@verbum.org>
537Date:   Wed Jan 4 17:37:06 2012 -0500
538
539    autogen.sh: Implement GNOME Build API
540    
541    http://people.gnome.org/~walters/docs/build-api.txt
542    
543    Signed-off-by: Adam Jackson <ajax@redhat.com>
544
545commit 1006d44b8674b5d9c5d7e893878776fbd34dbed2
546Author: Adam Jackson <ajax@redhat.com>
547Date:   Tue Jan 15 14:28:48 2013 -0500
548
549    configure: Remove AM_MAINTAINER_MODE
550    
551    Signed-off-by: Adam Jackson <ajax@redhat.com>
552
553commit ddec3b412e1d857d1a2daa75df61de377e1de9bd
554Author: Thomas Klausner <wiz@NetBSD.org>
555Date:   Tue Jul 17 21:56:28 2012 +0200
556
557    Uppercase SH arguments.
558    
559    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
560    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
561    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
562
563commit 0f4fa1820041394e879517abb49c0391ecc796f7
564Author: Alan Coopersmith <alan.coopersmith@oracle.com>
565Date:   Wed Mar 7 21:25:38 2012 -0800
566
567    libXv 1.0.7
568    
569    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
570
571commit de5e2271b54b7fe8bb3f8b66a70b5b87853f51a2
572Author: Alan Coopersmith <alan.coopersmith@oracle.com>
573Date:   Thu Nov 10 21:45:11 2011 -0800
574
575    Fix gcc -Wwrite-strings warnings
576    
577    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
578
579commit ff45155aa59c22aa5abc5ffe941dfe3b0f4c288f
580Author: Jeremy Huddleston <jeremyhu@apple.com>
581Date:   Wed Oct 5 20:59:37 2011 -0700
582
583    XvQueryExtension doesn't return XvBadAlloc
584    
585    https://bugs.freedesktop.org/show_bug.cgi?id=22829
586    
587    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
588
589commit 21ce77de0fc1b92bb55699df7e93dd1aae988fc5
590Author: Alan Coopersmith <alan.coopersmith@oracle.com>
591Date:   Fri Sep 16 22:56:12 2011 -0700
592
593    Strip trailing whitespace
594    
595    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
596    git diff -w & git diff -b show no diffs from this change
597    
598    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
599
600commit 7091e73f39b813adcc8fa5e61ad336ba063d7e00
601Author: Gaetan Nadon <memsize@videotron.ca>
602Date:   Wed Feb 2 11:43:45 2011 -0500
603
604    config: comment, minor upgrade, quote and layout configure.ac
605    
606    Group statements per section as per Autoconf standard layout
607    Quote statements where appropriate.
608    Autoconf recommends not using dnl instead of # for comments
609    
610    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
611    Add AC_CONFIG_SRCDIR([Makefile.am])
612    Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS
613    No functional configuration changes
614    
615    This helps automated maintenance and release activities.
616    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
617
618commit 50a2f154f20763c9e98bdcf705fa366c87c6bae4
619Author: Gaetan Nadon <memsize@videotron.ca>
620Date:   Fri Jan 28 19:41:37 2011 -0500
621
622    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
623    
624    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
625
626commit b9b6680cbc95501af70c3597bfdd51d17aace695
627Author: Gaetan Nadon <memsize@videotron.ca>
628Date:   Thu Jan 27 18:50:15 2011 -0500
629
630    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
631    
632    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
633    AC_PROG_C_C99. This sets gcc with -std=gnu99.
634    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
635    
636    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
637
638commit e34fff44ebc4f8c258df127f6f80d0a1aa86a25d
639Author: Alan Coopersmith <alan.coopersmith@oracle.com>
640Date:   Fri Oct 29 17:52:32 2010 -0700
641
642    libXv 1.0.6
643    
644    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
645
646commit 6e0da1da31552faaba26a351be0a4cf2d5964b05
647Author: Alan Coopersmith <alan.coopersmith@oracle.com>
648Date:   Fri Oct 29 17:51:53 2010 -0700
649
650    Sun's copyrights now belong to Oracle
651    
652    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
653
654commit 4c2bc9a94ee759423adbc4e7c99b9bf9fea692ec
655Author: Jesse Adkins <jesserayadkins@gmail.com>
656Date:   Tue Sep 28 13:30:04 2010 -0700
657
658    Purge cvs tags.
659    
660    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
661    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
662
663commit ec92e24e86363fcbc14f8dce9739a430f68b998f
664Author: Gaetan Nadon <memsize@videotron.ca>
665Date:   Wed Aug 18 17:29:15 2010 -0400
666
667    man: whitespace management
668    
669    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
670
671commit 7bb70e6f8f394775d5d7ed7035a6d4b2accd2892
672Author: Gaetan Nadon <memsize@videotron.ca>
673Date:   Wed Aug 18 17:23:31 2010 -0400
674
675    man: remove unrequired local fix for bug 5628
676    
677    Local fix in CVS for bug 5628 is not required
678    as the problem has been fixed in
679    util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
680    
681    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
682
683commit 14cf5e3d19488f9a36824a01d4aba4a7f5ebc1cd
684Author: Alan Coopersmith <alan.coopersmith@oracle.com>
685Date:   Thu Jul 8 15:21:36 2010 -0700
686
687    config: upgrade to util-macros 1.8 for additional man page support
688    
689    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
690    The value of MAN_SUBST is the same for all X.Org packages.
691    
692    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
693    Enables use of platform appropriate version of sed.
694    
695    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
696
697commit e106f955dfc23798975ef14b3d3400aff39eced9
698Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
699Date:   Thu Jul 1 07:07:12 2010 -0300
700
701    Purge macro NEED_REPLIES
702    
703    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
704    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
705    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
706
707commit 481033e52111a42ae80c2814a499a068d7dc4771
708Author: Gaetan Nadon <memsize@videotron.ca>
709Date:   Mon Mar 29 16:50:34 2010 -0400
710
711    config: update AC_PREREQ statement to 2.60
712    
713    Unrelated to the previous patches, the new value simply reflects
714    the reality that the minimum level for autoconf to configure
715    all x.org modules is 2.60 dated June 2006.
716    
717    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
718    
719    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
720
721commit ea333fad90bce73c95a5ac310c127e22d6b41c6c
722Author: Gaetan Nadon <memsize@videotron.ca>
723Date:   Mon Mar 29 14:53:49 2010 -0400
724
725    config: remove the pkgconfig pc.in file from EXTRA_DIST
726    
727    Automake always includes it in the tarball.
728    
729    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
730
731commit 917a09fe40630d9ba2ac7f2f48636989f3163580
732Author: Alan Coopersmith <alan.coopersmith@sun.com>
733Date:   Thu Jan 14 20:55:17 2010 -0800
734
735    Update Sun license notices to current X.Org standard form
736    
737    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
738
739commit f0225573605729797a0edd00276f4704f9cda3c2
740Author: Gaetan Nadon <memsize@videotron.ca>
741Date:   Fri Nov 27 20:56:04 2009 -0500
742
743    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
744    
745    Now that the INSTALL file is generated.
746    Allows running make maintainer-clean.
747
748commit f6ab500cf3d00bfa49070007c006e500253b6d84
749Author: Gaetan Nadon <memsize@videotron.ca>
750Date:   Wed Oct 28 14:09:10 2009 -0400
751
752    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
753    
754    Add missing INSTALL file. Use standard GNU file on building tarball
755    README may have been updated
756    Remove AUTHORS file as it is empty and no content available yet.
757    Remove NEWS file as it is empty and no content available yet.
758
759commit fec734de503d63bb0abce9088be2e6655e82f800
760Author: Gaetan Nadon <memsize@videotron.ca>
761Date:   Tue Oct 27 15:07:26 2009 -0400
762
763    Deploy the new XORG_DEFAULT_OPTIONS #24242
764    
765    This macro aggregate a number of existing macros that sets commmon
766    X.Org components configuration options. It shields the configuration file from
767    future changes.
768
769commit f0b191321146550b88a94233b9677e32044b6c0e
770Author: Gaetan Nadon <memsize@videotron.ca>
771Date:   Mon Oct 26 22:08:43 2009 -0400
772
773    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
774    
775    ChangeLog filename is known to Automake and requires no further
776    coding in the makefile.
777
778commit 9ae8551458ee56b7ea19066023da64c7e24ea9f3
779Author: Gaetan Nadon <memsize@videotron.ca>
780Date:   Thu Oct 22 12:34:19 2009 -0400
781
782    .gitignore: use common defaults with custom section # 24239
783    
784    Using common defaults will reduce errors and maintenance.
785    Only the very small or inexistent custom section need periodic maintenance
786    when the structure of the component changes. Do not edit defaults.
787
788commit 05974c72286a9556ebf5ff541967fa53f75a55a8
789Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
790Date:   Wed Oct 21 12:47:26 2009 -0700
791
792    This is not a GNU project, so declare it foreign.
793    
794    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
795    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
796    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
797    > > was quite annoying to work around since 'autoreconf -fvi' replaces
798    > > it and git wants to commit it.  Should these files even be in git?
799    > > Can I nuke them for the betterment of humanity and since they get
800    > > created by autoreconf anyways?
801    >
802    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
803    
804    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
805    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
806    of the INSTALL file. It is also part of the 24206 solution.
807    
808    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
809
810commit 5be9a0099a83d1acf464640e930518a4c46c0920
811Author: Alan Coopersmith <alan.coopersmith@sun.com>
812Date:   Sat Oct 3 02:12:52 2009 -0700
813
814    libXv 1.0.5
815    
816    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
817
818commit 5aa62bb376608cd0350e46263dec74f861019431
819Author: Alan Coopersmith <alan.coopersmith@sun.com>
820Date:   Sat Oct 3 01:53:56 2009 -0700
821
822    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
823    
824    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
825
826commit 4d189188c913e6956344689802a582589db04abe
827Author: Alan Coopersmith <alan.coopersmith@sun.com>
828Date:   Sat Oct 3 01:31:44 2009 -0700
829
830    Convert documentation from xv-library-v2.2.txt into man pages
831    
832    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
833
834commit 7303af622984579e600893934a3958c0654d57bf
835Author: Alan Coopersmith <alan.coopersmith@sun.com>
836Date:   Fri Oct 2 08:55:52 2009 -0700
837
838    Man page cleanups and formatting fixes
839    
840     - Convert man page section headings to traditional style/names
841       Make them all caps, and use 'synopsis' instead of 'syntax'
842     - Strip trailing whitespace from man pages
843     - Add return types to function prototypes
844     - Fix unbalanced quoting and other formatting issues
845     - Use .BR for formatting man page references
846     - Add "libXv Functions" to man page header
847    
848    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
849
850commit ea79759a6940855dab10472a876e784fb8494eee
851Author: Alan Coopersmith <alan.coopersmith@sun.com>
852Date:   Thu Oct 1 23:04:56 2009 -0700
853
854    Move xv-library-v2.2.txt document from xorg-docs
855    
856    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
857
858commit dbf88774a77d91f3f7996071dfccf61636afa77b
859Author: Alan Coopersmith <alan.coopersmith@sun.com>
860Date:   Sat May 9 17:13:11 2009 -0700
861
862    Adjust flags definitions to fix lint library build
863    
864    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
865
866commit 7cc28e8ae807e69663e0a73cd12edf9963277a2d
867Author: Alan Coopersmith <alan.coopersmith@sun.com>
868Date:   Mon Feb 2 20:34:37 2009 -0800
869
870    Add README with pointers to mailing list, bugzilla & git repos
871    
872    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
873
874commit 245b7cffe78203eeb265ac73177ed258471cb227
875Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
876Date:   Mon Feb 2 13:58:34 2009 -0200
877
878    Janitor: make distcheck, compiler warnings, .gitignore.
879
880commit 2c0dc990a1ad96b71c95800d83378413eab63dbb
881Author: Alan Coopersmith <alan.coopersmith@sun.com>
882Date:   Mon Mar 17 20:01:01 2008 -0700
883
884    Version bump: 1.0.4
885
886commit acb78abb510e7e69e74fb3bba80d8ceaf2af7ce4
887Author: Matthieu Herrb <matthieu.herrb@laas.fr>
888Date:   Sun Mar 9 08:43:44 2008 +0100
889
890    nuke RCS Ids
891
892commit d455a1d9ae336a397a1b1a08228b7faa1024c1aa
893Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
894Date:   Mon Aug 20 19:02:40 2007 -0300
895
896    get rid of ancient XFree86 CVS Id tags
897
898commit 8b0752135f84edebc5e476f19069c8d78676f416
899Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
900Date:   Mon Aug 20 18:58:44 2007 -0300
901
902    convert manpages prototypes to C ANSI format
903    
904    Closes: #8360 (libXv man pages should be
905    converted to ANSI prototypes)
906
907commit 20d07bb9ba2bca56e3f02b4b878377eded241059
908Author: Daniel Stone <daniel@fooishbar.org>
909Date:   Sat Dec 16 01:31:51 2006 +0200
910
911    bump to 1.0.3
912
913commit 2f0089d24ab28f3325a5da7a136873eefb0bd97f
914Author: Daniel Stone <daniel@fooishbar.org>
915Date:   Wed Dec 6 19:00:07 2006 +0200
916
917    Makefile.am: make ChangeLog hook safer
918    Make ChangeLog hook as safe as possible.
919
920commit 978e98c43245671b4fdedb42371260f5fa139f14
921Author: Alan Coopersmith <alan.coopersmith@sun.com>
922Date:   Mon Sep 25 14:49:45 2006 -0700
923
924    Bump version number to 1.0.2
925
926commit 1dd351499ee692bb71eee4cffc305431843cfb87
927Author: Alan Coopersmith <alan.coopersmith@sun.com>
928Date:   Fri Sep 22 19:06:30 2006 -0700
929
930    Fill in AUTHORS & COPYING files
931
932commit e5cb03cfa7386e13bede2d33d06be5369ab2a5d2
933Author: Alan Coopersmith <alan.coopersmith@sun.com>
934Date:   Tue Sep 19 15:06:27 2006 -0700
935
936    Correct description of dpy argument in libXv function man pages
937    
938    (Previous description applies to programs, not functions - you must supply a
939     valid Display pointer to functions, there is no fallback to $DISPLAY.)
940
941commit 5dc20e33bc29f1efd88ed1cf5e83943ab53b9ac6
942Author: Alan Coopersmith <alan.coopersmith@sun.com>
943Date:   Tue Sep 19 13:25:27 2006 -0700
944
945    Fix man page typos
946
947commit dd25684d6f67b8c5a836b98d224ac6bf21076972
948Author: Alan Coopersmith <alan.coopersmith@sun.com>
949Date:   Mon Sep 18 16:29:46 2006 -0700
950
951    Coverity CID #580: XvQueryEncodings Returned without freeing storage "pes"
952    
953    Free the portion of the encoding list we had already filled in if we get
954    an error allocating memory for a list entry.
955
956commit 8681d431516979dcffd1ca7a65d47026d8ad0336
957Author: Alan Coopersmith <alan.coopersmith@sun.com>
958Date:   Mon Sep 18 16:14:11 2006 -0700
959
960    Add hooks for running code checkers like sparse & lint over the source
961
962commit d19e0d1fe15de6b9a2bfffe30bd041497c021eaf
963Author: Alan Coopersmith <alan.coopersmith@sun.com>
964Date:   Mon Sep 18 16:13:16 2006 -0700
965
966    Add argument types to static function prototypes to clear sparse & lint warnings
967
968commit 3c80665e7c53db021b52ad267c12c6b4f43e7c3a
969Author: Alan Coopersmith <alan.coopersmith@sun.com>
970Date:   Mon Sep 18 15:45:50 2006 -0700
971
972    Replace static Changelog with dist-hook to generate from git log
973
974commit d968d8b6777f21b799a99c9652c27e39da319b00
975Author: Alan Coopersmith <alan.coopersmith@sun.com>
976Date:   Mon Sep 18 15:43:59 2006 -0700
977
978    Add *~ to .gitignore to skip emacs droppings
979
980commit abab8955bdb30ffe74dc3b8fe2e6b009a2d2cf3d
981Author: Alan Coopersmith <alan.coopersmith@sun.com>
982Date:   Thu Jul 13 14:59:10 2006 -0700
983
984    renamed: .cvsignore -> .gitignore
985
986commit 8bf896eb20d6752f31b7d966ff6d8c3f905b536d
987Author: Kevin E Martin <kem@kem.org>
988Date:   Wed Dec 21 02:30:06 2005 +0000
989
990    Update package version for X11R7 release.
991
992commit d54ce4a8f14bcb3d027c1bf8f46e215caf596dad
993Author: Adam Jackson <ajax@nwnk.net>
994Date:   Mon Dec 19 16:28:27 2005 +0000
995
996    Stub COPYING files
997
998commit 6561f50b1ac74ebb02ec13d434af1e8bef50fd99
999Author: Kevin E Martin <kem@kem.org>
1000Date:   Thu Dec 15 00:24:35 2005 +0000
1001
1002    Update package version number for final X11R7 release candidate.
1003
1004commit e495ba278269a66eab6829b796e7fa32b79dbc2e
1005Author: Kevin E Martin <kem@kem.org>
1006Date:   Tue Dec 6 22:48:45 2005 +0000
1007
1008    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
1009
1010commit 4cf396de99b15b48751ece43e74f0aeb60ab5d50
1011Author: Kevin E Martin <kem@kem.org>
1012Date:   Sat Dec 3 05:49:45 2005 +0000
1013
1014    Update package version number for X11R7 RC3 release.
1015
1016commit 4ff8025f6d0c9ef14e500d123613ccee45c8c23e
1017Author: Kevin E Martin <kem@kem.org>
1018Date:   Sat Dec 3 04:41:51 2005 +0000
1019
1020    Add check and cflags for malloc(0) returning NULL.
1021
1022commit 4c738dba961b3eae69e466a0bfcd8e6e3e539675
1023Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1024Date:   Mon Nov 28 22:03:06 2005 +0000
1025
1026    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
1027        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
1028
1029commit 9460f736b6f61687b20e91e0a02aa81c879d7e4f
1030Author: Eric Anholt <anholt@freebsd.org>
1031Date:   Sun Nov 20 23:17:41 2005 +0000
1032
1033    Add/improve libs .cvsignores.
1034
1035commit ed2d19981e048a31d3a594341787f0505d4dd6a8
1036Author: Kevin E Martin <kem@kem.org>
1037Date:   Sat Nov 19 07:15:43 2005 +0000
1038
1039    Update pkgconfig files to separate library build-time dependencies from
1040        application build-time dependencies, and update package deps to work
1041        with separate build roots.
1042
1043commit 768933f26103bd9324e3c3efbc287ca21a2776b3
1044Author: Kevin E Martin <kem@kem.org>
1045Date:   Wed Oct 19 02:48:12 2005 +0000
1046
1047    Update package version number for RC1 release.
1048
1049commit 6159966aa69254620b25552bb09ae00ef31798ef
1050Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1051Date:   Tue Oct 18 00:00:09 2005 +0000
1052
1053    Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
1054        work better with BSD make
1055
1056commit 0b5be2efbcd3d405f1d84b6b31add361a39f411d
1057Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1058Date:   Thu Oct 13 05:13:36 2005 +0000
1059
1060    doc/man/Xv/Xv.man
1061    doc/man/Xv/XvFreeAdaptorInfo.man
1062    doc/man/Xv/XvFreeEncodingInfo.man
1063    doc/man/Xv/XvGetPortAttribute.man
1064    doc/man/Xv/XvGetStill.man
1065    doc/man/Xv/XvGetVideo.man
1066    doc/man/Xv/XvGrabPort.man
1067    doc/man/Xv/XvPortNotify.man
1068    doc/man/Xv/XvPutStill.man
1069    doc/man/Xv/XvPutVideo.man
1070    doc/man/Xv/XvQueryAdaptors.man
1071    doc/man/Xv/XvQueryBestSize.man
1072    doc/man/Xv/XvQueryEncodings.man
1073    doc/man/Xv/XvQueryExtension.man
1074    doc/man/Xv/XvSelectPortNotify.man
1075    doc/man/Xv/XvSelectVideoNotify.man
1076    doc/man/Xv/XvSetPortAttribute.man
1077    doc/man/Xv/XvStopVideo.man
1078    doc/man/Xv/XvUngrabPort.man
1079    doc/man/Xv/XvVideoNotify.man Convert hardcoded 3X to substitutable
1080        __libmansuffix__ like other library man pages.
1081
1082commit 0b0ae11e4d5872f55bd412f7876c4b526d420fe0
1083Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1084Date:   Thu Oct 13 04:47:38 2005 +0000
1085
1086    [lib/Xv]
1087    Use sed to fill in variables in man pages
1088
1089commit bc34a489531d1a71857a5d68e4c256d1dacb89ae
1090Author: Adam Jackson <ajax@nwnk.net>
1091Date:   Wed Aug 3 03:28:02 2005 +0000
1092
1093    Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
1094        a global configure cache don't get confused.
1095
1096commit 45bb17c155ce80c817e29144e960b02596ed7214
1097Author: Kevin E Martin <kem@kem.org>
1098Date:   Fri Jul 29 21:22:53 2005 +0000
1099
1100    Various changes preparing packages for RC0:
1101    - Verify and update package version numbers as needed
1102    - Implement versioning scheme
1103    - Change bug address to point to bugzilla bug entry form
1104    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1105        reenable it)
1106    - Fix makedepend to use pkgconfig and pass distcheck
1107    - Update build script to build macros first
1108    - Update modular Xorg version
1109
1110commit ca932bc2cfaa0a7faaf9c0d870ea4314de24855e
1111Author: Daniel Stone <daniel@fooishbar.org>
1112Date:   Sat Jul 16 07:41:25 2005 +0000
1113
1114    Set soversion to 1.0.0 with -version-number.
1115
1116commit 2ece1ee39d248966d2399b30b9de6307db86f4b5
1117Author: Daniel Stone <daniel@fooishbar.org>
1118Date:   Tue Jul 12 01:10:57 2005 +0000
1119
1120    Add Xvlib.h, change soversion to 1.0.0.
1121
1122commit 6ed09fe071574abdf5f7c08d9f1de41f4177e5df
1123Author: Daniel Stone <daniel@fooishbar.org>
1124Date:   Tue Jul 12 00:35:54 2005 +0000
1125
1126    Change version to 2.2.0.
1127
1128commit f27ed2a7dfd43345ae820186a033c301d77861ad
1129Author: Daniel Stone <daniel@fooishbar.org>
1130Date:   Tue Jul 12 00:34:54 2005 +0000
1131
1132    Typo fix.
1133
1134commit 9db3c882e7571eebc98d0070c3ccbc7633b57604
1135Author: Keith Packard <keithp@keithp.com>
1136Date:   Sat Jul 9 06:53:49 2005 +0000
1137
1138    Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
1139
1140commit 1b0c54229a5259677eab3f80cf8baedc1ca802e5
1141Author: Daniel Stone <daniel@fooishbar.org>
1142Date:   Sun Jul 3 07:00:57 2005 +0000
1143
1144    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
1145    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
1146    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
1147        source files in the xserver/xorg tree, predicated on defines of
1148        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
1149        <X11/fonts/foo.h>.
1150
1151commit a0abd747a0203ddf590fd0f4973f12dd0a5fc48d
1152Author: Kevin E Martin <kem@kem.org>
1153Date:   Sat Jul 2 06:35:03 2005 +0000
1154
1155    Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
1156
1157commit 9064f83cdb11b1515fec1c9f33bd7397ad7f492b
1158Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1159Date:   Fri Jul 1 20:09:12 2005 +0000
1160
1161    xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove
1162        whitespace after backslash modularizeapp.sh: s/destkop/desktop/
1163        modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and
1164        Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h
1165    Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo
1166
1167commit dd829239e989de7b7affc504fc29da673d1d46d5
1168Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1169Date:   Tue Jun 21 15:41:36 2005 +0000
1170
1171    lib/XScrnSaver/configure.ac
1172    lib/XScrnSaver/src/Makefile.am
1173    lib/Xfontcache/configure.ac
1174    lib/Xfontcache/src/Makefile.am
1175    lib/Xinerama/configure.ac
1176    lib/Xinerama/src/Makefile.am
1177    lib/Xtst/configure.ac
1178    lib/Xv/configure.ac
1179    lib/XvMC/configure.ac
1180    lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
1181        src/Makefile.am
1182
1183commit ea1bfd2bef80ed33740916dfc8118ca8ac94a0eb
1184Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1185Date:   Mon Jun 13 20:30:01 2005 +0000
1186
1187    - Add Xv man pages
1188
1189commit 3e71b1e06264f84428e04264b740a634cd7a5499
1190Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1191Date:   Mon Jun 13 19:55:32 2005 +0000
1192
1193    - Add Xv to symlink.sh
1194    - Add Xv build system
1195
1196commit 7306d726bfd8ba10d7ad75f8167dc3ddd85b65e6
1197Author: Egbert Eich <eich@suse.de>
1198Date:   Fri Apr 23 18:43:55 2004 +0000
1199
1200    Merging XORG-CURRENT into trunk
1201
1202commit 71d90c59573b4ef0f90e3f9bde03efd6dcf2912e
1203Author: Egbert Eich <eich@suse.de>
1204Date:   Sun Mar 14 08:32:27 2004 +0000
1205
1206    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1207
1208commit 7cb88c27d6784873439ae6bdd22d78784eae41da
1209Author: Egbert Eich <eich@suse.de>
1210Date:   Wed Mar 3 12:11:32 2004 +0000
1211
1212    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1213
1214commit 1faf3c691266e6f9a40914900eb6c94bd639ffb0
1215Author: Egbert Eich <eich@suse.de>
1216Date:   Thu Feb 26 13:35:34 2004 +0000
1217
1218    readding XFree86's cvs IDs
1219
1220commit e2399deda299a091cbd99cebf363595534a8ea55
1221Author: Egbert Eich <eich@suse.de>
1222Date:   Thu Feb 26 09:22:48 2004 +0000
1223
1224    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1225
1226commit fe30a03a47c336d508667bb0477383f389e13b5e
1227Author: Kaleb Keithley <kaleb@freedesktop.org>
1228Date:   Thu Dec 4 22:02:57 2003 +0000
1229
1230    XFree86 4.3.99.901 (RC 1)
1231
1232commit 22a0d01c7610f366cf3cec9e7f7cf5968dcc285e
1233Author: Kaleb Keithley <kaleb@freedesktop.org>
1234Date:   Tue Nov 25 19:28:16 2003 +0000
1235
1236    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1237
1238commit ddef819383953954d9514eab7803367ef20dee82
1239Author: Kaleb Keithley <kaleb@freedesktop.org>
1240Date:   Fri Nov 14 16:48:49 2003 +0000
1241
1242    XFree86 4.3.0.1
1243
1244commit 355f676a4ff26d8fcdfdbe64e791e60bc579e339
1245Author: Kaleb Keithley <kaleb@freedesktop.org>
1246Date:   Fri Nov 14 16:48:49 2003 +0000
1247
1248    Initial revision
1249