Sunpoet Po-Chuan Hsieh
c07f3fbf62
Update to 7.75.0
...
Changes: https://curl.haxx.se/changes.html
2021-02-06 20:43:43 +00:00
Sunpoet Po-Chuan Hsieh
60d64e75b0
Make User-Agent header setting reliable
...
- Bump PORTREVISION for package change
Requested by: Jonathan Simon <info@simonabc.com >
Obtained from: https://github.com/curl/curl/commit/0936ecd0ee5e3e28c098fefc9e2c0e6847cb7a82
2021-02-03 19:46:57 +00:00
Sunpoet Po-Chuan Hsieh
7764da22cd
Update to 7.74.0
...
Changes: https://curl.se/changes.html
PR: 251773
Submitted by: lwhsu
Security: 3c77f139-3a09-11eb-929d-d4c9ef517024
MFH: 2020Q4
2020-12-13 14:49:14 +00:00
Sunpoet Po-Chuan Hsieh
a21debc9fc
Fix build when TLS_SRP is disabled
...
PR: 250384
Reported by: Dewayne Geraghty <dewayne@heuristicsystems.com.au >
Obtained from: https://github.com/curl/curl/commit/a3d5b199f96a108f38bd1f6adaf3a7585f721d02
2020-10-18 15:37:29 +00:00
Sunpoet Po-Chuan Hsieh
6103c75013
Update to 7.70.0
...
Changes: https://curl.haxx.se/changes.html
2020-04-30 13:47:47 +00:00
Sunpoet Po-Chuan Hsieh
7d8db11b17
Fix runtime error (for CARES enabled and IPV6 disabled builds)
...
- Bump PORTREVISION for package change
Obtained from: https://github.com/curl/curl/commit/3bfda07004a5739fb306e55cb9529ba3de35fbdb
PR: 245237
Reported by: Michael Osipov <michael.osipov@siemens.com >
2020-04-02 12:23:35 +00:00
Sunpoet Po-Chuan Hsieh
7ccd726804
Update to 7.67.0
...
Changes: https://curl.haxx.se/changes.html
2019-11-13 23:25:19 +00:00
Sunpoet Po-Chuan Hsieh
6bc3443999
Update to 7.66.0
...
Changes: https://curl.haxx.se/changes.html
Security: 9fb4e57b-d65a-11e9-8a5f-e5c82b486287
MFH: 2019Q3
2019-09-14 21:09:27 +00:00
Sunpoet Po-Chuan Hsieh
32027d75fc
Update to 7.65.1
...
Changes: https://curl.haxx.se/changes.html
2019-06-05 19:40:00 +00:00
Sunpoet Po-Chuan Hsieh
689c2d7d37
Fix runtime with OpenSSL without MD4
...
- Bump PORTREVISION for package change
Obtained from: https://github.com/curl/curl/commit/0dc9a8019962d31787c4929d36de6817ae3090e7
2019-05-31 10:27:54 +00:00
Sunpoet Po-Chuan Hsieh
9472081173
Fix runtime with PROXY disabled
...
- Bump PORTREVISION for package change
Obtained from: https://github.com/curl/curl/commit/f4f485c17b9a8b41c23ad1fa9fbcfc1973172ead
2019-05-30 21:55:31 +00:00
Sunpoet Po-Chuan Hsieh
be79e622fa
Fix build with FTP disabled and FILE enabled
...
Obtained from: https://github.com/curl/curl/commit/dc0a671213fa94489933755828b26f5807d61a7a
Reported by: Charlie Li <ml+freebsd@vishwin.info >
2019-05-26 18:01:53 +00:00
Sunpoet Po-Chuan Hsieh
990655beba
Update to 7.65.0
...
Changes: https://curl.haxx.se/changes.html
Security: dd343a2b-7ee7-11e9-a290-8ddc52868fa9
MFH: 2019Q2
2019-05-25 22:02:33 +00:00
Sunpoet Po-Chuan Hsieh
345960f298
Fix undefined Curl_get_line when ALTSVC enabled and COOKIES disabled
...
ALTSVC requires Curl_get_line which is defined in lib/cookie.c inside a #if
check of HTTP and COOKIES. That makes Curl_get_line undefined if COOKIES is
disabled. This is a workaround to define Curl_get_line unconditionally.
PR: 236885, 236890
2019-03-30 20:44:48 +00:00
Sunpoet Po-Chuan Hsieh
26e2e5ef06
Do not install curl.fish to avoid conflicts with shells/fish
...
- Bump PORTREVISION for package change
PR: 236878
Reported by: Laszlo Karolyi <laszlo@karolyi.hu >
2019-03-29 16:34:34 +00:00
Sunpoet Po-Chuan Hsieh
eded5f7080
Remove outdated patches
2019-03-29 14:15:18 +00:00
Sunpoet Po-Chuan Hsieh
2ca07b88c9
Update to 7.64.0
...
Changes: https://curl.haxx.se/changes.html
Security: 714b033a-2b09-11e9-8bc3-610fd6e6cd05
MFH: 2019Q1
2019-02-07 23:13:45 +00:00
Sunpoet Po-Chuan Hsieh
53cd419ef4
Update to 7.62.0
...
Changes: https://curl.haxx.se/changes.html
Security: e0ab1773-07c1-46c6-9170-4c5e81c00927
MFH: 2018Q4
2018-11-01 19:13:16 +00:00
Sunpoet Po-Chuan Hsieh
f6ec15f572
Fix build with LibreSSL 2.7
...
Obtained from: https://github.com/openbsd/ports/blob/master/net/curl/patches/patch-lib_vtls_openssl_c
PR: 226845
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl >
MFH: 2018Q1
2018-03-24 21:12:23 +00:00
Sunpoet Po-Chuan Hsieh
35ac318764
Fix build with CURL_DEBUG enabled
...
lib/checksrc.pl is run when CURL_DEBUG is enabled.
The build failed due to the long line in patched lib/url.c.
./url.c:593:82: warning: Longer than 79 columns (LONGLINE)
data->set.no_signal = TRUE; /* different handling of signals and threads */
checksrc: 0 errors and 1 warnings
checksrc: 0 errors and 5 warnings suppressed
gmake[3]: *** [Makefile:3935: checksrc] Error 5
MFH: 2018Q1
2018-02-17 17:44:07 +00:00
Sunpoet Po-Chuan Hsieh
fe18ac14f3
Update to 7.57.0
...
Changes: https://curl.haxx.se/changes.html
https://curl.haxx.se/docs/security.html
Security: 301a01b7-d50e-11e7-ac58-b499baebfeaf
MFH: 2017Q4
2017-12-01 23:33:50 +00:00
Sunpoet Po-Chuan Hsieh
a9da0a91c9
Update to 7.54.1
...
Changes: https://curl.haxx.se/changes.html
Security: 9314058e-5204-11e7-b712-b1a44a034d72
MFH: 2017Q2
2017-06-15 21:53:26 +00:00
Sunpoet Po-Chuan Hsieh
8959621de9
Update to 7.54.0
...
Changes: https://curl.haxx.se/changes.html
Security: 3e2e9b44-25ce-11e7-a175-939b30e0836d
MFH: 2017Q2
2017-04-20 14:25:30 +00:00
Sunpoet Po-Chuan Hsieh
fca9a15726
Fix CVE-2017-7407
...
- Bump PORTREVISION for package change
Obtained from: https://curl.haxx.se/CVE-2017-7407.patch
https://github.com/curl/curl/commit/1890d59905414ab84a35892b2e45833654aa5c13
https://github.com/curl/curl/commit/8e65877870c1fac920b65219adec720df810aab9
Security: 04f29189-1a05-11e7-bc6e-b499baebfeaf
MFH: 2017Q2
2017-04-05 19:56:58 +00:00
Sunpoet Po-Chuan Hsieh
f6c7463135
Update to 7.53.0
...
Changes: https://curl.haxx.se/changes.html
Security: 311e4b1c-f8ee-11e6-9940-b499baebfeaf
2017-02-22 17:13:43 +00:00
Sunpoet Po-Chuan Hsieh
5b72772a8c
Fix net-p2p/rtorrent with https trackers
...
- Bump PORTREVISION for package change
Reference: https://github.com/rakshasa/rtorrent/issues/538
Obtained from: https://github.com/curl/curl/commit/a7b38c9dc98481e4a5fc37e51a8690337c674dfb
MFH: 2017Q1
2017-01-07 10:54:16 +00:00
Mathieu Arnold
a0bcd2cf68
Use USES=pathfix where applicable.
...
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Sunpoet Po-Chuan Hsieh
5b1654593e
- Update to 7.47.1
...
Changes: http://curl.haxx.se/changes.html
2016-03-06 06:19:41 +00:00
Sunpoet Po-Chuan Hsieh
fb3100e560
- Remove GSSAPI_*_DESC
2016-02-01 19:47:30 +00:00
Niclas Zeising
ad6321ab88
Update to 7.47.0
...
PR: 206756
Submitted by: zeising
Approved by: ports-secteam (miwi)
MFH: 2016Q1
Security: CVE-2016-0755
2016-02-01 17:04:13 +00:00
Sunpoet Po-Chuan Hsieh
044820ca45
- Update to 7.44.0
...
Changes: http://curl.haxx.se/changes.html
2015-08-15 07:37:23 +00:00
Sunpoet Po-Chuan Hsieh
7fd883616c
- Fix multi handles
...
- Bump PORTREVISION for package change
PR: 201147
Submitted by: grembo
Obtained from: https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094
2015-06-28 17:53:55 +00:00
Sunpoet Po-Chuan Hsieh
2e0f54f95a
- Remove trailing space
...
- Regenerate patch files with makepatch:
2015-06-07 20:40:03 +00:00
Sunpoet Po-Chuan Hsieh
9d31fa37a7
- Update to 7.42.1
...
Changes: http://curl.haxx.se/changes.html
2015-05-01 09:59:31 +00:00
Sunpoet Po-Chuan Hsieh
f73231bc24
- Fix build without NTLM
...
Reference: https://github.com/bagder/curl/commit/fd9d3a1ef1f7b1cb5812d04bad07818efc6f3b3a
2015-04-25 07:45:17 +00:00
Sunpoet Po-Chuan Hsieh
322f024af4
- Update to 7.39.0
...
Changes: http://curl.haxx.se/changes.html
2014-11-24 18:54:17 +00:00
Sunpoet Po-Chuan Hsieh
265a43e434
- Fix threaded-resolver
...
- Bump PORTREVISION for package change
PR: ports/193972
Submitted by: bsduser <local@o2.pl >, mickael.maillot@gmail.com
Obtained by: https://github.com/bagder/curl/commit/d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1
2014-10-09 15:24:43 +00:00
Sunpoet Po-Chuan Hsieh
a75096fe23
- Update to 7.36.0
...
Changes: http://curl.haxx.se/changes.html
2014-03-27 20:59:10 +00:00
Sunpoet Po-Chuan Hsieh
49b8a762e3
- Update to 7.34.0
...
Changes: http://curl.haxx.se/changes.html
PR: ports/185456
Exp-run by: bdrewery
2014-02-06 11:40:40 +00:00
Xin LI
7f12df195a
Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignore
...
with GnuTLS. Document the vulnerability fix in vuxml while I'm here.
2013-12-18 23:04:24 +00:00
Sunpoet Po-Chuan Hsieh
0e5c05a56a
- Update to 7.33.0
...
Changes: http://curl.haxx.se/changes.html
PR: ports/183151
Exp-run by: bdrewery
2013-10-23 15:31:27 +00:00
Sunpoet Po-Chuan Hsieh
10bc648258
- Add SSP support
2013-10-15 17:36:34 +00:00
Sunpoet Po-Chuan Hsieh
b8e2378484
- Update to 7.32.0
...
- 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
2013-10-06 18:36:49 +00:00
Sunpoet Po-Chuan Hsieh
a138a63a56
- Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and 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]
2013-09-18 22:13:21 +00:00
Sunpoet Po-Chuan Hsieh
83ce1d5836
- Fix ossl_recv() to eliminate false positive OpenSSL errors
...
- Bump PORTREVISION for package change
Submitted by: Brett Gmoser <bgmoser@leadbidinc.com >, Sergey Lobanov <wmn@siberianet.ru >
Obtained from: https://github.com/bagder/curl/commit/8a7a277c086199b
Reference: http://sourceforge.net/p/curl/bugs/1249/
2013-08-07 03:35:18 +00:00
Sunpoet Po-Chuan Hsieh
fa34a754b3
- Fix build when security/openssl is installed
...
- Pet portlint
2013-07-12 09:02:43 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c
- Update to 7.31.0
...
- 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
2013-07-11 16:26:26 +00:00
Xin LI
a4c3e0313f
Fix CVE-2013-2174 for ftp/curl with a patch from vendor for
...
now so that users can build the port, per popular demands
on mailing list.
The upgrade patch found in ports/172325 is currently under
exp-run. The changes in this commit against ftp/curl can be
safely reverted before applying that patch, as it's shipped
with new curl release.
Approved by: portmgr (miwi)
2013-07-02 07:43:02 +00:00
Sunpoet Po-Chuan Hsieh
49641faa1b
- Update to 7.24.0
...
Changes: http://curl.haxx.se/changes.html
2012-03-03 08:05:19 +00:00
Peter Pentchev
6387b07b2f
Update cURL to 7.21.3 and fix its librtmp detection. In the process:
...
- 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 >
2010-12-19 20:04:23 +00:00