* [PATCH] clamav: Update to 0.101.2
@ 2019-03-27 19:54 Matthias Fischer
2019-03-28 12:05 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-03-27 19:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2669 bytes --]
For details see:
https://blog.clamav.net/2019/03/clamav-01012-and-01003-patches-have.html
"ClamAV 0.101.2 is a patch release to address a handful of security related bugs."
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/packages/clamav | 6 +++---
lfs/clamav | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav
index e95d4dc6e..9d6d68647 100644
--- a/config/rootfiles/packages/clamav
+++ b/config/rootfiles/packages/clamav
@@ -13,7 +13,7 @@ usr/bin/sigtool
#usr/lib/libclamav.la
usr/lib/libclamav.so
usr/lib/libclamav.so.9
-usr/lib/libclamav.so.9.0.1
+usr/lib/libclamav.so.9.0.2
#usr/lib/libclammspack.la
usr/lib/libclammspack.so
usr/lib/libclammspack.so.0
@@ -21,11 +21,11 @@ usr/lib/libclammspack.so.0.1.0
#usr/lib/libclamunrar.la
usr/lib/libclamunrar.so
usr/lib/libclamunrar.so.9
-usr/lib/libclamunrar.so.9.0.1
+usr/lib/libclamunrar.so.9.0.2
#usr/lib/libclamunrar_iface.la
usr/lib/libclamunrar_iface.so
usr/lib/libclamunrar_iface.so.9
-usr/lib/libclamunrar_iface.so.9.0.1
+usr/lib/libclamunrar_iface.so.9.0.2
#usr/lib/pkgconfig/libclamav.pc
usr/sbin/clamd
#usr/share/man/man1/clambc.1
diff --git a/lfs/clamav b/lfs/clamav
index a6e44ebf2..640691408 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 0.101.1
+VER = 0.101.2
THISAPP = clamav-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = clamav
-PAK_VER = 43
+PAK_VER = 44
DEPS = ""
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 9c137d6172f6e132e08e61fe25b636f8
+$(DL_FILE)_MD5 = faeb0e286e76c2a26e2e10845e4b68db
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clamav: Update to 0.101.2
2019-03-27 19:54 [PATCH] clamav: Update to 0.101.2 Matthias Fischer
@ 2019-03-28 12:05 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-03-28 12:05 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2904 bytes --]
Thank you. Merged :)
> On 27 Mar 2019, at 19:54, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> For details see:
> https://blog.clamav.net/2019/03/clamav-01012-and-01003-patches-have.html
>
> "ClamAV 0.101.2 is a patch release to address a handful of security related bugs."
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/packages/clamav | 6 +++---
> lfs/clamav | 8 ++++----
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav
> index e95d4dc6e..9d6d68647 100644
> --- a/config/rootfiles/packages/clamav
> +++ b/config/rootfiles/packages/clamav
> @@ -13,7 +13,7 @@ usr/bin/sigtool
> #usr/lib/libclamav.la
> usr/lib/libclamav.so
> usr/lib/libclamav.so.9
> -usr/lib/libclamav.so.9.0.1
> +usr/lib/libclamav.so.9.0.2
> #usr/lib/libclammspack.la
> usr/lib/libclammspack.so
> usr/lib/libclammspack.so.0
> @@ -21,11 +21,11 @@ usr/lib/libclammspack.so.0.1.0
> #usr/lib/libclamunrar.la
> usr/lib/libclamunrar.so
> usr/lib/libclamunrar.so.9
> -usr/lib/libclamunrar.so.9.0.1
> +usr/lib/libclamunrar.so.9.0.2
> #usr/lib/libclamunrar_iface.la
> usr/lib/libclamunrar_iface.so
> usr/lib/libclamunrar_iface.so.9
> -usr/lib/libclamunrar_iface.so.9.0.1
> +usr/lib/libclamunrar_iface.so.9.0.2
> #usr/lib/pkgconfig/libclamav.pc
> usr/sbin/clamd
> #usr/share/man/man1/clambc.1
> diff --git a/lfs/clamav b/lfs/clamav
> index a6e44ebf2..640691408 100644
> --- a/lfs/clamav
> +++ b/lfs/clamav
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 0.101.1
> +VER = 0.101.2
>
> THISAPP = clamav-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = clamav
> -PAK_VER = 43
> +PAK_VER = 44
>
> DEPS = ""
>
> @@ -50,7 +50,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 9c137d6172f6e132e08e61fe25b636f8
> +$(DL_FILE)_MD5 = faeb0e286e76c2a26e2e10845e4b68db
>
> install : $(TARGET)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-28 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27 19:54 [PATCH] clamav: Update to 0.101.2 Matthias Fischer
2019-03-28 12:05 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox