Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10699 - portage not checking md5 checksums ?
Summary: portage not checking md5 checksums ?
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-13 15:31 UTC by Thorsten Ebers
Modified: 2011-10-30 22:22 UTC (History)
2 users (show)

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 Thorsten Ebers 2002-11-13 15:31:48 UTC
here is a exsample
[code]--23:06:04-- 
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/tcpdump-3.7.1.tar.gz
           => `/usr/portage/distfiles/tcpdump-3.7.1.tar.gz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 428,737 [application/x-tar]

100%[==================================================================>]
428,737       24.31K/s    ETA 00:00

23:06:22 (24.31 KB/s) - `/usr/portage/distfiles/tcpdump-3.7.1.tar.gz' saved
[428737/428737]

>>> Unpacking source...
>>> Unpacking tcpdump-3.7.1.tar.gz
>>> Source unpacked.
ssl
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -march=pentium3 -O3 -pipe ) works... yes
checking whether the C compiler (gcc -march=pentium3 -O3 -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... yes
[/code]

Thorsten.
ps: btw tcpdump and libcap contains a trojan.
[url]http://hlug.fscker.com/[/url]
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-11-14 04:35:11 UTC
Nothing here that says anything useful.
Reopen if there's a reason and an explanation.
Comment 2 SpanKY gentoo-dev 2002-11-14 04:55:23 UTC
our sources dont contain the trojan which is why the package was accepted :P 
Comment 4 Thorsten Ebers 2002-11-14 05:11:41 UTC
well maybe ist the ebuild.
but with other ebuild i get a line saying something like 

>>> md5 ;-) <downloaded tarball>

but with this i dont get it. And even if the donwload of tcpdump is from the 
right source, should not be an excuse having not the md5 verification.
Comment 5 SpanKY gentoo-dev 2002-11-14 10:03:58 UTC
works over here ... what version of portage you running ? 
 
root@vapier root # ls /usr/portage/distfiles/tcpdump-3.7.1.tar.gz  
/usr/portage/distfiles/tcpdump-3.7.1.tar.gz 
root@vapier root # emerge tcpdump 
Calculating dependencies ...done! 
>>> emerge (1 of 1) net-analyzer/tcpdump-3.7.1 to / 
>>> md5 ;-) tcpdump-3.7.1.tar.gz 
 
root@vapier root # rm /usr/portage/distfiles/tcpdump-3.7.1.tar.gz 
root@vapier root # emerge tcpdump 
Calculating dependencies ...done! 
>>> emerge (1 of 1) net-analyzer/tcpdump-3.7.1 to / 
>>> Downloading 
ftp://ftp.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/t   
cpdump-3.7.1.tar.gz 
--11:02:22--  
ftp://ftp.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/tcp   
dump-3.7.1.tar.gz 
           => `/usr/portage/distfiles/tcpdump-3.7.1.tar.gz' 
Resolving ftp.ibiblio.org... done. 
Connecting to ftp.ibiblio.org[152.2.210.81]:21... connected. 
Logging in as anonymous ... Logged in! 
==> SYST ... done.    ==> PWD ... done. 
==> TYPE I ... done.  ==> CWD /pub/Linux/distributions/gentoo/distfiles ... 
done   
. 
==> PASV ... done.    ==> RETR tcpdump-3.7.1.tar.gz ... done. 
Length: 428,737 (unauthoritative) 
 
100%[====================================>] 428,737       64.19K/s    ETA 00:00 
 
11:02:30 (64.19 KB/s) - `/usr/portage/distfiles/tcpdump-3.7.1.tar.gz' saved 
[428737] 
 
>>> md5 ;-) tcpdump-3.7.1.tar.gz 
Comment 6 Thorsten Ebers 2002-11-20 05:38:46 UTC
Portage 2.0.44 (default-x86-1.4, gcc-3.2, glibc-2.2.5-r4,2.2.5-r7)  
Comment 7 SpanKY gentoo-dev 2003-01-08 13:57:43 UTC
can you verify this still happens with 2.0.4{6,7} ?
Comment 8 SpanKY gentoo-dev 2003-02-18 11:09:14 UTC
well re-open if you can define a procedure that is reproducable