pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security



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.

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@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"
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



Home | Main Index | Thread Index | Old Index