Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server: xorg-server-1.4.2.ebuild xorg-server-1.3.0.0-r6.ebuild
Date: Sat, 01 Aug 2009 17:17:18
Message-Id: E1MXICp-0002Yb-PB@stork.gentoo.org
1 ssuominen 09/08/01 17:17:15
2
3 Modified: xorg-server-1.4.2.ebuild
4 xorg-server-1.3.0.0-r6.ebuild
5 Log:
6 Fix repoman warnings.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 x11-base/xorg-server/xorg-server-1.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild?r1=1.13&r2=1.14
15
16 Index: xorg-server-1.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- xorg-server-1.4.2.ebuild 13 Jul 2009 10:53:18 -0000 1.13
23 +++ xorg-server-1.4.2.ebuild 1 Aug 2009 17:17:15 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild,v 1.13 2009/07/13 10:53:18 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild,v 1.14 2009/08/01 17:17:15 ssuominen Exp $
29
30 # Must be before x-modular eclass is inherited
31 SNAPSHOT="yes"
32 @@ -244,12 +244,10 @@
33 )"
34 LICENSE="${LICENSE} MIT"
35
36 -PATCHES="
37 - ${FILESDIR}/1.4-ia64.patch
38 - ${FILESDIR}/1.3.0.0-use-proc-instead-of-sys.patch
39 - ${FILESDIR}/1.4-fpic-libxf86config.patch
40 - ${FILESDIR}/1.4-fix-kdrive-automake.patch
41 - "
42 +PATCHES=( "${FILESDIR}/1.4-ia64.patch"
43 + "${FILESDIR}/1.3.0.0-use-proc-instead-of-sys.patch"
44 + "${FILESDIR}/1.4-fpic-libxf86config.patch"
45 + "${FILESDIR}/1.4-fix-kdrive-automake.patch" )
46
47 pkg_setup() {
48 use minimal || ensure_a_server_is_building
49
50
51
52 1.13 x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild?r1=1.12&r2=1.13
57
58 Index: xorg-server-1.3.0.0-r6.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- xorg-server-1.3.0.0-r6.ebuild 29 Jul 2009 08:05:43 -0000 1.12
65 +++ xorg-server-1.3.0.0-r6.ebuild 1 Aug 2009 17:17:15 -0000 1.13
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2009 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild,v 1.12 2009/07/29 08:05:43 scarabeus Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild,v 1.13 2009/08/01 17:17:15 ssuominen Exp $
71
72 # Must be before x-modular eclass is inherited
73 SNAPSHOT="yes"
74 @@ -230,39 +230,37 @@
75 )"
76 LICENSE="${LICENSE} MIT"
77
78 -PATCHES="
79 - ${FILESDIR}/${PV}-fix-xkb-openoffice-hangs.patch
80 - ${FILESDIR}/${PV}-fix-dual-head-screen-resolutions.patch
81 - ${FILESDIR}/${PV}-fix-randr-resizing.patch
82 - ${FILESDIR}/${PV}-fix-xephyr-amd64-segfault.patch
83 - ${FILESDIR}/${PV}-ramdac.patch
84 - ${FILESDIR}/use-composite-for-unequal-depths.patch
85 - ${FILESDIR}/1.2.0-fix-amd-cpu-detection.patch
86 - ${FILESDIR}/1.2.0-properly-free-device-devprivates-memory-leak-fix.patch
87 - ${FILESDIR}/1.2.0-typo-fix.patch
88 - ${FILESDIR}/1.2.0-zero-out-client-devprivates-on-allocation.patch
89 - ${FILESDIR}/${PV}-use-proc-instead-of-sys.patch
90 - ${FILESDIR}/avoid-crash-on-minimized-xv-window.patch
91 - ${FILESDIR}/xorg-server-sam225bw-quirks.patch
92 - ${FILESDIR}/1.3-alpha-build-fix.patch
93 - ${FILESDIR}/${PV}-xephyr_crash_at_exit.patch
94 - ${FILESDIR}/xorg-x11-server-1.0.1-fpic-libxf86config.patch
95 - ${FILESDIR}/1.4-0001-Fix-for-CVE-2007-5760-XFree86-Misc-extension-out-o.patch
96 - ${FILESDIR}/1.4-0002-Fix-for-CVE-2007-6428-TOG-cup-extension-memory-cor.patch
97 - ${FILESDIR}/1.3-0003-Fix-for-CVE-2007-6427-Xinput-extension-memory-corr.patch
98 - ${FILESDIR}/1.4-0004-Fix-for-CVE-2007-6429-MIT-SHM-and-EVI-extensions-i.patch
99 - ${FILESDIR}/1.4-0005-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch
100 - ${FILESDIR}/1.3-0006-Fix-for-CVE-2007-5958-File-existence-disclosure.patch
101 - ${FILESDIR}/1.4-0007-CVE-2007-6429-Don-t-spuriously-reject-8bpp-shm-pix.patch
102 - ${FILESDIR}/1.4-0008-CVE-2007-6429-Always-test-for-size-offset-wrapping.patch
103 - ${FILESDIR}/1.4-0009-Don-t-break-grab-and-focus-state-for-a-window-when-r.patch
104 - ${FILESDIR}/xorg-server-1.4.0.90-automake-1.10.1-fixup.patch
105 - ${FILESDIR}/xorg-xserver-1.4-cve-2008-1377.diff
106 - ${FILESDIR}/xorg-xserver-1.4-cve-2008-1379.diff
107 - ${FILESDIR}/xorg-xserver-1.4-cve-2008-2360.diff
108 - ${FILESDIR}/xorg-xserver-1.4-cve-2008-2361.diff
109 - ${FILESDIR}/xorg-xserver-1.4-cve-2008-2362.diff
110 - "
111 +PATCHES=( "${FILESDIR}/${PV}-fix-xkb-openoffice-hangs.patch"
112 + "${FILESDIR}/${PV}-fix-dual-head-screen-resolutions.patch"
113 + "${FILESDIR}/${PV}-fix-randr-resizing.patch"
114 + "${FILESDIR}/${PV}-fix-xephyr-amd64-segfault.patch"
115 + "${FILESDIR}/${PV}-ramdac.patch"
116 + "${FILESDIR}/use-composite-for-unequal-depths.patch"
117 + "${FILESDIR}/1.2.0-fix-amd-cpu-detection.patch"
118 + "${FILESDIR}/1.2.0-properly-free-device-devprivates-memory-leak-fix.patch"
119 + "${FILESDIR}/1.2.0-typo-fix.patch"
120 + "${FILESDIR}/1.2.0-zero-out-client-devprivates-on-allocation.patch"
121 + "${FILESDIR}/${PV}-use-proc-instead-of-sys.patch"
122 + "${FILESDIR}/avoid-crash-on-minimized-xv-window.patch"
123 + "${FILESDIR}/xorg-server-sam225bw-quirks.patch"
124 + "${FILESDIR}/1.3-alpha-build-fix.patch"
125 + "${FILESDIR}/${PV}-xephyr_crash_at_exit.patch"
126 + "${FILESDIR}/xorg-x11-server-1.0.1-fpic-libxf86config.patch"
127 + "${FILESDIR}/1.4-0001-Fix-for-CVE-2007-5760-XFree86-Misc-extension-out-o.patch"
128 + "${FILESDIR}/1.4-0002-Fix-for-CVE-2007-6428-TOG-cup-extension-memory-cor.patch"
129 + "${FILESDIR}/1.3-0003-Fix-for-CVE-2007-6427-Xinput-extension-memory-corr.patch"
130 + "${FILESDIR}/1.4-0004-Fix-for-CVE-2007-6429-MIT-SHM-and-EVI-extensions-i.patch"
131 + "${FILESDIR}/1.4-0005-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch"
132 + "${FILESDIR}/1.3-0006-Fix-for-CVE-2007-5958-File-existence-disclosure.patch"
133 + "${FILESDIR}/1.4-0007-CVE-2007-6429-Don-t-spuriously-reject-8bpp-shm-pix.patch"
134 + "${FILESDIR}/1.4-0008-CVE-2007-6429-Always-test-for-size-offset-wrapping.patch"
135 + "${FILESDIR}/1.4-0009-Don-t-break-grab-and-focus-state-for-a-window-when-r.patch"
136 + "${FILESDIR}/xorg-server-1.4.0.90-automake-1.10.1-fixup.patch"
137 + "${FILESDIR}/xorg-xserver-1.4-cve-2008-1377.diff"
138 + "${FILESDIR}/xorg-xserver-1.4-cve-2008-1379.diff"
139 + "${FILESDIR}/xorg-xserver-1.4-cve-2008-2360.diff"
140 + "${FILESDIR}/xorg-xserver-1.4-cve-2008-2361.diff"
141 + "${FILESDIR}/xorg-xserver-1.4-cve-2008-2362.diff" )
142
143 pkg_setup() {
144 use minimal || ensure_a_server_is_building