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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
# ChangeLog for net-www/squid
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-www/squid/ChangeLog,v 1.30 2004/01/21 16:24:40 gmsoft Exp $
21 Jan 2004; Guy Martin <gmsoft@gentoo.org> squid-2.5.4.ebuild :
Marked stable on hppae
10 Jan 2004; Aron Griffis <agriffis@gentoo.org> squid-2.5.4.ebuild:
stable on alpha
15 Dec 2003; <spider@gentoo.org> squid-2.4.7.ebuild, squid-2.5.3.ebuild,
squid-2.5.4.ebuild:
QA: fixing chown user.group to user:group, bug #35127
05 Nov 2003; Christian Birchinger <joker@gentoo.org> squid-2.5.4.ebuild:
Added sparc stable keyword
02 Nov 2003; Donny Davies <woodchip@gentoo.org> squid-2.5.4.ebuild:
Mark x86 stable, add metadata.xml.
*squid-2.5.4 (18 Sep 2003)
18 Sep 2003; Donny Davies <woodchip@gentoo.org> squid-2.5.4.ebuild:
Version bump. Add --enable-ident-lookups, closing #24591.
10 Jul 2003; Christian Birchinger <joker@gentoo.org> squid-2.5.3.ebuild:
Added sparc stable keyword
10 Jul 2003; Christian Birchinger <joker@gentoo.org> squid-2.5.3.ebuild:
Added sparc stable keyword
03 Jul 2003; Brad Laue <brad@gentoo.org> squid-2.5.3.ebuild:
Mark 2.5.3 stable on x86.
10 Jun 2003; Christian Birchinger <joker@gentoo.org> squid-2.5.2.ebuild:
Added sparc stable keyword
*squid-2.5.3 (04 Jun 2003)
05 Jul 2003; Guy martin <gmsoft@gentoo.org> squid-2.5.3.ebuild :
Fixed the loop problem with glibc-2.3.1 on hppa . Marked stable for hppa.
04 Jun 2003; Donny Davies <woodchip@gentoo.org> Manifest, squid-2.5.3.ebuild,
files/squid-2.5.3-gentoo.diff:
Version bump. Re-diff patch.
*squid-2.5.2 (27 Mar 2003)
04 Jun 2003; Brad Laue <brad@gentoo.org> Manifest, squid-2.5.2.ebuild,
Mark stable on x86.
27 Mar 2003; Donny Davies <woodchip@gentoo.org> squid-2.5.2.ebuild,
files/squid-2.5.2-gentoo.diff:
Bump to latest. Made new patch, clean some docs, fix cron snip install.
*squid-2.5.1-r2 (31 Jan 2003)
30 Mar 2003; Christian Birchinger <joker@gentoo.org> squid-2.5.1-r2.ebuild:
Added sparc stable keyword
31 Jan 2003; Nick Hadaway <raker@gentoo.org> squid-2.5.1-r2.ebuild,
files/digest-squid-2.5.1-r2 :
Added logic so if sasl2 is installed, squid uses it. A couple
of sed statements are included to adjust incompatible code.
14 Dec 2002; Donny Davies <woodchip@gentoo.org> : #8738.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*squid-2.5.1-r1 (19 Nov 2002)
19 Nov 2002; Donny Davies <woodchip@gentoo.org> : Fix for #10865.
*squid-2.5.1 (07 Nov 2002)
07 Sep 2002; Donny Davies <woodchip@gentoo.org> : Chase latest release.
Major patch cleanup. Added USE ssl and sasl support. Fixed KEYWORDS.
Big authentication and helper modules reorganization. Make dealing with
the lame archive versioning scheme easier. Some general cleanups.
15 Sep 2002; Maik Schreiber <blizzy@gentoo.org> files/squid.rc6 : Removed
hard dependency on /var/cache/squid.
*squid-2.4.7 (12 Jul 2002)
12 Jul 2002; Bruce A. Locke <blocke@shivan.org> : Version bump and added KEYWORDS.
*squid-2.4.6-r1 (4 May 2002)
4 May 2002; Donny Davies <woodchip@gentoo.org> : Added LICENSE, SLOT, $Headers,
pam_stack aware pam.d/ file.
*squid-2.4.6 (20 Mar 2002)
20 Mar 2002; Donny Davies <woodchip@gentoo.org> : Be sure to upgrade! This
version fixes some security glitches in older squids! Updated to latest available
release; fixed permissions on /usr/lib/squid/*_auth programs, made the initscript
stop() function more robust, grabbed Debian's latest patch which includes tweaking
SQUID_MAXFD (works this time ;) plus other fixes. We now install the error pages
for all available languages, defaulting to English. Simply change the errors symlink
in /etc/squid to whichever you prefer. Changed the cache location to /var/cache/squid;
sorry if this bothers anybody but it fits better here and matches /etc/passwd
properly now. If you're upgrading you could make /var/cache/squid a symlink to
/var/spool/squid, or move the subdirectories manually. Heads up :)
Changed some ./configure options; enabled cache-digests, disabled the pinger
and added two more auth-modules. Added ability to compile without debugging.
Removed the stale config file and the old rc5 initscript. Also removed the older
ebuilds; they had numerous bugs. Added a pam_stack aware pam config, for future
deployment.
8 Feb 2002; Donny Davies <woodchip@gentoo.org> files/squid.rc6 :
Squid can often take a long time to shutdown. Tried to make things a little more
friendly in that situation.
|