1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
# ChangeLog for net-p2p/freenet
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/freenet/ChangeLog,v 1.16 2003/07/22 16:12:22 lostlogic Exp $
22 Jul 2003; Brandon Low <lostlogic@gentoo.org> freenet-0.5.2.1-r1.ebuild:
Grr, annoying, another fix
22 Jul 2003; Brandon Low <lostlogic@gentoo.org> freenet-0.5.2.1-r1.ebuild,
files/rc.freenet:
2 bug fixes, because I am dumb. No bump, because no one has it yet
22 Jul 2003; Brandon Low <lostlogic@gentoo.org> freenet-0.5.2.1-r1.ebuild:
Mark stable on x86
22 Jul 2003; Brandon Low <lostlogic@gentoo.org> files/rc.freenet:
Make initscript check for config file
*freenet-0.5.2.1-r1 (22 Jul 2003)
22 Jul 2003; Brandon Low <lostlogic@gentoo.org> freenet-0.5.2.1-r1.ebuild,
files/conf.freenet, files/rc.freenet:
Make a proper freenet ebuild that doesn't suck for all our users.
*freenet-0.5.2.1 (21 Jul 2003)
21 Jul 2003; Nick Hadaway <raker@gentoo.org> freenet-0.5.2.1.ebuild:
Version bump. Important security fix.
*freenet-0.5.2_rc3 (10 Jul 2003)
10 Jul 2003; Brandon Low <lostlogic@gentoo.org> freenet-0.5.2_rc3.ebuild:
Bump, and add a .keepdir
*freenet-0.5.1 (19 Apr 2003)
19 Apr 2003; B.Lauwers <blauwers@gentoo.org> :
Version bump (Bug#16452).
*freenet-0.5.0.6 (11 Dec 2002)
10 Dec 2002; B.Lauwers <blauwers@gentoo.org> :
Version bump.
*freenet-0.5.0.5 (05 Nov 2002)
05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
Version bump.
*freenet-0.5 (28 Oct 2002)
28 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
Bumped freenet via #9830
*freenet-20020621.ebuild (21 Jun 2002)
24 Jul 2002; Mark Guertin <gerk@gentoo.org> :
Added ppc to keywords
26 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
moved to net-p2p
15 Jul 2002; J.Alberto Su�rez L. <bass@gentoo.org> freenet-20020621.ebuild:
Added a note about unemerge problems with updated versions bug #4744.
When you update, the files in /var/freenet are more recents
that the ebuils files. The ebuild can remove it but I think that is
more secure for the user do it manually.
20 Jun 2002; J.Alberto Su�rez L. <bass@gentoo.org> freenet-20020621.ebuild:
Bumped version, and added note that explain how install the newest version.
*freenet-20020214.ebuild (18 Feb 2002)
18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog files/digest-freenet-20020214 files/freenet files/update-freenet:
Freenet is a large-scale peer-to-peer network which pools the power of
member computers around the world to create a massive virtual information
store open to anyone to freely publish or view information of all kinds.
Freenet is:
* Highly survivable: All internal processes are completely anonymized and
decentralized across the global network, making it virtually impossible
for an attacker to destroy information or take control of the system.
* Private: Freenet makes it extremely difficult for anyone to spy on the
information that you are viewing, publishing, or storing.
* Secure: Information stored in Freenet is protected by strong
cryptography against malicious tampering or counterfeiting.
* Efficient: Freenet dynamically replicates and relocates information in
response to demand to provide efficient service and minimal bandwidth
usage regardless of load. Significantly, Freenet generally requires
log(n) time to retrieve a piece of information in a network of size n.
Ebuild submitted by Per Wigren <wigren@home.se>.
|