Date: Wed, 4 Sep 2013 14:54:39 GMT From: Marko Njezic <sf@maxempire.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/181814: [MAINTAINER UPDATE] security/clamav-unofficial-sigs - update to the new version Message-ID: <201309041454.r84EsdaD038471@oldred.freebsd.org> Resent-Message-ID: <201309041500.r84F00I9089204@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181814 >Category: ports >Synopsis: [MAINTAINER UPDATE] security/clamav-unofficial-sigs - update to the new version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 04 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marko Njezic >Release: 8.1-RELEASE-p11 >Organization: MAX Interactive corp. >Environment: FreeBSD vmbsd 8.1-RELEASE-p11 FreeBSD 8.1-RELEASE-p11 #0: Mon Jun 11 21:02:13 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update clamav-unofficial-sigs port to the latest released version (3.7.2). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur clamav-unofficial-sigs.original/Makefile clamav-unofficial-sigs/Makefile --- clamav-unofficial-sigs.original/Makefile 2012-11-17 07:01:02.000000000 +0100 +++ clamav-unofficial-sigs/Makefile 2013-09-04 16:00:05.000000000 +0200 @@ -2,12 +2,9 @@ # $FreeBSD: ports/security/clamav-unofficial-sigs/Makefile,v 1.6 2012/11/17 06:01:02 svnexp Exp $ PORTNAME= clamav-unofficial-sigs -PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTVERSION= 3.7.2 CATEGORIES= security -MASTER_SITES= http://www.inetmsg.com/pub/ \ - http://www.inetmsg.com/pub/archive/ \ - SF/unofficial-sigs/ +MASTER_SITES= SF/unofficial-sigs/ MAINTAINER= sf@maxempire.com COMMENT= Update script for third-party ClamAV databases diff -Naur clamav-unofficial-sigs.original/distinfo clamav-unofficial-sigs/distinfo --- clamav-unofficial-sigs.original/distinfo 2011-07-03 16:02:36.000000000 +0200 +++ clamav-unofficial-sigs/distinfo 2013-09-04 16:01:33.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (clamav-unofficial-sigs-3.7.1.tar.gz) = 7f8de46da43d8edd06ee1dcd1bc4563e61b23c9bbd368ccf0265576e46f4d90c -SIZE (clamav-unofficial-sigs-3.7.1.tar.gz) = 36594 +SHA256 (clamav-unofficial-sigs-3.7.2.tar.gz) = 96e98e6e4434c5950fa9831c6a43236fed7eabae44beded16171305cf3f9bdb9 +SIZE (clamav-unofficial-sigs-3.7.2.tar.gz) = 38549 diff -Naur clamav-unofficial-sigs.original/files/patch-clamav-unofficial-sigs.conf clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf --- clamav-unofficial-sigs.original/files/patch-clamav-unofficial-sigs.conf 2010-06-13 14:50:56.000000000 +0200 +++ clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.conf 2013-09-04 16:22:25.000000000 +0200 @@ -1,6 +1,6 @@ ---- clamav-unofficial-sigs.conf 2010-06-06 18:43:07.000000000 +0200 -+++ clamav-unofficial-sigs.conf.patched 2010-06-07 18:41:56.000000000 +0200 -@@ -42,10 +42,10 @@ +--- clamav-unofficial-sigs.conf 2013-08-27 18:08:25.000000000 +0200 ++++ clamav-unofficial-sigs.conf.patched 2013-09-04 16:19:11.000000000 +0200 +@@ -50,10 +50,10 @@ # Set path to ClamAV database files location. If unsure, check # your clamd.conf file for the "DatabaseDirectory" path setting. @@ -13,7 +13,7 @@ # To enable "ham" (non-spam) directory scanning and removal of # signatures that trigger on ham messages, uncomment the following -@@ -76,7 +76,7 @@ +@@ -84,7 +84,7 @@ # the script will still run). You will also need to set the correct # path to your clamd socket file (if unsure of the path, check the # "LocalSocket" setting in your clamd.conf file for socket location). @@ -22,7 +22,7 @@ # If you would like to attempt to restart ClamD if detected not running, # uncomment the next 2 lines. Confirm the path to the "clamd_lock" file -@@ -86,8 +86,8 @@ +@@ -94,8 +94,8 @@ # NOTE: these 2 variables are dependant on the "clamd_socket" variable # shown above - if not enabled, then the following 2 variables will be # ignored, whether enabled or not. @@ -33,7 +33,7 @@ # Enable or disable download time randomization. This allows the script to # be executed via cron, but the actual database file checking will pause -@@ -219,7 +219,7 @@ +@@ -227,7 +227,7 @@ # Set working directory paths (edit to meet your own needs). If these # directories do not exist, the script will attempt to create them. # Top level working directory path: @@ -42,3 +42,12 @@ # Sub-directory names: ss_dir="$work_dir/ss-dbs" # Sanesecurity sub-directory si_dir="$work_dir/si-dbs" # SecuriteInfo sub-directory +@@ -252,7 +252,7 @@ + comment_silence="no" # Default is "no" to report script comments + + # Log update information to '$log_file_path/$log_file_name'. +-enable_logging="yes" ++enable_logging="no" + log_file_path="/var/log" + log_file_name="clamav-unofficial-sigs.log" + diff -Naur clamav-unofficial-sigs.original/files/patch-clamav-unofficial-sigs.sh clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh --- clamav-unofficial-sigs.original/files/patch-clamav-unofficial-sigs.sh 2010-06-13 14:50:56.000000000 +0200 +++ clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh 2013-09-04 16:22:40.000000000 +0200 @@ -1,15 +1,15 @@ ---- clamav-unofficial-sigs.sh 2010-06-06 18:43:07.000000000 +0200 -+++ clamav-unofficial-sigs.sh.patched 2010-06-07 18:42:17.000000000 +0200 -@@ -19,7 +19,7 @@ +--- clamav-unofficial-sigs.sh 2013-08-27 18:08:25.000000000 +0200 ++++ clamav-unofficial-sigs.sh.patched 2013-09-04 16:10:35.000000000 +0200 +@@ -16,7 +16,7 @@ # # ################################################################################ -default_config="/etc/clamav-unofficial-sigs.conf" +default_config="%%PREFIX%%/etc/clamav-unofficial-sigs.conf" - version="v3.7.1 (updated 2010-06-06)" + version="v3.7.2 (updated 2013-08-25)" output_ver=" -@@ -407,6 +407,8 @@ +@@ -418,6 +418,8 @@ exit ;; r) no_default_config diff -Naur clamav-unofficial-sigs.original/files/patch-clamd-status.sh clamav-unofficial-sigs/files/patch-clamd-status.sh --- clamav-unofficial-sigs.original/files/patch-clamd-status.sh 2010-03-09 23:34:08.000000000 +0100 +++ clamav-unofficial-sigs/files/patch-clamd-status.sh 2013-09-04 16:23:05.000000000 +0200 @@ -1,5 +1,5 @@ ---- clamd-status.sh 2010-01-24 02:38:29.000000000 +0100 -+++ clamd-status.sh.patched 2010-03-06 09:57:03.000000000 +0100 +--- clamd-status.sh 2013-08-27 18:08:25.000000000 +0200 ++++ clamd-status.sh.patched 2013-09-04 16:09:58.000000000 +0200 @@ -24,7 +24,7 @@ export PATH diff -Naur clamav-unofficial-sigs.original/pkg-descr clamav-unofficial-sigs/pkg-descr --- clamav-unofficial-sigs.original/pkg-descr 2010-03-09 23:34:07.000000000 +0100 +++ clamav-unofficial-sigs/pkg-descr 2013-09-04 15:59:38.000000000 +0200 @@ -1,3 +1,3 @@ The clamav-unofficial-sigs script provides the capability to download, test, and update the third-party ClamAV signature databases provided by -Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, INetMsg and ScamNailer. +Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309041454.r84EsdaD038471>