1 |
slords |
1.1 |
Summary: e-smith server and gateway - proxy module |
2 |
|
|
%define name e-smith-proxy |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 4.14.0 |
5 |
bytegw |
1.4 |
%define release 9 |
6 |
slords |
1.1 |
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
License: GPL |
9 |
|
|
Group: Networking/Daemons |
10 |
|
|
Source: %{name}-%{version}.tar.gz |
11 |
|
|
Patch1: e-smith-proxy-4.14.0-squidrotate.patch |
12 |
|
|
Patch2: e-smith-proxy-4.14.0-proxycron.patch |
13 |
|
|
Patch3: e-smith-proxy-4.14.0-http_port.patch |
14 |
|
|
Patch4: e-smith-proxy-4.14.0-squid.conf_perms.patch |
15 |
slords |
1.2 |
Patch5: e-smith-proxy-4.14.0-bind_address.patch |
16 |
bytegw |
1.3 |
Patch6: e-smith-proxy-4.14.0-AddWpadFeature.patch |
17 |
bytegw |
1.4 |
Patch7: e-smith-proxy-4.14.0-squid26.patch |
18 |
slords |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
|
|
BuildArchitectures: noarch |
20 |
|
|
Requires: e-smith-base |
21 |
|
|
Requires: squid |
22 |
|
|
Requires: e-smith-lib >= 1.15.1-19 |
23 |
|
|
Requires: iptables |
24 |
|
|
BuildRequires: e-smith-devtools |
25 |
|
|
Obsoletes: e-smith-transproxy |
26 |
|
|
AutoReqProv: no |
27 |
|
|
|
28 |
|
|
%description |
29 |
|
|
e-smith server and gateway software - proxy module. |
30 |
|
|
|
31 |
|
|
%changelog |
32 |
bytegw |
1.4 |
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 4.14.0-9 |
33 |
|
|
- Update squid directives for sme8 [SME: 2518] |
34 |
|
|
|
35 |
bytegw |
1.3 |
* Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.14.0-8 |
36 |
|
|
- Add Wpad funtion to dhcpd.conf. [SME: 3512] |
37 |
|
|
|
38 |
slords |
1.2 |
* Wed Aug 29 2007 Charlie Brady <charlie_brady@mitel.com> 4.14.0-7 |
39 |
|
|
- Bind only to local interface and loopback interface. [SME: 2658] |
40 |
|
|
|
41 |
slords |
1.1 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
42 |
|
|
- Clean up spec so package can be built by koji/plague |
43 |
|
|
|
44 |
|
|
* Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.14.0-6 |
45 |
|
|
- Fix owner/perms on squid.conf file [SME: 2719] |
46 |
|
|
|
47 |
|
|
* Thu Feb 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.14.0-5 |
48 |
|
|
- Specify the port to which squid should bind. [SME: 2476] |
49 |
|
|
|
50 |
|
|
* Thu Jan 25 2007 Shad L. Lords <slords@mail.com> 4.14.0-4 |
51 |
|
|
- Expand crontab template on proxy-update [SME: 2195] |
52 |
|
|
|
53 |
|
|
* Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.14.0-3 |
54 |
|
|
- Make squid clean cache [SME: 2195] |
55 |
|
|
|
56 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
57 |
|
|
- Update to new release naming. No functional changes. |
58 |
|
|
- Make Packager generic |
59 |
|
|
|
60 |
|
|
* Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.14.0-1 |
61 |
|
|
- Roll stable stream version. [SME: 1016] |
62 |
|
|
|
63 |
|
|
* Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.13.2-06 |
64 |
|
|
- Expand proxy.pac and squid.conf in proxy-update event [SME: 212] |
65 |
|
|
|
66 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.13.2-05 |
67 |
|
|
- Bump release number only |
68 |
|
|
|
69 |
|
|
* Wed Nov 23 2005 Charlie Brady <charlieb@e-smith.com> |
70 |
|
|
- [4.13.2-04] |
71 |
|
|
- Return 'return "DIRECT";' by default if squid is disabled [SF: 1310447] |
72 |
|
|
|
73 |
|
|
* Sat Nov 5 2005 Gordon Rowell <gordonr@e-smith.com> |
74 |
|
|
- [4.13.2-03] |
75 |
|
|
- Return "DIRECT" by default if squid is disabled [SF: 1310447] |
76 |
|
|
|
77 |
|
|
* Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com> |
78 |
|
|
- [4.13.2-02] |
79 |
|
|
- Allow squid to create a real pid file, so that "squid -k rotate" |
80 |
|
|
works. PID file needs to be created in a directory owned by 'squid' |
81 |
|
|
user - I've chosen /var/log/squid. [SF: 1327724] |
82 |
|
|
|
83 |
|
|
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
84 |
|
|
- [4.13.2-01] |
85 |
|
|
- Remove L10Ns from base packages [SF: 1309520] |
86 |
|
|
|
87 |
|
|
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
88 |
|
|
- [4.13.1-01] |
89 |
|
|
- New dev stream before relocating L10Ns |
90 |
|
|
|
91 |
|
|
* Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com> |
92 |
|
|
- [4.13.0-40] |
93 |
|
|
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266] |
94 |
|
|
|
95 |
|
|
* Tue Sep 27 2005 Charlie Brady <charlieb@e-smith.com> |
96 |
|
|
- [4.13.0-39] |
97 |
|
|
- Fix squid run script so that initialization output is also |
98 |
|
|
sent to the logger. [SF: 1200402] |
99 |
|
|
|
100 |
|
|
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
101 |
|
|
- [4.13.0-38] |
102 |
|
|
- Added German L10N - Thanks Dietmar Berteld [SF: 1293325] |
103 |
|
|
|
104 |
|
|
* Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com> |
105 |
|
|
- [4.13.0-37] |
106 |
|
|
- Remove dependency on e-smith-hosts. |
107 |
|
|
|
108 |
|
|
* Tue Aug 2 2005 Shad Lords <slords@email.com> |
109 |
|
|
- [4.13.0-36] |
110 |
|
|
- Add TCPPort and access for firewall definitions [SF: 1246986] |
111 |
|
|
- Add squid{TCPProxyPort} for transparent redirects [SF: 1246986] |
112 |
|
|
|
113 |
|
|
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
114 |
|
|
- [4.13.0-35] |
115 |
|
|
- Add French translation of panel (Merci, Didier RAMBEAU). [SF: 1234928] |
116 |
|
|
|
117 |
|
|
* Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com> |
118 |
|
|
- [4.13.0-34] |
119 |
|
|
- Update to current db access APIs, in readiness for move of dbs to private |
120 |
|
|
directory. [SF: 1216546 (Shad)] |
121 |
|
|
|
122 |
|
|
* Thu Jul 14 2005 Charlie Brady <charlieb@e-smith.com> |
123 |
|
|
- [4.13.0-33] |
124 |
|
|
- Change smtpfront-qmail{Proxy} -> smtpd{Proxy}. [Gordon Rowell, SF: 1212323] |
125 |
|
|
|
126 |
|
|
* Thu Jul 14 2005 Charlie Brady <charlieb@e-smith.com> |
127 |
|
|
- [4.13.0-32] |
128 |
|
|
- Disable DNS tests on startup, like the standard RH config. [SF: 1234007] |
129 |
|
|
|
130 |
|
|
* Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com> |
131 |
|
|
- [4.13.0-31] |
132 |
|
|
- Add extension_methods spec to squid.conf, to allow subversion |
133 |
|
|
passthrough - see http://subversion.tigris.org/faq.html#proxy. |
134 |
|
|
[SF: 1231333] |
135 |
|
|
|
136 |
|
|
* Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com> |
137 |
|
|
- [4.13.0-30] |
138 |
|
|
- Reword the initial section of the proxy panel to remove reference |
139 |
|
|
to 6040 product. [Gordon SF:1201757] |
140 |
|
|
- Remove -s flag in run script, to avoid sending debug messages |
141 |
|
|
from squid via syslog. [SF: 1200402] |
142 |
|
|
|
143 |
|
|
* Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com> |
144 |
|
|
- [4.13.0-29] |
145 |
|
|
- Replace all restart-* and most reload-* actions with calls to 'adjust-services'. |
146 |
|
|
Update e-smith-lib version dependency. [MN00065576] |
147 |
|
|
- Use generic_template_expand action where possible, in place |
148 |
|
|
of specific actions. Update e-smith-lib dependency. [MN00064130] |
149 |
|
|
|
150 |
|
|
* Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com> |
151 |
|
|
- [4.13.0-28] |
152 |
|
|
- Use /dev/null as pid_filename. Squid documentation lies - "none" |
153 |
|
|
doesn't work. [charlieb MN00062550] |
154 |
|
|
|
155 |
|
|
* Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com> |
156 |
|
|
- [4.13.0-27] |
157 |
|
|
- Use e-smith-service for rc7.d symlink, so that "status" is respected. |
158 |
|
|
[charlieb MN00061795] |
159 |
|
|
|
160 |
|
|
* Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com> |
161 |
|
|
- [4.13.0-26] |
162 |
|
|
- Better fix for logging problem. Log run script errors to /var/log/squid.run, |
163 |
|
|
and let squid own and manage /var/log/squid. Remove migration fragment |
164 |
|
|
which does chown/chmod. [charlieb MN00057027] |
165 |
|
|
- Don't try to create a pid file - we don't have permission anyway |
166 |
|
|
[charlieb MN00062550] |
167 |
|
|
|
168 |
|
|
* Thu Nov 11 2004 Charlie Brady <charlieb@e-smith.com> |
169 |
|
|
- [4.13.0-25] |
170 |
|
|
- Have multilog run as user squid, logging to /var/log/squid |
171 |
|
|
(provided by squid package). [charlieb MN00057027] |
172 |
|
|
|
173 |
|
|
* Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com> |
174 |
|
|
- [4.13.0-24] |
175 |
|
|
- Remove duplicate local network in ACL. [charlieb MN00050804] |
176 |
|
|
|
177 |
|
|
* Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com> |
178 |
|
|
- [4.13.0-23] |
179 |
|
|
- Clean BuildRequires. [charlieb MN00043055] |
180 |
|
|
|
181 |
|
|
* Wed Jul 7 2004 Michael Soulier <msoulier@e-smith.com> |
182 |
|
|
- [4.13.0-22] |
183 |
|
|
- Added initialization of the cache to the run script. [msoulier MN00037758] |
184 |
|
|
|
185 |
|
|
* Thu Jun 10 2004 Michael Soulier <msoulier@e-smith.com> |
186 |
|
|
- [4.13.0-21] |
187 |
|
|
- Forgot to export the change_settings function. [msoulier MN00037755] |
188 |
|
|
- Made the smtp proxy toggle display conditionally on the existence of the |
189 |
|
|
e-smith-email rpm. [msoulier MN00037755] |
190 |
|
|
- Made proxy-restart smarter, so it stops calling stop when the service is |
191 |
|
|
down. [msoulier MN00037755] |
192 |
|
|
|
193 |
|
|
* Thu Jun 10 2004 Michael Soulier <msoulier@e-smith.com> |
194 |
|
|
- [4.13.0-20] |
195 |
|
|
- Added the initial version of the code, including a proxy-update event. |
196 |
|
|
[msoulier MN00037755] |
197 |
|
|
|
198 |
|
|
* Thu Jun 10 2004 Michael Soulier <msoulier@e-smith.com> |
199 |
|
|
- [4.13.0-19] |
200 |
|
|
- Moved perl -> perl5, typo in directory path. [msoulier MN00037755] |
201 |
|
|
|
202 |
|
|
* Thu Jun 10 2004 Michael Soulier <msoulier@e-smith.com> |
203 |
|
|
- [4.13.0-18] |
204 |
|
|
- Added stub for new web panel. [msoulier MN00037755] |
205 |
|
|
|
206 |
|
|
* Tue Jun 8 2004 Michael Soulier <msoulier@e-smith.com> |
207 |
|
|
- [4.13.0-17] |
208 |
|
|
- Forward port of squid disable in serveronly mode. [msoulier MN00037260] |
209 |
|
|
|
210 |
|
|
* Tue May 4 2004 Michael Soulier <msoulier@e-smith.com> |
211 |
|
|
- [4.13.0-16] |
212 |
|
|
- Fixed bad var reference. [msoulier dpar-27884] |
213 |
|
|
|
214 |
|
|
* Thu Jan 22 2004 Michael Soulier <msoulier@e-smith.com> |
215 |
|
|
- [4.13.0-15] |
216 |
|
|
- Moved proxy-start/stop from e-smith-ntp to this package. [msoulier 10929] |
217 |
|
|
|
218 |
|
|
* Fri Dec 19 2003 Michael Soulier <msoulier@e-smith.com> |
219 |
|
|
- [4.13.0-14] |
220 |
|
|
- Fixed a migration fragment that was mangling the log permissions. |
221 |
|
|
[msoulier 6449] |
222 |
|
|
|
223 |
|
|
* Fri Dec 19 2003 Michael Soulier <msoulier@e-smith.com> |
224 |
|
|
- [4.13.0-13] |
225 |
|
|
- Specified full path to logfile, as relative path did not work as expected. |
226 |
|
|
[msoulier 6449] |
227 |
|
|
|
228 |
|
|
* Fri Dec 19 2003 Michael Soulier <msoulier@e-smith.com> |
229 |
|
|
- [4.13.0-12] |
230 |
|
|
- Changing permissions on /var/log/squid to permit smelog to use the directory |
231 |
|
|
beneath. [msoulier 6449] |
232 |
|
|
|
233 |
|
|
* Fri Dec 19 2003 Michael Soulier <msoulier@e-smith.com> |
234 |
|
|
- [4.13.0-11] |
235 |
|
|
- Explicitly creating /var/log/squid/run with correct permissions. |
236 |
|
|
[msoulier 6449] |
237 |
|
|
|
238 |
|
|
* Wed Dec 17 2003 Michael Soulier <msoulier@e-smith.com> |
239 |
|
|
- [4.13.0-10] |
240 |
|
|
- Added migration for supervise change. [msoulier 6449] |
241 |
|
|
|
242 |
|
|
* Wed Dec 17 2003 Michael Soulier <msoulier@e-smith.com> |
243 |
|
|
- [4.13.0-09] |
244 |
|
|
- Changed ownership of /var/log/squid. [msoulier 6449] |
245 |
|
|
|
246 |
|
|
* Mon Dec 15 2003 Michael Soulier <msoulier@e-smith.com> |
247 |
|
|
- [4.13.0-08] |
248 |
|
|
- Added multilog back, logging to /var/log/squid/run. [msoulier 6449] |
249 |
|
|
|
250 |
|
|
* Thu Dec 11 2003 Michael Soulier <msoulier@e-smith.com> |
251 |
|
|
- [4.13.0-07] |
252 |
|
|
- Removed multilog, as it does not apply here. [msoulier 6449] |
253 |
|
|
|
254 |
|
|
* Thu Dec 11 2003 Michael Soulier <msoulier@e-smith.com> |
255 |
|
|
- [4.13.0-06] |
256 |
|
|
- Changed log owner to smelog. [msoulier 6449] |
257 |
|
|
|
258 |
|
|
* Wed Dec 10 2003 Michael Soulier <msoulier@e-smith.com> |
259 |
|
|
- [4.13.0-05] |
260 |
|
|
- Changed owner of squid process and log directory to user squid. |
261 |
|
|
[msoulier 6449] |
262 |
|
|
|
263 |
|
|
* Wed Dec 10 2003 Michael Soulier <msoulier@e-smith.com> |
264 |
|
|
- [4.13.0-04] |
265 |
|
|
- Fixed bug in genfilelist options. [msoulier 6449] |
266 |
|
|
|
267 |
|
|
* Wed Dec 10 2003 Michael Soulier <msoulier@e-smith.com> |
268 |
|
|
- [4.13.0-03] |
269 |
|
|
- Fixed bug in createlinks. [msoulier 6449] |
270 |
|
|
|
271 |
|
|
* Wed Dec 10 2003 Michael Soulier <msoulier@e-smith.com> |
272 |
|
|
- [4.13.0-02] |
273 |
|
|
- Supervising squid. [msoulier 6449] |
274 |
|
|
|
275 |
|
|
* Wed Dec 10 2003 Michael Soulier <msoulier@e-smith.com> |
276 |
|
|
- [4.13.0-01] |
277 |
|
|
- rolling to dev stream - 4.13.0 |
278 |
|
|
|
279 |
|
|
* Tue Sep 9 2003 Gordon Rowell <gordonr@e-smith.com> |
280 |
|
|
- [4.12.0-02] |
281 |
|
|
- Disable safe_ports ACL by default. Create squid{SafePorts} |
282 |
|
|
default ports list and squid{EnforceSafePorts} default to no [gordonr 9488] |
283 |
|
|
|
284 |
|
|
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
285 |
|
|
- [4.12.0-01] |
286 |
|
|
- Changing version to stable stream number - 4.12.0 |
287 |
|
|
|
288 |
|
|
* Fri May 30 2003 Michael Soulier <msoulier@e-smith.com> |
289 |
|
|
- [4.11.0-09] |
290 |
|
|
- Removed dangling symlink to e-smith-proxy. [msoulier 8808] |
291 |
|
|
|
292 |
|
|
* Tue Apr 29 2003 Tony Clayton <apc@e-smith.com> |
293 |
|
|
- [4.11.0-08] |
294 |
|
|
- Add default db fragments for squid [tonyc 8537] |
295 |
|
|
- Remove dead proxy-startup action [tonyc 8537] |
296 |
|
|
|
297 |
|
|
* Thu Apr 10 2003 Gordon Rowell <gordonr@e-smith.com> |
298 |
|
|
- [4.11.0-07] |
299 |
|
|
- Move defaults fragment to right location [gordonr 6911] |
300 |
|
|
|
301 |
|
|
* Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com> |
302 |
|
|
- [4.11.0-06] |
303 |
|
|
- Added port 119 (nntp) to Safe_ports, corrected high ports range [gordonr 4430] |
304 |
|
|
|
305 |
|
|
* Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com> |
306 |
|
|
- [4.11.0-05] |
307 |
|
|
- Set default for $squid{TransparentPort} and use in proxy.pac [gordonr 6911] |
308 |
|
|
|
309 |
|
|
* Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com> |
310 |
|
|
- [4.11.0-04] |
311 |
|
|
- Added port 81 to acl Safe_ports [gordonr 4430] |
312 |
|
|
- Sorted Safe_ports to make it easier to read [gordonr 4430] |
313 |
|
|
|
314 |
|
|
* Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com> |
315 |
|
|
- [4.11.0-03] |
316 |
|
|
- Deleted ./etc/squid/squid.conf/template-begin [lijied 3295] |
317 |
|
|
|
318 |
|
|
* Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com> |
319 |
|
|
- [4.11.0-02] |
320 |
|
|
- Removed use of LocalDomainPrefix. [msoulier 4812] |
321 |
|
|
|
322 |
|
|
* Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com> |
323 |
|
|
- [4.11.0-01] |
324 |
|
|
- dev stream to 4.11.0 |
325 |
|
|
|
326 |
|
|
* Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com> |
327 |
|
|
- [4.10.0-03] |
328 |
|
|
- Backed-out changes in 4.10.0-02, as this should be in a dev stream. |
329 |
|
|
[msoulier 4812] |
330 |
|
|
|
331 |
|
|
* Mon Feb 24 2003 Michael Soulier <msoulier@e-smith.com> |
332 |
|
|
- [4.10.0-02] |
333 |
|
|
- Removed use of LocalDomainPrefix. [msoulier 4812] |
334 |
|
|
|
335 |
|
|
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
336 |
|
|
- [4.10.0-01] |
337 |
|
|
- Roll to maintained version number to 4.10.0 |
338 |
|
|
|
339 |
|
|
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
340 |
|
|
- [4.10.0-01] |
341 |
|
|
- Roll to maintained version number to 4.10.0 |
342 |
|
|
|
343 |
|
|
* Wed Oct 2 2002 Michael Soulier <msoulier@e-smith.com> |
344 |
|
|
- [4.9.7-02] |
345 |
|
|
- Removing redundant iptables rule in PREROUTING chain which forwarded |
346 |
|
|
- any local network http traffic to the squid proxy, when the previous |
347 |
|
|
- rule already forwarded _all_ traffic there. [msoulier 5029] |
348 |
|
|
|
349 |
|
|
* Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com> |
350 |
|
|
- [4.9.7-01] |
351 |
|
|
- Move proxy.pac file to /etc/httpd/conf/proxy/proxy.pac, and add |
352 |
|
|
two URL aliases to it (/wpad.dat and /proxy.pac). Add appropriate |
353 |
|
|
access rules. [charlieb 4838] |
354 |
|
|
|
355 |
|
|
* Wed Sep 11 2002 Charlie Brady <charlieb@e-smith.com> |
356 |
|
|
- [4.9.6-02] |
357 |
|
|
- Dynamically adjust transparent proxy rules in "adjust" section of masq |
358 |
|
|
script. [charlieb 4501] |
359 |
|
|
|
360 |
|
|
* Thu Aug 22 2002 Charlie Brady <charlieb@e-smith.com> |
361 |
|
|
- [4.9.6-01] |
362 |
|
|
- Remove 45DenySquid template fragment - it's no longer needed since we |
363 |
|
|
are using connection tracking. [charlieb 4499] |
364 |
|
|
|
365 |
|
|
* Wed Aug 21 2002 Charlie Brady <charlieb@e-smith.com> |
366 |
|
|
- [4.9.5-01] |
367 |
|
|
- Fix error in squid conf template if LocalDomainPrefix is defined. |
368 |
|
|
[charlieb 4686] |
369 |
|
|
|
370 |
|
|
* Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com> |
371 |
|
|
- [4.9.4-01] |
372 |
|
|
- Add rc7.d symlink and don't set deprecated ORDER property [charlieb 4458] |
373 |
|
|
|
374 |
|
|
* Tue Jul 30 2002 Charlie Brady <charlieb@e-smith.com> |
375 |
|
|
- [4.9.3-01] |
376 |
|
|
- Add additional rules in nat table to protect local HTTP accesses from |
377 |
|
|
being forced through transparent proxy. [charlieb 1268] |
378 |
|
|
|
379 |
|
|
* Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com> |
380 |
|
|
- [4.9.2-01] |
381 |
|
|
- Get syntax correct for iptables form of REDIRECT target, for |
382 |
|
|
transparent proxy. [charlieb 1268] |
383 |
|
|
|
384 |
|
|
* Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com> |
385 |
|
|
- [4.9.1-01] |
386 |
|
|
- Change masq script fragments to use iptables. [charlieb 1268] |
387 |
|
|
|
388 |
|
|
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
389 |
|
|
- [4.9.0-01] |
390 |
|
|
- Changing version to development stream number - 4.9.0 |
391 |
|
|
|
392 |
|
|
* Fri May 31 2002 Charlie Brady <charlieb@e-smith.com> |
393 |
|
|
- [4.8.0-01] |
394 |
|
|
- Changing version to maintained stream number to 4.8.0 |
395 |
|
|
|
396 |
|
|
* Wed May 29 2002 Charlie Brady <charlieb@e-smith.com> |
397 |
|
|
- [4.7.12-01] |
398 |
|
|
- Update proxy.pac to check host with isPlainHostName before doing DNS lookups. |
399 |
|
|
Go direct for any plain host names. This shouldn't be necessary, but IE |
400 |
|
|
is not going direct from WinXP with current setup. Remove redundent |
401 |
|
|
else clauses while we are at it. [charlieb 3715] |
402 |
|
|
|
403 |
|
|
* Wed May 29 2002 Charlie Brady <charlieb@e-smith.com> |
404 |
|
|
- [4.7.11-01] |
405 |
|
|
- Add append_domain directive in squid.conf, so that squid can resolve |
406 |
|
|
unqualified names. (Why doesn't it use what's in resolv.conf?) |
407 |
|
|
[charlieb 3715] |
408 |
|
|
|
409 |
|
|
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
410 |
|
|
- [4.7.10-01] |
411 |
|
|
- RPM rebuild forced by cvsroot2rpm |
412 |
|
|
|
413 |
|
|
* Fri May 17 2002 Tony Clayton <apc@e-smith.com> |
414 |
|
|
- [4.7.9-01] |
415 |
|
|
- Added 'use esmith::util' to 20ACL10localhost squid.conf fragment [tonyc 3253] |
416 |
|
|
|
417 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
418 |
|
|
- [4.7.8-01] |
419 |
|
|
- And really cleaning old directory this time [gordonr 3073] |
420 |
|
|
|
421 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
422 |
|
|
- [4.7.7-01] |
423 |
|
|
- Cleaned directory structure of bad pathname [gordonr 3073] |
424 |
|
|
|
425 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
426 |
|
|
- [4.7.6-01] |
427 |
|
|
- Moved start of function to template-begin in case comments are |
428 |
|
|
a problem for some clients [gordonr 3073] |
429 |
|
|
|
430 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
431 |
|
|
- [4.7.5-01] |
432 |
|
|
- Added braces to templates to evaluate ConfigDB entries [gordonr 3073] |
433 |
|
|
|
434 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
435 |
|
|
- [4.7.4-01] |
436 |
|
|
- Added dependency on e-smith-hosts |
437 |
|
|
|
438 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
439 |
|
|
- [4.7.3-01] |
440 |
|
|
- Thanks to Damien Curtain for the wpad.dat details [gordonr 3073] |
441 |
|
|
|
442 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
443 |
|
|
- [4.7.2-01] |
444 |
|
|
- Rewrote proxy-conf using ConfigDB [gordonr 3073] |
445 |
|
|
- Added support wpad.dat and proxy/pac files [gordonr 3073] |
446 |
|
|
|
447 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
448 |
|
|
- [4.7.1-01] |
449 |
|
|
- Initial CVS import |
450 |
|
|
|
451 |
|
|
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
452 |
|
|
- [4.7.0-01] |
453 |
|
|
- rollRPM: Rolled version number to 4.7.0-01. Includes patches up to 4.6.0-06. |
454 |
|
|
|
455 |
|
|
* Fri Feb 01 2002 Charlie Brady <charlieb@e-smith.com> |
456 |
|
|
- [4.6.0-06] |
457 |
|
|
- Disable transparent proxy rule if squid is disabled. |
458 |
|
|
|
459 |
|
|
* Tue Jan 15 2002 Charlie Brady <charlieb@e-smith.com> |
460 |
|
|
- [4.6.0-05] |
461 |
|
|
- Rationalise distribution of actions to events (#2507) |
462 |
|
|
- Add proxy-restart to console-save event |
463 |
|
|
- Remove proxy-startup from console-save and bootstrap-console-save events |
464 |
|
|
- Remove proxy-conf from post-upgrade event |
465 |
|
|
- Move mkdir to create bootstrap-console-save event directory into prep |
466 |
|
|
section (from %build), so that it gets included in the tarball by the |
467 |
|
|
next rollRPM. |
468 |
|
|
|
469 |
|
|
* Mon Jan 14 2002 Charlie Brady <charlieb@e-smith.com> |
470 |
|
|
- [4.6.0-04] |
471 |
|
|
- Fix missing newline in previous never-direct fix. |
472 |
|
|
|
473 |
|
|
* Mon Jan 14 2002 Charlie Brady <charlieb@e-smith.com> |
474 |
|
|
- [4.6.0-03] |
475 |
|
|
- Add never_direct statements to parent cache case, as always_direct on |
476 |
|
|
its own is not enough. |
477 |
|
|
|
478 |
|
|
* Thu Jan 03 2002 Charlie Brady <charlieb@e-smith.com> |
479 |
|
|
- [4.6.0-02] |
480 |
|
|
- Fix runtime lookup of external IP in masq script fragment. |
481 |
|
|
- Use always_direct deny statement to force squid to use an external cache |
482 |
|
|
if a parent cache is specified. |
483 |
|
|
|
484 |
|
|
* Tue Dec 11 2001 Jason Miller <jay@e-smith.com> |
485 |
|
|
- [4.6.0-01] |
486 |
|
|
- rollRPM: Rolled version number to 4.6.0-01. Includes patches up to 4.5.0-03. |
487 |
|
|
|
488 |
|
|
* Wed Nov 07 2001 Charlie Brady <charlieb@e-smith.com> |
489 |
|
|
- [4.5.0-03] |
490 |
|
|
- Change the default setting for transparent to "yes". |
491 |
|
|
|
492 |
|
|
* Wed Nov 07 2001 Charlie Brady <charlieb@e-smith.com> |
493 |
|
|
- [4.5.0-02] |
494 |
|
|
- Add transparent proxy feature, which is disabled by default. To enable, |
495 |
|
|
set Transparent property of "squid" service to "yes". |
496 |
|
|
|
497 |
|
|
* Wed Nov 7 2001 Charlie Brady <charlieb@e-smith.com> |
498 |
|
|
- [4.5.0-01] |
499 |
|
|
- Rolled version number to 4.5.0-01. Includes patches upto 4.4.0-07. |
500 |
|
|
|
501 |
|
|
* Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com> |
502 |
|
|
- [4.4.0-07] |
503 |
|
|
- rebranding to Mitel Networks |
504 |
|
|
|
505 |
|
|
* Mon Oct 22 2001 Charlie Brady <charlieb@e-smith.com> |
506 |
|
|
- [4.4.0-06] |
507 |
|
|
- Translate shell createlinks to perl createlinks |
508 |
|
|
- Add bootstrap-console-save symlinks via changes to createlinks script |
509 |
|
|
|
510 |
|
|
* Wed Aug 29 2001 Charlie Brady <charlieb@e-smith.com> |
511 |
|
|
- [4.4.0-05] |
512 |
|
|
- Add template fragment to set ftp_user used for password in anonymous ftp |
513 |
|
|
- Add template fragment to set cache administrator email address in messages. |
514 |
|
|
|
515 |
|
|
* Fri Aug 17 2001 gordonr |
516 |
|
|
- [4.4.0-04] |
517 |
|
|
- Autorebuild by rebuildRPM |
518 |
|
|
|
519 |
|
|
* Wed Aug 15 2001 Charlie Brady <charlieb@e-smith.com> |
520 |
|
|
- [4.4.0-03] |
521 |
|
|
- Add template fragements to make sure that webdav protocols are not requested |
522 |
|
|
via an upstream cache. |
523 |
|
|
- Re-add template-begin, as the default template-begin is not yet inserted. |
524 |
|
|
|
525 |
|
|
* Mon Aug 13 2001 Charlie Brady <charlieb@e-smith.com> |
526 |
|
|
- [4.4.0-02] |
527 |
|
|
- Break template-begin for squid.conf into fragments. |
528 |
|
|
- Change acl name of localhost into localsrc, and change all |
529 |
|
|
references to it. |
530 |
|
|
- Add acl of localdst for all local destinations. In future we should point |
531 |
|
|
client browsers directly at local web servers. |
532 |
|
|
|
533 |
|
|
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
534 |
|
|
- [4.4.0-01] |
535 |
|
|
- Rolled version number to 4.4.0-01. Includes patches upto 4.3.0-03. |
536 |
|
|
|
537 |
|
|
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
538 |
|
|
- [4.3.0-03] |
539 |
|
|
- Changed license to GPL |
540 |
|
|
|
541 |
|
|
* Tue May 29 2001 Tony Clayton <tonyc@e-smith.com> |
542 |
|
|
- [4.3.0-02] |
543 |
|
|
- untie %conf hash in before calling serviceControl in proxy-startup |
544 |
|
|
|
545 |
|
|
* Mon Apr 30 2001 Charlie Brady <charlieb@e-smith.com> |
546 |
|
|
- [4.3.0-01] |
547 |
|
|
- Rolled version number to 4.3.0-01. Includes patches upto 4.2.0-04. |
548 |
|
|
|
549 |
|
|
* Sun Mar 25 2001 Gordon Rowell <gordonr@e-smith.com> |
550 |
|
|
- [4.2.0-04] |
551 |
|
|
- Removed dependency on e-smith-packetfilter. There is a filter fragment |
552 |
|
|
which will will be useless without it, but it's not really a dependency |
553 |
|
|
|
554 |
|
|
* Sat Mar 03 2001 Charlie Brady <charlieb@e-smith.com> |
555 |
|
|
- [4.2.0-03] |
556 |
|
|
- Add packet filter fragment to deny and log any connection attempt on |
557 |
|
|
the external interface. This filter fragment is only active if squid |
558 |
|
|
is enabled. |
559 |
|
|
- Add requires e-smith-packetfilter spec. |
560 |
|
|
|
561 |
|
|
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
562 |
|
|
- [4.2.0-02] |
563 |
|
|
- Rolling release number for GPG signing. |
564 |
|
|
|
565 |
|
|
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
566 |
|
|
- [4.2.0-01] |
567 |
|
|
- Rolled version number to 4.2.0-01 |
568 |
|
|
Includes patches upto 4.1.0-2 |
569 |
|
|
|
570 |
|
|
* Thu Dec 28 2000 Gordon Rowell <gordonr@e-smith.com> |
571 |
|
|
- [4.1.0-2] |
572 |
|
|
- Added manager port (980) to Safe_ports |
573 |
|
|
|
574 |
|
|
* Wed Dec 06 2000 Peter Samuel <peters@e-smith.com> |
575 |
|
|
- [4.1.0-1] |
576 |
|
|
- Rolled version to 4.1.0-1. Includes patches up to 4.0.7-3 |
577 |
|
|
|
578 |
|
|
* Mon Oct 30 2000 Charlie Brady <charlieb@e-smith.com> |
579 |
|
|
- Fix typo in proxy-startup which prevented squid from starting |
580 |
|
|
|
581 |
|
|
* Mon Oct 30 2000 Charlie Brady <charlieb@e-smith.com> |
582 |
|
|
- This is e-smith-proxy-4.0.7-2. |
583 |
|
|
- Merge services database back into configuration db. |
584 |
|
|
|
585 |
|
|
* Thu Oct 26 2000 Peter Samuel <peters@e-smith.com> |
586 |
|
|
- Rolled version to 4.0.7. Includes patches up to 4.0.6-13 |
587 |
|
|
|
588 |
|
|
* Fri Oct 06 2000 Charlie Brady <charlieb@e-smith.com> |
589 |
|
|
- Fix perl errors in proxy-conf |
590 |
|
|
|
591 |
|
|
* Fri Oct 06 2000 Charlie Brady <charlieb@e-smith.com> |
592 |
|
|
- Make sure that "squid" is enabled in the services database |
593 |
|
|
- Remove %post section. |
594 |
|
|
- Fixed some script errors in other action scripts. |
595 |
|
|
|
596 |
|
|
* Thu Oct 05 2000 Adrian Chung <adrian.chung@e-smith.com> |
597 |
|
|
- Changed restart action to use serviceControl |
598 |
|
|
- Removed post-install event conditional. |
599 |
|
|
- Changed %post set to setdefault. |
600 |
|
|
|
601 |
|
|
* Wed Oct 04 2000 Paul Nesbit <pkn@e-smith.com> |
602 |
|
|
- expand templates only if enabled in services database. |
603 |
|
|
- added /sbin/e-smith/db services set proxy enabled to %post |
604 |
|
|
|
605 |
|
|
* Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com> |
606 |
|
|
- Update services database when enabling/disabling service startup |
607 |
|
|
|
608 |
|
|
* Mon Sep 25 2000 Paul Nesbit <pkn@e-smith.com> |
609 |
|
|
- updated contact, support and URL info |
610 |
|
|
|
611 |
|
|
* Fri Aug 25 2000 Charlie Brady <charlieb@e-smith.com> |
612 |
|
|
- Added build dependency on e-smith-devtools, and dependency on |
613 |
|
|
e-smith-lib. Generate file list with genfilelist. |
614 |
|
|
|
615 |
|
|
* Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com> |
616 |
|
|
- Rewrote proxy-startup to user serviceControl() |
617 |
|
|
|
618 |
|
|
* Wed Jul 12 2000 Joseph Morrison <jdm@e-smith.net> |
619 |
|
|
- Use -1 argument to split command to handle null final values in |
620 |
|
|
configuration records |
621 |
|
|
|
622 |
|
|
* Sat Jun 17 2000 Charlie Brady <charlieb@e-smith.net> |
623 |
|
|
- Do not mark templates as config files. |
624 |
|
|
|
625 |
|
|
* Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net> |
626 |
|
|
- Use list form of backgroundCommand. |
627 |
|
|
|
628 |
|
|
* Thu May 18 2000 Charlie Brady <charlieb@e-smith.net> |
629 |
|
|
- fold long lines in spec file |
630 |
|
|
- Use & substitution in sed line |
631 |
|
|
|
632 |
|
|
* Sun May 14 2000 Charlie Brady <charlieb@e-smith.net> |
633 |
|
|
- Removed transproxy patch |
634 |
|
|
- Make squid.conf template a directory |
635 |
|
|
|
636 |
|
|
* Thu May 11 2000 Charlie Brady <charlieb@e-smith.net> |
637 |
|
|
- Some small fixes in conf startup script |
638 |
|
|
- Add dependency on squid |
639 |
|
|
|
640 |
|
|
* Fri Apr 21 2000 Charlie Brady <charlieb@e-smith.net> |
641 |
|
|
- Add a missing script template |
642 |
|
|
|
643 |
|
|
* Thu Apr 20 2000 Charlie Brady <charlieb@e-smith.net> |
644 |
|
|
- Add transparent proxy feature. Change architecture to "noarch" |
645 |
|
|
- Make templates %config files. |
646 |
|
|
|
647 |
|
|
%prep |
648 |
|
|
%setup |
649 |
|
|
%patch1 -p1 |
650 |
|
|
%patch2 -p1 |
651 |
|
|
%patch3 -p1 |
652 |
|
|
%patch4 -p1 |
653 |
slords |
1.2 |
%patch5 -p1 |
654 |
bytegw |
1.3 |
%patch6 -p1 |
655 |
bytegw |
1.4 |
%if "%{?rhel}" == "5" |
656 |
|
|
%patch7 -p1 |
657 |
|
|
%endif |
658 |
|
|
|
659 |
slords |
1.1 |
|
660 |
|
|
%build |
661 |
|
|
perl createlinks |
662 |
|
|
|
663 |
|
|
mkdir -p root/var/service/squid/supervise |
664 |
|
|
touch root/var/service/squid/down |
665 |
|
|
mkdir -p root/var/service/squid/log/supervise |
666 |
|
|
mkdir -p root/var/log/squid.run |
667 |
|
|
|
668 |
|
|
mkdir -p root/etc/httpd/conf/proxy |
669 |
|
|
|
670 |
|
|
%install |
671 |
|
|
rm -rf $RPM_BUILD_ROOT |
672 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
673 |
|
|
rm -f %{name}-%{version}-%{release}-filelist |
674 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
675 |
|
|
--dir '/var/service/squid' 'attr(1755,root,root)' \ |
676 |
|
|
--file '/var/service/squid/down' 'attr(0644,root,root)' \ |
677 |
|
|
--file '/var/service/squid/run' 'attr(0755,root,root)' \ |
678 |
|
|
--dir '/var/service/squid/supervise' 'attr(0700,root,root)' \ |
679 |
|
|
--dir '/var/service/squid/log' 'attr(1755,root,root)' \ |
680 |
|
|
--file '/var/service/squid/log/run' 'attr(0755,root,root)' \ |
681 |
|
|
--dir '/var/service/squid/log/supervise' 'attr(0700,root,root)' \ |
682 |
|
|
--dir '/var/log/squid.run' 'attr(0750,smelog,root)' \ |
683 |
|
|
> %{name}-%{version}-%{release}-filelist |
684 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
685 |
|
|
|
686 |
|
|
%clean |
687 |
|
|
rm -rf $RPM_BUILD_ROOT |
688 |
|
|
|
689 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
690 |
|
|
%defattr(-,root,root) |