www/c-icap: package new version for 25.1.7

This commit is contained in:
Franco Fichtner
2025-05-07 08:33:28 +02:00
parent b84ce663cd
commit fe457505c1
3 changed files with 8 additions and 4 deletions
+1 -2
View File
@@ -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
+6 -1
View File
@@ -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)
@@ -3,4 +3,4 @@
###################################################################
filter f_local_cicap {
program("c-icap");
};
};