Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AA6617AAB7 for ; Sat, 18 Jun 2016 10:18:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2230785E62; Sat, 18 Jun 2016 10:18:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A527C85E47 for ; Sat, 18 Jun 2016 10:18:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 89C7CuXNS-QC for ; Sat, 18 Jun 2016 10:18:58 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1F1BC85E44 for ; Sat, 18 Jun 2016 10:18:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1253FFBB5; Sat, 18 Jun 2016 10:18:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1466245138163160" MIME-Version: 1.0 Date: Sat, 18 Jun 2016 10:18:58 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20160618101858.1253FFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1466245138163160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Sat Jun 18 10:18:57 UTC 2016 Modified Files: pkgsrc/security: Makefile Added Files: pkgsrc/security/ecap_clamav_adapter: DESCR Makefile PLIST distinfo Log Message: Add ecap_clamav_adapter 2.0.0 This eCAP adapter checks HTTP request and response bodies using the ClamAV antivirus library and denies access to messages with detected viruses. To generate a diff of this commit: cvs rdiff -u -r1.586 -r1.587 pkgsrc/security/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/security/ecap_clamav_adapter/DESCR \ pkgsrc/security/ecap_clamav_adapter/Makefile \ pkgsrc/security/ecap_clamav_adapter/PLIST \ pkgsrc/security/ecap_clamav_adapter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1466245138163160 Content-Disposition: inline Content-Length: 2781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.586 pkgsrc/security/Makefile:1.587 --- pkgsrc/security/Makefile:1.586 Thu Jun 16 09:22:18 2016 +++ pkgsrc/security/Makefile Sat Jun 18 10:18:57 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.586 2016/06/16 09:22:18 fhajny Exp $ +# $NetBSD: Makefile,v 1.587 2016/06/18 10:18:57 prlw1 Exp $ # COMMENT= Security tools @@ -70,6 +70,7 @@ SUBDIR+= dnssec-tools SUBDIR+= dropbear SUBDIR+= dsniff SUBDIR+= dsniff-nox11 +SUBDIR+= ecap_clamav_adapter SUBDIR+= egd SUBDIR+= engine-pkcs11 SUBDIR+= ent Added files: Index: pkgsrc/security/ecap_clamav_adapter/DESCR diff -u /dev/null pkgsrc/security/ecap_clamav_adapter/DESCR:1.1 --- /dev/null Sat Jun 18 10:18:58 2016 +++ pkgsrc/security/ecap_clamav_adapter/DESCR Sat Jun 18 10:18:57 2016 @@ -0,0 +1,2 @@ +This eCAP adapter checks HTTP request and response bodies using the ClamAV +antivirus library and denies access to messages with detected viruses. Index: pkgsrc/security/ecap_clamav_adapter/Makefile diff -u /dev/null pkgsrc/security/ecap_clamav_adapter/Makefile:1.1 --- /dev/null Sat Jun 18 10:18:58 2016 +++ pkgsrc/security/ecap_clamav_adapter/Makefile Sat Jun 18 10:18:57 2016 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/06/18 10:18:57 prlw1 Exp $ + +DISTNAME= ecap_clamav_adapter-2.0.0 +CATEGORIES= security +MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ + +MAINTAINER= prlw1@cam.ac.uk +HOMEPAGE= http://www.e-cap.org/ +COMMENT= eCAP ClamAV adapter +LICENSE= 2-clause-bsd + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +.include "../../security/clamav/buildlink3.mk" +.include "../../www/libecap/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/ecap_clamav_adapter/PLIST diff -u /dev/null pkgsrc/security/ecap_clamav_adapter/PLIST:1.1 --- /dev/null Sat Jun 18 10:18:58 2016 +++ pkgsrc/security/ecap_clamav_adapter/PLIST Sat Jun 18 10:18:57 2016 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2016/06/18 10:18:57 prlw1 Exp $ +lib/ecap_clamav_adapter.la Index: pkgsrc/security/ecap_clamav_adapter/distinfo diff -u /dev/null pkgsrc/security/ecap_clamav_adapter/distinfo:1.1 --- /dev/null Sat Jun 18 10:18:58 2016 +++ pkgsrc/security/ecap_clamav_adapter/distinfo Sat Jun 18 10:18:57 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/06/18 10:18:57 prlw1 Exp $ + +SHA1 (ecap_clamav_adapter-2.0.0.tar.gz) = 2aaf6c970db3622d1380d353c4c38b21b6aab769 +RMD160 (ecap_clamav_adapter-2.0.0.tar.gz) = 1869b60b4de16ef0202fd86c47c053413948674d +SHA512 (ecap_clamav_adapter-2.0.0.tar.gz) = 882e66ad566220f68e59d41ea5c199af2745eaaa96610cdb7fe475811dbf87b01b5a6a97e6c9a729aecbf470aaae7082dbe502830aa88e86d32ae0d1acabde4b +Size (ecap_clamav_adapter-2.0.0.tar.gz) = 383682 bytes --_----------=_1466245138163160--