From nobody Sun Nov 14 23:31:47 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8EE4F1851153; Sun, 14 Nov 2021 23:31:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HspW7607Xz3wFx; Sun, 14 Nov 2021 23:31:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A20C97362; Sun, 14 Nov 2021 23:31:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AENVlEr046995; Sun, 14 Nov 2021 23:31:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AENVlIA046994; Sun, 14 Nov 2021 23:31:47 GMT (envelope-from git) Date: Sun, 14 Nov 2021 23:31:47 GMT Message-Id: <202111142331.1AENVlIA046994@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rodrigo Osorio Subject: git: 82de9b56af78 - main - www/c-icap: Update to 0.5.10 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rodrigo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 82de9b56af78d484d3b569fa35593fff26bbc04e Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=82de9b56af78d484d3b569fa35593fff26bbc04e commit 82de9b56af78d484d3b569fa35593fff26bbc04e Author: Rodrigo Osorio AuthorDate: 2021-11-14 20:10:11 +0000 Commit: Rodrigo Osorio 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 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