View | Details | Raw Unified | Return to bug 231377 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	c-icap
4
PORTNAME=	c-icap
5
PORTVERSION=	0.5.3
5
PORTVERSION=	0.5.5
6
PORTEPOCH=	2
6
PORTEPOCH=	2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.x/
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.x/
Lines 17-27 Link Here
17
LIB_DEPENDS=	libbrotlicommon.so:archivers/brotli \
17
LIB_DEPENDS=	libbrotlicommon.so:archivers/brotli \
18
		libpcre.so:devel/pcre
18
		libpcre.so:devel/pcre
19
19
20
USES=		cpe libtool localbase
21
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--sysconfdir="${PREFIX}/etc/c-icap" \
23
CONFIGURE_ARGS=	--sysconfdir="${PREFIX}/etc/c-icap" \
22
		--localstatedir=/var
24
		--localstatedir=/var
23
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
24
USES=		cpe libtool localbase
25
CPE_VENDOR=	c-icap_project
26
CPE_VENDOR=	c-icap_project
26
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
27
USE_RC_SUBR=	c-icap
28
USE_RC_SUBR=	c-icap
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1523315387
1
TIMESTAMP = 1537896280
2
SHA256 (c_icap-0.5.3.tar.gz) = 0238508c94a406c7a2c8a0ff9659e7ba631554eda55001b43351bb68f85121d2
2
SHA256 (c_icap-0.5.5.tar.gz) = 5eafc7775ecb3fe49545451eaa31f045716d0242977588c0ba27c2c1b4683d8a
3
SIZE (c_icap-0.5.3.tar.gz) = 690423
3
SIZE (c_icap-0.5.5.tar.gz) = 690954
(-)files/patch-c-icap.conf.in (-16 / +8 lines)
Lines 1-19 Link Here
1
--- c-icap.conf.in.orig	2016-03-29 09:27:15 UTC
1
--- c-icap.conf.in.orig	2018-09-12 13:40:37 UTC
2
+++ c-icap.conf.in
2
+++ c-icap.conf.in
3
@@ -123,6 +123,16 @@ MaxRequestsPerChild  0
3
@@ -132,7 +132,7 @@ MaxRequestsPerChild  0
4
 #	Port [::1]:1346
4
 # Default:
5
 # Default:
5
 #	InterProcessLockingScheme file
6
 #	None
7
-Port 1344
8
+Port 127.0.0.1:1344
6
 
9
 
7
+# TAG: ListenAddress
10
 # TAG: TlsPort
8
+# Format: ListenAddress address
11
 # Format: TlsPort [address:]port [tls-method=method] [cert=path_to_pem_cert] [key=path_to_pem_key] [client_ca=path_to_pem_file] [ciphers=ciph1:ciph2...] [tls_options=[!]Opt1|[!]Opt2|...]
9
+# Description:
10
+#	Network address that the c-icap server uses to listen to requests.
11
+#	By default c-icap will bind to all available network addresses. Use
12
+#	this directive to restrict it to specific network address.
13
+# Default:
14
+#	No value 
15
+ListenAddress 127.0.0.1
16
+
17
 # TAG: Port
18
 # Format: Port port
19
 # Description:
(-)files/patch-modules_memcached.c (-2 / +2 lines)
Lines 1-4 Link Here
1
--- modules/memcached.c.orig	2016-04-30 12:42:52 UTC
1
--- modules/memcached.c.orig	2017-10-21 06:57:48 UTC
2
+++ modules/memcached.c
2
+++ modules/memcached.c
3
@@ -47,7 +47,7 @@
3
@@ -47,7 +47,7 @@
4
 #include <libmemcached/memcached_pool.h>
4
 #include <libmemcached/memcached_pool.h>
Lines 8-11 Link Here
8
+/* #include <crypt.h> */
8
+/* #include <crypt.h> */
9
 
9
 
10
 int USE_MD5_SUM_KEYS = 1;
10
 int USE_MD5_SUM_KEYS = 1;
11
    
11
 
(-)pkg-plist (-1 / +1 lines)
Lines 53-59 Link Here
53
lib/c_icap/sys_logger.so
53
lib/c_icap/sys_logger.so
54
lib/libicapapi.so
54
lib/libicapapi.so
55
lib/libicapapi.so.5
55
lib/libicapapi.so.5
56
lib/libicapapi.so.5.0.3
56
lib/libicapapi.so.5.0.5
57
man/man8/c-icap-client.8.gz
57
man/man8/c-icap-client.8.gz
58
man/man8/c-icap-config.8.gz
58
man/man8/c-icap-config.8.gz
59
man/man8/c-icap-libicapapi-config.8.gz
59
man/man8/c-icap-libicapapi-config.8.gz

Return to bug 231377