-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
85 lines (79 loc) · 3.7 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
20121216: *Started logging of changes. Removed "; cd .." from make file.
20130101: *Tried to reactivate TOSHIBA_SMM in vesa.c - seems to do no harm.
20130104: *Added/tested SCREENSAVER as possible flag +/-5K
*Added/tested SERVER_LOCK as possible flag +/-2K
*Moved SMART_SCHEDULE to be a choice +/-2K
*Added/tested USE_RGB_TXT as possible flag...compiles...
*Added/tested XCMISC as possible flag +/-2K (not removed from
*Xext/makefile yet) TODO! +/-1K
*Added/tested XDMCP as possible flag - this spawns error:
undefined reference to XdmcpDisposeARRAY8, XdmcpARRAY8Equal,
XdmcpDisposeARRAY16 etc - from xdmcp.c - healed by adding
-lXdmcp +/-10K
*Added/tested XTRAP as possible flag
*Added/tested XV as possible flag
*Added/tested XKB_IN_SERVER as possible flag...compiles...
*Added/tested RANDR as possible flag...compiles...
*Added/tested XINPUT as possible flag - errors out:
Xext/xtest.c missing XI.h & XIproto.h. tried to add them in
include and this gives missing Xproto.h & X.h - adding them
as well - but this results in failure at linking ex.
undefined reference to MaybeSendDeviceMotionNotifyHint...
SO NEED SOME WORK/EXTERNAL LIB
*Added/tested XKB as possible flag: dix/devices.c gives
missing XKBsrv.h so adding that - gives missing XKBstr.h &
XKBproto.h - now missing XKB.h - then missing Xmd.h - and
then linking errors ex. undefined reference to
XkbFreeInfo...SO NEED SOME WORK/EXTERNAL LIB
*Added/tested XRECORD as possible flag...gives link error
from mi/miinitext.c undefined reference to
RecordExtensionInit. So added lib record from xorg 1.2.0
and added needed makefile changes (including link with
-lXinerama) but still link error (missing
XineramaGetCursorScreen) added that to dix/events.c from
xorg1.2.0...compiles
*Now the build has 13 extensions:
DEC-XTRAP, DPMS, MIT-SCREEN-SAVER, MIT-SHM, RANDR, RECORD,
RENDER, SHAPE, SYNC, TOG-CUP, XC-MISC, XTEST, XVideo
so for now it seems that the source is used the outmost
possible...(?)
20130204: Fix some bitrot/portability issues.
*Use uid_t and gid_t instead of assuming the implementation
exploits its private namespace. (For musl)
*Change IF_MASK and IOPL_MASK to the equivalents in the
current <sys/vm86.h>
*Change configuration for my site.
-Isaac Dunham
20130205: Fix CVEs.
*Fixed the following CVEs:
-CVE-2011-4028
don't reveal if file exists
-CVE-2011-4029
was not present unless -DUSE_CHMOD was passed;
vulnerable code deleted.
-CVE-2007-6429
MIT SHM vulnerability.
Patch based on
http://xorg.freedesktop.org/archive/X11R7.2/patches/\
xorg-xserver-1.2-multiple-overflows-v2.diff
Part of this patch was not relevant.
-CVE-2008-1379
Overflow in SHM.
-CVE-2008-1377
-CVE-2008-2630
*More local configuration. This works with Debian Squeeze.
-Isaac Dunham
20130209: *minor changes in Xtrap/xtrapddmi.c for dietlibc builds.
hw/kdrive/kinput.c+hw/kdrive/linux/linux.c added FNDELAY for
dietlibc builds.
*Trying to get fontserver working (for abiword to work) -
revising -DNOFONTSERVERACCESS \\ from standard_definitions.mk.
Adding -DFONTCACHE \\ to standard_definitions.mk. The extension
is now reported but abiword still wont work.
*changed XKB_IN_SERVER=-DXKB_IN_SERVER to XKB_IN_SERVER=-DXKB
in standard_definitions.mk. and deactivated as XKB does not compile.
*removed some warnings dix/dispatch, dix/events.c, os/connection.c
and hw/kdrive/vesa/vbe.c
*revised os/Makefile to respect settings in standard_definitions.mk
*revised Xext/Makefile to respect settings in
standard_definitions.mk