aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-docs::curl.1
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-03-07 03:57:38 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-03-07 03:57:38 +0000
commit1ec0906e4945a23baf1df56c0385c9ccf9ac8e67 (patch)
tree9b7f56d2e9ae6066ea2e877834065970cab6d44c /ftp/curl/files/patch-docs::curl.1
parent1d6654bbdd297f4e4ddc43eea5cbaa487d3226bc (diff)
downloadports-1ec0906e4945a23baf1df56c0385c9ccf9ac8e67.tar.gz
ports-1ec0906e4945a23baf1df56c0385c9ccf9ac8e67.zip
Update to curl-7.19.4, which fixes a redirection vulnerability.
The changes in the patch files are almost the same as in Eugene's PR, although I arrived at them mostly independently :) Reformat all patch files now that I use quilt to manage them. Fix two complaints from portlint: needless use of CFLAGS and differentiation between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene! PR: 132358 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Notes
Notes: svn path=/head/; revision=229602
Diffstat (limited to 'ftp/curl/files/patch-docs::curl.1')
-rw-r--r--ftp/curl/files/patch-docs::curl.112
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/curl/files/patch-docs::curl.1 b/ftp/curl/files/patch-docs::curl.1
deleted file mode 100644
index 456063b3d049..000000000000
--- a/ftp/curl/files/patch-docs::curl.1
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN -x .svn ../../vendor/curl/docs/curl.1 ./docs/curl.1
---- ../../vendor/curl/docs/curl.1 2008-10-29 23:15:24.000000000 +0200
-+++ ./docs/curl.1 2009-01-21 16:12:19.000000000 +0200
-@@ -875,7 +875,7 @@
- Tells curl to respect RFC 2616/10.3.2 and not convert POST requests into GET
- requests when following a 302 redirection. The non-RFC behaviour is ubiquitous
- in web browsers, so curl does the conversion by default to maintain
--consistency. However, a server may requires a POST to remain a POST after such
-+consistency. However, a server may require a POST to remain a POST after such
- a redirection. This option is meaningful only when using \fI-L/--location\fP
- (Added in 7.19.1)
- .IP "--proxy-anyauth"