svn commit: r480944 - head/www/c-icap-modules

Rodrigo Osorio rodrigo at FreeBSD.org
Sun Sep 30 09:07:19 UTC 2018


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 at 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


More information about the svn-ports-head mailing list