/[smeserver]/rpms/e-smith-proxy/sme8/e-smith-proxy.spec
ViewVC logotype

Contents of /rpms/e-smith-proxy/sme8/e-smith-proxy.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.14 - (show annotations) (download)
Sun Sep 26 17:12:22 2010 UTC (14 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-proxy-5_2_0-4_el5_sme
Changes since 1.13: +7 -2 lines
* Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-4.sme
- Fix missed enabled->transparent mapping [SME: 5574]

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed