Summary: | ftp/curl: update to 7.19.4 thus fixing CVE-2009-0037 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Eygene Ryabinkin <rea-fbsd> | ||||||
Component: | Individual Port(s) | Assignee: | Peter Pentchev <roam> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Eygene Ryabinkin
2009-03-06 11:20:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer (via the GNATS Auto Assign Tool) roam 2009-03-07 03:57:38 UTC FreeBSD ports repository Modified files: ftp/curl Makefile distinfo pkg-plist ftp/curl/files patch-Makefile.in patch-configure patch-lib::ftp.c patch-lib::url.c patch-src::main.c patch-tests::libtest::lib505.c patch-tests::libtest::lib541.c patch-tests::runtests.pl patch-tests::server::getpart.c Removed files: ftp/curl/files patch-docs::curl.1 patch-docs::curl.html Log: 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> Revision Changes Path 1.97 +6 -2 ports/ftp/curl/Makefile 1.52 +3 -3 ports/ftp/curl/distinfo 1.3 +4 -3 ports/ftp/curl/files/patch-Makefile.in 1.11 +11 -11 ports/ftp/curl/files/patch-configure 1.3 +0 -12 ports/ftp/curl/files/patch-docs::curl.1 (dead) 1.3 +0 -12 ports/ftp/curl/files/patch-docs::curl.html (dead) 1.7 +5 -39 ports/ftp/curl/files/patch-lib::ftp.c 1.5 +4 -3 ports/ftp/curl/files/patch-lib::url.c 1.6 +5 -39 ports/ftp/curl/files/patch-src::main.c 1.3 +4 -3 ports/ftp/curl/files/patch-tests::libtest::lib505.c 1.3 +4 -3 ports/ftp/curl/files/patch-tests::libtest::lib541.c 1.5 +4 -3 ports/ftp/curl/files/patch-tests::runtests.pl 1.5 +4 -3 ports/ftp/curl/files/patch-tests::server::getpart.c 1.26 +47 -46 ports/ftp/curl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed I've just committed something very, very similar to your changes, and included your two nitpicking fixes. Thanks! |