pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security Add ecap_clamav_adapter 2.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ed15c51e230
branches: trunk
changeset: 348704:4ed15c51e230
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Sat Jun 18 10:18:57 2016 +0000
description:
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.
diffstat:
security/Makefile | 3 ++-
security/ecap_clamav_adapter/DESCR | 2 ++
security/ecap_clamav_adapter/Makefile | 19 +++++++++++++++++++
security/ecap_clamav_adapter/PLIST | 2 ++
security/ecap_clamav_adapter/distinfo | 6 ++++++
5 files changed, 31 insertions(+), 1 deletions(-)
diffs (62 lines):
diff -r f4ac1a7e85d6 -r 4ed15c51e230 security/Makefile
--- a/security/Makefile Sat Jun 18 10:16:07 2016 +0000
+++ b/security/Makefile Sat Jun 18 10:18:57 2016 +0000
@@ -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+= dropbear
SUBDIR+= dsniff
SUBDIR+= dsniff-nox11
+SUBDIR+= ecap_clamav_adapter
SUBDIR+= egd
SUBDIR+= engine-pkcs11
SUBDIR+= ent
diff -r f4ac1a7e85d6 -r 4ed15c51e230 security/ecap_clamav_adapter/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ecap_clamav_adapter/DESCR Sat Jun 18 10:18:57 2016 +0000
@@ -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.
diff -r f4ac1a7e85d6 -r 4ed15c51e230 security/ecap_clamav_adapter/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ecap_clamav_adapter/Makefile Sat Jun 18 10:18:57 2016 +0000
@@ -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@localhost
+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"
diff -r f4ac1a7e85d6 -r 4ed15c51e230 security/ecap_clamav_adapter/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ecap_clamav_adapter/PLIST Sat Jun 18 10:18:57 2016 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/18 10:18:57 prlw1 Exp $
+lib/ecap_clamav_adapter.la
diff -r f4ac1a7e85d6 -r 4ed15c51e230 security/ecap_clamav_adapter/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ecap_clamav_adapter/distinfo Sat Jun 18 10:18:57 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index