<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-graphics/xorg-app, branch walnascar</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=walnascar'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2024-12-19T17:41:25+00:00</updated>
<entry>
<title>xkbevd: upgrade 1.1.5 -&gt; 1.1.6</title>
<updated>2024-12-19T17:41:25+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-12-17T09:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b1ea894fc4cf400f75bc5df9f7a406675533e0c8'/>
<id>urn:sha1:b1ea894fc4cf400f75bc5df9f7a406675533e0c8</id>
<content type='text'>
Changelog:
==========
- Use _stricmp() instead of strcasecmp() on Windows
- Accept --help &amp; --version as aliases to -help &amp; -version
- evargs.c: constify pointer arguments that aren't modified
- evargs.c: Use standard strchr() instead of deprecated index()
- Remove detectableRepeat variable
- Assume target platforms have strcasecmp now

Signed-off-by: Wang Mingyu &lt;wangmy@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.</title>
<updated>2024-11-06T03:19:22+00:00</updated>
<author>
<name>J. S.</name>
<email>schonm@gmail.com</email>
</author>
<published>2024-11-06T03:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d2f631c763f555352ee1591d198304b33b2ebc15'/>
<id>urn:sha1:d2f631c763f555352ee1591d198304b33b2ebc15</id>
<content type='text'>
Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xwud: upgrade 1.0.6 -&gt; 1.0.7</title>
<updated>2024-10-14T16:52:32+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-10-14T08:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=faf3f16c253ed1e16afe2fb0f34185e6c7671e93'/>
<id>urn:sha1:faf3f16c253ed1e16afe2fb0f34185e6c7671e93</id>
<content type='text'>
Changelog:
==========
- Accept --help &amp; --version as aliases to -help &amp; -version
- Replace strcpy+strcat calls with snprintf
- Call free() instead of XFree() on pointers returned by malloc()
- Add missing checks for malloc failure
- gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xmag: upgrade 1.0.7 -&gt; 1.0.8</title>
<updated>2024-10-14T16:52:32+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-10-14T08:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ffe87d16cdacd14cfb1a00a15935dbf9dc01bc7e'/>
<id>urn:sha1:ffe87d16cdacd14cfb1a00a15935dbf9dc01bc7e</id>
<content type='text'>
Changelog:
==========
- Use double for all floating point numbers, not a mix of double and float
- Quiet 64 -Wunused-parameter warnings from clang 13
- usage: add noreturn attribute
- Fix -Wmissing-variable-declarations warning from clang 13
- Fix -Wself-assign warning from clang 13
- Fix -Wshadow warning for Display argument to Error()
- Clear 9 -Wuseless-cast warnings
- Add -help and -version options
- Print which arguments were unknown before giving usage message
- gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xkbprint: upgrade 1.0.6 -&gt; 1.0.7</title>
<updated>2024-10-14T16:52:32+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-10-14T08:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0bab96e83bbc9681bc85b85d61349a82484c7fc6'/>
<id>urn:sha1:0bab96e83bbc9681bc85b85d61349a82484c7fc6</id>
<content type='text'>
Changelog:
==========
- Use C99 struct initializers
- Variable scope reductions
- FindKeysymsByName: avoid NULL pointer dereference
- ClearFontStuff: avoid NULL pointer dereference
- configure: Use AC_SYS_LARGEFILE to enable large file support
- unifdef -Usgi

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xterm: upgrade 393 -&gt; 394</title>
<updated>2024-09-10T14:20:42+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-09-10T09:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cd69b51b61e57ed199b988122d2903627dd557b6'/>
<id>urn:sha1:cd69b51b61e57ed199b988122d2903627dd557b6</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xterm: upgrade 392 -&gt; 393</title>
<updated>2024-07-15T23:36:16+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-07-15T09:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=06521d85148e71a93afd465e50168c33dcf1c36e'/>
<id>urn:sha1:06521d85148e71a93afd465e50168c33dcf1c36e</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xterm: CVE status update CVE-1999-0965</title>
<updated>2024-07-04T03:20:17+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>ninette@thehoodiefirm.com</email>
</author>
<published>2024-07-03T17:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=714f47bb3b3a6b55877ceb4c6c6b21d266a6d026'/>
<id>urn:sha1:714f47bb3b3a6b55877ceb4c6c6b21d266a6d026</id>
<content type='text'>
Current version (392) not affected. This was fixed in version X11R5-fix-26 (R11R6 from 1994)

Signed-off-by: Ninette Adhikari &lt;ninette@thehoodiefirm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xterm: upgrade 391 -&gt; 392</title>
<updated>2024-05-28T16:34:36+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-05-28T01:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1e5179077af806953bcb13984ab0a80e93e9d75f'/>
<id>urn:sha1:1e5179077af806953bcb13984ab0a80e93e9d75f</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xterm: Upgrade to 391</title>
<updated>2024-05-19T15:28:00+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-05-17T06:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=aeb11d81dc5727bba91d79e4e6cc91d220f0a5f9'/>
<id>urn:sha1:aeb11d81dc5727bba91d79e4e6cc91d220f0a5f9</id>
<content type='text'>
Add a patch to fix build with musl

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
