Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1851 - Ethereal URL wrong in ebuild file
Summary: Ethereal URL wrong in ebuild file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL: http://www.ethereal.com/distribution
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-16 16:09 UTC by Gerald Combs
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Combs 2002-04-16 16:09:27 UTC
The ebuild file for Ethereal lists
"http://ethereal.zing.org/distribution/${P}.tar.gz" as the URL to fetch the
source packages from.  The correct location is actually
"http://www.ethereal.com/distribution/${P}.tar.gz".  The "zing.org" URL is
pretty old; the site moved to ethereal.com in October 2000.  Here's a diff for
the ebuild file:

--- ethereal-0.9.3.ebuild.old   Tue Apr 16 15:55:01 2002
+++ ethereal-0.9.3.ebuild       Tue Apr 16 15:56:40 2002
@@ -5,8 +5,8 @@

 S=${WORKDIR}/${P}
 DESCRIPTION="A commercial-quality network protocol analyzer"
-SRC_URI="http://ethereal.zing.org/distribution/${P}.tar.gz"
-HOMEPAGE="http://ethereal.zing.org/"
+SRC_URI="http://www.ethereal.com/distribution/${P}.tar.gz"
+HOMEPAGE="http://www.ethereal.com/"

 RDEPEND="virtual/glibc
        >=sys-libs/zlib-1.1.3