Update ABI/API compatibility reports after commit eb27272a79cd81256e475b9aad8461fda8b...
authorOpenJPEG Travis CI <info@openjpeg.org>
Mon, 4 Jan 2021 09:59:03 +0000 (09:59 +0000)
committerOpenJPEG Travis CI <info@openjpeg.org>
Mon, 4 Jan 2021 09:59:03 +0000 (09:59 +0000)
abi-check/changelog/openjpeg/current/log.html
abi-check/db/openjpeg/Tracker.data
abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.a
abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.so.2.4.0
abi-check/installed/openjpeg/current/lib/libopenjp2.a
abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.4.0
abi-check/timeline/openjpeg/index.html

index 558c1a25f46fc2697bdefe5b614fdd0303523cb2..3b361895b99c435004cf0134ae341fbba2551c2f 100644 (file)
 <br/>
 <h1>Changelog from Git</h1><br/><br/>
 <div class='changelog'>
-<pre class='wrap'>commit 2519439d7d4d0e51abf479afe73f30b1c7c70530
+<pre class='wrap'>commit eb27272a79cd81256e475b9aad8461fda8b7f989
+Merge: 2519439 4d147d9
+Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
+Date:   2021-01-04 10:45:52 +0100
+
+    Merge pull request #1317 from ffontaine/master
+    
+    CMakeLists.txt: Don't require a C++ compiler
+
+commit 4d147d9630653e4c93a70a2a8026c323ed1042d2
+Author: Peter Korsgaard &lt;peter@korsgaard.com&gt;
+Date:   2021-01-04 09:05:42 +0100
+
+    CMakeLists.txt: Don't require a C++ compiler
+    
+    By default, CMake assumes that the project is using both C and C++.  By
+    explicitly passing 'C' as argument of the project() macro, we tell CMake
+    that only C is used, which prevents CMake from erroring out if a C++
+    compiler doesn't exist.
+    
+    Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
+    [Retrieved (and slightly updated by adding enable_language(CXX) if
+    WITH_ASTYLE is set) from:
+    https://git.buildroot.net/buildroot/tree/package/openjpeg/0003-CMakeLists.txt-Don-t-require-a-C-compiler.patch]
+    Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
+
+commit 2519439d7d4d0e51abf479afe73f30b1c7c70530
 Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
 Date:   2020-12-31 14:54:59 +0100
 
@@ -849,25 +875,6 @@ Date:   2020-01-30 00:59:57 +0100
     
     Fixes #1231 / CVE-2020-8112
 
-commit b63a433ba168bad5fa10e83de04d6305e6a222e2
-Author: Max Moroz &lt;dor3s1@gmail.com&gt;
-Date:   2020-01-13 09:07:54 -0800
-
-    tests/fuzzers: link fuzz binaries using $LIB_FUZZING_ENGINE. (#1230)
-    
-    This was changed some time ago (https://google.github.io/oss-fuzz/getting-started/new-project-guide/) but the build didn't fail as there is a fallback mechanism. The main advantage of the new approach is that for libFuzzer this produces more performant binaries (as `$LIB_FUZZING_ENGINE` expands into `-fsanitize=fuzzer`, which links libFuzzer from the compiler-rt, allowing better optimization tricks).
-    
-    I'm also experimenting with dataflow (https://github.com/google/oss-fuzz/issues/1632) on your project, and the dataflow config doesn't have a fallback (as it's a new configuration), therefore I'm proposing a change to migrate from `-lFuzzingEngine` to `$LIB_FUZZING_ENGINE`.
-
-commit 46c1eff9e98bbcf794d042f7b2e3d45556e805ce
-Merge: ac37373 024b840
-Author: Even Rouault &lt;even.rouault@spatialys.com&gt;
-Date:   2020-01-11 11:29:11 +0100
-
-    Merge pull request #1229 from rouault/fix_1228
-    
-    opj_j2k_update_image_dimensions(): reject images whose coordinates are beyond INT_MAX (fixes #1228)
-
 ...</pre></div>
 
 </body>
index 73ea1a4f9bc9e4bfa08d588b8189ee7289be448e..2632cc45bf36397d19dbf3d22ea82ef86c638b77 100644 (file)
@@ -768,7 +768,7 @@ $VAR1 = {
                       '2.3.0' => '2017-10-04 22:23',
                       '2.3.1' => '2019-04-02 10:08',
                       '2.4.0' => '2020-12-28 20:59',
-                      'current' => '2020-12-31 14:54:59'
+                      'current' => '2021-01-04 10:45:52'
                     },
           'HeadersDiff' => {
                              '1.1' => {
@@ -886,7 +886,7 @@ $VAR1 = {
           'Maintainer' => 'OpenJPEG team',
           'MaintainerUrl' => 'http://www.openjpeg.org/',
           'PackageDiff' => {},
-          'ScmUpdateTime' => '1609423617',
+          'ScmUpdateTime' => '1609754307',
           'Soname' => {
                         '1.1' => {
                                    'lib/libopenjpeg.so' => 'libopenjpeg.so'
index 30fe482c3296cd5bc92bdb4e47760b1bd2343a9b..16f336b1ca65ff007bb13ea15339e436df919906 100644 (file)
Binary files a/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.a and b/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.a differ
index 20927c06c037bd6c345473b31bf2ec085ae27a33..0ec2ad9255f9d27005aeb8e9f4d2457815b2c0d5 100644 (file)
Binary files a/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.so.2.4.0 and b/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.so.2.4.0 differ
index 0e9a1a9c2ef8de2b44c1d9dd5cd3b3c78d928329..4317c23bd215c82585a3aa0cddcd4a6e9b541fe4 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ
index 304c7666156d1f12d7107295103a865176b491c0..cdc265634d7930921657cb70644b9f99d5c156de 100644 (file)
Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.4.0 and b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.4.0 differ
index 42b52ad48f52599a3284fd4067b63b3f8f110976..3e01ae01336eb57f5fbc7ce4057a89ecb1cd90d8 100644 (file)
@@ -30,7 +30,7 @@
 <th>Headers<br/>Diff</th>
 </tr>
 <tr id='current'><td>current</td>
-<td>2020-12-31<br/>14:54</td>
+<td>2021-01-04<br/>10:45</td>
 <td>7</td>
 <td><a href='../../changelog/openjpeg/current/log.html'>changelog</a></td>
 <td class='ok'><a href='../../objects_report/openjpeg/2.4.0/current/report.html'>100%</a></td>
 <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 Thu Dec 31 14:07:34 2020.<br/>
+</table><br/>Maintained by <a href='http://www.openjpeg.org/'>OpenJPEG team</a>. Last updated on Mon Jan  4 09:59:03 2021.<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>