security update to clamav-0.100.1
https://blog.clamav.net/2018/07/clamav-01001-has-been-released.html ok sthen@ (MAINTAINER)
This commit is contained in:
parent
7c5dabbb7c
commit
113e6a1c54
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.119 2018/04/11 21:35:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.120 2018/07/26 19:52:55 jasper Exp $
|
||||
|
||||
COMMENT= virus scanner
|
||||
DISTNAME= clamav-0.100.0
|
||||
DISTNAME= clamav-0.100.1
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (clamav-0.100.0.tar.gz) = xcXtr3WjxTrA8nEUj9ZEcxC85T9EjsfmIFEkolkY9lw=
|
||||
SIZE (clamav-0.100.0.tar.gz) = 16036757
|
||||
SHA256 (clamav-0.100.1.tar.gz) = hOAmZVFSJH3nI3GE7hMANwHEC+Aw3WjgMWERBJ9YpZ8=
|
||||
SIZE (clamav-0.100.1.tar.gz) = 16154415
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-clamd_Makefile_in,v 1.23 2018/04/11 21:35:58 sthen Exp $
|
||||
$OpenBSD: patch-clamd_Makefile_in,v 1.24 2018/07/26 19:52:55 jasper Exp $
|
||||
Index: clamd/Makefile.in
|
||||
--- clamd/Makefile.in.orig
|
||||
+++ clamd/Makefile.in
|
||||
@@ -388,7 +388,9 @@ JSON_LDFLAGS = @JSON_LDFLAGS@
|
||||
@@ -387,7 +387,9 @@ JSON_LDFLAGS = @JSON_LDFLAGS@
|
||||
JSON_LIBS = @JSON_LIBS@
|
||||
LCOV = @LCOV@
|
||||
LD = @LD@
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-database_Makefile_in,v 1.20 2018/04/11 21:35:58 sthen Exp $
|
||||
$OpenBSD: patch-database_Makefile_in,v 1.21 2018/07/26 19:52:55 jasper Exp $
|
||||
Index: database/Makefile.in
|
||||
--- database/Makefile.in.orig
|
||||
+++ database/Makefile.in
|
||||
@@ -619,6 +619,8 @@ uninstall-am:
|
||||
@@ -620,6 +620,8 @@ uninstall-am:
|
||||
|
||||
|
||||
install-data-local:
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-libclamav_Makefile_in,v 1.30 2018/04/11 21:35:58 sthen Exp $
|
||||
$OpenBSD: patch-libclamav_Makefile_in,v 1.31 2018/07/26 19:52:55 jasper Exp $
|
||||
Index: libclamav/Makefile.in
|
||||
--- libclamav/Makefile.in.orig
|
||||
+++ libclamav/Makefile.in
|
||||
@@ -3783,6 +3783,9 @@ version.h: version.h.tmp
|
||||
@@ -3786,6 +3786,9 @@ version.h: version.h.tmp
|
||||
fi
|
||||
|
||||
version.h.tmp:
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-libclamav_str_c,v 1.13 2018/04/11 21:35:58 sthen Exp $
|
||||
$OpenBSD: patch-libclamav_str_c,v 1.14 2018/07/26 19:52:55 jasper Exp $
|
||||
|
||||
allow for machine arch where char is unsigned by default (e.g. arm, powerpc)
|
||||
|
||||
Index: libclamav/str.c
|
||||
--- libclamav/str.c.orig
|
||||
+++ libclamav/str.c
|
||||
@@ -170,9 +170,9 @@ int cli_hex2str_to(const char *hex, char *ptr, size_t
|
||||
@@ -171,9 +171,9 @@ int cli_hex2str_to(const char *hex, char *ptr, size_t
|
||||
|
||||
for(i = 0; i < len; i += 2) {
|
||||
if((c = cli_hex2int(hex[i])) >= 0) {
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-unit_tests_Makefile_in,v 1.10 2018/04/11 21:35:58 sthen Exp $
|
||||
$OpenBSD: patch-unit_tests_Makefile_in,v 1.11 2018/07/26 19:52:55 jasper Exp $
|
||||
|
||||
unnecessary gnu-ism
|
||||
|
||||
Index: unit_tests/Makefile.in
|
||||
--- unit_tests/Makefile.in.orig
|
||||
+++ unit_tests/Makefile.in
|
||||
@@ -1495,7 +1495,7 @@ check_clamd.sh: $(top_builddir)/test/clam.exe check_cl
|
||||
@@ -1496,7 +1496,7 @@ check_clamd.sh: $(top_builddir)/test/clam.exe check_cl
|
||||
check_clamscan.sh: $(top_builddir)/test/clam.exe
|
||||
|
||||
clamav.hdb: input/clamav.hdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user