From fe457505c1af4eef2d7be1943e886e976f99a824 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 7 May 2025 08:33:28 +0200 Subject: [PATCH] www/c-icap: package new version for 25.1.7 --- www/c-icap/Makefile | 3 +-- www/c-icap/pkg-descr | 7 ++++++- .../src/opnsense/service/templates/Syslog/local/cicap.conf | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 90a88fdf1..c3c56aedf 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= c-icap -PLUGIN_VERSION= 1.7 -PLUGIN_REVISION= 5 +PLUGIN_VERSION= 1.8 PLUGIN_COMMENT= c-icap connects the web proxy with a virus scanner PLUGIN_DEPENDS= c-icap c-icap-modules PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/www/c-icap/pkg-descr b/www/c-icap/pkg-descr index 5ae299e86..287a95eea 100644 --- a/www/c-icap/pkg-descr +++ b/www/c-icap/pkg-descr @@ -2,4 +2,9 @@ c-icap is an implementation of an ICAP server. It can be used with HTTP proxies that support the ICAP protocol to implement content adaptation and filtering services. -WWW: http://c-icap.sourceforge.net/ +Plugin Changelog +================ + +1.8 + +* Move logging to syslog (contributed by Andy Binder) diff --git a/www/c-icap/src/opnsense/service/templates/Syslog/local/cicap.conf b/www/c-icap/src/opnsense/service/templates/Syslog/local/cicap.conf index 53a9a536d..9eee81b26 100644 --- a/www/c-icap/src/opnsense/service/templates/Syslog/local/cicap.conf +++ b/www/c-icap/src/opnsense/service/templates/Syslog/local/cicap.conf @@ -3,4 +3,4 @@ ################################################################### filter f_local_cicap { program("c-icap"); -}; \ No newline at end of file +};