Update ABI/API compatibility reports after commit 647f9b118d
This commit is contained in:
parent
cb731d918c
commit
013d4ea731
|
@ -20,7 +20,26 @@
|
||||||
<br/>
|
<br/>
|
||||||
<h1>Changelog from Git</h1><br/><br/>
|
<h1>Changelog from Git</h1><br/><br/>
|
||||||
<div class='changelog'>
|
<div class='changelog'>
|
||||||
<pre class='wrap'>commit b63a433ba168bad5fa10e83de04d6305e6a222e2
|
<pre class='wrap'>commit 647f9b118d12819c63635eea65909b0e49e0f201
|
||||||
|
Merge: b63a433 05f9b91
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2020-01-30 13:07:31 +0100
|
||||||
|
|
||||||
|
Merge pull request #1232 from rouault/fix_1231
|
||||||
|
|
||||||
|
opj_tcd_init_tile(): avoid integer overflow
|
||||||
|
|
||||||
|
commit 05f9b91e60debda0e83977e5e63b2e66486f7074
|
||||||
|
Author: Even Rouault <even.rouault@spatialys.com>
|
||||||
|
Date: 2020-01-30 00:59:57 +0100
|
||||||
|
|
||||||
|
opj_tcd_init_tile(): avoid integer overflow
|
||||||
|
|
||||||
|
That could lead to later assertion failures.
|
||||||
|
|
||||||
|
Fixes #1231 / CVE-2020-8112
|
||||||
|
|
||||||
|
commit b63a433ba168bad5fa10e83de04d6305e6a222e2
|
||||||
Author: Max Moroz <dor3s1@gmail.com>
|
Author: Max Moroz <dor3s1@gmail.com>
|
||||||
Date: 2020-01-13 09:07:54 -0800
|
Date: 2020-01-13 09:07:54 -0800
|
||||||
|
|
||||||
|
@ -879,21 +898,6 @@ Date: 2018-03-02 14:03:03 +0100
|
||||||
specified in the format string, but were missing in the actual call. This
|
specified in the format string, but were missing in the actual call. This
|
||||||
fixes #1074 and #1075.
|
fixes #1074 and #1075.
|
||||||
|
|
||||||
commit 564fbfb67830e2eb234bc16b3db8fecf54261f95
|
|
||||||
Merge: bce2bd7 b49fa93
|
|
||||||
Author: Even Rouault <even.rouault@mines-paris.org>
|
|
||||||
Date: 2018-02-25 19:59:18 +0100
|
|
||||||
|
|
||||||
Merge pull request #1090 from stweil/utf8
|
|
||||||
|
|
||||||
Convert files to UTF-8 encoding
|
|
||||||
|
|
||||||
commit bce2bd71c06e3550e57442dfa715fcce5351bc7a
|
|
||||||
Author: Even Rouault <even.rouault@spatialys.com>
|
|
||||||
Date: 2018-02-25 19:20:38 +0100
|
|
||||||
|
|
||||||
.travis.yml: temporarily disable OPJ_CI_ASAN=1 (refs #1091)
|
|
||||||
|
|
||||||
...</pre></div>
|
...</pre></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -705,7 +705,7 @@ $VAR1 = {
|
||||||
'2.2.0' => '2017-08-10 00:31',
|
'2.2.0' => '2017-08-10 00:31',
|
||||||
'2.3.0' => '2017-10-04 22:23',
|
'2.3.0' => '2017-10-04 22:23',
|
||||||
'2.3.1' => '2019-04-02 10:08',
|
'2.3.1' => '2019-04-02 10:08',
|
||||||
'current' => '2020-01-13 09:07:54'
|
'current' => '2020-01-30 13:07:31'
|
||||||
},
|
},
|
||||||
'HeadersDiff' => {
|
'HeadersDiff' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
|
@ -813,7 +813,7 @@ $VAR1 = {
|
||||||
'Maintainer' => 'OpenJPEG team',
|
'Maintainer' => 'OpenJPEG team',
|
||||||
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
'MaintainerUrl' => 'http://www.openjpeg.org/',
|
||||||
'PackageDiff' => {},
|
'PackageDiff' => {},
|
||||||
'ScmUpdateTime' => '1578935812',
|
'ScmUpdateTime' => '1580386651',
|
||||||
'Soname' => {
|
'Soname' => {
|
||||||
'1.1' => {
|
'1.1' => {
|
||||||
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
'lib/libopenjpeg.so' => 'libopenjpeg.so'
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@
|
||||||
<th>Headers<br/>Diff</th>
|
<th>Headers<br/>Diff</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id='current'><td>current</td>
|
<tr id='current'><td>current</td>
|
||||||
<td>2020-01-13<br/>09:07</td>
|
<td>2020-01-30<br/>13:07</td>
|
||||||
<td>7</td>
|
<td>7</td>
|
||||||
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
|
||||||
<td class='ok'><a href='../../objects_report/openjpeg/2.3.1/current/report.html'>100%</a></td>
|
<td class='ok'><a href='../../objects_report/openjpeg/2.3.1/current/report.html'>100%</a></td>
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
<td>N/A</td>
|
<td>N/A</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jan 13 17:17:28 2020.<br/>
|
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Thu Jan 30 12:18:10 2020.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>
|
||||||
|
|
Loading…
Reference in New Issue