Commit graph

19 commits

Author SHA1 Message Date
leot
b50656e334 p5-WWW-Curl: Fix a typo in patch-Makefile.PL and misc cleanups
- patch-Makefile.PL contained an extra `|' that leads to not exposing several
  CURLOPT symbols as reported by Graham Jenkins via PR pkg/53388.
- Cleanup a bit the Makefile and do append extra CFLAGS

Bump PKGREVISION
2018-06-22 08:26:41 +00:00
wiz
909f9c8650 Fix build against curl-7.50.2.
From https://rt.cpan.org/Public/Bug/Display.html?id=117793
via darcy.
2016-11-20 09:51:50 +00:00
wiz
fe869e36f5 Revert patch. File to be patched is generated in some way,
and I didn't find out how.

Noted by darcy.
2016-10-20 18:09:40 +00:00
wiz
b70c6a53d6 Fix build with latest curl. Bump PKGREVISION for patch. 2016-10-19 22:51:11 +00:00
mef
245eba24e6 - Add patches/patch-Makefile.PL to give adhoc work around with clang build,
./curlopt-constants.c:19:58: error: non-void function 'constant' should return a value [-Wreturn-type]
if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_DID_MEMORY_FUNC_TYPEDEFS;
                                                    ^
2016-06-21 13:23:32 +00:00
mef
647c5b694e (pkgsrc)
- Add   BUILD_DEPENDS+=        p5-Test-CPAN-Meta-[0-9]*:... for make test
 - Convert LINCENSE from 'mpl-1.0 OR mpl-1.1 OR mit' to mit only
(upstream)
 - Update 4.15 to 4.17
   -------------------
4.17 Fri Feb 21 2014: - Balint Szilakszi <szbalint at cpan.org>

    - Fixing build process for old libcurl versions without CURLOPT_RESOLVE.
    - License is now MIT only.

4.16 Thu Feb 20 2014: - Balint Szilakszi <szbalint at cpan.org>

    - Support for CURLOPT_RESOLVE (an slist option) [Theo Schlossnagle]
    - Fixing t/19multi.t test failures when using a threaded resolver for libcurl.
    - Improved constant parsing when using ISO-compliant CPP. [tsibley]
2016-02-01 13:19:36 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
wiz
1cde775925 Update to 4.15:
4.15 Sun Nov 28 2010: - Balint Szilakszi <szbalint at cpan.org>

    - Refactored constant handling and added thorough testing for it.
    - Fixed CURLOPT_PRIVATE, it is now a string and can be set/get accordingly.

4.14 Sun Oct 24 2010: - Balint Szilakszi <szbalint at cpan.org>

    - Scalar references can now be used to receive body/header data [gfx].
    - Speed optimizations for threaded perl. [gfx, szbalint].
    - Added a more generic libcurl constant detection.
    - Added the pushopt method for appending strings to array options.
    - Documentation improvements.
2010-12-02 12:32:42 +00:00
wiz
dc583b0079 Update to 4.13:
4.13 Wed Sep 01 2010: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed WWW::Curl::Form (again, formadd and formaddfile working now).
    - Made constant constant handling more robust and added tests [Fuji, Goro].
    - Modernized *.pm and AUTOLOAD now throws an error on unknown method calls [Fuji, Goro].
    - Fixed code depending on CURLINFO_SLIST to be optional [Fuji, Goro].
2010-09-06 11:10:26 +00:00
wiz
f3f02e9c9e Update to 4.12:
4.12 Sun Jun 04 2010: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed WWW::Curl::Form (patch contributed by Michael Ing).
    - Added CURLPROXY_* constants (patch by claes).
    - Added the const_string method to provide access to constants in a non-bareword way.
    - Fixed t/01basic.t test failure on older libcurl versions.
2010-08-16 09:36:39 +00:00
wiz
33430ca199 Update to 4.11, set LICENSE.
4.11 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed t/19multi.t for libcurl versions compiled with asyncronous dns resolution.

4.10 Fri Dec 18 2009: - Balint Szilakszi <szbalint at cpan.org>

    - Added support for CURLINFO_SLIST in getinfo (patch by claes).
    - Merging documentation fixes upstream from the FreeBSD port (thanks Peter).
    - Added support for curl_multi_fdset.
2010-01-20 14:48:51 +00:00
sno
678a101334 pkgsrc changes:
- Updating package for p5 module WWW:Curl from 4.07 to 4.09
  - Adding license comment for or license experts
  - Replacing duplicated dependency to www/curl with an API dependency
    version
  - Using Module::Install as module type

Upstream changes:
4.09 Thu Jul 09 2009: - Balint Szilakszi <szbalint at cpan.org>
    - Fixing broken version check.

4.08 Tue Jul 07 2009: - Balint Szilakszi <szbalint at cpan.org>
    - Fixed a memory leak in setopt.
    - Added a check to Makefile.PL for the minimum libcurl version.
    - Mentioned WWW::Curl hosting on github.
    - Upgraded bundled Module::Install to 0.91.
2009-07-19 10:58:17 +00:00
wiz
60cfa80fa1 Update to 4.07:
4.07 Sun May 31 2009: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed >32bit integer option passing to libcurl on 32bit systems.
      (Thanks to Peter Heuchert for the report and fix suggestion!)
    - The CURL_CONFIG environment variable can now be used to specify
      which curl-config to use (contributed by claes).
    - Fixed segfault when a string option with setopt was set to undef
      (contributed by claes).
    - Fixed incomplete cleanup routine at destruction time
      (contributed by claes).
    - Readded Easy.pm and Share.pm stubs so that they are indexed by
      CPAN, thus avoiding complications with outdated versions appearing.
2009-06-09 12:49:20 +00:00
wiz
73b37b9f77 Update to 4.06:
4.06 Sun Apr 05 2009: - Balint Szilakszi <szbalint at cpan.org>

    - Fixed a setopt issue that could cause a setopt string to get
      corrupted with pre 7.17.0 libcurl versions.
      (Thanks to Andreas Marienborg for the excellent bugreport and testcase!)
    - Made the Makefile.PL curl.h parsing slightly more generic to detect a
      wider selection of constants (fixes debian bugs #519841 and #518942).
      This makes it possible to use CURLE_* and CURL_NETRC_* constants.
    - Added a clearly invalid protocol to t/18twinhandles.t (fixes RT #41425).
2009-04-20 10:05:58 +00:00
wiz
a8bd7b8940 remove unneeded patch. 2009-01-28 06:56:16 +00:00
wiz
1e531264b7 Update to 4.05:
4.05 Sat Jul 06 2008: - Balint Szilakszi <szbalint at cpan.org>

    - Corrected the duphandle mechanism.
    - Fixed a typo (fixes RT #37253).
    - Added better Windows compatibility detection and separate
      installation instructions (thanks to Shiyu Tang).

4.04 Sat Jun 21 2008: - Balint Szilakszi <szbalint at cpan.org>

    - Test::More and use_ok at begin time doesn't mesh with no plan.

4.03 Sat Jun 21 2008: - Balint Szilakszi <szbalint at cpan.org>

    - Removing option to pass destination files as a typeglob as
      it is a backwards pointing magic and caused bugs.
      Use a filehandle or reference instead.
    - Fixed tests for 5.6, raised minimum Perl version to 5.6.1 due to tests.
    - Fixed a duphandle bug.

4.02 Thu Jun 19 2008: - Balint Szilakszi <szbalint at cpan.org>

    - Adding forgotten backwards compatibility with older Perl versions

4.01 Wed Jun 18 2008: - Balint Szilakszi <szbalint at cpan.org>

    - Reimplemented callback handling to fix several I/O issues (fixes RT #35491)
    - Documentation showing example WWW::Curl::Multi usage is corrected (fixes RT #35520)
    - Should now compile on HP-UX and OSX (fixes RT #36058 and #35349)
    - POD validity fix (fixes RT #15850)
    - Added several new tests
    - Upgraded to Module::Install 0.75 as it now exits correctly on build time
      with NA if the required libcurl isn't available.

4.00 Wed Mar 05 2008: - Balint Szilakszi <szbalint at cpan.org>
    - Rewritten documentation.
    - New test suite.
    - New build system: using Module::Install instead of ExtUtils::Makemaker.
    - New minimal requirements, Perl 5.6 and libcurl 7.10.8.
    - New WWW::Curl::Multi interface.
    - Removed WWW::Curl::easy.
    - Removed compatibility code for pre 7.10.8 libcurl.
    - Added lots of small improvements to setopt and friends.
    - Bugfixes, mainly for memory leaks.
    - SIGNATURE.

3.12 Wed Feb 27 2008: - Cris Bailiff <c.bailiff+curl at devsecure.com>
    - New Share.pm.in was missed from the MANIFEST, so was not in the distribution. Fixed.

3.11 Mon Feb 25 2008: - Cris Bailiff <c.bailiff+curl at devsecure.com>
    - Merge recent contributions.
    - Updates from various small bug/build reports

3.10 Fri Feb 22 2008: - Anton Fedorov <datacompboy at mail.ru>
    - Fix documentation for multi interface
    - Added WWW::Curl::Share
    - Added strerror into Easy and Multi interfaces
    - Added support for CURLOPT_DEBUGFUNCTION in Easy interface

3.02_01 Tue Jan 29 2008: - Mark Hindley
    - Contributed CURLOPT_*_LARGE support

3.02_00 Fri Sep 16 2005: - Cris Bailiff <c.bailiff+curl at devsecure.com>
    - Workaround case-sensitive filename issues by making equivalent Easy
      names in easy namespace
    - Test scripts - Fixup ssl tests and remove leftover MUTE option
    - NOTE: That due to namespace changes (easy->Easy) you must change any existing
      code to 'use WWW::Curl::Easy' instead of 'use WWW::Curl::easy', but
      you can still use the WWW::Curl::easy function names until they
      are removed in a future release.
    - Tested on Redhat EL3 (curl 7.10.6) and Mandrake 10.1 (curl 7.13.1)

3.01  Thu Apr 20 2004: - Cris Bailiff <c.bailiff+curl at devsecure.com>
    - Merged Sebastians changes into CVS
    - Updated remaining tests to Test::Simple
    - Added backwards compatability to V2 names (WWW::Curl::easy etc)
    - Dropped backwards compatability to V1.x names

3.00  Thu Feb 12 2004: - Sebastian Riedel <sri at oook.de>
    - Added multi support
    - New module names
    - New tests
    - New documentation
    - New examples
    - Big cleanup!!!
    - Too much to tell, it's worth an upgrade
2009-01-08 13:22:24 +00:00
obache
fd6dad1a4c Fix problem build with curl>=7.10.8.
Support removed PASSWD callback (dropped in curl 7.10.8).
http://cool.haxx.se/cvs.cgi/curl-perl/Curl.xs.diff?r1=1.3&r2=1.4
2006-12-20 13:28:59 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
minskim
b1e7f71116 Import p5-WWW-Curl from pkgsrc-wip. Packaged by imil at gcu dot info.
This module is a namespace placeholder for a future high level perl-oriented
interface to libcurl. Currently, you need to use the direct libcurl 'easy'
interface, by using the 'WWW::Curl::easy' module.

The perl module WWW::Curl::easy provides an interface to the cURL library
"libcurl".

See http://curl.haxx.se/ for more information on cURL and libcurl.
2005-01-08 13:18:55 +00:00