parent
b238eda0be
commit
a75096fe23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349364
3 changed files with 13 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= curl
|
PORTNAME= curl
|
||||||
PORTVERSION= 7.35.0
|
PORTVERSION= 7.36.0
|
||||||
CATEGORIES= ftp www
|
CATEGORIES= ftp www
|
||||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||||
LOCAL/sunpoet
|
LOCAL/sunpoet
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (curl-7.35.0.tar.lzma) = 6929640f1e22901cbc853c67c78f25d9e7be0934771a3c3b3582846520678593
|
SHA256 (curl-7.36.0.tar.lzma) = 94126649f4f12d3332ca1185559ec5faca6929227e794387b7b82b73714b388a
|
||||||
SIZE (curl-7.35.0.tar.lzma) = 2271674
|
SIZE (curl-7.36.0.tar.lzma) = 2276862
|
||||||
|
|
10
ftp/curl/files/patch-lib-hostcheck.h
Normal file
10
ftp/curl/files/patch-lib-hostcheck.h
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- lib/hostcheck.h.orig 2013-09-09 06:11:15.000000000 +0800
|
||||||
|
+++ lib/hostcheck.h 2014-03-28 00:39:25.052513814 +0800
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
#include <curl/curl.h>
|
||||||
|
+#include <netinet/in.h>
|
||||||
|
|
||||||
|
#define CURL_HOST_NOMATCH 0
|
||||||
|
#define CURL_HOST_MATCH 1
|
Loading…
Reference in a new issue