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