From a4111ded5e02381ce2e9929dc95e39e54d658c20 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Fri, 10 Jul 2026 08:24:22 +0200 Subject: [PATCH 1/3] bump core to 5.4.0 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01VajQphnsYmBk52ws1t6XUJ --- conan/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan/conanfile.py b/conan/conanfile.py index a3b4bbe..7cc3e13 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -11,7 +11,7 @@ class Pkg(ConanFile): "odrcore/*:with_wvWare": False, "odrcore/*:with_libmagic": False, } - requires = "odrcore/5.2.0" + requires = "odrcore/5.4.0" def generate(self): xcode = XcodeDeps(self) From 5d68256033feb2885ad10041cdce7cfe289340b2 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sat, 11 Jul 2026 16:17:00 +0200 Subject: [PATCH 2/3] bump core to 5.4.1 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_012BKyVQ3ydea1sKhSWR2YhK --- conan/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan/conanfile.py b/conan/conanfile.py index 7cc3e13..d2d7235 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -11,7 +11,7 @@ class Pkg(ConanFile): "odrcore/*:with_wvWare": False, "odrcore/*:with_libmagic": False, } - requires = "odrcore/5.4.0" + requires = "odrcore/5.4.1" def generate(self): xcode = XcodeDeps(self) From d3a89dcfdc11620bbee3d3e66e691403de474366 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sat, 11 Jul 2026 22:02:47 +0200 Subject: [PATCH 3/3] disable http server for odrcore Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_012BKyVQ3ydea1sKhSWR2YhK --- conan/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conan/conanfile.py b/conan/conanfile.py index d2d7235..d588582 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -10,6 +10,7 @@ class Pkg(ConanFile): "odrcore/*:with_pdf2htmlEX": False, "odrcore/*:with_wvWare": False, "odrcore/*:with_libmagic": False, + "odrcore/*:with_http_server": False, } requires = "odrcore/5.4.1"