diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:51:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:51:07 +0000 |
commit | 64119a44a4a21dd2dcea95d3ed8029d465e7776d (patch) | |
tree | f389d7e56988e09775b40c5bbd0c3c8325d5ec07 /net-ftp/gftp/files | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-64119a44a4a21dd2dcea95d3ed8029d465e7776d.tar.gz gentoo-2-64119a44a4a21dd2dcea95d3ed8029d465e7776d.tar.bz2 gentoo-2-64119a44a4a21dd2dcea95d3ed8029d465e7776d.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'net-ftp/gftp/files')
-rw-r--r-- | net-ftp/gftp/files/gftp-2.0.18-ipv6.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/gftp/files/gftp-2.0.18-ipv6.patch b/net-ftp/gftp/files/gftp-2.0.18-ipv6.patch index 05666d1e183d..05454211b8fd 100644 --- a/net-ftp/gftp/files/gftp-2.0.18-ipv6.patch +++ b/net-ftp/gftp/files/gftp-2.0.18-ipv6.patch @@ -2,8 +2,8 @@ * lib/misc.c (gftp_copy_request) - fixes when doing an IPv6 transfer or using ignore PASV address (from (from Aurelien Jarno) (closes GNOME bugzilla #169671) ---- /trunk/lib/misc.c 2006/07/20 02:32:58 784 -+++ trunk/lib/misc.c 2006/07/20 02:37:45 785 +--- a/trunk/lib/misc.c 2006/07/20 02:32:58 784 ++++ b/trunk/lib/misc.c 2006/07/20 02:37:45 785 @@ -568,8 +568,24 @@ newreq->use_proxy = req->use_proxy; newreq->logging_function = req->logging_function; |