head 1.3; access; symbols pkgsrc-2023Q2:1.2.0.24 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.22 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.20 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.18 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.16 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.14 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.12 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.10 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.8 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.6 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.4 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.2 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.1.0.10 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.6 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.8 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.4 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.2 pkgsrc-2019Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2023.08.31.17.24.36; author adam; state dead; branches; next 1.2; commitid REXY3aOSKv8wLXCE; 1.2 date 2020.08.31.08.45.44; author wiz; state Exp; branches; next 1.1; commitid 9FEdHF6cfqrJ5cmC; 1.1 date 2019.04.19.17.56.52; author adam; state Exp; branches; next ; commitid 5Z7rguFlbCrgdZjB; desc @@ 1.3 log @brotli: remove unused patch @ text @$NetBSD: patch-CMakeLists.txt,v 1.2 2020/08/31 08:45:44 wiz Exp $ Use shared libraries for linking the main executable. --- CMakeLists.txt.orig 2020-08-27 14:12:55.000000000 +0000 +++ CMakeLists.txt @@@@ -216,7 +216,7 @@@@ endif() # Build the brotli executable add_executable(brotli ${BROTLI_CLI_C}) -target_link_libraries(brotli ${BROTLI_LIBRARIES_STATIC}) +target_link_libraries(brotli ${BROTLI_LIBRARIES}) # Installation if(NOT BROTLI_EMSCRIPTEN) @ 1.2 log @brotli: update to 1.0.9. Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, `memcpy` is invoked with a gigantic `num` value, that will likely cause the crash. @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.1 2019/04/19 17:56:52 adam Exp $ @ 1.1 log @brotli: Use shared libraries for linking the main executable @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- CMakeLists.txt.orig 2019-04-19 17:41:26.000000000 +0000 d7 1 a7 1 @@@@ -183,7 +183,7 @@@@ endif() d15 1 a15 1 if(NOT BROTLI_BUNDLED_MODE) @