Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100780 - new net-p2p/entropy_rsa-0.9.0.437.ebuild
Summary: new net-p2p/entropy_rsa-0.9.0.437.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
: 91974 97863 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-29 21:57 UTC by michael
Modified: 2005-10-16 19:03 UTC (History)
3 users (show)

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


Attachments
ebuild (entropy_rsa-0.9.0.437.ebuild,3.27 KB, text/plain)
2005-07-29 21:59 UTC, michael
Details
init script (entropy_rsa.rc,605 bytes, text/plain)
2005-07-29 22:00 UTC, michael
Details
updated ebuild (entropy_rsa-0.9.1.438.ebuild,3.29 KB, text/plain)
2005-08-27 02:12 UTC, michael
Details
entropy_rsa.tar.bz2 (entropy_rsa.tar.bz2,2.04 KB, application/octet-stream)
2005-10-13 21:16 UTC, SpanKY
Details
fixed entropy_rsa.tar.bz2 (entropy_rsa.tar.bz2,2.32 KB, application/octet-stream)
2005-10-14 11:41 UTC, michael
Details
fixed entropy_rsa.tar.bz2 (entropy_rsa.tar.bz2,2.24 KB, application/octet-stream)
2005-10-16 08:04 UTC, michael
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2005-07-29 21:57:55 UTC
Entropy RSA is an anonymous p2p network like freenet, written in C.
Comment 1 michael 2005-07-29 21:59:59 UTC
Created attachment 64702 [details]
ebuild
Comment 2 michael 2005-07-29 22:00:43 UTC
Created attachment 64703 [details]
init script
Comment 3 Karol Wojtaszek (RETIRED) gentoo-dev 2005-07-30 11:15:10 UTC
*** Bug 97863 has been marked as a duplicate of this bug. ***
Comment 4 Guy 2005-08-25 21:13:01 UTC
The following is posted on the main page for Entropy site. Could a new ebuild be
provided? I'll try to modify the ebuild already here for myself in the meantime.
I am not a programmer, so don't really expect to succeed. :-)

.oOo.

MANDATORY UPDATE ENTROPY/RSA TO VERSION 0.9.1 BUILD 438 OR LATER
Fix a serious bug in fragment sizes of files being >= 256K. The bug wasted a lot
of data store space and traffic.
DO NOT USE GCC 4.x TO COMPILE ENTROPY.
It seems that gcc4 produces broken code for the bignum.c source which then
creates invalid RSA keypairs (public key all zeroes).
Comment 5 michael 2005-08-27 02:12:20 UTC
Created attachment 66962 [details]
updated ebuild

Here it is. I adapted the version number and blocked =sys-devel/gcc-4*.
Thanks for your interest, now the ebuild lies nearly two months here and at
least one cares about it. :-)
Comment 6 SpanKY gentoo-dev 2005-10-04 20:11:51 UTC
http://entropy.stop1984.com/ is not working for me ...
Comment 7 michael 2005-10-06 05:03:38 UTC
Works again, was probably a dns problem. 
 
Comment 8 michael 2005-10-06 10:24:12 UTC
Lastest version is now 0.9.1-439. There are no ebuild related changes. 
 
Comment 9 SpanKY gentoo-dev 2005-10-13 21:16:25 UTC
Created attachment 70624 [details]
entropy_rsa.tar.bz2

try this instead
Comment 10 SpanKY gentoo-dev 2005-10-13 21:17:08 UTC
*** Bug 91974 has been marked as a duplicate of this bug. ***
Comment 11 michael 2005-10-14 11:41:07 UTC
Created attachment 70682 [details]
fixed entropy_rsa.tar.bz2

Looks fine but doesn't work. Entropy needs to start in the same directory where
its config file lies. I added the checkconfig-function back and fixed some
minor things, should be ok now.
Comment 12 SpanKY gentoo-dev 2005-10-15 21:29:31 UTC
the getent stuff is not acceptable

you could accomplish the same feat with 'cd ~entropy || return 1'
Comment 13 michael 2005-10-16 08:04:28 UTC
Created attachment 70792 [details]
fixed entropy_rsa.tar.bz2

No problem with that. Btw, it was you, that added the getent stuff to an
earlier ebuild, not me ;-)
Comment 14 SpanKY gentoo-dev 2005-10-16 12:56:47 UTC
just because i did it doesnt make it right !

if this version works for you i'll go ahead and add it and punt the old version
Comment 15 michael 2005-10-16 17:42:14 UTC
Thats fine, thanks. 
Comment 16 SpanKY gentoo-dev 2005-10-16 19:03:23 UTC
added to portage, thanks