From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 14 15:30:06 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CDE61065670 for ; Sun, 14 Nov 2010 15:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2E6778FC15 for ; Sun, 14 Nov 2010 15:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAEFU64h027682 for ; Sun, 14 Nov 2010 15:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAEFU6Y0027681; Sun, 14 Nov 2010 15:30:06 GMT (envelope-from gnats) Resent-Date: Sun, 14 Nov 2010 15:30:06 GMT Resent-Message-Id: <201011141530.oAEFU6Y0027681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerard Seibert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87FEF106566C for ; Sun, 14 Nov 2010 15:26:40 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0158FC2B for ; Sun, 14 Nov 2010 15:26:39 +0000 (UTC) Received: by yxe1 with SMTP id 1so672459yxe.13 for ; Sun, 14 Nov 2010 07:26:39 -0800 (PST) Received: by 10.150.157.1 with SMTP id f1mr7680724ybe.159.1289746547167; Sun, 14 Nov 2010 06:55:47 -0800 (PST) Received: from scorpio.seibercom.net (cpe-071-077-039-064.nc.res.rr.com [71.77.39.64]) by mx.google.com with ESMTPS id w19sm303312ybe.4.2010.11.14.06.55.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 06:55:46 -0800 (PST) Received: by scorpio.seibercom.net (Postfix, from userid 0) id 3CA57E54887; Sun, 14 Nov 2010 09:55:44 -0500 (EST) Message-Id: <20101114145544.3CA57E54887@scorpio.seibercom.net> Date: Sun, 14 Nov 2010 09:55:44 -0500 (EST) From: Gerard Seibert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/152243: [MAINTAINER] security/scamp: update to 5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 15:30:06 -0000 >Number: 152243 >Category: ports >Synopsis: [MAINTAINER] security/scamp: update to 5.3 >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: Sun Nov 14 15:30:05 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Gerard Seibert >Release: FreeBSD 8.1-STABLE amd64 >Organization: seibercom.net >Environment: System: FreeBSD scorpio.seibercom.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Oct 5 20:10:13 EDT >Description: - Update to 5.3 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- scamp-5.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports//security/scamp/Makefile /usr/ports/local/scamp/Makefile --- /usr/ports//security/scamp/Makefile 2010-06-25 16:11:20.000000000 -0400 +++ /usr/ports/local/scamp/Makefile 2010-11-14 08:09:13.000000000 -0500 @@ -2,29 +2,30 @@ # Date created: 31 March 2009 # Whom: Gerard Seibert # -# $FreeBSD: ports/security/scamp/Makefile,v 1.10 2010/06/25 20:11:20 delphij Exp $ +# $FreeBSD: ports/security/scamp/Makefile,v 1.8 2010/04/06 12:01:56 garga Exp $ PORTNAME= scamp -PORTVERSION= 5.2j +PORTVERSION= 5.3 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= gerard@seibercom.net COMMENT= Download & Install additional definition files for Clamav -RUN_DEPENDS+= bash>=4.1.5_2:${PORTSDIR}/shells/bash \ - clamav>=0.96.1:${PORTSDIR}/security/clamav \ - gnupg>=2.0.14_2:${PORTSDIR}/security/gnupg \ +License= BSD + +RUN_DEPENDS+= bash>=4.1.9:${PORTSDIR}/shells/bash \ + clamav>=0.96.4:${PORTSDIR}/security/clamav \ + gnupg>=2.0.16_2:${PORTSDIR}/security/gnupg \ rsync>=3.0.7:${PORTSDIR}/net/rsync .if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl) -RUN_DEPENDS+= wget>=1.12:${PORTSDIR}/ftp/wget +RUN_DEPENDS+= wget>=1.12_2:${PORTSDIR}/ftp/wget .else -RUN_DEPENDS+= curl>=7.20.1:${PORTSDIR}/ftp/curl +RUN_DEPENDS+= curl>=7.21.1:${PORTSDIR}/ftp/curl .endif NO_BUILD= yes - SUB_FILES= pkg-message MAN1= scamp.1 @@ -55,4 +56,5 @@ .endif @${CAT} ${PKGMESSAGE} -.include +.include +.include diff -ruN --exclude=CVS /usr/ports//security/scamp/distinfo /usr/ports/local/scamp/distinfo --- /usr/ports//security/scamp/distinfo 2010-06-25 16:11:20.000000000 -0400 +++ /usr/ports/local/scamp/distinfo 2010-11-14 08:47:46.000000000 -0500 @@ -1,3 +1,2 @@ -MD5 (scamp-5.2j.tar.gz) = e987825d06849c40370a32d2b063a68d -SHA256 (scamp-5.2j.tar.gz) = 042e10f426df3d9967c395279b331fafa57a77626d9ad082495716c1c425299a -SIZE (scamp-5.2j.tar.gz) = 24827 +SHA256 (scamp-5.3.tar.gz) = b622b3be38d76d656134e134c6c929c1b7b184fb36a3d66e016371b683fd5a05 +SIZE (scamp-5.3.tar.gz) = 28949 diff -ruN --exclude=CVS /usr/ports//security/scamp/files/default.sample /usr/ports/local/scamp/files/default.sample --- /usr/ports//security/scamp/files/default.sample 2010-06-25 16:11:21.000000000 -0400 +++ /usr/ports/local/scamp/files/default.sample 2010-11-14 07:09:46.000000000 -0500 @@ -1,7 +1,7 @@ # This is the /usr/local/etc/scamp/default file. -# Created June 10, 2010 @ 15:37:48 +# Created November 14, 2010 @ 07:09:46 -SCAMP_VERSION=5.2j +SCAMP_VERSION=5.3 CLAMAV_DB=/var/db/clamav T_DIR=/var/db/clamav/tmp C_GROUP=clamav diff -ruN --exclude=CVS /usr/ports//security/scamp/files/pkg-message.in /usr/ports/local/scamp/files/pkg-message.in --- /usr/ports//security/scamp/files/pkg-message.in 2010-06-20 01:03:19.000000000 -0400 +++ /usr/ports/local/scamp/files/pkg-message.in 2010-10-28 08:19:33.000000000 -0400 @@ -1,15 +1,25 @@ -*********************************************************************** - ** WARNING ** * - * -* Please read the README file before running "scamp.sh" * -* If updating from an earlier version, it is suggested * -* that you first run: * -* * -* "scamp.sh -D" to delete all old configuration. Then, running * -* "scamp.sh" will cause the script to create a new configuration * -* * -* You will need to manually create any additional configuration files.* -* Read the README or type "man scamp" for further assistance. * -* * -*********************************************************************** +************************************************************************ +* ** WARNING ** * +* * +* Please read the README file before running "scamp.sh" * +* If updating from a version earlier than 5.2j, it is suggested * +* that you first run: "scamp.sh -D" to delete all old configurations. * +* Then, running "scamp.sh" will cause the script to create a new * +* configuration file. * +* * +* Check the "README" or "man scamp" for further information. * +* * +* The new versions of "scamp" can download definition files not * +* previously available in the older versions. * +* * +* You will also have to recreate any other additional configuration * +* files you might have used previously. * +* * +* I apologize for this inconvenience; however, it is the only feasible * +* way to insure that you have the most up-to-date configuration. * +* * +* You will need to manually create any additional configuration files. * +* Read the README or type "man scamp" for further assistance. * +* * +************************************************************************ --- scamp-5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: