* [PATCH] clamav: Update to 1.2.1
@ 2023-11-08 9:57 Matthias Fischer
2023-11-10 22:45 ` Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2023-11-08 9:57 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2186 bytes --]
For details see:
https://blog.clamav.net/2023/10/clamav-121-113-104-010311-patch.html
Excerpt:
"ClamAV 1.2.1 is a patch release with the following fixes:
Eliminate security warning about unused "atty" dependency.
Upgrade the bundled UnRAR library (libclamunrar) to version 6.2.12.
Build system: Fix link error with Clang/LLVM/LLD version 17. Patch courtesy of Yasuhiro Kimura.
Fix alert-exceeds-max feature for files > 2GB and < max-filesize."
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/packages/clamav | 1 +
lfs/clamav | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav
index a3ec7d6cb..428f73e6c 100644
--- a/config/rootfiles/packages/clamav
+++ b/config/rootfiles/packages/clamav
@@ -69,6 +69,7 @@ usr/sbin/clamd
#usr/share/doc/ClamAV/html/faq/faq-eol.html
#usr/share/doc/ClamAV/html/faq/faq-freshclam.html
#usr/share/doc/ClamAV/html/faq/faq-ignore.html
+#usr/share/doc/ClamAV/html/faq/faq-malware-fp-reports.html
#usr/share/doc/ClamAV/html/faq/faq-misc.html
#usr/share/doc/ClamAV/html/faq/faq-ml.html
#usr/share/doc/ClamAV/html/faq/faq-pua.html
diff --git a/lfs/clamav b/lfs/clamav
index 2a2cb0853..b64753c44 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -26,7 +26,7 @@ include Config
SUMMARY = Antivirus Toolkit
-VER = 1.2.0
+VER = 1.2.1
THISAPP = clamav-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = clamav
-PAK_VER = 69
+PAK_VER = 70
DEPS =
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 83df24d253f71e2c200c13c318aa6a52d34830e5e464a90f2a84e5c1b75a64f366b73aa1da9f5780b70d6f3ab97496910484ab5d52441cc1909d5ab4685330c2
+$(DL_FILE)_BLAKE2 = 1373c6882b165e769dcc3c3631dfe7183231b2fe4830608b57d919af1a8e9a5a73aa3cc4767981a27bb9845390165b5241750904d50e1a90b7237200b97f7ef3
install : $(TARGET)
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clamav: Update to 1.2.1
2023-11-08 9:57 [PATCH] clamav: Update to 1.2.1 Matthias Fischer
@ 2023-11-10 22:45 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2023-11-10 22:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2423 bytes --]
Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>
On 08/11/2023 10:57, Matthias Fischer wrote:
> For details see:
> https://blog.clamav.net/2023/10/clamav-121-113-104-010311-patch.html
>
> Excerpt:
>
> "ClamAV 1.2.1 is a patch release with the following fixes:
>
> Eliminate security warning about unused "atty" dependency.
>
> Upgrade the bundled UnRAR library (libclamunrar) to version 6.2.12.
>
> Build system: Fix link error with Clang/LLVM/LLD version 17. Patch courtesy of Yasuhiro Kimura.
>
> Fix alert-exceeds-max feature for files > 2GB and < max-filesize."
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/packages/clamav | 1 +
> lfs/clamav | 6 +++---
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav
> index a3ec7d6cb..428f73e6c 100644
> --- a/config/rootfiles/packages/clamav
> +++ b/config/rootfiles/packages/clamav
> @@ -69,6 +69,7 @@ usr/sbin/clamd
> #usr/share/doc/ClamAV/html/faq/faq-eol.html
> #usr/share/doc/ClamAV/html/faq/faq-freshclam.html
> #usr/share/doc/ClamAV/html/faq/faq-ignore.html
> +#usr/share/doc/ClamAV/html/faq/faq-malware-fp-reports.html
> #usr/share/doc/ClamAV/html/faq/faq-misc.html
> #usr/share/doc/ClamAV/html/faq/faq-ml.html
> #usr/share/doc/ClamAV/html/faq/faq-pua.html
> diff --git a/lfs/clamav b/lfs/clamav
> index 2a2cb0853..b64753c44 100644
> --- a/lfs/clamav
> +++ b/lfs/clamav
> @@ -26,7 +26,7 @@ include Config
>
> SUMMARY = Antivirus Toolkit
>
> -VER = 1.2.0
> +VER = 1.2.1
>
> THISAPP = clamav-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = clamav
> -PAK_VER = 69
> +PAK_VER = 70
>
> DEPS =
>
> @@ -50,7 +50,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_BLAKE2 = 83df24d253f71e2c200c13c318aa6a52d34830e5e464a90f2a84e5c1b75a64f366b73aa1da9f5780b70d6f3ab97496910484ab5d52441cc1909d5ab4685330c2
> +$(DL_FILE)_BLAKE2 = 1373c6882b165e769dcc3c3631dfe7183231b2fe4830608b57d919af1a8e9a5a73aa3cc4767981a27bb9845390165b5241750904d50e1a90b7237200b97f7ef3
>
>
> install : $(TARGET)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-10 22:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-08 9:57 [PATCH] clamav: Update to 1.2.1 Matthias Fischer
2023-11-10 22:45 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox