Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2021 23:31:47 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 82de9b56af78 - main - www/c-icap: Update to 0.5.10
Message-ID:  <202111142331.1AENVlIA046994@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82de9b56af78d484d3b569fa35593fff26bbc04e

commit 82de9b56af78d484d3b569fa35593fff26bbc04e
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2021-11-14 20:10:11 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2021-11-14 22:45:26 +0000

    www/c-icap: Update to 0.5.10
    
    Major changes:
      0.5.9
      * github issue #18: Possible segmentation fault or at least memory leaks when the *_header acls are used
      * Minor leaks while c-icap server shutdowns
      * Implement the following new command/handler types:
        - CI_CMD_CHILD_CLEANUP
        - CI_CMD_POST_CONFIG
        - CI_CMD_MONITOR_START
        - CI_CMD_MONITOR_ONDEMAN
      0.5.10
      * Bug fix: Commands scheduled with the ci_command_schedule[on] API function
        may not executed. This bug was introduced with the c-icap-0.5.9 release
    
    Full changelogs:
        https://sourceforge.net/p/c-icap/news/2021/09/the-c-icap-059-is-released/
        https://sourceforge.net/p/c-icap/news/2021/10/the-c-icap-0510-is-released/
---
 www/c-icap/Makefile  | 2 +-
 www/c-icap/distinfo  | 6 +++---
 www/c-icap/pkg-plist | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile
index 0279d9c4045c..abd59a2cca0f 100644
--- a/www/c-icap/Makefile
+++ b/www/c-icap/Makefile
@@ -1,7 +1,7 @@
 # Created by: Elisey Savateev <b3k@mail.ru>
 
 PORTNAME=	c-icap
-PORTVERSION=	0.5.8
+PORTVERSION=	0.5.10
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.x/
diff --git a/www/c-icap/distinfo b/www/c-icap/distinfo
index 457c46bb365f..21c238adca39 100644
--- a/www/c-icap/distinfo
+++ b/www/c-icap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619346708
-SHA256 (c_icap-0.5.8.tar.gz) = 11d8163f89d8e4ef5e7e959d0bc6ce6434607451c16e12ff38b9b7eb08a8c761
-SIZE (c_icap-0.5.8.tar.gz) = 690703
+TIMESTAMP = 1636906178
+SHA256 (c_icap-0.5.10.tar.gz) = 541d503354907f06d1d72fa90fffd031002f0f4346150fb7b2203ad5825ae49d
+SIZE (c_icap-0.5.10.tar.gz) = 695044
diff --git a/www/c-icap/pkg-plist b/www/c-icap/pkg-plist
index b8c2a8c35110..5b94084278c6 100644
--- a/www/c-icap/pkg-plist
+++ b/www/c-icap/pkg-plist
@@ -53,7 +53,7 @@ lib/c_icap/srv_ex206.so
 lib/c_icap/sys_logger.so
 lib/libicapapi.so
 lib/libicapapi.so.5
-lib/libicapapi.so.5.0.8
+lib/libicapapi.so.5.0.10
 man/man8/c-icap-client.8.gz
 man/man8/c-icap-config.8.gz
 man/man8/c-icap-libicapapi-config.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111142331.1AENVlIA046994>