FreeBSD Bugzilla – Attachment 172589 Details for
Bug 211125
security/py-pyclamd: update 0.2.2 -> 0.3.17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-pyclamd-0.3.17.diff
py-pyclamd-0.3.17.diff (text/plain), 4.07 KB, created by
Danilo G. Baio
on 2016-07-16 21:23:02 UTC
(
hide
)
Description:
py-pyclamd-0.3.17.diff
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2016-07-16 21:23:02 UTC
Size:
4.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 418631) >+++ Makefile (working copy) >@@ -1,27 +1,19 @@ > # Created by: Milan Obuch > # $FreeBSD$ > >-PORTNAME= pyclamd >-PORTVERSION= 0.2.2 >+PORTNAME= pyClamd >+PORTVERSION= 0.3.17 > CATEGORIES= security python >-MASTER_SITES= http://xael.org/norman/python/pyclamd/ >-DISTFILES= pyclamd.py >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= bsd@dino.sk > COMMENT= Python ClamD interface module > >-USES= python >-USE_PYTHON= distutils autoplist >- >-.include <bsd.port.pre.mk> >+LICENSE= LGPL3+ > >-do-extract: >- @${RM} -rf ${WRKDIR} >- @${MKDIR} ${WRKDIR} >- @${MKDIR} ${WRKDIR}/${PKGNAME} >- if ! (cd ${WRKDIR} && ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PKGNAME}/); \ >- then \ >- exit 1; \ >- fi; \ >+NO_ARCH= yes >+USES= python >+USE_PYTHON= distutils autoplist > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 418631) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (pyclamd.py) = 209673f947ce16d53bab43c19bfb8200f8b40cc70b26d4dbc9a0e203c561d16e >-SIZE (pyclamd.py) = 13101 >+TIMESTAMP = 1468687659 >+SHA256 (pyClamd-0.3.17.tar.gz) = 9921a582c45baa34dabb357c548c5ed331b9a39334881b3a784b593680b07ba0 >+SIZE (pyClamd-0.3.17.tar.gz) = 10737 >Index: files/patch-pyclamd.py >=================================================================== >--- files/patch-pyclamd.py (revision 418631) >+++ files/patch-pyclamd.py (nonexistent) >@@ -1,38 +0,0 @@ >---- 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() >-@@ -66,7 +66,7 @@ >- Test strings : >- ^^^^^^^^^^^^ >- >>> try: >--... init_unix_socket('/var/run/clamav/clamd.ctl') >-+... init_unix_socket('/var/run/clamav/clamd.sock') >- ... except ScanError: >- ... init_network_socket('localhost', 3310) >- ... >-@@ -110,7 +110,7 @@ >- >- # Default values for globals >- use_socket = None >--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 @@ >- >- ############################################################################ >- >--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 >- > >Property changes on: files/patch-pyclamd.py >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 418631) >+++ files/patch-setup.py (nonexistent) >@@ -1,19 +0,0 @@ >---- setup.py.orig 2009-01-07 13:42:10.000000000 +0100 >-+++ setup.py 2009-01-07 13:42:27.000000000 +0100 >-@@ -0,0 +1,16 @@ >-+#!/usr/bin/python >-+ >-+import glob >-+import os >-+import sys >-+from distutils.core import setup >-+ >-+setup(name="pyclamd", >-+ version="0.2.2", >-+ description="Python ClamD module.", >-+ author="Alexandre Norman", >-+ author_email="norman@xael.org", >-+ url="http://xael.org/norman/python/pyclamd/", >-+ license="GPL", >-+ packages=[''] >-+ ) > >Property changes on: files/patch-setup.py >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval?
(bsd)
Actions:
View
|
Diff
Attachments on
bug 211125
:
172532
| 172589