From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 10 21:50:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ACBD1065673 for ; Fri, 10 Jun 2011 21:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 46ACF8FC14 for ; Fri, 10 Jun 2011 21:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5ALo74w055767 for ; Fri, 10 Jun 2011 21:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5ALo7Sq055766; Fri, 10 Jun 2011 21:50:07 GMT (envelope-from gnats) Date: Fri, 10 Jun 2011 21:50:07 GMT Message-Id: <201106102150.p5ALo7Sq055766@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Milan Obuch Cc: Subject: Re: ports/157744: security/py-pyclamd maintainer update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Milan Obuch List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2011 21:50:11 -0000 The following reply was made to PR ports/157744; it has been noted by GNATS. From: Milan Obuch To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/157744: security/py-pyclamd maintainer update Date: Fri, 10 Jun 2011 23:24:26 +0200 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_loki.netlab.sk-58884-1307741088-0001-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline On Fri, 10 Jun 2011 19:40:08 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/157744'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=157744 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: security/py-pyclamd maintainer update > >Arrival-Date: Fri Jun 10 19:40:08 UTC 2011 There is small error in patch, please use fixed one (attached). Milan --=_loki.netlab.sk-58884-1307741088-0001-2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=py-pyclamd.diff.txt diff -urN py-pyclamd.old/Makefile py-pyclamd/Makefile --- py-pyclamd.old/Makefile 2009-02-15 00:32:14.000000000 +0100 +++ py-pyclamd/Makefile 2011-01-26 20:23:31.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= pyclamd -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.2 CATEGORIES= security python MASTER_SITES= http://xael.org/norman/python/pyclamd/ DISTFILES= pyclamd.py diff -urN py-pyclamd.old/distinfo py-pyclamd/distinfo --- py-pyclamd.old/distinfo 2009-02-15 00:29:44.000000000 +0100 +++ py-pyclamd/distinfo 2011-01-26 11:54:50.000000000 +0100 @@ -1,3 +1,2 @@ -MD5 (pyclamd.py) = fcdc195401e8c78a0d19ee6b8c23fdcb -SHA256 (pyclamd.py) = 3542cc2271c8365a4205c563705a9f3090dca3f6242524119cb6560b7bbfcbaf -SIZE (pyclamd.py) = 10498 +SHA256 (pyclamd.py) = 209673f947ce16d53bab43c19bfb8200f8b40cc70b26d4dbc9a0e203c561d16e +SIZE (pyclamd.py) = 13101 diff -urN py-pyclamd.old/files/patch-pyclamd.py py-pyclamd/files/patch-pyclamd.py --- py-pyclamd.old/files/patch-pyclamd.py 2009-01-10 00:24:06.000000000 +0100 +++ py-pyclamd/files/patch-pyclamd.py 2011-01-26 20:15:04.000000000 +0100 @@ -1,38 +1,38 @@ ---- pyclamd.py.orig 2007-04-11 18:10:26.000000000 +0200 -+++ pyclamd.py 2007-08-28 11:28:48.000000000 +0200 -@@ -14,7 +14,7 @@ - # Network - pyclamd.init_network_socket('localhost', 3310) - # Unix local socket -- #pyclamd.init_unix_socket('/var/run/clamd') -+ #pyclamd.init_unix_socket('/var/run/clamav/clamd') +--- pyclamd.py.orig 2011-01-26 20:08:38.000000000 +0100 ++++ pyclamd.py 2011-01-26 20:14:58.000000000 +0100 +@@ -51,7 +51,7 @@ + # Network + pyclamd.init_network_socket('localhost', 3310) + # Unix local socket +- #pyclamd.init_unix_socket('/var/run/clamd') ++ #pyclamd.init_unix_socket('/var/run/clamav/clamd.sock') - # Get Clamscan version - print pyclamd.version() -@@ -29,7 +29,7 @@ + # Get Clamscan version + print pyclamd.version() +@@ -66,7 +66,7 @@ Test strings : ^^^^^^^^^^^^ >>> try: --... init_unix_socket('/var/run/clamd') -+... init_unix_socket('/var/run/clamav/clamd') +-... init_unix_socket('/var/run/clamav/clamd.ctl') ++... init_unix_socket('/var/run/clamav/clamd.sock') ... except ScanError: - ... init_network_socket('localhost', 3310) + ... init_network_socket('localhost', 3310) ... -@@ -68,7 +68,7 @@ +@@ -110,7 +110,7 @@ # Default values for globals use_socket = None --clamd_SOCKET = "/var/run/clamd" -+clamd_SOCKET = "/var/run/clamav/clamd" - clamd_HOST='127.0.0.1' - clamd_PORT=3310 +-clamd_SOCKET = "/var/run/clamav/clamd.ctl" ++clamd_SOCKET = "/var/run/clamav/clamd.sock" + clamd_HOST = '127.0.0.1' + clamd_PORT = 3310 + clamd_timeout = None #[PL] default timeout for sockets: None = blocking operations +@@ -121,7 +121,7 @@ -@@ -85,7 +85,7 @@ - ############################################################################ --def init_unix_socket(filename="/var/run/clamd"): -+def init_unix_socket(filename="/var/run/clamav/clamd"): - """ - Init pyclamd to use clamd unix local socket - +-def init_unix_socket(filename="/var/run/clamav/clamd.ctl"): ++def init_unix_socket(filename="/var/run/clamav/clamd.sock"): + """ + Init pyclamd to use clamd unix local socket + diff -urN py-pyclamd.old/files/patch-setup.py py-pyclamd/files/patch-setup.py --- py-pyclamd.old/files/patch-setup.py 2009-01-10 00:24:06.000000000 +0100 +++ py-pyclamd/files/patch-setup.py 2011-06-10 23:19:01.000000000 +0200 @@ -9,7 +9,7 @@ +from distutils.core import setup + +setup(name="pyclamd", -+ version="0.1.1", ++ version="0.2.2", + description="Python ClamD module.", + author="Alexandre Norman", + author_email="norman@xael.org", --=_loki.netlab.sk-58884-1307741088-0001-2--