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

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

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


Revision 1.5 - (show annotations) (download)
Tue Apr 14 09:01:10 2015 UTC (9 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-proxy-5_4_0-4_el6_sme
Changes since 1.4: +7 -2 lines
* Tue Apr 14 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-4.sme
- Prevent forwarding loop when talking directly to squid port [SME: 8907]

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

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