diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-08-04 10:17:50 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-08-04 10:17:50 +0000 |
commit | f2270e9808a8e8dc1b4f1716fb6c799078bc6bad (patch) | |
tree | f63f7d23fed02aabc39345f66ddaf50072651a57 /www/p5-WWW-Curl | |
parent | 363efe883d4c8b6055e6191b44e60f994bc162db (diff) |
Notes
Diffstat (limited to 'www/p5-WWW-Curl')
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 2 | ||||
-rw-r--r-- | www/p5-WWW-Curl/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Curl/files/patch-README | 29 | ||||
-rw-r--r-- | www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm | 2 |
4 files changed, 33 insertions, 6 deletions
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index 613f6a080321..039618d8b975 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Curl -PORTVERSION= 4.07 +PORTVERSION= 4.08 CATEGORIES= www ftp perl5 MASTER_SITES= CPAN \ http://curl.haxx.se/libcurl/perl/ diff --git a/www/p5-WWW-Curl/distinfo b/www/p5-WWW-Curl/distinfo index 1afad8d0650b..1ac978aaf3db 100644 --- a/www/p5-WWW-Curl/distinfo +++ b/www/p5-WWW-Curl/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Curl-4.07.tar.gz) = 9d25fb555bb7b382f3412d5568e5fd47 -SHA256 (WWW-Curl-4.07.tar.gz) = b798d908cf06993d86691fcada5becd90d32c06aa69e2ba5c1a4913ce2363164 -SIZE (WWW-Curl-4.07.tar.gz) = 41623 +MD5 (WWW-Curl-4.08.tar.gz) = 0764e5e4345539dc127f7d801b25001f +SHA256 (WWW-Curl-4.08.tar.gz) = ce0052c907698eb642eff06a7f90237785d1381cd11e61d5f58e1592aa130393 +SIZE (WWW-Curl-4.08.tar.gz) = 43546 diff --git a/www/p5-WWW-Curl/files/patch-README b/www/p5-WWW-Curl/files/patch-README index 3d7c98926ea0..1e1f70014fe7 100644 --- a/www/p5-WWW-Curl/files/patch-README +++ b/www/p5-WWW-Curl/files/patch-README @@ -3,7 +3,7 @@ Fix a typo. --- README.orig +++ README @@ -3,7 +3,7 @@ - The perl module WWW::Curl provides an interface to the cURL library "libcurl". + The Perl module WWW::Curl provides an interface to the cURL library "libcurl". See http://curl.haxx.se/ for more information on cURL and libcurl. -This module requires libcurl and the corresponding headerfiles to be @@ -11,3 +11,30 @@ Fix a typo. installed. You then may install this module via the usual way (for installation on Windows please see README.Win32): +@@ -27,9 +27,9 @@ + This module, starting from version 4 requires at least Perl 5.6 and libcurl 7.10.8. + These releases are more than 5 years old and they have multiple security vulnerabilities, + it is advised that you upgrade as soon as possible to a more recent, secure version. +-Anything older than these versions of Perl and libcurl respectively are not supported. ++Anything older than these versions of Perl and libcurl respectively is not supported. + +-Windows specific fixes and patches are welcome as testing is mainly focused on linux. ++Windows specific fixes and patches are welcome as testing is mainly focused on Linux. + + The module provides the same functionality, except as noted in the documentation, + as libcurl provides to C programs. Please refer to the documentation of libcurl for the +@@ -45,12 +45,12 @@ + Parts of the callback support were added Forrest Cahoon + <forrest.cahoon at merrillcorp.com> + +-More callback support, many tests additional documentation and Makefile ++More callback support, many tests, additional documentation, and Makefile + features have been added by Cris Bailiff <c.bailiff+curl at devsecure.com> + + Curl multi support has been added by Sebastian Riedel <sri at oook.de> + +-The current maintainer is Cris Bailiff <c.bailiff+curl at devsecure.com> and ++The current maintainers are Cris Bailiff <c.bailiff+curl at devsecure.com> and + Bálint Szilakszi <szbalint at cpan.org> + + The latest version is available on CPAN and can be downloaded from diff --git a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm b/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm index 20922ee00569..d7e3cfa00bb7 100644 --- a/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm +++ b/www/p5-WWW-Curl/files/patch-lib-WWW-Curl.pm @@ -2,7 +2,7 @@ Fix a grammatical error. --- lib/WWW/Curl.pm.orig +++ lib/WWW/Curl.pm -@@ -306,7 +306,7 @@ +@@ -311,7 +311,7 @@ Version 3.01 added some support for pre-multi versions of libcurl. |