summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ftp/curl: Clean up patch file after librtmp removalPo-Chuan Hsieh2024-06-031-41/+0
| | | | | multimedia/librtmp is removed in 8d01b5458f4660725fcaf562cdbb073debc9b751 RTMP option is removed in ac11b26ab75ddd548c39fe64ccf2e5de66842bd3
* ftp/curl: Update to 8.6.0Yasuhiro Kimura2024-02-281-25/+16
| | | | | | | | | ChangeLog: https://curl.se/changes.html#8_6_0 PR: 276879 Approved by: maintainer Exp-run bye: antoine MFH: 2024Q1 Security: 02e33cd1-c655-11ee-8613-08002784c58d
* ftp/curl: Convert REINPLACE_CMD to patch filesPo-Chuan Hsieh2023-04-091-8/+96
|
* ftp/curl: Update to 7.79.0Po-Chuan Hsieh2021-09-211-16/+17
| | | | Changes: https://curl.se/changes.html
* ftp/curl: Update to 7.78.0Po-Chuan Hsieh2021-07-221-34/+9
| | | | | | | - Remove METALINK option: all support removed by upstream - Update NTLM option: it has own configure option now Changes: https://curl.se/changes.html
* Update to 7.64.0Sunpoet Po-Chuan Hsieh2019-02-071-10/+10
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: 714b033a-2b09-11e9-8bc3-610fd6e6cd05 MFH: 2019Q1 Notes: svn path=/head/; revision=492389
* Update to 7.62.0Sunpoet Po-Chuan Hsieh2018-11-011-10/+10
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: e0ab1773-07c1-46c6-9170-4c5e81c00927 MFH: 2018Q4 Notes: svn path=/head/; revision=483704
* Update to 7.54.1Sunpoet Po-Chuan Hsieh2017-06-151-12/+12
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: 9314058e-5204-11e7-b712-b1a44a034d72 MFH: 2017Q2 Notes: svn path=/head/; revision=443658
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-10/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* - Remove trailing spaceSunpoet Po-Chuan Hsieh2015-06-071-12/+12
| | | | | | | - Regenerate patch files with makepatch: Notes: svn path=/head/; revision=388745
* - Update to 7.33.0Sunpoet Po-Chuan Hsieh2013-10-231-12/+12
| | | | | | | | | Changes: http://curl.haxx.se/changes.html PR: ports/183151 Exp-run by: bdrewery Notes: svn path=/head/; revision=331390
* - Add SSP supportSunpoet Po-Chuan Hsieh2013-10-151-10/+38
| | | | Notes: svn path=/head/; revision=330415
* - Update to 7.32.0Sunpoet Po-Chuan Hsieh2013-10-061-7/+7
| | | | | | | | | | | | | | | - Turn COOKIES on by default - Support STAGEDIR Note: - mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead Changes: http://curl.haxx.se/changes.html PR: ports/181510 Exp run by: drewery Notes: svn path=/head/; revision=329619
* - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and ↵Sunpoet Po-Chuan Hsieh2013-09-181-12/+38
| | | | | | | | | | | CPUTYPE [2] - Remove note in pre-configure: since it does not help to avoid bug-report mails PR: ports/177401 [1], ports/180648 [1], ports/180944 [2] Notes: svn path=/head/; revision=327585
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-27/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Update to 7.24.0Sunpoet Po-Chuan Hsieh2012-03-031-10/+10
| | | | | | | Changes: http://curl.haxx.se/changes.html Notes: svn path=/head/; revision=292569
* Update cURL to 7.21.3 and fix its librtmp detection. In the process:Peter Pentchev2010-12-191-9/+102
| | | | | | | | | | | - disable the -Werror build option by popular demand - do not override the user's debug and optimization settings PR: 150854 (the debug and optimization CFLAGS) Reported by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=266593
* Update to curl-7.21.1; in the process:Peter Pentchev2010-09-121-0/+16
| | | | | | | | | | | | - add a knob for the compiler's -Werror checking, on by default - add a knob for RTMP streams support - reflect reality: actually disable the diagnostic memory tracking if the user has turned the knob off! - fix a bashism in the configure script - remove two patches to the test framework that were integrated upstream Notes: svn path=/head/; revision=261041
* Update to curl-7.19.5.Peter Pentchev2009-05-191-14/+0
| | | | Notes: svn path=/head/; revision=234205
* Update to curl-7.19.4, which fixes a redirection vulnerability.Peter Pentchev2009-03-071-11/+11
| | | | | | | | | | | | | | The changes in the patch files are almost the same as in Eugene's PR, although I arrived at them mostly independently :) Reformat all patch files now that I use quilt to manage them. Fix two complaints from portlint: needless use of CFLAGS and differentiation between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene! PR: 132358 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=229602
* At long last, update the curl port to its almost-current version, 7.19.2.Peter Pentchev2009-01-231-21/+3
| | | | | | | | | | | Yes, there's been a new 7.19.3 version for a couple of days now, but I figure you folks have been waiting for me much too much as it is :( Apologies all around! Prompted by: several PR's and more people (and portmgrs) than I dare admit Notes: svn path=/head/; revision=226720
* Update to curl-7.18.0.Peter Pentchev2008-04-231-4/+14
| | | | Notes: svn path=/head/; revision=211833
* Update to curl-7.16.3.Peter Pentchev2007-08-271-3/+12
| | | | | | | | | | | Fix the (still present in 7.16.3) libssh2 problems, at least so that cURL works with the libssh2 0.17 in our ports tree. PR: 114215 (the basic update) Submitted by: pesho.petrov@gmail.com Notes: svn path=/head/; revision=198390
* Update to curl 7.16.1, loosely based on the PR. Also:Peter Pentchev2007-03-091-9/+0
| | | | | | | | | | | | - add a LIBSSH2 option for SCP and SFTP support using security/libssh2; - add a patch from the cURL CVS repository to fix an expired cookie in test 62. PR: 109670 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Notes: svn path=/head/; revision=187021
* Update to 7.15.4, mostly by Vasil Dimov's PR.Peter Pentchev2006-07-131-5/+5
| | | | | | | | | | In addition, OPTIONS'ify everything but OpenSSL support. PR: 99050 Submitted by: vd Notes: svn path=/head/; revision=167680
* Update to 7.14.1.Peter Pentchev2005-09-051-9/+9
| | | | Notes: svn path=/head/; revision=142013
* Update to curl 7.13.1, which also takes care of the recent securityPeter Pentchev2005-03-121-3/+12
| | | | | | | issue. Notes: svn path=/head/; revision=130953
* Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).Peter Pentchev2004-12-211-6/+6
| | | | | | | | | | Explicitly disable libidn support so that it is not even probed if libidn is installed; I will look into enabling it after some more testing. Testing paid off on: ref4 (lib/select.c), sledge (lib/sendf.c) Notes: svn path=/head/; revision=124673
* Update to curl 7.11.1.Peter Pentchev2004-04-091-4/+4
| | | | Notes: svn path=/head/; revision=106566
* Fix a segfault in an IPv4-only case - realloc() may really, well,Peter Pentchev2002-06-241-0/+13
"reallocate" memory even when the programmer only asks for a resizing of the region. Reported by: Steve Ames <steve@energistic.com> While I'm here, change the way SSL header and library paths are handled to avoid specifically referencing /usr/lib and /usr/include; while -STABLE's GCC shrugs this off, GCC 3.1 whines loudly about an explicit -I/usr/include (and rightly so, IMHO). Notes: svn path=/head/; revision=61882