update to c-icap-0.5.9
This commit is contained in:
parent
73779f1e35
commit
2c45b26efc
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2021/03/22 14:50:51 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2022/01/09 12:11:17 sthen Exp $
|
||||
|
||||
MULTI_PACKAGES= -main -db -ldap
|
||||
COMMENT-main= ICAP server for use with web proxies
|
||||
COMMENT-db= Berkeley DB module for c-icap
|
||||
COMMENT-ldap= LDAP module for c-icap
|
||||
|
||||
V= 0.5.8
|
||||
V= 0.5.9
|
||||
DISTNAME= c_icap-$V
|
||||
PKGNAME-main= c-icap-$V
|
||||
PKGNAME-db= c-icap-db-$V
|
||||
PKGNAME-ldap= c-icap-ldap-$V
|
||||
|
||||
SHARED_LIBS += icapapi 2.0 # 5.2
|
||||
SHARED_LIBS += icapapi 2.1 # 5.2
|
||||
|
||||
WANTLIB += brotlicommon brotlidec brotlienc bz2 pcre pthread z
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (c_icap-0.5.8.tar.gz) = EdgWP4nY5O9efpWdC8bOZDRgdFHBbhL/OLm36wiox2E=
|
||||
SIZE (c_icap-0.5.8.tar.gz) = 690703
|
||||
SHA256 (c_icap-0.5.9.tar.gz) = UTfYtreVgWE7WQHCYgx/7YJm9hzACzVhMW6Ql+XwNSw=
|
||||
SIZE (c_icap-0.5.9.tar.gz) = 695013
|
||||
|
@ -1,7 +1,9 @@
|
||||
$OpenBSD: patch-commands_c,v 1.1 2016/01/11 17:05:46 sthen Exp $
|
||||
--- commands.c.orig Mon Jan 11 17:03:48 2016
|
||||
+++ commands.c Mon Jan 11 17:04:02 2016
|
||||
@@ -215,7 +215,7 @@ void ci_command_schedule_on(const char *name, void *da
|
||||
$OpenBSD: patch-commands_c,v 1.2 2022/01/09 12:11:17 sthen Exp $
|
||||
|
||||
Index: commands.c
|
||||
--- commands.c.orig
|
||||
+++ commands.c
|
||||
@@ -233,7 +233,7 @@ void ci_command_schedule_on(const char *name, void *da
|
||||
sch.when = time;
|
||||
sch.data = data;
|
||||
if (ci_list_search(COMMANDS_QUEUE, &sch)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user