From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 09:36:02 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD7535FBE02; Sun, 25 Apr 2021 09:36:02 +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 4FSjZV4W4cz4vcB; Sun, 25 Apr 2021 09:36:02 +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 8DB8711F12; Sun, 25 Apr 2021 09:36:02 +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 13P9a24l001491; Sun, 25 Apr 2021 09:36:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13P9a2rk001490; Sun, 25 Apr 2021 09:36:02 GMT (envelope-from git) Date: Sun, 25 Apr 2021 09:36:02 GMT Message-Id: <202104250936.13P9a2rk001490@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: 4b493d33099d - main - www/c-icap: Upgrade to v0.5.8 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: 4b493d33099daf1711501df4a277fbe773346bf7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 09:36:02 -0000 The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b493d33099daf1711501df4a277fbe773346bf7 commit 4b493d33099daf1711501df4a277fbe773346bf7 Author: Rodrigo Osorio AuthorDate: 2021-04-25 11:17:30 +0000 Commit: Rodrigo Osorio CommitDate: 2021-04-25 11:35:42 +0000 www/c-icap: Upgrade to v0.5.8 Major changes: * Bug #125: ISTag is not quoted * Fix multiple bugs with 206 supported requests * Bug fix: Kids are not exiting if the parent process is gone * Bug fix: c-icap crashes on reconfigure * Fix "Bug in the service 'xxx'. Please report to the service author..." --- www/c-icap-modules/Makefile | 2 +- www/c-icap-modules/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/c-icap-modules/Makefile b/www/c-icap-modules/Makefile index 1646d31bcb6d..565b01f96910 100644 --- a/www/c-icap-modules/Makefile +++ b/www/c-icap-modules/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Matuska PORTNAME= c-icap -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/ PKGNAMESUFFIX= -modules diff --git a/www/c-icap-modules/distinfo b/www/c-icap-modules/distinfo index 8ab0bf775599..bad091c13176 100644 --- a/www/c-icap-modules/distinfo +++ b/www/c-icap-modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575242090 -SHA256 (c_icap_modules-0.5.4.tar.gz) = 87409920c66027204e9cca5f20e137b63cd12daf6dfcd85c1fa62ab2bd1c57cc -SIZE (c_icap_modules-0.5.4.tar.gz) = 450411 +TIMESTAMP = 1619346904 +SHA256 (c_icap_modules-0.5.5.tar.gz) = 6a42f1fdd8c35ad38d29f7d3c10f925471977f217086352e146cf95e45f2b5b5 +SIZE (c_icap_modules-0.5.5.tar.gz) = 450497