<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt3, branch r14.0.6</title>
<subtitle>The Qt3 toolkit
</subtitle>
<id>https://git.trinitydesktop.org/cgit/qt3/atom?h=r14.0.6</id>
<link rel='self' href='https://git.trinitydesktop.org/cgit/qt3/atom?h=r14.0.6'/>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/'/>
<updated>2019-03-03T14:33:16Z</updated>
<entry>
<title>bmp image: check for out of range image size.</title>
<updated>2019-03-03T14:33:16Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-01-28T10:47:23Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=2fd4dcbf56b321dcbaf2a76dd51fd4d18bdd4e28'/>
<id>urn:sha1:2fd4dcbf56b321dcbaf2a76dd51fd4d18bdd4e28</id>
<content type='text'>
Make the decoder fail early to avoid spending time and memory on
attempting to decode a corrupt image file.

Based on Qt5 patch for CVE-2018-19873.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit a00e43bd1ce54de39f807ae5acbcaa52b15be844)
</content>
</entry>
<entry>
<title>Check for QImage allocation failure in qasyncimageio.</title>
<updated>2019-03-03T14:33:15Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-01-28T10:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=ac1b4232ffc2b02bc4ab2e04e5451fa40b62a93e'/>
<id>urn:sha1:ac1b4232ffc2b02bc4ab2e04e5451fa40b62a93e</id>
<content type='text'>
Since image files easily can be (or corrupt files claim to be) huge,
it is worth checking for out of memory situations.

Based on Qt5 patch for CVE-2018-19870.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit a04cfea092d974109c6a883f26762be984805c8e)
</content>
</entry>
<entry>
<title>Add the definition _WANT_SEMUN to ensure the definition of the semun structure.</title>
<updated>2019-02-16T18:14:08Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-02-16T18:13:23Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=c966e917a9f092e8b35e1f274dcddebdcb77c3e0'/>
<id>urn:sha1:c966e917a9f092e8b35e1f274dcddebdcb77c3e0</id>
<content type='text'>
This resolves bug 2991.

Thanks to Nikolaus Klepp for initial patch.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit ee61bf8d1a23872f247f6b1c2ba387fb7ae98e43)
</content>
</entry>
<entry>
<title>Make use of QString::utf8() and QString::local8Bit() safe for conversion to char*.</title>
<updated>2019-02-10T10:25:22Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-02-10T10:25:02Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=5a7d49f513197ca7dbf3696c744151c7d120fe32'/>
<id>urn:sha1:5a7d49f513197ca7dbf3696c744151c7d120fe32</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit 0a1966b25e36fbca6263b656fec8de9d42770f8d)
</content>
</entry>
<entry>
<title>Enable gcc visibility support for *BSD builds.</title>
<updated>2019-01-16T14:13:10Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-01-16T14:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=872d13f1ae7cced7d8bd8813680def5c0b1eb65d'/>
<id>urn:sha1:872d13f1ae7cced7d8bd8813680def5c0b1eb65d</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit 26c3a9ba485e00c1035b4a785122d53f82a4fde0)
</content>
</entry>
<entry>
<title>Rename qt_untranslated.ts to template.ts</title>
<updated>2019-01-14T21:47:56Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-01-14T21:47:37Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=875b5b1a141df493012a8099cd0fc82bd3a4aa1f'/>
<id>urn:sha1:875b5b1a141df493012a8099cd0fc82bd3a4aa1f</id>
<content type='text'>
to make it clear for what purpose this file is intended.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit 72dfa4c3d1052ec9c244b98ddd51787f8faaa1ab)
</content>
</entry>
<entry>
<title>Improved class name used in previous commit. Suggestion comes from Slavek :-)</title>
<updated>2018-11-01T13:52:52Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-11-01T13:52:03Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=ec5adca5bbc3d3959eaa0a84206364b64cead56e'/>
<id>urn:sha1:ec5adca5bbc3d3959eaa0a84206364b64cead56e</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit 19ef3e4359eed834049596c7bc07cb18b204a2f1)
</content>
</entry>
<entry>
<title>Fixed FTBFS caused by name conflict with new postgres server dev 11</title>
<updated>2018-11-01T13:38:51Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-11-01T13:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=329fb608774ca3e6a9bc273683fd4509f3629cd4'/>
<id>urn:sha1:329fb608774ca3e6a9bc273683fd4509f3629cd4</id>
<content type='text'>
package.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 4a5da4685a8607a87602e065d1e3abdbf66c9ff9)
</content>
</entry>
<entry>
<title>Repair damaged UTF-8 characters in TS files</title>
<updated>2018-10-11T02:12:31Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2018-10-11T02:12:08Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=305c060e4e41bd881a1b0bce70a66e53fbff9758'/>
<id>urn:sha1:305c060e4e41bd881a1b0bce70a66e53fbff9758</id>
<content type='text'>
Arabic translations taken from arabeyes-i18n

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit 36398097bfd3a8fd6024f24da805c6540961c394)
</content>
</entry>
<entry>
<title>Removed unnecessary executable flag. This relates to bug 2153.</title>
<updated>2018-09-03T05:42:35Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-09-03T05:42:03Z</published>
<link rel='alternate' type='text/html' href='https://git.trinitydesktop.org/cgit/qt3/commit/?id=917668769ac796347089728123c942638c517e3b'/>
<id>urn:sha1:917668769ac796347089728123c942638c517e3b</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
(cherry picked from commit 2848b517a64d4ad5424af224772cea26bdbf375c)
</content>
</entry>
</feed>
