Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73707 - rsync-2.6.0 ebuild has bad URL
Summary: rsync-2.6.0 ebuild has bad URL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 12:38 UTC by Andrew Esh
Modified: 2005-02-10 21:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch rsync-2.6.0-r3 ebuild to new URL (rsync-2.6.0-r3.patch,592 bytes, patch)
2004-12-07 12:39 UTC, Andrew Esh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Esh 2004-12-07 12:38:19 UTC
rsync-2.6.0 ebuild has a URL pointing to the old location of a needed patch. This was complained about in #gentoo. Found that the patch files had been moved to: 

http://www.imada.sdu.dk/~bardur/personal/40-patches/${PN}-proxy-auth/${PN}-2.5.6-proxy-auth-1.patch

ebuild patch attached.

Reproducible: Always
Steps to Reproduce:
1. Look at old URL
2. Try to go there
3. Link around until new URL is doscovered on same server

Actual Results:  
It worked

Expected Results:  
It should work

--- rsync-2.6.0-r3.ebuild.orig	2004-11-21 22:18:21.000000000 -0600
+++ rsync-2.6.0-r3.ebuild	2004-12-07 14:28:10.000000000 -0600
@@ -7,7 +7,7 @@
 DESCRIPTION="File transfer program to keep remote files into sync"
 HOMEPAGE="http://rsync.samba.org/"
 SRC_URI="http://rsync.samba.org/ftp/rsync/old-versions/${P}.tar.gz
-
http://www.imada.sdu.dk/~bardur/personal/patches/${PN}-proxy-auth/${PN}-2.5.6-proxy-auth-1.patch
+
http://www.imada.sdu.dk/~bardur/personal/40-patches/${PN}-proxy-auth/${PN}-2.5.6-proxy-auth-1.patch
 	acl? ( http://www.saout.de/misc/${P}-acl.diff.bz2 )"
 
 LICENSE="GPL-2"
Comment 1 Andrew Esh 2004-12-07 12:39:46 UTC
Created attachment 45459 [details, diff]
Patch rsync-2.6.0-r3 ebuild to new URL
Comment 2 SpanKY gentoo-dev 2005-02-10 21:20:23 UTC
done, thanks