FreeBSD Bugzilla – Attachment 166296 Details for
Bug 206756
ftp/curl: Update to 7.47.0 (Fixes CVE-2016-0755)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update ftp/curl to 7.47.0
ports.ftp.curl.7.47.0.diff (text/plain), 1.86 KB, created by
Niclas Zeising
on 2016-01-30 11:29:04 UTC
(
hide
)
Description:
Update ftp/curl to 7.47.0
Filename:
MIME Type:
Creator:
Niclas Zeising
Created:
2016-01-30 11:29:04 UTC
Size:
1.86 KB
patch
obsolete
>Index: ftp/curl/Makefile >=================================================================== >--- ftp/curl/Makefile (revision 407518) >+++ ftp/curl/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= curl >-PORTVERSION= 7.46.0 >-PORTREVISION= 2 >+PORTVERSION= 7.47.0 > CATEGORIES= ftp www > MASTER_SITES= http://curl.haxx.se/download/ \ > LOCAL/sunpoet >Index: ftp/curl/distinfo >=================================================================== >--- ftp/curl/distinfo (revision 407518) >+++ ftp/curl/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (curl-7.46.0.tar.lzma) = fe854a0dedf0a89da72aa1725d8ff66285b613d366a88f14681dacd824024087 >-SIZE (curl-7.46.0.tar.lzma) = 2864645 >+SHA256 (curl-7.47.0.tar.lzma) = f7789a806fef4e24ec3d4b70ca86ff145243bf19d03ab0eb5c64f18f1b2748d8 >+SIZE (curl-7.47.0.tar.lzma) = 2878783 >Index: ftp/curl/files/patch-docs_examples_getredirect.c >=================================================================== >--- ftp/curl/files/patch-docs_examples_getredirect.c (nonexistent) >+++ ftp/curl/files/patch-docs_examples_getredirect.c (working copy) >@@ -0,0 +1,11 @@ >+--- docs/examples/getredirect.c.orig 2016-01-30 11:01:12 UTC >++++ docs/examples/getredirect.c >+@@ -48,7 +48,7 @@ int main(void) >+ else { >+ res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &response_code); >+ if((res == CURLE_OK) && >+- ((code / 100) != 3)) { >++ ((response_code / 100) != 3)) { >+ /* a redirect implies a 3xx response code */ >+ fprintf(stderr, "Not a redirect.\n"); >+ } > >Property changes on: ftp/curl/files/patch-docs_examples_getredirect.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206756
: 166296 |
166297
|
166301
|
166303