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

Annotation 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.18 - (hide annotations) (download)
Wed Feb 12 03:05:15 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +3 -3 lines
Correct format of bug number in Changelog

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

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