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
|
# ChangeLog for www-proxy/middleman
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-proxy/middleman/ChangeLog,v 1.3 2004/09/05 09:20:40 swegener Exp $
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
middleman-2.0.1-r1.ebuild, middleman-2.0.1-r2.ebuild:
Masked middleman-2.0.1-r2.ebuild stable for ppc
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
middleman-2.0.1-r1.ebuild:
Masked middleman-2.0.1-r1.ebuild stable for ppc
*middleman-1.9.1-r1 (15 Aug 2004)
15 Aug 2004; Stuart Herbert <stuart@gentoo.org> +metadata.xml,
+files/middleman-1.9.1-makefile.patch,
+files/middleman-2.0.1-putlog-fix.patch, +files/conf.d/mman,
+files/init.d/mman, +middleman-1.9.1-r1.ebuild, +middleman-2.0.1-r1.ebuild,
+middleman-2.0.1-r2.ebuild, +middleman-2.0.1.ebuild:
Moved from net-www/middleman to www-proxy/middleman.
*middleman-2.0.1-r2 (28 Jul 2004)
28 Jul 2004; <solar@gentoo.org> middleman-2.0.1-r2.ebuild,
files/middleman-2.0.1-putlog-fix.patch:
patched putlog() function which would cause segfaults on really long url's.
patch source comes from battousai@gentoo
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
middleman-1.9.1-r1.ebuild, middleman-2.0.1-r1.ebuild,
middleman-2.0.1.ebuild:
virtual/glibc -> virtual/libc
25 Apr 2004; David Holm <dholm@gentoo.org> middleman-2.0.1-r1.ebuild:
Added to ~ppc.
23 Apr 2004; Stuart Herbert <stuart@gentoo.org> files/conf.d/mman:
Added missing SECTION to conf.d file
23 Apr 2004; Stuart Herbert <stuart@gentoo.org> files/init.d/mman:
Added missing start up options to the init.d file
*middleman-2.0.1-r1 (23 Apr 2004)
23 Apr 2004; Stuart Herbert <stuart@gentoo.org> middleman-2.0.1-r1.ebuild:
Config files now go into /etc/mman, and not /etc/mman/mman ;-) Fix for bug
#47376; thanks to Malte S. Stretz <gentoo-contrib@msquadrat.de>
*middleman-2.0.1 (29 Mar 2004)
29 Mar 2004; <solar@gentoo.org> middleman-1.9.1-r1.ebuild,
middleman-1.9.1.ebuild, middleman-2.0.1.ebuild:
version bump 2.0.1... removed old 1.9.1 from portage tree
*middleman-1.9.1-r1 (28 Nov 2003)
28 Nov 2003; <solar@gentoo.org> middleman-1.9.1-r1.ebuild,
middleman-1.9.ebuild, files/middleman-1.9.1-makefile.patch,
files/init.d/mman:
updated initscripts and added a small patch to its makefile so it would
install into the correct /etc/mman dir
*middleman-1.9.1 (11 Nov 2003)
11 Nov 2003; <solar@gentoo.org> middleman-1.8.1.ebuild,
middleman-1.8.2.ebuild, middleman-1.9.1.ebuild:
version bump
09 Nov 2003; zhen <zhen@gentoo.org> middleman-1.9.ebuild:
changed sanbox to sandbox in patch msg
25 Oct 2003; <solar@gentoo.org> middleman-1.9.ebuild:
bumping to stable
*middleman-1.9 (11 Sep 2003)
11 Sep 2003; <solar@gentoo.org> middleman-1.9.ebuild:
version bumpage, The changes in this release are as follows:
Support for ICP (Internet cache protocol) was added, making it
possible to arrange several proxies in a hierarchy and share cached
objects. It is now possible to specify multiple directories for
cached objects to be stored. The 'Host' and 'File' options in most
configuration sections were removed in favor of enabling/ disable
profiles based on the URL requested. A workaround was added for a
bug triggered by improper headers sent by Apache 1.3 when a tar.gz
file was requested by a client that doesn't support gzip
compression.
*middleman-1.8.2 (11 Aug 2003)
11 Aug 2003; <solar@gentoo.org> middleman-1.8.2.ebuild:
version bump
26 Jul 2003; <solar@gentoo.org> middleman-1.8.1.ebuild:
Added missing support for pam and zlib, next version will have better
sysloging features
*middleman-1.8.1 (25 Jul 2003)
25 Jul 2003; <solar@gentoo.org> metadata.xml, middleman-1.8.1.ebuild,
files/conf.d/mman, files/init.d/mman:
Initial import of middle-man filtering proxy to gentoo
|