Date: Sun, 30 Sep 2018 09:07:18 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480944 - head/www/c-icap-modules Message-ID: <201809300907.w8U97I4f000352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Sun Sep 30 09:07:17 2018 New Revision: 480944 URL: https://svnweb.freebsd.org/changeset/ports/480944 Log: Upgrade C-icap-modules to 0.5.2 c-icap-modules-0.5.2 changes - virus_scan: Add the counter AV_SCAN_FAILURES to count scan engine failures - virus_scan: fix error handling when PassOnError is set to on - virus_scan: Report correctly the X-Violations-Found header and the virus_scan:viruses-list attribute. - url_check: Fix misplaced space in added headers using the HttpHeaderReplace and HttpHeaderAdd* rules PR: 231378 Submitted by: Franco Fichtner <franco@opnsense.org> Modified: head/www/c-icap-modules/Makefile head/www/c-icap-modules/distinfo Modified: head/www/c-icap-modules/Makefile ============================================================================== --- head/www/c-icap-modules/Makefile Sun Sep 30 08:58:41 2018 (r480943) +++ head/www/c-icap-modules/Makefile Sun Sep 30 09:07:17 2018 (r480944) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c-icap -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/ PKGNAMESUFFIX= -modules Modified: head/www/c-icap-modules/distinfo ============================================================================== --- head/www/c-icap-modules/distinfo Sun Sep 30 08:58:41 2018 (r480943) +++ head/www/c-icap-modules/distinfo Sun Sep 30 09:07:17 2018 (r480944) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523222141 -SHA256 (c_icap_modules-0.5.1.tar.gz) = a34988e5367649cec29ce6e1f846d97f1728f74addaa6b520e3db213b54400a1 -SIZE (c_icap_modules-0.5.1.tar.gz) = 451386 +TIMESTAMP = 1536869909 +SHA256 (c_icap_modules-0.5.2.tar.gz) = 640290d47a285cc88317890f20b0d431f7e55c751bd9897c59a72ed4522ac779 +SIZE (c_icap_modules-0.5.2.tar.gz) = 451800
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809300907.w8U97I4f000352>