mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
parent
b238eda0be
commit
a75096fe23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349364
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.35.0
|
||||
PORTVERSION= 7.36.0
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (curl-7.35.0.tar.lzma) = 6929640f1e22901cbc853c67c78f25d9e7be0934771a3c3b3582846520678593
|
||||
SIZE (curl-7.35.0.tar.lzma) = 2271674
|
||||
SHA256 (curl-7.36.0.tar.lzma) = 94126649f4f12d3332ca1185559ec5faca6929227e794387b7b82b73714b388a
|
||||
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 New Issue
Block a user