diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2018-09-30 17:07:17 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2018-09-30 17:07:17 +0800 |
commit | fcb3fb344456ebd122edebac48c0d090c164e138 (patch) | |
tree | d4cd9fed30cd20bc45e77ebf600a41c9f6f0040f /www | |
parent | 0acb7b50ee63cec4af29acde713881fbc1cd17a1 (diff) | |
download | freebsd-ports-gnome-fcb3fb344456ebd122edebac48c0d090c164e138.tar.gz freebsd-ports-gnome-fcb3fb344456ebd122edebac48c0d090c164e138.tar.zst freebsd-ports-gnome-fcb3fb344456ebd122edebac48c0d090c164e138.zip |
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>
Diffstat (limited to 'www')
-rw-r--r-- | www/c-icap-modules/Makefile | 2 | ||||
-rw-r--r-- | www/c-icap-modules/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index 4f64a0162793..9eef66aeb688 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -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 diff --git a/www/c-icap-modules/distinfo b/www/c-icap-modules/distinfo index 556abcde910a..53de761283fe 100644 --- a/www/c-icap-modules/distinfo +++ b/www/c-icap-modules/distinfo @@ -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 |