public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/clamav] epel9: Update to 1.4.2
Date: Thu, 02 Jul 2026 19:48:51 GMT [thread overview]
Message-ID: <178302173138.1.3884661788343795370.rpms-clamav-6b6bb3995970@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/clamav
Branch : epel9
Commit : 6b6bb39959708ec91149a42a8e00795b2cd7ec2c
Author : Orion Poplawski <orion@nwra.com>
Date : 2025-01-25T17:53:38-07:00
Stats : +13/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/clamav/c/6b6bb39959708ec91149a42a8e00795b2cd7ec2c?branch=epel9
Log:
Update to 1.4.2
---
diff --git a/clamav.spec b/clamav.spec
index 5dcbd9d..b12245c 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.1
-Release: 2%{?dist}
+Version: 1.4.2
+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-62.cvd
#http://database.clamav.net/daily.cvd
-Source11: daily-27399.cvd
+Source11: daily-27526.cvd
#http://database.clamav.net/bytecode.cvd
Source12: bytecode-335.cvd
#for update
@@ -332,7 +332,7 @@ This package contains files which are needed to run the clamav-milter.
# vendored packages included in the ClamAV sources suffice.
%cargo_prep
cd libclamav_rust
-sed -i -e '/^base64 *=/s/= .*/= "0.21"/' Cargo.toml
+sed -i -e '/^base64 *=/s/= .*/= "0.22"/' Cargo.toml
sed -i -e '/^bindgen *=/s/= .*/= "0.69"/' Cargo.toml
sed -i -e '/^cbindgen *=/s/= *".*"/= "0.26"/' Cargo.toml
sed -i -e '/^onenote_parser *=/s/= *.*/= "0.3.1"/' Cargo.toml
@@ -488,12 +488,12 @@ rm %{buildroot}%{_unitdir}/clamav-daemon.*
%ifarch s390x
# Tests fail on s390x
# https://github.com/Cisco-Talos/clamav/issues/759
-%ctest3 -- -E valgrind || :
+%ctest3 -E valgrind || :
%else
-%ctest3 -- -E valgrind
+%ctest3 -E valgrind
%endif
# valgrind tests fail https://github.com/Cisco-Talos/clamav/issues/584
-%ctest3 -- -R valgrind || :
+%ctest3 -R valgrind || :
%post
@@ -679,6 +679,9 @@ exit 0
%changelog
+* Thu Jan 23 2025 Orion Poplawski <orion@nwra.com> - 1.4.2-1
+- Update to 1.4.2
+
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index ba649a5..4a68a6e 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-SHA512 (clamav-1.4.1-norar.tar.xz) = 33a99a3593a05a359af058a0883b90cca385f10fdbacd0d78cdb7532b498d0dbfd9f4b43867d2e0de03c307480c63f871e716307d4703bac78561070f404d121
+SHA512 (clamav-1.4.2-norar.tar.xz) = b36ed02823f2d2495b21292580a2d09c45ac6af9c64a09ec9549bc4fd4740b69bcedaa5b9eccbc40763d34bd0cf6dd445f569da9431a046c53f43792bbb92393
SHA512 (main-62.cvd) = b52e5d9ecacbd9b11c3b0cc460388746fccb353a7520522ed15ee25f645a432bed5be7e6b38512f134f085eb9be76a1e26c19de8b09491d4ec46da8c5afc318e
SHA512 (bytecode-335.cvd) = 9177c0533658b21584de0623ff9b7c70b2ec92ce9f6fecf98a881902c98025930430415715e9914ce7c0c6fb91aad532b4c907677c3010a0da47583b7ad24d4f
-SHA512 (daily-27399.cvd) = 81cf5edafb33c32ab45e7d2f3d75459287b295ffefc3ef3abeb6538ca72ccf44ee15e2ec0a2594c72914063808e07f552288b83d62707b8dca84067eedb38845
+SHA512 (daily-27526.cvd) = 34145504fe34d7183cac25e93cec43177a92420154b52ce37fde77e8c9a365a7a3fb9a9f92aa43825e88294cc4b00ac31f2ea8cf8c12fbc4d90d7b965083edf2
diff --git a/update_clamav.sh b/update_clamav.sh
index 142324f..6cce762 100755
--- a/update_clamav.sh
+++ b/update_clamav.sh
@@ -1,4 +1,4 @@
-VERSION=1.4.1
+VERSION=1.4.2
REPOS="n"
if [ -z "$1" ]
reply other threads:[~2026-07-02 19:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178302173138.1.3884661788343795370.rpms-clamav-6b6bb3995970@fedoraproject.org \
--to=orion@nwra.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox