From 6c3f2d2904b9f9a931561505b64679df3356e3c72238a41c2fb50b1bd70a665c Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 23 Jan 2025 17:37:45 +0000 Subject: [PATCH] - Drop the version dependency on libcurl. Building against versions older than 7.45 does not fail anymore, but disables support for fdpassing in clamonacc. This only affects SLE-12 up to SP3. OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=276 --- clamav.changes | 7 +++++++ clamav.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clamav.changes b/clamav.changes index bd26720..8a42b09 100644 --- a/clamav.changes +++ b/clamav.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 23 17:33:09 UTC 2025 - Reinhard Max + +- Drop the version dependency on libcurl. Building against versions + older than 7.45 does not fail anymore, but disables support for + fdpassing in clamonacc. This only affects SLE-12 up to SP3. + ------------------------------------------------------------------- Wed Jan 22 17:50:49 UTC 2025 - Reinhard Max diff --git a/clamav.spec b/clamav.spec index e74f27e..72d8871 100644 --- a/clamav.spec +++ b/clamav.spec @@ -74,7 +74,7 @@ BuildRequires: sendmail-devel BuildRequires: systemd BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(check) -BuildRequires: pkgconfig(libcurl) >= 7.45 +BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libpcre2-8) >= 10.30 BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(ncurses)