diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html index 9213561a..5decd061 100644 --- a/abi-check/changelog/openjpeg/current/log.html +++ b/abi-check/changelog/openjpeg/current/log.html @@ -20,7 +20,35 @@

Changelog from Git



-
commit 07a454324cfeb431ee3fc3799df522dff252b12b
+
commit 0782cd075d7e9678bf1cb448c1f3d048fabe4489
+Merge: 07a4543 b6f0e41
+Author: Even Rouault <even.rouault@spatialys.com>
+Date:   2021-01-04 19:42:30 +0100
+
+    Merge pull request #867 from pseiderer/fix-lcms2-static-linking-using-pgk-config
+    
+    Fix lcms2 static linking using pgk config
+
+commit b6f0e41399f2e67117de2641b169f4400260be57
+Author: Peter Seiderer <ps.report@gmx.net>
+Date:   2016-11-11 23:35:13 +0100
+
+    thirdparty: lcms2: append flags found by pkg-config if available
+    
+    This change allows to get all required CFLAGS/LDFLAGS in case of static only
+    build.
+    
+    Fixes a buildroot build failure (see [1], [2] and [3]).
+    
+    [1] http://autobuild.buildroot.net/results/5ce/5cee20afd8bef5268832cddcb3a5270746be7a57
+    [2] http://lists.busybox.net/pipermail/buildroot/2016-November/177187.html
+    [3] http://lists.busybox.net/pipermail/buildroot/2016-November/177188.html
+    
+    Signed-off-by: Peter Seiderer <ps.report@gmx.net>
+    ---
+    Depends on https://github.com/uclouvain/openjpeg/pull/866
+
+commit 07a454324cfeb431ee3fc3799df522dff252b12b
 Merge: eb27272 75a7f1a
 Author: Even Rouault <even.rouault@spatialys.com>
 Date:   2021-01-04 14:06:43 +0100
@@ -647,35 +675,6 @@ Date:   2020-05-18 18:09:10 +0200
 
     dwt.c: change sign of constants to match standard and compensate (no functional change)
 
-commit 07d1f775a1ef95496b0c78b18f671dac41983320
-Author: Even Rouault <even.rouault@spatialys.com>
-Date:   2020-04-30 11:52:42 +0200
-
-    Add multithreaded support in the DWT encoder.
-    
-    Update the bench_dwt utility to have a -decode/-encode switch
-    
-    Measured performance gains for DWT encoder on a
-    Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (4 cores, hyper threaded)
-    
-    Encoding time:
-    $ ./bin/bench_dwt -encode -num_threads 1
-    time for dwt_encode: total = 8.348 s, wallclock = 8.352 s
-    
-    $ ./bin/bench_dwt -encode -num_threads 2
-    time for dwt_encode: total = 9.776 s, wallclock = 4.904 s
-    
-    $ ./bin/bench_dwt -encode -num_threads 4
-    time for dwt_encode: total = 13.188 s, wallclock = 3.310 s
-    
-    $ ./bin/bench_dwt -encode -num_threads 8
-    time for dwt_encode: total = 30.024 s, wallclock = 4.064 s
-    
-    Scaling is probably limited by memory access patterns causing
-    memory access to be the bottleneck.
-    The slightly worse results with threads==8 than with thread==4
-    is due to hyperthreading being not appropriate here.
-
 commit 1d358f25c8eabbc7c274bcc148f4f5d594ec13fe
 Merge: 64689d0 4edb8c8
 Author: Even Rouault <even.rouault@spatialys.com>
@@ -865,16 +864,6 @@ Date:   2020-01-30 13:07:31 +0100
     
     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
-
 ...
diff --git a/abi-check/db/openjpeg/Tracker.data b/abi-check/db/openjpeg/Tracker.data index a2db49aa..2be80fb8 100644 --- a/abi-check/db/openjpeg/Tracker.data +++ b/abi-check/db/openjpeg/Tracker.data @@ -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' => '2021-01-04 14:06:43' + 'current' => '2021-01-04 19:42:30' }, 'HeadersDiff' => { '1.1' => { @@ -886,7 +886,7 @@ $VAR1 = { 'Maintainer' => 'OpenJPEG team', 'MaintainerUrl' => 'http://www.openjpeg.org/', 'PackageDiff' => {}, - 'ScmUpdateTime' => '1609766506', + 'ScmUpdateTime' => '1609792132', 'Soname' => { '1.1' => { 'lib/libopenjpeg.so' => 'libopenjpeg.so' diff --git a/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.a b/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.a index 89ea1e8e..40158054 100644 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 diff --git a/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.so.2.4.0 b/abi-check/installed/openjpeg/2.4.0/lib/libopenjp2.so.2.4.0 index c7a657ca..305f5bee 100644 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 diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.a b/abi-check/installed/openjpeg/current/lib/libopenjp2.a index 6d278e5d..d8552bdf 100644 Binary files a/abi-check/installed/openjpeg/current/lib/libopenjp2.a and b/abi-check/installed/openjpeg/current/lib/libopenjp2.a differ diff --git a/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.4.0 b/abi-check/installed/openjpeg/current/lib/libopenjp2.so.2.4.0 index 4488239a..470bf2a0 100644 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 diff --git a/abi-check/timeline/openjpeg/index.html b/abi-check/timeline/openjpeg/index.html index bb125e1c..f34d0618 100644 --- a/abi-check/timeline/openjpeg/index.html +++ b/abi-check/timeline/openjpeg/index.html @@ -30,7 +30,7 @@ Headers
Diff current -2021-01-04
14:06 +2021-01-04
19:42 7 changelog 100% @@ -188,7 +188,7 @@ N/A N/A -
Maintained by OpenJPEG team. Last updated on Mon Jan 4 13:22:25 2021.
+
Maintained by OpenJPEG team. Last updated on Mon Jan 4 20:29:28 2021.


abi-laboratory.pro