Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 12:18:44 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553348 - head/www/c-icap
Message-ID:  <202010261218.09QCIiSo024455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Mon Oct 26 12:18:43 2020
New Revision: 553348
URL: https://svnweb.freebsd.org/changeset/ports/553348

Log:
  www/c-icap: Upgrade to 0.5.7
  
  Major changes:
   - Fix brotli performance
   - Fix various memory leaks
   - c-icap-stretch utility: Fix HTTP response status line
   - c-icap-stretch: send always an HTTP/1.1 request
   - Update accepted flags for tls-options option of TlsPort cfg parameter
   - ICAP client: support SSL connections to hostnames that contain IP addresses
   - Bug fix: False accepting connection errors

Modified:
  head/www/c-icap/Makefile
  head/www/c-icap/distinfo
  head/www/c-icap/pkg-plist

Modified: head/www/c-icap/Makefile
==============================================================================
--- head/www/c-icap/Makefile	Mon Oct 26 12:12:06 2020	(r553347)
+++ head/www/c-icap/Makefile	Mon Oct 26 12:18:43 2020	(r553348)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	c-icap
-PORTVERSION=	0.5.6
+PORTVERSION=	0.5.7
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.x/

Modified: head/www/c-icap/distinfo
==============================================================================
--- head/www/c-icap/distinfo	Mon Oct 26 12:12:06 2020	(r553347)
+++ head/www/c-icap/distinfo	Mon Oct 26 12:18:43 2020	(r553348)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575241958
-SHA256 (c_icap-0.5.6.tar.gz) = 9826c50fc34f8fd4a3115844b27c9816dd3fcc3e7e2a3b6bcc7094ec307802b7
-SIZE (c_icap-0.5.6.tar.gz) = 689530
+TIMESTAMP = 1603702242
+SHA256 (c_icap-0.5.7.tar.gz) = 01ef17d7999d3476fe705abc56d0da562c2f180aafe08fc1269f419cad8521a9
+SIZE (c_icap-0.5.7.tar.gz) = 690425

Modified: head/www/c-icap/pkg-plist
==============================================================================
--- head/www/c-icap/pkg-plist	Mon Oct 26 12:12:06 2020	(r553347)
+++ head/www/c-icap/pkg-plist	Mon Oct 26 12:18:43 2020	(r553348)
@@ -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.6
+lib/libicapapi.so.5.0.7
 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?202010261218.09QCIiSo024455>