From owner-freebsd-ports Fri Mar 23 13:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B24C237B71A for ; Fri, 23 Mar 2001 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2NLU1G33559; Fri, 23 Mar 2001 13:30:01 -0800 (PST) (envelope-from gnats) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 04BF537B71B for ; Fri, 23 Mar 2001 13:21:21 -0800 (PST) (envelope-from housley@thehousleys.net) Received: (from root@localhost) by thehousleys.net (8.11.3/8.11.2) id f2NLL9j29937 for freebsd-gnats-submit@freebsd.org; Fri, 23 Mar 2001 16:21:09 -0500 (EST) (envelope-from housley@baby.int.thehousleys.net) Received: from baby.int.thehousleys.net (baby.ipv6.thehousleys.net [3ffe:1ce3:6:3:260:8ff:fea3:7fb2]) by thehousleys.net (8.11.3/8.11.3) with ESMTP id f2NLL7529929 for ; Fri, 23 Mar 2001 16:21:07 -0500 (EST) (envelope-from housley@baby.int.thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.11.3/8.11.3) id f2NLL7H01039; Fri, 23 Mar 2001 16:21:07 -0500 (EST) (envelope-from housley) Message-Id: <200103232121.f2NLL7H01039@baby.int.thehousleys.net> Date: Fri, 23 Mar 2001 16:21:07 -0500 (EST) From: "James E. Housley" Reply-To: housley@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26037: Upgrade security/vscan to version 4.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26037 >Category: ports >Synopsis: Upgrade security/vscan to version 4.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 23 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: James E. Housley >Release: FreeBSD 4.3-BETA i386 >Organization: The Housleys dot Net >Environment: System: FreeBSD baby.int.thehousleys.net 4.3-BETA FreeBSD 4.3-BETA #0: Wed Mar 21 08:38:58 EST 2001 root@cat.int.thehousleys.net:/mnt3/obj/usr/src/sys/BABYKERNEL i386 >Description: NAI has a new version of vscan for FreeBSD. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/home/FREEBSD_CVS/ports/security/vscan/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 2000/09/21 22:40:21 1.22 +++ Makefile 2001/03/14 22:55:01 @@ -6,10 +6,10 @@ # PORTNAME= uvscan -PORTVERSION= 4.07e +PORTVERSION= 4.14e CATEGORIES= security -MASTER_SITES= http://download.mcafee.com/products/evaluation/virusscan/english/unix/free_bsd/ -DISTNAME= vbsd407e +MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/unix/free_bsd/v4.14.0/ +DISTNAME= vbsd414e EXTRACT_SUFX= .tar.Z MAINTAINER= kris@FreeBSD.org @@ -19,6 +19,7 @@ ONLY_FOR_ARCHS= i386 NO_BUILD= YES NO_WRKSUBDIR= YES +INSTALLS_SHLIB= YES LICENSE= shareware RESTRICTED= "restrictive 30 day evaluation license" @@ -30,10 +31,11 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/uvscan ${PREFIX}/libexec/uvscan ${INSTALL_SCRIPT} ${WRKSRC}/uvscan.sh ${PREFIX}/bin/uvscan + ${INSTALL_PROGRAM} ${WRKSRC}/libbsdfv.so ${PREFIX}/lib/libbsdfv.so .for file in license.dat messages.dat ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan .endfor -.for file in unx47uag.pdf license.txt +.for file in unxadmin.pdf license.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan .endfor Index: distinfo =================================================================== RCS file: /usr/home/FREEBSD_CVS/ports/security/vscan/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2000/09/21 22:40:21 1.4 +++ distinfo 2001/03/14 22:50:37 @@ -1 +1 @@ -MD5 (vbsd407e.tar.Z) = c635d45605f21a9d57a03c177d8ffb64 +MD5 (vbsd414e.tar.Z) = 9a37dc0ecf9b1dd227950b8278da619b Index: pkg-plist =================================================================== RCS file: /usr/home/FREEBSD_CVS/ports/security/vscan/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 2000/09/21 22:40:21 1.5 +++ pkg-plist 2001/03/14 22:55:21 @@ -1,7 +1,8 @@ @comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ bin/uvscan +lib/libbsdfv.so libexec/uvscan/uvscan libexec/uvscan/license.dat libexec/uvscan/messages.dat -share/doc/uvscan/unx47uag.pdf +share/doc/uvscan/unxadmin.pdf share/doc/uvscan/license.txt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message