From b453cc4b4be1226e9935dab247d05a61cca752b5 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Jun 2017 09:06:32 +0200 Subject: [PATCH 1/3] clamav: Convert to versionless bee file --- clamav-0.98.5-0.bee => clamav.be0 | 2 ++ 1 file changed, 2 insertions(+) rename clamav-0.98.5-0.bee => clamav.be0 (98%) diff --git a/clamav-0.98.5-0.bee b/clamav.be0 similarity index 98% rename from clamav-0.98.5-0.bee rename to clamav.be0 index 93e93ba72..de622d050 100755 --- a/clamav-0.98.5-0.bee +++ b/clamav.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION clamav-0.98.5-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From f1367037ef4c7136634ec212cc99ca960fecb568 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Jun 2017 09:08:30 +0200 Subject: [PATCH 2/3] clamav: Update version from 0.98.5 to 0.99.2 Because /usr/bin/freshclam started to fail on us: ClamAV update process started at Thu Jun 15 08:22:01 2017 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.98.5 Recommended version: 0.99.2 DON'T PANIC! Read http://www.clamav.net/support/faq main.cld is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr) Downloading daily-23474.cdiff [100%]Downloading daily-23474.cdiff [100%] Downloading daily-23475.cdiff [100%]Downloading daily-23475.cdiff [100%] ERROR: During database load : WARNING: [LibClamAV] cli_ac_addsig: Signature for Win.Worm.Fadok-6328944-0 is too short [...] ERROR: Failed to load new database: Malformed database WARNING: Database load exited with status 55 ERROR: Failed to load new database --- clamav.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav.be0 b/clamav.be0 index de622d050..2427d7ac1 100755 --- a/clamav.be0 +++ b/clamav.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION clamav-0.98.5-0 +# BEE_VERSION clamav-0.99.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From cb6f74e2673a029ac053853a32d547f2c4fe60b2 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 15 Jun 2017 09:20:03 +0200 Subject: [PATCH 3/3] clamav: Update URL Project seems to have moved away from sourceforge. https://www.clamav.net/ --- clamav.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav.be0 b/clamav.be0 index 2427d7ac1..cdd33a01f 100755 --- a/clamav.be0 +++ b/clamav.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://downloads.sourceforge.net/project/clamav/clamav/${PKGVERSION}/clamav-${PKGVERSION}.tar.gz" +SRCURL[0]="https://www.clamav.net/downloads/production/clamav-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.