public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/clamav] f44: 1.4.5
@ 2026-07-02 16:21 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-02 16:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/clamav
Branch : f44
Commit : 916052824fcdbab3f32d11adf99bdca889588714
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-07-02T11:21:00-05:00
Stats : +20/-10 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/clamav/c/916052824fcdbab3f32d11adf99bdca889588714?branch=f44
Log:
1.4.5
---
diff --git a/clamav-rust-dependency-versions.patch b/clamav-rust-dependency-versions.patch
index 3d12c03..319b99c 100644
--- a/clamav-rust-dependency-versions.patch
+++ b/clamav-rust-dependency-versions.patch
@@ -1,12 +1,11 @@
-diff -Naur clamav-1.4.3-original/libclamav_rust/Cargo.toml clamav-1.4.3/libclamav_rust/Cargo.toml
---- clamav-1.4.3-original/libclamav_rust/Cargo.toml 2025-12-04 10:01:33.233889863 +0000
-+++ clamav-1.4.3/libclamav_rust/Cargo.toml 2025-12-04 10:02:29.088468217 +0000
+--- clamav-1.4.5/libclamav_rust/Cargo.toml~ 2026-07-02 08:30:43.250033315 -0500
++++ clamav-1.4.5/libclamav_rust/Cargo.toml 2026-07-02 08:32:12.781831100 -0500
@@ -21,7 +21,7 @@
unicode-segmentation = "1.10"
bindgen = "0.72"
onenote_parser = "0.3.1"
-hex-literal = "0.4"
+hex-literal = ">=0.4, <2.0"
- inflate = "0.4"
bzip2-rs = "0.1"
byteorder = "1.5"
+ delharc = "0.6"
diff --git a/clamav.spec b/clamav.spec
index 135f77a..50018fb 100644
--- a/clamav.spec
+++ b/clamav.spec
@@ -25,8 +25,8 @@
Summary: End-user tools for the Clam Antivirus scanner
Name: clamav
-Version: 1.4.4
-Release: 2%{?dist}
+Version: 1.4.5
+Release: 1%{?dist}
License: %{?with_unrar:proprietary}%{!?with_unrar:GPL-2.0-only}
URL: https://www.clamav.net/
%if %{with unrar}
@@ -50,7 +50,7 @@ Source5: clamd-README
#http://database.clamav.net/main.cvd
Source10: main-63.cvd
#http://database.clamav.net/daily.cvd
-Source11: daily-27930.cvd
+Source11: daily-28048.cvd
#http://database.clamav.net/bytecode.cvd
Source12: bytecode-339.cvd
#for update
@@ -118,7 +118,11 @@ BuildRequires: gnutls-devel
%endif
BuildRequires: libxml2-devel
BuildRequires: ncurses-devel
+%if 0%{?fedora} > 44
+BuildRequires: openssl3-devel
+%else
BuildRequires: openssl-devel
+%endif
BuildRequires: pcre2-devel
# Explicitly needed on EL8
BuildRequires: python3
@@ -240,7 +244,11 @@ using the Clam Antivirus scanner.
Summary: Header files and libraries for the Clam Antivirus scanner
Requires: clamav-lib = %{version}-%{release}
Requires: clamav-filesystem = %{version}-%{release}
+%if 0%{?fedora} > 44
+Requires: openssl3-devel
+%else
Requires: openssl-devel
+%endif
%description devel
This package contains headerfiles and libraries which are needed to
@@ -665,6 +673,9 @@ done
%changelog
+* Thu Jul 02 2026 Gwyn Ciesla <gwync@protonmail.com> - 1.4.5-1
+- Update to 1.4.5
+
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.4.4-2
- Rebuilt for openssl 4.0
diff --git a/sources b/sources
index df6e9ec..946e21a 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (clamav-1.4.4-norar.tar.xz) = e70ad93aa776fe93f29e829eaf76ee30d733ba7456f7eef95d0d30bc611a25549234c4266e0492f0b9a2781bba5adc2c43b903e12e897aedb4f89c8a06babf4e
+SHA512 (clamav-1.4.5-norar.tar.xz) = 2acb05e712a6d468c1de76d658aa60156f640c723ca655aedb5bb8897038d4483d6a27aa38c4db5dfbce41aba8de5a8bf22cd6760c400055f3546592375ee6f6
SHA512 (bytecode-339.cvd) = 14614110b4bf1c24d7fe8a0e152380b155e6cf7b218138398f3d359a865d011a733dae3c76c85227711c423e71d07b627b3ea9881bfe1e8c63fd33a2552be094
-SHA512 (daily-27930.cvd) = 46b4a1ffa149cccd669a9f6be2ae3db9eaa77a9bc375dea39d0bd64a2f20549f51a3e85b197584968064494df163ead13580298fa8fe3a5d30446ef8a526751f
+SHA512 (daily-28048.cvd) = 0b8ff769970b1a798c15422f99e40aad33613f3d1e0951fdaf3f3061951e2b2363f6417b3606045574d362521d9ed59cd6cc02c7669616da481a3cc81ac22672
SHA512 (main-63.cvd) = e20a7b1998dfc56ff1f52faf67a97071680d98f7f12bb58541f3144118eb4f8765fd41be57bcdc55147630ab87d4471c450e04881fcc42eb68fcf8101eddef3a
diff --git a/update_clamav.sh b/update_clamav.sh
index 9f542a9..676b6c1 100755
--- a/update_clamav.sh
+++ b/update_clamav.sh
@@ -1,4 +1,4 @@
-VERSION=1.4.4
+VERSION=1.4.5
REPOS="n"
if [ -z "$1" ]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 16:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 16:21 [rpms/clamav] f44: 1.4.5 Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox