From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 11 18:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB873D2C for ; Fri, 11 Apr 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87A291A84 for ; Fri, 11 Apr 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BIA0ik062804 for ; Fri, 11 Apr 2014 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3BIA04r062803; Fri, 11 Apr 2014 18:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Apr 2014 18:10:00 GMT Resent-Message-Id: <201404111810.s3BIA04r062803@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Benden Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CC57CF0 for ; Fri, 11 Apr 2014 18:06:23 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F8391A56 for ; Fri, 11 Apr 2014 18:06:23 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BI6MAt001273 for ; Fri, 11 Apr 2014 18:06:22 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3BI6MDJ001272; Fri, 11 Apr 2014 18:06:22 GMT (envelope-from nobody) Message-Id: <201404111806.s3BI6MDJ001272@cgiserv.freebsd.org> Date: Fri, 11 Apr 2014 18:06:22 GMT From: Joseph Benden To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188466: [patch] Updated security/proftpd-mod_clamav to latest version 0.13rc3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 18:10:00 -0000 >Number: 188466 >Category: ports >Synopsis: [patch] Updated security/proftpd-mod_clamav to latest version 0.13rc3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 18:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Joseph Benden >Release: FreeBSD 11 >Organization: >Environment: FreeBSD freebsd-11 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r263915: Sat Mar 29 16:29:15 MST 2014 root@freebsd-11:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updated security/proftpd-mod_clamav to latest version 0.13rc3. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: security/proftpd-mod_clamav/Makefile =================================================================== --- security/proftpd-mod_clamav/Makefile (revision 349476) +++ security/proftpd-mod_clamav/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_clamav -DISTVERSION= 0.13rc2 +DISTVERSION= 0.13rc3 PORTREVISION= 0 CATEGORIES= security ftp PKGNAMEPREFIX= proftpd- @@ -18,11 +18,11 @@ MASTERDIR= ${.CURDIR}/../../ftp/proftpd GH_TAGNAME= v${DISTVERSION} -GIT_REVISION= 0b524e3 +GIT_REVISION= b6b37a0 RUN_DEPENDS+= clamd:${PORTSDIR}/security/clamav -_PROFTPD_MODULE_DISTFILES= mod_clamav-v0.13rc2${EXTRACT_SUFX}:clamav -_PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.13rc2${EXTRACT_SUFX} +_PROFTPD_MODULE_DISTFILES= mod_clamav-v0.13rc3${EXTRACT_SUFX}:clamav +_PROFTPD_MODULE_EXTRACT_ONLY= mod_clamav-v0.13rc3${EXTRACT_SUFX} _PROFTPD_MODULE_MASTER_SITES= https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/${GH_TAGNAME}?dummy=/:clamav INCLUDEDIRS= ${LOCALBASE}/include Index: ftp/proftpd/distinfo =================================================================== --- ftp/proftpd/distinfo (revision 349476) +++ ftp/proftpd/distinfo (working copy) @@ -1,8 +1,8 @@ SHA256 (proftpd-1.3.4d.tar.gz) = c198b53991ce641eae6b3237e856e59f0bfe8330794145b49cae33f85b6f5370 SIZE (proftpd-1.3.4d.tar.gz) = 7697046 -SHA256 (mod_clamav-v0.13rc2.tar.gz) = 06b49e0042fdd86d198ad1b1cf33f2c296cb2b6dcbdd2010df392ec37b670457 -SIZE (mod_clamav-v0.13rc2.tar.gz) = 10841 SHA256 (proftpd-mod-geoip-0.3.tar.gz) = a69c5def3761f5ba00bc95f6c633c7cfb68fb31fcadc3185ed476410fd8ec3aa SIZE (proftpd-mod-geoip-0.3.tar.gz) = 11356 SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08 SIZE (mod_sql_tds-4.13.tar.gz) = 11688 +SHA256 (mod_clamav-v0.13rc3.tar.gz) = 600248e52d7e398242ec94655938f480aad1c08d843f09f3679cff9a5ce50046 +SIZE (mod_clamav-v0.13rc3.tar.gz) = 11600 >Release-Note: >Audit-Trail: >Unformatted: