Update ABI/API compatibility reports after commit d6b8aed561

This commit is contained in:
OpenJPEG Travis CI 2019-03-29 11:08:47 +00:00
parent bd4b1f981a
commit 0e6f134a38
5 changed files with 27 additions and 20 deletions

View File

@ -20,7 +20,29 @@
<br/>
<h1>Changelog from Git</h1><br/><br/>
<div class='changelog'>
<pre class='wrap'>commit 25b815dc460dbf9def7e6b822c8998727094f85a
<pre class='wrap'>commit d6b8aed5612e6be6d3a4053867fbd2ae0cb7c8af
Merge: 25b815d a1d32a5
Author: Even Rouault &lt;even.rouault@mines-paris.org&gt;
Date: 2019-03-29 11:52:38 +0100
Merge pull request #1187 from rouault/fix_ubsan_in_opj_t1_encode_cblks
opj_t1_encode_cblks: fix UBSAN signed integer overflow
commit a1d32a596a94280178c44a55d7e7f1acd992ed5d
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2019-03-29 11:17:39 +0100
opj_t1_encode_cblks: fix UBSAN signed integer overflow
Fixes #1053 / CVE-2018-5727
Note: I don't consider this issue to be a security vulnerability, in
practice.
At least with gcc or clang compilers on x86_64 which generate the same
assembly code with or without that fix.
commit 25b815dc460dbf9def7e6b822c8998727094f85a
Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
Date: 2019-03-29 10:44:35 +0100
@ -860,21 +882,6 @@ Date: 2017-09-28 11:24:59 +0200
update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
commit 8ed588608f13af16f63e38267c1d51b124d6d8ad
Author: Quang Nguyen &lt;quangnh89@gmail.com&gt;
Date: 2017-09-28 10:00:09 +0700
update instructions to build with Visual Studio and 64-Bit Visual C++ Toolset.
commit d45ccb048bb2166c5d975f4e1b8acaf8ba3d198d
Merge: 3f0de88 e17bbde
Author: Antonin Descampe &lt;antonin@descampe.net&gt;
Date: 2017-09-26 18:30:20 -0300
Merge pull request #1022 from rouault/partial_component_decoding
Add capability to decode only a subset of all components of an image.
...</pre></div>
</body>

View File

@ -633,7 +633,7 @@ $VAR1 = {
'2.1.2' => '2016-09-28 18:18',
'2.2.0' => '2017-08-10 00:31',
'2.3.0' => '2017-10-04 22:23',
'current' => '2019-03-29 10:44:35'
'current' => '2019-03-29 11:52:38'
},
'HeadersDiff' => {
'1.1' => {
@ -731,7 +731,7 @@ $VAR1 = {
'Maintainer' => 'OpenJPEG team',
'MaintainerUrl' => 'http://www.openjpeg.org/',
'PackageDiff' => {},
'ScmUpdateTime' => '1553853499',
'ScmUpdateTime' => '1553857702',
'Soname' => {
'1.1' => {
'lib/libopenjpeg.so' => 'libopenjpeg.so'

View File

@ -30,7 +30,7 @@
<th>Headers<br/>Diff</th>
</tr>
<tr id='current'><td>current</td>
<td>2019-03-29<br/>10:44</td>
<td>2019-03-29<br/>11:52</td>
<td>7</td>
<td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
<td class='ok'><a href='../../objects_report/openjpeg/2.3.0/current/report.html'>100%</a></td>
@ -170,7 +170,7 @@
<td>N/A</td>
<td>N/A</td>
</tr>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Mar 29 09:58:42 2019.<br/>
</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Fri Mar 29 11:08:46 2019.<br/>
<br/>
<hr/>
<div align='right'><a class='home' title="Andrey Ponomarenko's ABI laboratory" href='http://abi-laboratory.pro/'>abi-laboratory.pro</a></div>