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 +};