View | Details | Raw Unified | Return to bug 211125 | Differences between
and this patch

Collapse All | Expand All

(-)../../home/pi/myp/security/py-pyclamd/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/security/py-pyclamd/Makefile 371453 2014-10-24 16:50:42Z mva $
2
# $FreeBSD: head/security/py-pyclamd/Makefile 371453 2014-10-24 16:50:42Z mva $
3
3
4
PORTNAME=	pyclamd
4
PORTNAME=	pyclamd
5
PORTVERSION=	0.2.2
5
PORTVERSION=	0.3.17
6
CATEGORIES=	security python
6
CATEGORIES=	security python
7
MASTER_SITES=	http://xael.org/norman/python/pyclamd/
7
MASTER_SITES=	http://xael.org/norman/python/pyclamd/
8
DISTFILES=	pyclamd.py
8
DISTFILES=	pyclamd.py
(-)../../home/pi/myp/security/py-pyclamd/distinfo (+1 lines)
Lines 1-2 Link Here
1
TIMESTAMP = 1468515241
1
SHA256 (pyclamd.py) = 209673f947ce16d53bab43c19bfb8200f8b40cc70b26d4dbc9a0e203c561d16e
2
SHA256 (pyclamd.py) = 209673f947ce16d53bab43c19bfb8200f8b40cc70b26d4dbc9a0e203c561d16e
2
SIZE (pyclamd.py) = 13101
3
SIZE (pyclamd.py) = 13101
(-)../../home/pi/myp/security/py-pyclamd/files/patch-pyclamd.py (-6 / +6 lines)
Lines 1-6 Link Here
1
--- pyclamd.py.orig	2011-01-26 20:08:38.000000000 +0100
1
--- pyclamd.py.orig	2016-07-14 19:05:46 UTC
2
+++ pyclamd.py	2011-01-26 20:14:58.000000000 +0100
2
+++ pyclamd.py
3
@@ -51,7 +51,7 @@
3
@@ -51,7 +51,7 @@ Usage :
4
 	# Network
4
 	# Network
5
 	pyclamd.init_network_socket('localhost', 3310)
5
 	pyclamd.init_network_socket('localhost', 3310)
6
 	# Unix local socket 
6
 	# Unix local socket 
Lines 9-15 Link Here
9
 
9
 
10
 	# Get Clamscan version
10
 	# Get Clamscan version
11
 	print pyclamd.version()
11
 	print pyclamd.version()
12
@@ -66,7 +66,7 @@
12
@@ -66,7 +66,7 @@ Usage :
13
 Test strings :
13
 Test strings :
14
 ^^^^^^^^^^^^
14
 ^^^^^^^^^^^^
15
 >>> try:
15
 >>> try:
Lines 18-24 Link Here
18
 ... except ScanError:
18
 ... except ScanError:
19
 ...	 init_network_socket('localhost', 3310)
19
 ...	 init_network_socket('localhost', 3310)
20
 ... 
20
 ... 
21
@@ -110,7 +110,7 @@
21
@@ -110,7 +110,7 @@ global EICAR
22
 
22
 
23
 # Default values for globals
23
 # Default values for globals
24
 use_socket = None
24
 use_socket = None
Lines 27-33 Link Here
27
 clamd_HOST = '127.0.0.1'
27
 clamd_HOST = '127.0.0.1'
28
 clamd_PORT = 3310
28
 clamd_PORT = 3310
29
 clamd_timeout = None	#[PL] default timeout for sockets: None = blocking operations
29
 clamd_timeout = None	#[PL] default timeout for sockets: None = blocking operations
30
@@ -121,7 +121,7 @@
30
@@ -121,7 +121,7 @@ EICAR = 'WDVPIVAlQEFQWzRcUFpYNTQoUF4pN0N
31
 
31
 
32
 ############################################################################
32
 ############################################################################
33
 
33
 
(-)../../home/pi/myp/security/py-pyclamd/files/patch-setup.py (-2 / +2 lines)
Lines 1-5 Link Here
1
--- setup.py.orig	2009-01-07 13:42:10.000000000 +0100
1
--- setup.py.orig	2016-07-14 19:05:46 UTC
2
+++ setup.py	2009-01-07 13:42:27.000000000 +0100
2
+++ setup.py
3
@@ -0,0 +1,16 @@
3
@@ -0,0 +1,16 @@
4
+#!/usr/bin/python
4
+#!/usr/bin/python
5
+
5
+

Return to bug 211125