- Fix possible crash as a result of recent curl update
- Bump PORTREVISION Obtained from: Crosswire repo
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sword
|
||||
PORTVERSION= 1.6.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.6/ \
|
||||
http://crosswire.org/ftpmirror/pub/sword/source/v1.6/ \
|
||||
|
||||
10
misc/sword/files/patch-src__mgr__curlftpt.cpp
Normal file
10
misc/sword/files/patch-src__mgr__curlftpt.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
--- ./src/mgr/curlftpt.cpp.orig 2010-04-04 01:26:26.000000000 -0400
|
||||
+++ ./src/mgr/curlftpt.cpp 2010-04-04 01:26:02.000000000 -0400
|
||||
@@ -124,6 +124,7 @@
|
||||
|
||||
|
||||
CURLFTPTransport::~CURLFTPTransport() {
|
||||
+ curl_easy_setopt(session, CURLOPT_PROGRESSDATA, (void*)NULL);
|
||||
curl_easy_cleanup(session);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user