Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 21:52:42 +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: r520667 - head/www/c-icap
Message-ID:  <201912222152.xBMLqg4C025629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sun Dec 22 21:52:42 2019
New Revision: 520667
URL: https://svnweb.freebsd.org/changeset/ports/520667

Log:
  www/c-icap: update to 0.5.6
  
  Changelog:
   * Possible buffer overflow if an ipv6 address is used with TlsPort
   * Possible buffer overflow while building memcached key
   * Not correctly initialized array, can cause undefined behavior to c-icap-stretch utility
   * Bug 116: The CI_CONNECTION_CONNECTED ci_connection_t flag is not set properly
   * Bug 115: Fix incorrect prototype for ci_client_get_server_options_nonblocking
   * c-icap may crash while parsing wrong formated ICAP request line
   * Fix many issues reported by clang analyzer, which may result to c-icap crashes or malfunction
   * Using port with memcached server hostname, may result to c-icap crash
   * Bug fix: Numeric as group/user id in Group/User cfg parameter does not work
   * Many other fixes
  
  PR:		242794
  Submitted by:	Franco Fichtner <franco@opnsense.org>

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	Sun Dec 22 21:08:31 2019	(r520666)
+++ head/www/c-icap/Makefile	Sun Dec 22 21:52:42 2019	(r520667)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	c-icap
-PORTVERSION=	0.5.5
+PORTVERSION=	0.5.6
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.5.x/

Modified: head/www/c-icap/distinfo
==============================================================================
--- head/www/c-icap/distinfo	Sun Dec 22 21:08:31 2019	(r520666)
+++ head/www/c-icap/distinfo	Sun Dec 22 21:52:42 2019	(r520667)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537896280
-SHA256 (c_icap-0.5.5.tar.gz) = 5eafc7775ecb3fe49545451eaa31f045716d0242977588c0ba27c2c1b4683d8a
-SIZE (c_icap-0.5.5.tar.gz) = 690954
+TIMESTAMP = 1575241958
+SHA256 (c_icap-0.5.6.tar.gz) = 9826c50fc34f8fd4a3115844b27c9816dd3fcc3e7e2a3b6bcc7094ec307802b7
+SIZE (c_icap-0.5.6.tar.gz) = 689530

Modified: head/www/c-icap/pkg-plist
==============================================================================
--- head/www/c-icap/pkg-plist	Sun Dec 22 21:08:31 2019	(r520666)
+++ head/www/c-icap/pkg-plist	Sun Dec 22 21:52:42 2019	(r520667)
@@ -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.5
+lib/libicapapi.so.5.0.6
 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?201912222152.xBMLqg4C025629>