View | Details | Raw Unified | Return to bug 147663
Collapse All | Expand All

(-)clamav-unofficial-sigs/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	clamav-unofficial-sigs
8
PORTNAME=	clamav-unofficial-sigs
9
PORTVERSION=	3.7
9
PORTVERSION=	3.7.1
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://www.inetmsg.com/pub/ \
11
MASTER_SITES=	http://www.inetmsg.com/pub/ \
13
		http://www.inetmsg.com/pub/archive/
12
		http://www.inetmsg.com/pub/archive/
(-)clamav-unofficial-sigs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (clamav-unofficial-sigs-3.7.tar.gz) = 86f319c5806e6ca76d4de47e6a49a710
1
MD5 (clamav-unofficial-sigs-3.7.1.tar.gz) = c00f38cd0ff51672e3cbb638aec8d124
2
SHA256 (clamav-unofficial-sigs-3.7.tar.gz) = 2dc968c76b5d06a84eb85cae490d354207b57226ac450b4bad1d92cdc83395d1
2
SHA256 (clamav-unofficial-sigs-3.7.1.tar.gz) = 7f8de46da43d8edd06ee1dcd1bc4563e61b23c9bbd368ccf0265576e46f4d90c
3
SIZE (clamav-unofficial-sigs-3.7.tar.gz) = 36400
3
SIZE (clamav-unofficial-sigs-3.7.1.tar.gz) = 36594
(-)clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf (-3 / +3 lines)
Lines 1-5 Link Here
1
--- clamav-unofficial-sigs.conf	2010-03-06 09:52:30.000000000 +0100
1
--- clamav-unofficial-sigs.conf	2010-06-06 18:43:07.000000000 +0200
2
+++ clamav-unofficial-sigs.conf.patched	2010-03-06 09:54:08.000000000 +0100
2
+++ clamav-unofficial-sigs.conf.patched	2010-06-07 18:41:56.000000000 +0200
3
@@ -42,10 +42,10 @@
3
@@ -42,10 +42,10 @@
4
 
4
 
5
 # Set path to ClamAV database files location.  If unsure, check
5
 # Set path to ClamAV database files location.  If unsure, check
Lines 33-39 Link Here
33
 
33
 
34
 # Enable or disable download time randomization.  This allows the script to
34
 # Enable or disable download time randomization.  This allows the script to
35
 # be executed via cron, but the actual database file checking will pause
35
 # be executed via cron, but the actual database file checking will pause
36
@@ -216,7 +216,7 @@
36
@@ -219,7 +219,7 @@
37
 # Set working directory paths (edit to meet your own needs). If these
37
 # Set working directory paths (edit to meet your own needs). If these
38
 # directories do not exist, the script will attempt to create them.
38
 # directories do not exist, the script will attempt to create them.
39
 # Top level working directory path:
39
 # Top level working directory path:
(-)clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh (-3 / +3 lines)
Lines 1-5 Link Here
1
--- clamav-unofficial-sigs.sh	2010-01-24 02:38:29.000000000 +0100
1
--- clamav-unofficial-sigs.sh	2010-06-06 18:43:07.000000000 +0200
2
+++ clamav-unofficial-sigs.sh.patched	2010-03-06 08:52:32.000000000 +0100
2
+++ clamav-unofficial-sigs.sh.patched	2010-06-07 18:42:17.000000000 +0200
3
@@ -19,7 +19,7 @@
3
@@ -19,7 +19,7 @@
4
 #                                                                              #
4
 #                                                                              #
5
 ################################################################################
5
 ################################################################################
Lines 7-13 Link Here
7
-default_config="/etc/clamav-unofficial-sigs.conf"
7
-default_config="/etc/clamav-unofficial-sigs.conf"
8
+default_config="%%PREFIX%%/etc/clamav-unofficial-sigs.conf"
8
+default_config="%%PREFIX%%/etc/clamav-unofficial-sigs.conf"
9
 
9
 
10
 version="v3.7 (updated 2010-01-23)"
10
 version="v3.7.1 (updated 2010-06-06)"
11
 output_ver="
11
 output_ver="
12
@@ -407,6 +407,8 @@
12
@@ -407,6 +407,8 @@
13
           exit
13
           exit

Return to bug 147663