1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 7.36.0

Changes:	http://curl.haxx.se/changes.html
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-27 20:59:10 +00:00
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

View File

@ -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

View File

@ -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

View 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