diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-06-25 14:20:02 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:42:54 +0100 |
| commit | f8b25377a68ae4b3105d0c137a3a0368c0fe1e67 (patch) | |
| tree | 6aa084fb89c9b604c41cf2b5a4aaf581fb87caf3 /meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb | |
| parent | c11d4c9482c4ff773c19a0fa3c0f5489a6f186e3 (diff) | |
| download | poky-f8b25377a68ae4b3105d0c137a3a0368c0fe1e67.tar.gz | |
xorg-xserver: Upgrade 1.17.1 -> 1.17.2
Fixes CVE-2015-3164 in Xwayland.
Remove unnecessary patches:
* fix_open_max_preprocessor_error.patch is no longer needed:
OPEN_MAX is defined in every case now
* xorg-CVE-2013-6424.patch was handled in pixman several releases ago
* other removed patches are included in 1.17.2
(From OE-Core rev: 1d35231d666baee9ac4aaeb482371f3c71998c76)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb new file mode 100644 index 0000000000..3039d303dc --- /dev/null +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | require xserver-xorg.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://0001-use-__GLIBC__-guard-for-glibc-specific-code.patch \ | ||
| 4 | " | ||
| 5 | SRC_URI[md5sum] = "397e405566651150490ff493e463f1ad" | ||
| 6 | SRC_URI[sha256sum] = "f61120612728f2c5034671d0ca3e2273438c60aba93b3dda4a8aa40e6a257993" | ||
| 7 | |||
| 8 | # These extensions are now integrated into the server, so declare the migration | ||
| 9 | # path for in-place upgrades. | ||
| 10 | |||
| 11 | RREPLACES_${PN} = "${PN}-extension-dri \ | ||
| 12 | ${PN}-extension-dri2 \ | ||
| 13 | ${PN}-extension-record \ | ||
| 14 | ${PN}-extension-extmod \ | ||
| 15 | ${PN}-extension-dbe \ | ||
| 16 | " | ||
| 17 | RPROVIDES_${PN} = "${PN}-extension-dri \ | ||
| 18 | ${PN}-extension-dri2 \ | ||
| 19 | ${PN}-extension-record \ | ||
| 20 | ${PN}-extension-extmod \ | ||
| 21 | ${PN}-extension-dbe \ | ||
| 22 | " | ||
| 23 | RCONFLICTS_${PN} = "${PN}-extension-dri \ | ||
| 24 | ${PN}-extension-dri2 \ | ||
| 25 | ${PN}-extension-record \ | ||
| 26 | ${PN}-extension-extmod \ | ||
| 27 | ${PN}-extension-dbe \ | ||
| 28 | " | ||
