* [PATCH] clamav: Update to 0.101.1
@ 2019-01-10 14:30 Matthias Fischer
2019-01-10 14:41 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-01-10 14:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2039 bytes --]
For details see:
https://blog.clamav.net/2019/01/clamav-01011-patch-has-been-released.html
Best,
Matthias
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/packages/clamav | 7 ++++---
lfs/clamav | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav
index 3f35f9b17..e95d4dc6e 100644
--- a/config/rootfiles/packages/clamav
+++ b/config/rootfiles/packages/clamav
@@ -8,11 +8,12 @@ usr/bin/clamscan
usr/bin/clamsubmit
usr/bin/freshclam
usr/bin/sigtool
+#usr/include/clamav-types.h
#usr/include/clamav.h
#usr/lib/libclamav.la
usr/lib/libclamav.so
usr/lib/libclamav.so.9
-usr/lib/libclamav.so.9.0.0
+usr/lib/libclamav.so.9.0.1
#usr/lib/libclammspack.la
usr/lib/libclammspack.so
usr/lib/libclammspack.so.0
@@ -20,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.0
+usr/lib/libclamunrar.so.9.0.1
#usr/lib/libclamunrar_iface.la
usr/lib/libclamunrar_iface.so
usr/lib/libclamunrar_iface.so.9
-usr/lib/libclamunrar_iface.so.9.0.0
+usr/lib/libclamunrar_iface.so.9.0.1
#usr/lib/pkgconfig/libclamav.pc
usr/sbin/clamd
#usr/share/man/man1/clambc.1
diff --git a/lfs/clamav b/lfs/clamav
index 20ff9ddf3..a6e44ebf2 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -24,7 +24,7 @@
include Config
-VER = 0.101.0
+VER = 0.101.1
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 = 42
+PAK_VER = 43
DEPS = ""
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 47c36d13ac814b9e29ed6f5fc1691373
+$(DL_FILE)_MD5 = 9c137d6172f6e132e08e61fe25b636f8
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clamav: Update to 0.101.1
2019-01-10 14:30 [PATCH] clamav: Update to 0.101.1 Matthias Fischer
@ 2019-01-10 14:41 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-01-10 14:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2268 bytes --]
Lovely. Thank you!
> On 10 Jan 2019, at 14:30, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> For details see:
> https://blog.clamav.net/2019/01/clamav-01011-patch-has-been-released.html
>
> Best,
> Matthias
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/packages/clamav | 7 ++++---
> lfs/clamav | 6 +++---
> 2 files changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/config/rootfiles/packages/clamav b/config/rootfiles/packages/clamav
> index 3f35f9b17..e95d4dc6e 100644
> --- a/config/rootfiles/packages/clamav
> +++ b/config/rootfiles/packages/clamav
> @@ -8,11 +8,12 @@ usr/bin/clamscan
> usr/bin/clamsubmit
> usr/bin/freshclam
> usr/bin/sigtool
> +#usr/include/clamav-types.h
> #usr/include/clamav.h
> #usr/lib/libclamav.la
> usr/lib/libclamav.so
> usr/lib/libclamav.so.9
> -usr/lib/libclamav.so.9.0.0
> +usr/lib/libclamav.so.9.0.1
> #usr/lib/libclammspack.la
> usr/lib/libclammspack.so
> usr/lib/libclammspack.so.0
> @@ -20,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.0
> +usr/lib/libclamunrar.so.9.0.1
> #usr/lib/libclamunrar_iface.la
> usr/lib/libclamunrar_iface.so
> usr/lib/libclamunrar_iface.so.9
> -usr/lib/libclamunrar_iface.so.9.0.0
> +usr/lib/libclamunrar_iface.so.9.0.1
> #usr/lib/pkgconfig/libclamav.pc
> usr/sbin/clamd
> #usr/share/man/man1/clambc.1
> diff --git a/lfs/clamav b/lfs/clamav
> index 20ff9ddf3..a6e44ebf2 100644
> --- a/lfs/clamav
> +++ b/lfs/clamav
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 0.101.0
> +VER = 0.101.1
>
> 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 = 42
> +PAK_VER = 43
>
> DEPS = ""
>
> @@ -50,7 +50,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 47c36d13ac814b9e29ed6f5fc1691373
> +$(DL_FILE)_MD5 = 9c137d6172f6e132e08e61fe25b636f8
>
> install : $(TARGET)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-10 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10 14:30 [PATCH] clamav: Update to 0.101.1 Matthias Fischer
2019-01-10 14:41 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox