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

Annotation 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.3 - (hide annotations) (download)
Thu Jan 30 06:45:29 2014 UTC (10 years, 4 months ago) by burnat
Branch: MAIN
CVS Tags: e-smith-proxy-5_4_0-3_el6_sme
Changes since 1.2: +8 -2 lines
* Thu Jan 30 2014 chris burnat <devlist@burnat.com> 5.4.0-3.sme
- Modify template to allow Squid proxy https access to ports other than 443,563 using db command [sme:8161]
- Codes by Ray Mitchell and Ian Wells

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