svn commit: r520670 - in head/www/c-icap-modules: . files

Rodrigo Osorio rodrigo at FreeBSD.org
Sun Dec 22 21:59:31 UTC 2019


Author: rodrigo
Date: Sun Dec 22 21:59:30 2019
New Revision: 520670
URL: https://svnweb.freebsd.org/changeset/ports/520670

Log:
  www/c-icap-modules: update to 0.5.4
  
  Remove patch patch-services_virus__scan_clamav__mod.c
  fixed by upstream (Bug 121: https://sourceforge.net/p/c-icap/bugs/121)
  
  Changelog:
   * Bug 121: Support for Clamav-0.102.1
   * Various issues reported by clang analyzer
   * Fix memory leak when clamd TCP server is used instead of unix pipes.
  
  PR:		242795
  Submitted by:	Franco Fichtner <franco at opnsense.org>

Deleted:
  head/www/c-icap-modules/files/patch-services_virus__scan_clamav__mod.c
Modified:
  head/www/c-icap-modules/Makefile
  head/www/c-icap-modules/distinfo

Modified: head/www/c-icap-modules/Makefile
==============================================================================
--- head/www/c-icap-modules/Makefile	Sun Dec 22 21:56:11 2019	(r520669)
+++ head/www/c-icap-modules/Makefile	Sun Dec 22 21:59:30 2019	(r520670)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	c-icap
-PORTVERSION=	0.5.3
-PORTREVISION=	1
+PORTVERSION=	0.5.4
 CATEGORIES=	www security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.5.x/
 PKGNAMESUFFIX=	-modules

Modified: head/www/c-icap-modules/distinfo
==============================================================================
--- head/www/c-icap-modules/distinfo	Sun Dec 22 21:56:11 2019	(r520669)
+++ head/www/c-icap-modules/distinfo	Sun Dec 22 21:59:30 2019	(r520670)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547975297
-SHA256 (c_icap_modules-0.5.3.tar.gz) = 6e2f87a60379ffde26947c6e82ff0c7f614bc005588bf1efb40c74f69c82f925
-SIZE (c_icap_modules-0.5.3.tar.gz) = 452505
+TIMESTAMP = 1575242090
+SHA256 (c_icap_modules-0.5.4.tar.gz) = 87409920c66027204e9cca5f20e137b63cd12daf6dfcd85c1fa62ab2bd1c57cc
+SIZE (c_icap_modules-0.5.4.tar.gz) = 450411


More information about the svn-ports-all mailing list