Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1851

Summary: Ethereal URL wrong in ebuild file
Product: Gentoo Linux Reporter: Gerald Combs <gerald+gentoo>
Component: Current packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Low    
Version: 1.1a   
Hardware: x86   
OS: Linux   
URL: http://www.ethereal.com/distribution
Whiteboard:
Package list:
Runtime testing required: ---

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