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

Annotation of /rpms/e-smith-proxy/sme10/e-smith-proxy.spec

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


Revision 1.9 - (hide annotations) (download)
Tue Mar 16 18:52:33 2021 UTC (3 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-proxy-5_6_0-9_el7_sme
Changes since 1.8: +13 -2 lines
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-9.sme
- cleanup in /etc/rc.d and /var/service/squid  [SME: 9692]

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

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