<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/x11r7/xlib_libXfixes, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-07-28T20:33:38+00:00</updated>
<entry>
<title>package/x11r7/xlib_*: mass switch to xorgproto</title>
<updated>2018-07-28T20:33:38+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2018-07-21T14:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e9fbe0f0f384bdf5d83196b81ee28f4ae0f57037'/>
<id>urn:sha1:e9fbe0f0f384bdf5d83196b81ee28f4ae0f57037</id>
<content type='text'>
The new package xorgproto will combine and replace all current xproto_*
packages. For details read
https://lists.x.org/archives/xorg-announce/2018-February/002835.html

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>package/x11r7/xlib_libXfixes: security bump to 5.0.3</title>
<updated>2016-10-07T13:23:34+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-10-06T05:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=255ed433fa0bc315ab2d67cda2634bb7b5780df1'/>
<id>urn:sha1:255ed433fa0bc315ab2d67cda2634bb7b5780df1</id>
<content type='text'>
Please see the security advisory for details:
https://lists.x.org/archives/xorg-announce/2016-October/002720.html

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xlib_libXfixes: add explicit dependencies for host variant</title>
<updated>2016-07-03T07:35:13+00:00</updated>
<author>
<name>Julien Floret</name>
<email>julien.floret@6wind.com</email>
</author>
<published>2016-07-02T22:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f31e626b0dbb61feb89a6a22d3b97176c1b26c7e'/>
<id>urn:sha1:f31e626b0dbb61feb89a6a22d3b97176c1b26c7e</id>
<content type='text'>
Signed-off-by: Julien Floret &lt;julien.floret@6wind.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/x11r7/xlib_libXfixes: bump version to 5.0.2</title>
<updated>2016-06-11T14:42:44+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-06-11T08:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=773f5fd52b8cc6f36bdbf67556f67f0e8e8aedd9'/>
<id>urn:sha1:773f5fd52b8cc6f36bdbf67556f67f0e8e8aedd9</id>
<content type='text'>
Removed patch applied upstream:
https://cgit.freedesktop.org/xorg/lib/libXfixes/commit/?id=1702cdfe45c9bdd7dacfc8f27a49f89fcd1d02c3

Also removed autoreconf, not necessary anymore.

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/x11r7/xlib_libXfixes: fix compile error by backporting upstream commit</title>
<updated>2016-04-27T11:34:36+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-04-25T22:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0a9a2ae855d5c2f099f8969bd5bde680e56e6def'/>
<id>urn:sha1:0a9a2ae855d5c2f099f8969bd5bde680e56e6def</id>
<content type='text'>
Fixes an error not yet caught by autobuilders:

In file included from SaveSet.c:27:0:
Xfixesint.h:67:20: error: static declaration of '_XEatDataWords' follows non-static declaration
 static inline void _XEatDataWords(Display *dpy, unsigned long n)
                    ^

To reproduce use this defconfig:

BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_OPTIMIZE_3=y
BR2_GLIBC_VERSION_2_23=y
BR2_BINUTILS_VERSION_2_26_X=y
BR2_GCC_VERSION_5_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XLIB_LIBXFIXES=y

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/x11r7/xlib_libXfixes: add hash</title>
<updated>2015-04-19T07:51:34+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2015-04-18T19:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=93a3809baba98ad9a85ad1f909b0662000db2238'/>
<id>urn:sha1:93a3809baba98ad9a85ad1f909b0662000db2238</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xorg: Bump xlib_libXfixes version to 5.0.1</title>
<updated>2014-01-05T21:11:57+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>berndkuhls@hotmail.com</email>
</author>
<published>2014-01-04T13:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=38f32ea1cea4382756273554c291f55b2c676c19'/>
<id>urn:sha1:38f32ea1cea4382756273554c291f55b2c676c19</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;berndkuhls@hotmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>Remove description and url from header</title>
<updated>2013-06-06T20:30:00+00:00</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2013-06-05T23:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f2c2f25cef00d153dd60e60a4c8def826567d0b6'/>
<id>urn:sha1:f2c2f25cef00d153dd60e60a4c8def826567d0b6</id>
<content type='text'>
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>package/x11r7: add license informations to xlib_* packages</title>
<updated>2013-05-12T20:12:50+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2013-05-09T05:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a8d55430c4fbeae42f4879ff3eff305b085d592b'/>
<id>urn:sha1:a8d55430c4fbeae42f4879ff3eff305b085d592b</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xlib_libXfixes: bump revision to X11R7.7</title>
<updated>2013-03-20T14:11:01+00:00</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2012-06-14T20:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=67763f1acf6775958edd620c64f942ed67b89b02'/>
<id>urn:sha1:67763f1acf6775958edd620c64f942ed67b89b02</id>
<content type='text'>
Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
</content>
</entry>
</feed>
