update to c-icap 0.4.3
This commit is contained in:
parent
66c36940c9
commit
b4f03ed7a8
@ -1,12 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.15 2016/01/11 17:05:46 sthen Exp $
|
# $OpenBSD: Makefile,v 1.16 2016/04/22 20:08:04 sthen Exp $
|
||||||
|
|
||||||
MULTI_PACKAGES= -main -db -ldap
|
MULTI_PACKAGES= -main -db -ldap
|
||||||
COMMENT-main= ICAP server for use with web proxies
|
COMMENT-main= ICAP server for use with web proxies
|
||||||
COMMENT-db= Berkeley DB module for c-icap
|
COMMENT-db= Berkeley DB module for c-icap
|
||||||
COMMENT-ldap= LDAP module for c-icap
|
COMMENT-ldap= LDAP module for c-icap
|
||||||
|
|
||||||
V= 0.4.2
|
V= 0.4.3
|
||||||
REVISION-main= 1
|
|
||||||
DISTNAME= c_icap-$V
|
DISTNAME= c_icap-$V
|
||||||
PKGNAME-main= c-icap-$V
|
PKGNAME-main= c-icap-$V
|
||||||
PKGNAME-db= c-icap-db-$V
|
PKGNAME-db= c-icap-db-$V
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (c_icap-0.4.2.tar.gz) = sTjH19mCjVTDMHvP57SReREmZZODL/wmpg35oN/SUR4=
|
SHA256 (c_icap-0.4.3.tar.gz) = xGx6t4TmI7v0vEJhcC1nCBJ+33HdIxK5dECrZu51z78=
|
||||||
SIZE (c_icap-0.4.2.tar.gz) = 642379
|
SIZE (c_icap-0.4.3.tar.gz) = 643244
|
||||||
|
@ -1,15 +1,6 @@
|
|||||||
$OpenBSD: patch-c-icap_conf_in,v 1.6 2015/11/20 17:34:25 sthen Exp $
|
$OpenBSD: patch-c-icap_conf_in,v 1.7 2016/04/22 20:08:04 sthen Exp $
|
||||||
--- c-icap.conf.in.orig Tue Sep 15 10:00:59 2015
|
--- c-icap.conf.in.orig Tue Mar 29 10:27:15 2016
|
||||||
+++ c-icap.conf.in Fri Nov 20 17:32:15 2015
|
+++ c-icap.conf.in Fri Apr 22 20:39:55 2016
|
||||||
@@ -268,7 +268,7 @@ TemplateDefaultLanguage en
|
|
||||||
# It can be used more than once to use multiple magic files.
|
|
||||||
# Default:
|
|
||||||
# LoadMagicFile @prefix@/etc/c-icap.magic
|
|
||||||
-LoadMagicFile @prefix@/etc/c-icap.magic
|
|
||||||
+LoadMagicFile @sysconfdir@/c-icap.magic
|
|
||||||
|
|
||||||
# TAG: RemoteProxyUsers
|
|
||||||
# Format: RemoteProxyUsers onoff
|
|
||||||
@@ -335,7 +335,7 @@ RemoteProxyUserHeaderEncoded on
|
@@ -335,7 +335,7 @@ RemoteProxyUserHeaderEncoded on
|
||||||
# Default:
|
# Default:
|
||||||
# No value
|
# No value
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-docs_man_c-icap_8_in,v 1.2 2013/11/05 15:05:04 sthen Exp $
|
$OpenBSD: patch-docs_man_c-icap_8_in,v 1.3 2016/04/22 20:08:04 sthen Exp $
|
||||||
--- docs/man/c-icap.8.in.orig Fri Oct 25 15:59:55 2013
|
--- docs/man/c-icap.8.in.orig Tue Mar 29 10:23:59 2016
|
||||||
+++ docs/man/c-icap.8.in Tue Nov 5 14:58:05 2013
|
+++ docs/man/c-icap.8.in Fri Apr 22 20:40:50 2016
|
||||||
@@ -36,11 +36,11 @@ The main configuration file
|
@@ -36,11 +36,11 @@ The main configuration file
|
||||||
.RS
|
.RS
|
||||||
In this file defined the types of files and the groups of file types.
|
In this file defined the types of files and the groups of file types.
|
||||||
@ -13,18 +13,18 @@ $OpenBSD: patch-docs_man_c-icap_8_in,v 1.2 2013/11/05 15:05:04 sthen Exp $
|
|||||||
-.I /var/run/c-icap.ctl
|
-.I /var/run/c-icap.ctl
|
||||||
+.I /var/run/c-icap/c-icap.ctl
|
+.I /var/run/c-icap/c-icap.ctl
|
||||||
.RS
|
.RS
|
||||||
The commands socket. This file used to send commands to the icap server from command line. For informations about implemented commands look below in the "Implemented commands" sub-section
|
The commands socket. This file used to send commands to the icap server from command line. For information about implemented commands look below in the "Implemented commands" sub-section
|
||||||
.SH NOTES
|
.SH NOTES
|
||||||
@@ -65,10 +65,10 @@ Services and modules can define their own commands.
|
@@ -65,10 +65,10 @@ Services and modules can define their own commands.
|
||||||
.PP
|
.PP
|
||||||
\fBExamples:\fR
|
\fBExamples:\fR
|
||||||
.IP "To reconfigure c-icap:"
|
.IP "To reconfigure c-icap:"
|
||||||
- echo -n "reconfigure" > /var/run/c-icap.ctl
|
- echo \-n "reconfigure" > /var/run/c-icap.ctl
|
||||||
+ echo -n "reconfigure" > /var/run/c-icap/c-icap.ctl
|
+ echo \-n "reconfigure" > /var/run/c-icap/c-icap.ctl
|
||||||
.IP "To rotate access log:"
|
.IP "To rotate access log:"
|
||||||
mv /var/log/c-icap/access.log /var/log/c-icap/access.log.1
|
mv /var/log/c-icap/access.log /var/log/c-icap/access.log.1
|
||||||
- echo -n "relog" > /var/run/c-icap.ctl
|
- echo \-n "relog" > /var/run/c-icap.ctl
|
||||||
+ echo -n "relog" > /var/run/c-icap/c-icap.ctl
|
+ echo \-n "relog" > /var/run/c-icap/c-icap.ctl
|
||||||
.RE
|
.RE
|
||||||
.SS Lookup tables
|
.SS Lookup tables
|
||||||
Lookup tables are simple read-only databases.
|
Lookup tables are simple read-only databases.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.10 2015/11/25 14:24:12 sthen Exp $
|
# $OpenBSD: Makefile,v 1.11 2016/04/22 20:08:04 sthen Exp $
|
||||||
|
|
||||||
MULTI_PACKAGES= -main -urlcheck
|
MULTI_PACKAGES= -main -urlcheck
|
||||||
COMMENT-main= libclamav-based virus scanner for c-icap
|
COMMENT-main= libclamav-based virus scanner for c-icap
|
||||||
COMMENT-urlcheck= basic URL filtering service for c-icap
|
COMMENT-urlcheck= basic URL filtering service for c-icap
|
||||||
|
|
||||||
V= 0.4.2
|
V= 0.4.3
|
||||||
DISTNAME= c_icap_modules-$V
|
DISTNAME= c_icap_modules-$V
|
||||||
PKGNAME-main= c-icap-clamav-$V
|
PKGNAME-main= c-icap-clamav-$V
|
||||||
PKGNAME-urlcheck= c-icap-urlcheck-$V
|
PKGNAME-urlcheck= c-icap-urlcheck-$V
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (c_icap_modules-0.4.2.tar.gz) = 99pgZFUMhCwT/6s23VPxQnApouNivPOgN12ZvkafTik=
|
SHA256 (c_icap_modules-0.4.3.tar.gz) = icCFHU/G9r33UQvBwrI64FTbJUj2gWI1bPo8pqsfbN4=
|
||||||
SIZE (c_icap_modules-0.4.2.tar.gz) = 428877
|
SIZE (c_icap_modules-0.4.3.tar.gz) = 428936
|
||||||
|
Loading…
Reference in New Issue
Block a user