mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 7.40.0
Changes: http://curl.haxx.se/changes.html Security: CVE-2014-8150 Security: CVE-2014-8151 MFH: 2015Q1
This commit is contained in:
parent
c83630d567
commit
ca0f66ae24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376637
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.39.0
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 7.40.0
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
LOCAL/sunpoet
|
||||
@ -165,6 +164,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs|; /^DIST_SUBDIRS = / s| docs||; /cd docs &&/d' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|; s|lib/pkgconfig|libdata/pkgconfig|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|include <gssapi.h>|include <gssapi/gssapi.h>|' ${WRKSRC}/lib/curl_gssapi.h ${WRKSRC}/lib/urldata.h
|
||||
@${REINPLACE_CMD} -e 's|gss_nt_service_name|GSS_C_NT_HOSTBASED_SERVICE|' ${WRKSRC}/lib/curl_sasl_gssapi.c
|
||||
|
||||
post-install:
|
||||
.if !defined(BUILDING_HIPHOP)
|
||||
@ -177,7 +177,7 @@ post-install:
|
||||
cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/
|
||||
.endif
|
||||
|
||||
x-regression-test test: build
|
||||
regression-test test: build
|
||||
.if !${PORT_OPTIONS:MPROXY}
|
||||
@${ECHO_MSG} "******************************************"
|
||||
@${ECHO_MSG} "* You have disabled curl proxy support. *"
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (curl-7.39.0.tar.lzma) = 8aaac1c853ef9edd7bc708bc596e7703c6bda35d6ddae78c6d72d8550024fc8f
|
||||
SIZE (curl-7.39.0.tar.lzma) = 2648528
|
||||
SHA256 (curl-7.40.0.tar.lzma) = 47dff2367ff3343ce3a4661ddb0ce8d03b18e868f77fc82ae77b2c23587325a8
|
||||
SIZE (curl-7.40.0.tar.lzma) = 2684351
|
||||
|
@ -226,6 +226,7 @@ man/man3/CURLOPT_TLSAUTH_TYPE.3.gz
|
||||
man/man3/CURLOPT_TLSAUTH_USERNAME.3.gz
|
||||
man/man3/CURLOPT_TRANSFERTEXT.3.gz
|
||||
man/man3/CURLOPT_TRANSFER_ENCODING.3.gz
|
||||
man/man3/CURLOPT_UNIX_SOCKET_PATH.3.gz
|
||||
man/man3/CURLOPT_UNRESTRICTED_AUTH.3.gz
|
||||
man/man3/CURLOPT_UPLOAD.3.gz
|
||||
man/man3/CURLOPT_URL.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user