diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-03-07 03:57:38 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-03-07 03:57:38 +0000 |
commit | 1ec0906e4945a23baf1df56c0385c9ccf9ac8e67 (patch) | |
tree | 9b7f56d2e9ae6066ea2e877834065970cab6d44c /ftp/curl/files/patch-tests::runtests.pl | |
parent | Remove math/cxsc per expiration note. (diff) |
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-tests::runtests.pl')
-rw-r--r-- | ftp/curl/files/patch-tests::runtests.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/curl/files/patch-tests::runtests.pl b/ftp/curl/files/patch-tests::runtests.pl index 18fdf7c9c222..5dd94891cb9a 100644 --- a/ftp/curl/files/patch-tests::runtests.pl +++ b/ftp/curl/files/patch-tests::runtests.pl @@ -1,6 +1,7 @@ -diff -urN -x .svn ../../vendor/curl/tests/runtests.pl ./tests/runtests.pl ---- ../../vendor/curl/tests/runtests.pl 2008-10-27 22:11:37.000000000 +0200 -+++ ./tests/runtests.pl 2009-01-21 16:12:22.000000000 +0200 +Do not use valgrind. + +--- a/tests/runtests.pl ++++ b/tests/runtests.pl @@ -88,7 +88,7 @@ ); |