<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git, branch yocto-5.0.3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-5.0.3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-5.0.3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2024-08-10T13:39:23+00:00</updated>
<entry>
<title>build-appliance-image: Update to scarthgap head revision</title>
<updated>2024-08-10T13:39:23+00:00</updated>
<author>
<name>Steve Sakoman</name>
<email>steve@sakoman.com</email>
</author>
<published>2024-08-10T13:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0b37512fb4b231cc106768e2a7328431009b3b70'/>
<id>urn:sha1:0b37512fb4b231cc106768e2a7328431009b3b70</id>
<content type='text'>
(From OE-Core rev: 236ac1b43308df722a78d3aa20aef065dfae5b2b)

Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>poky.conf: bump version for 5.0.3</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Steve Sakoman</name>
<email>steve@sakoman.com</email>
</author>
<published>2024-08-06T15:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=af5205d1b804ae916619d74ca3a656ca5a727ca5'/>
<id>urn:sha1:af5205d1b804ae916619d74ca3a656ca5a727ca5</id>
<content type='text'>
(From meta-yocto rev: 9a4b3f7d66c5546855805e284585a550b235c313)

Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>libpng: update SRC_URI</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2024-08-07T09:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=09f3d8bd269d7cecfbcd412e338a1e910fc40c04'/>
<id>urn:sha1:09f3d8bd269d7cecfbcd412e338a1e910fc40c04</id>
<content type='text'>
update SRC_URI to fix do_fetch warning:
WARNING: libpng-1.6.42-r0 do_fetch: Failed to fetch URL https://downloads.sourceforge.net/project/libpng/libpng16/libpng-1.6.42.tar.xz, attempting MIRRORS if available

(From OE-Core rev: aa23e392e379ab7f8cdfc48e1d2d96812f330c74)

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>libmnl: explicitly disable doxygen</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2024-08-05T15:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=240f070f038c5286057997114c478a16bb129f38'/>
<id>urn:sha1:240f070f038c5286057997114c478a16bb129f38</id>
<content type='text'>
libmnl autoconf autodetects doxygen to generate manpages.
If doxygen is provided via hosttools, the build fails.
Also until now manpages were not needed.
So explicitly disable doxygen in configure step.

(From OE-Core rev: 8d7bbf4d6936d831e341e9443a6b3711be09c7ab)

(From OE-Core rev: fdce1a6f1143edc577f12c7e8fab878ec69c3c9a)

Signed-off-by: Peter Marko &lt;peter.marko@siemens.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>curl: correct the PACKAGECONFIG for native/nativesdk</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2024-08-06T05:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ca13c64766c17fbc3d1b4dd28ac7e8b761d9f9d9'/>
<id>urn:sha1:ca13c64766c17fbc3d1b4dd28ac7e8b761d9f9d9</id>
<content type='text'>
Since commit 148de08220 [ curl: Update from 8.2.1 to 8.3.0 ],
--enable-crypto-auth option was removed and split into separate options
for basic-auth, bearer-auth, digest-auth, kerberos-auth negotiate-auth,
and aws. In this commit, --enable-crypto-auth is removed from
EXTRA_OECONF, and the separate options is added into PACKAGECONFIG for
target. But not added into PACKAGECONFIG for native/nativesdk, this make
curl/git in buildtools not works well to connect basic auth https
server.

Failed commands:
git ls-remote https://xxx(input username/passwd)
curl -u name:passwd https://xxx

Error:
Authentication failed xxx
HTTP/1.1 401 Unauthorized

(From OE-Core rev: 67b98253ea70a1e2850a78bb101c934093d30937)

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>bind: Upgrade 9.18.25 -&gt; 9.18.28</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Ashish Sharma</name>
<email>asharma@mvista.com</email>
</author>
<published>2024-07-30T10:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3e9bb9cdfbea03965a27fb1c0615062153f7f421'/>
<id>urn:sha1:3e9bb9cdfbea03965a27fb1c0615062153f7f421</id>
<content type='text'>
Includes security fixes for:
			CVE-2024-1975
			CVE-2024-1737
			CVE-2024-0760
			CVE-2024-4076

Changelog:
=========
https://gitlab.isc.org/isc-projects/bind9/-/blob/v9.18.28/CHANGES

(From OE-Core rev: 45fccf634a3ba0f60ee16522b7a767bb778dd984)

Signed-off-by: Ashish Sharma &lt;asharma@mvista.com&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>orc: upgrade 0.4.38 -&gt; 0.4.39</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-07-29T01:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f1aa731f90616a7792336ba792ea165c194943fe'/>
<id>urn:sha1:f1aa731f90616a7792336ba792ea165c194943fe</id>
<content type='text'>
(From OE-Core rev: 9be9260985e751f90f9432aa68a789bf0a26fb43)

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
(cherry picked from commit bcbaaa9f7d88686915c354fb66682cbe9b1d0536)
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>nasm: Upgrade 2.16.01 -&gt; 2.16.03</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2024-08-04T12:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=01c701514e2e91eb48c9a0c8d3160392d2610a7f'/>
<id>urn:sha1:01c701514e2e91eb48c9a0c8d3160392d2610a7f</id>
<content type='text'>
Removes CVE-2022-46456 from reports.

(From OE-Core rev: 4a5b6e8dd315b2281afb232410db585d431be00f)

(From OE-Core rev: 5b330f3dfe7a37eff5251d2c29d324e90677b33c)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Peter Marko &lt;peter.marko@siemens.com&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>ffmpeg: fix CVE-2024-31582</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Archana Polampalli</name>
<email>archana.polampalli@windriver.com</email>
</author>
<published>2024-08-06T06:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0c1651298dcc522486809c147d56f730f4e33205'/>
<id>urn:sha1:0c1651298dcc522486809c147d56f730f4e33205</id>
<content type='text'>
(From OE-Core rev: 617a9cdba6e2f0bd3ccc24e7bb2fe84e9573fecd)

Signed-off-by: Archana Polampalli &lt;archana.polampalli@windriver.com&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
<entry>
<title>qemu: set cve status for CVE-2023-6683</title>
<updated>2024-08-10T13:34:25+00:00</updated>
<author>
<name>Peter Marko</name>
<email>peter.marko@siemens.com</email>
</author>
<published>2024-08-05T16:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c0af0a839b0d021687110c5cc7a04fcbf6443f68'/>
<id>urn:sha1:c0af0a839b0d021687110c5cc7a04fcbf6443f68</id>
<content type='text'>
This CVE is fixed in v8.2.2 with v8.2.1-55-g480a6adc83

https://github.com/qemu/qemu/commit/480a6adc83a7bbc84bfe67229e084603dc061824

(From OE-Core rev: 422fc84ddbe46580dc6d647eff62c4dbc8551e63)

Signed-off-by: Peter Marko &lt;peter.marko@siemens.com&gt;
Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
</content>
</entry>
</feed>
