From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] clamav: Create backup of signature files
Date: Wed, 27 Apr 2016 13:45:48 +0100 [thread overview]
Message-ID: <1461761148-13125-1-git-send-email-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1997 bytes --]
After clamav is updated, the signature files need to be
re-downloaded. This is often unnecessary and delays restarting
clamd, squidclamav and other dependent services.
This takes a long time on slow internet connection and transfers
about 110MB of data.
This change will backup these files and freshclam will update
or re-download them only if necessary.
Reported-by: Daniel Weismüller <daniel.weismueller(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
---
config/backup/includes/clamav | 2 ++
lfs/clamav | 2 +-
src/paks/clamav/install.sh | 1 +
src/paks/clamav/uninstall.sh | 2 ++
4 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 config/backup/includes/clamav
diff --git a/config/backup/includes/clamav b/config/backup/includes/clamav
new file mode 100644
index 000000000000..435d5912463c
--- /dev/null
+++ b/config/backup/includes/clamav
@@ -0,0 +1,2 @@
+/usr/share/clamav/*.cvd
+/usr/share/clamav/mirrors.dat
diff --git a/lfs/clamav b/lfs/clamav
index 3c778c3c326e..3794b33cdd7f 100644
--- a/lfs/clamav
+++ b/lfs/clamav
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = clamav
-PAK_VER = 31
+PAK_VER = 32
DEPS = ""
diff --git a/src/paks/clamav/install.sh b/src/paks/clamav/install.sh
index 3b7610cd42c1..02dbd5cc9858 100644
--- a/src/paks/clamav/install.sh
+++ b/src/paks/clamav/install.sh
@@ -23,4 +23,5 @@
#
. /opt/pakfire/lib/functions.sh
extract_files
+restore_backup ${NAME}
/usr/local/bin/clamavctrl enable &
diff --git a/src/paks/clamav/uninstall.sh b/src/paks/clamav/uninstall.sh
index db0999f30acf..b0d2722f55d1 100644
--- a/src/paks/clamav/uninstall.sh
+++ b/src/paks/clamav/uninstall.sh
@@ -23,4 +23,6 @@
#
. /opt/pakfire/lib/functions.sh
/usr/local/bin/clamavctrl disable
+extract_backup_includes
+make_backup ${NAME}
remove_files
--
2.5.5
reply other threads:[~2016-04-27 12:45 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=1461761148-13125-1-git-send-email-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.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