/[smecontribs]/rpms/smeserver-mailman/contribs10/smeserver-mailman.spec
ViewVC logotype

Annotation of /rpms/smeserver-mailman/contribs10/smeserver-mailman.spec

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


Revision 1.17 - (hide annotations) (download)
Sun Jul 24 02:33:54 2022 UTC (22 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-mailman-1_5_0-16_el7_sme
Changes since 1.16: +2 -2 lines
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-16.sme
- apply locale 2022-07-24.patch
- add to core backup [SME: 12015]
  remove patch only adding to dar in SME 2411
- already compatible with httpd 2.4 syntax [SME: 12050]

1 jpp 1.17 # $Id: smeserver-mailman.spec,v 1.16 2022/07/24 02:08:18 jpp Exp $
2 brianr 1.1 # Authority: gordonr
3     # Name: Gordon Rowell
4    
5     # avoid brp bytecompile
6     %define __os_install_post %{nil}
7 jpp 1.10 %define debug_package %{nil}
8 brianr 1.1
9     Summary: Mailman configuration for SME server.
10     %define name smeserver-mailman
11     Name: %{name}
12     %define version 1.5.0
13 jpp 1.14 %define release 16
14 brianr 1.1 Version: %{version}
15     Release: %{release}%{?dist}
16     License: GPL
17     Group: Applications/Internet
18     Source: %{name}-%{version}.tar.gz
19     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21     Requires: e-smith-base
22     Requires: e-smith-release >= 9.0
23     Requires: mailman >= 2.1.9-20.el5.sme
24     Requires: e-smith-formmagick >= 1.4.0-12
25     BuildRequires: e-smith-devtools >= 1.13.1-03
26     Obsoletes: e-smith-mailman
27     Provides: e-smith-mailman
28     AutoReqProv: no
29 jpp 1.16 #Patch0: smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch
30 brianr 1.1 Patch1: smeserver-mailman-1.5.0-locale-2016-03-09.patch
31 terryfage 1.5 Patch2: smeserver-mailman-1.5.0-locale-2021-08-22.patch
32 jpp 1.7 Patch3: smeserver-mailman-1.5.0-bz11278-systemd.patch
33 jpp 1.8 Patch4: smeserver-mailman-1.5.0-bz11278-wrapper.patch
34 jpp 1.11 Patch5: smeserver-mailman-1.5.0-bz11937.patch
35 jpp 1.12 Patch6: smeserver-mailman-1.5.0-bz11941-checkperms.patch
36 jpp 1.13 Patch7: smeserver-mailman-1.5.0-bz2248-bz2247-enabled-localonly.patch
37 jpp 1.14 Patch8: smeserver-mailman-1.5.0-locale-2022-07-24.patch
38 jpp 1.15 Patch9: smeserver-mailman-1.5.0-bz12015-backup.patch
39 brianr 1.1
40     %description
41     Add Mailman integration to the SME server.
42    
43     %changelog
44 jpp 1.14 * Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-16.sme
45     - apply locale 2022-07-24.patch
46 jpp 1.15 - add to core backup [SME: 12015]
47 jpp 1.16 remove patch only adding to dar in SME 2411
48 jpp 1.17 - already compatible with httpd 2.4 syntax [SME: 12050]
49 jpp 1.14
50 jpp 1.12 * Tue Apr 12 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-15.sme
51     - fix permissions as expected by mailman [SME: 11941]
52 jpp 1.13 - make mailman enabled on install [SME: 2248]
53     - by default listinfo is public [SME: 2247]
54     - by default admin and archives are private [SME: 2247]
55     - make access modifiable [SME: 2247]
56 jpp 1.12
57 jpp 1.11 * Tue Apr 12 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-14.sme
58     - increase master password size to 18 [SME: 11937]
59    
60 jpp 1.8 * Sun Apr 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-13.sme
61     - add c wrapper with setuid [SME: 11278]
62    
63 jpp 1.7 * Sun Apr 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-12.sme
64     - fix missing service start [SME: 11278]
65     add update event
66    
67 jpp 1.6 * Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-11.sme
68     - fix www line should be after apache line in /etc/group [SME: 8056]
69    
70 terryfage 1.5 * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.5.0-10.sme
71     - apply locale 2021-08-22 patch
72    
73 jpp 1.4 * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-9.sme
74     - fix conflicting folders [SME: 11278]
75    
76 jpp 1.2 * Mon Feb 22 2021 JP Pialasse <tests@pialasse.com> 1.5.0-8.sme
77     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
78     by assuming the date is correct and changing the weekday.
79     Thu May 21 2008 --> Thu May 15 2008 or Wed May 21 2008 or Thu May 22 2008 or ....
80     - allow build on SME10
81    
82 brianr 1.1 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.5.0-7.sme
83     - apply locale 2016-03-09 patch
84    
85     * Fri Sep 11 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-6.sme
86     - Mailman is now added to the backup/restore process [SME: 2411]
87     - Added smeserver-mailman-1.5.0.bz2411.Backup_mailman.patch
88    
89     * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-5.sme
90     - mailman wants that the group apache appears before the www group in /etc/group
91     - script added in %pre to change that order. [SME: 8056]
92    
93     * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-3.sme
94     - Initial release to contribs9 [SME: 8453]
95    
96     * Fri Jun 20 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-1.sme
97     - Initial release to sme9
98    
99     * Fri Sep 20 2013 JP Pialasse <tests@pialasse.com> 1.3.0-45.sme
100     - fix bug [SME: 7787]
101    
102     * Thu Sep 19 2013 JP Pialasse <tests@pialasse.com> 1.3.0-44.sme
103     - fix case sensitive TRUE to true in smeserver-mailman-1.3.0-restarthang.patch
104     - wrong path to actions folder fixed
105     - see [SME: 7845]
106    
107     * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-42.sme
108     - apply locale 2013-07-14 patch
109    
110     * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-41.sme
111     - fix signal-event hang on mailman restart [SME ]
112     * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-40.sme
113     - fix expanding pyc pyo [SME: 7730]
114    
115     * Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-38.sme
116     - import to sme8 buildsys
117     - fix bootstrap hang [SME: 6693]
118    
119     * Tue Mar 20 2012 SME Translation Server <translations@contribs.org> 1.3.0-37.el6
120     - apply locale 2012-03-20 patch
121    
122     * Wed Apr 27 2011 SME Translation Server <translations@contribs.org> 1.3.0-36.sme
123     - apply locale 2011-04-27 patch
124    
125     * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 1.3.0-35.sme
126     - apply locale 2011-03-06 patch
127    
128     * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 1.3.0-34.sme
129     - apply locale 2010-03-02 patch
130    
131     * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 1.3.0-33.sme
132     - apply locale 2009-10-27 patch
133    
134     * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.3.0-32.sme
135     - apply locale 2009-08-24 patch
136    
137     * Wed May 20 2009 SME Translation Server <translations@contribs.org> 1.3.0-31.sme
138     - apply locale 2009-05-20 patch
139    
140     * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.3.0-30.sme
141     - apply locale 2009-04-27 patch
142    
143     * Tue Mar 03 2009 SME Translation Server
144     - apply locale 2009-03-03 patch
145    
146     * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-28
147     - Apply 1 Mar 2009 locale patch [SME: 5018]
148    
149     * Sat Jan 31 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-27
150     - Apply 31 Jan 2009 locale patch [SME: 4951]
151    
152     * Wed Nov 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-26
153     - Apply 5 Nov 2008 locale patch
154    
155     * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-25
156     - Apply 14 Oct 2008 locale patch
157    
158     * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-24
159     - Apply 1 July 2008 locale patch
160    
161     * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-23
162     - Apply 27 Jun 2008 locale patch
163    
164 jpp 1.2 * Wed May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-22
165     Thu May 21 2008 --> Thu May 15 2008 or Wed May 21 2008 or Thu May 22 2008 or ....
166 brianr 1.1 - Apply 21 May 2008 locale patch
167     - Fixed version number in previous changelog entry
168    
169     * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-21
170     - Apply 5 May 2008 locale patch
171    
172     * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-20
173     - Add common <base> tags to e-smith-formmagick's general
174    
175     * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-19
176     - Added 26 April 2008 locale patch
177    
178     * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-18
179     - Added 23 April 2008 locale patch
180     - Fixed changelog
181    
182     * Wed Apr 23 2008 Daniel B. <daniel@firewall-services.com> 1.3.0-17
183     - Fix path for the archives [SME: 4252]
184    
185     * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-16
186     - Added 22 April 2008 locale patch
187    
188     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
189     - Clean up spec so package can be built by koji/plague
190    
191     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
192     - Update to new release naming. No functional changes.
193     - Make Packager generic
194    
195     * Fri Sep 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-15
196     - Allow hyphen in list names in smelist command [SME: 1307]
197    
198     * Fri Sep 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-14
199     - Add /sbin/e-smith/alias2mailman to convert hand-built alias files
200     to mailman lists. Converst ~alias/.qmail-<listname> to the mailman
201     list <listname>
202     - List owner is mailman{DefaultOwner} defaulting to admin
203    
204     * Fri Sep 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-13
205     - Fix various permissions to satisfy /usr/lib/mailman/check_perms
206     - Update mailman dependency to latest from CentOS
207    
208     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-12
209     - Run the addlist/rmlist actions before generic_template_expand [SME: 665]
210    
211     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-11
212     - Ensure that mailman record exists prior to trying to set the status
213    
214     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-10
215     - Adjust path in post-install script to match CentOS structure
216    
217     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-09
218     - Make further use of services2adjust and templates2expand
219    
220     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-08
221     - Make use of services2adjust and templates2expand
222     - Update dependency as this is for 7.0
223    
224     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-07
225     - Create qfiles heirarchy
226     - Fix up taint issue in smelist script
227    
228     * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-06
229     - TODO: Check permissions on /var/spool/mailman/qfiles. The
230     'in' directory needs to be writable by the mailman CGI script,
231     which is running as www.
232    
233     * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-05
234     - Remove postun section which depended on action scripts which
235     no longer exist
236    
237     * Fri Dec 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-04
238     - Allow mail for mailman user
239     - TODO: We should have configurable allow/deny for system accounts
240    
241     * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-03
242     - No change
243     - TODO: Rewrite templates to new API and move to templates2expand
244     - TODO: Add pre script to relocate /opt/mailman parts for upgrades
245    
246     * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-02
247     - Require patched mailman - SME Server runs httpd as www, not apache
248     - Relocate paths from /opt/mailman to /usr/lib/mailman to match mailman pkg
249     - Changed references to accounts db to new location
250    
251     * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-01
252     - Package renamed to smeserver-mailman, including patches to 1.1.10-05
253     - TODO: Relocate to /usr/lib/mailman
254     - TODO: Change DB references, and rewrite to new API
255    
256     * Fri Oct 14 2005 Michael Soulier <msoulier@e-smith.com>
257     - [1.1.10-05]
258     - Fixed error with creation of alias file with dot in the name.
259    
260     * Wed Mar 16 2005 Michael Soulier <msoulier@e-smith.com>
261     - [1.1.10-04]
262     - Added FQDN of box as a potential virtual host.
263    
264     * Mon Mar 14 2005 Michael Soulier <msoulier@e-smith.com>
265     - [1.1.10-03]
266     - Removed circular event call.
267    
268     * Wed Feb 23 2005 Michael Soulier <msoulier@e-smith.com>
269     - [1.1.10-02]
270     - Forgot to set mode on smelist.
271    
272     * Wed Feb 16 2005 Michael Soulier <msoulier@e-smith.com>
273     - [1.1.10-01]
274     - Added hooks into domain creation and deletion.
275    
276     * Wed Feb 16 2005 Michael Soulier <msoulier@e-smith.com>
277     - [1.1.9-01]
278     - Rolling again to get past build error on sme61build.
279    
280     * Wed Feb 16 2005 Michael Soulier <msoulier@e-smith.com>
281     - [1.1.8-01]
282     - Added create-system-user call to make the mailman user.
283     - Added a link to the mailman UI.
284    
285     * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
286     - [1.1.7-01]
287     - Updated mailman-conf to call a post-install script when first run. If this
288     is ever included in a blade, post-install should move to the blade handler.
289    
290     * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
291     - [1.1.6-01]
292     - Fixed badly placed lib.
293     - Added post-install script to move it out of scriptlets.
294    
295     * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
296     - [1.1.5-01]
297     - Added conf and restart actions.
298     - Added a simple panel.
299    
300     * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
301     - [1.1.4-01]
302     - Fixed perms on /opt/mailman, and bad symlink.
303    
304     * Sun Feb 13 2005 Michael Soulier <msoulier@e-smith.com>
305     - [1.1.3-01]
306     - Fixed error in createlinks.
307    
308     * Sun Feb 13 2005 Michael Soulier <msoulier@e-smith.com>
309     - [1.1.2-01]
310     - Rolling initial build of imported package. [msoulier]
311    
312     * Sun Feb 13 2005 Michael Soulier <msoulier@e-smith.com>
313     - [1.1.1-01]
314     - Reimplementation after lost packages. Implementing for mailman 2.1.5.
315     [msoulier]
316    
317     * Sun Sep 08 2002 Shad L. Lords <slords@mail.com>
318     - 1.0-5
319     - updated addlist and rmlist to better handle conflicts
320    
321     * Sun Sep 01 2002 Shad L. Lords <slords@mail.com>
322     - 1.0-4
323     - updated accounts so that ezmlm can coexist with mailman
324    
325     * Tue Aug 27 2002 Shad L. Lords <slords@mail.com>
326     - 1.0-3
327     - make site have a random password on install
328     - make mailman list have random password on install
329    
330     * Sat Aug 24 2002 Shad L. Lords <slords@mail.com>
331     - 1.0-2
332     - changed mailman-addlist to set perms and ownership correctly.
333     - changed permissions from root,mailman to mailman,mailman
334    
335     * Fri Aug 23 2002 Shad L. Lords <slords@mail.com>
336     - 1.0-1
337     - Initial release
338    
339     %prep
340     %setup
341 jpp 1.16 #%patch0 -p1
342 brianr 1.1 %patch1 -p1
343 terryfage 1.5 %patch2 -p1
344 jpp 1.7 %patch3 -p1
345 jpp 1.8 %patch4 -p1
346 jpp 1.11 %patch5 -p1
347 jpp 1.12 %patch6 -p1
348 jpp 1.13 %patch7 -p1
349 jpp 1.14 %patch8 -p1
350 jpp 1.15 %patch9 -p1
351 brianr 1.1
352     #/bin/rm -r root/opt/mailman
353    
354     %build
355     perl createlinks
356 jpp 1.9 gcc -o root/usr/lib/mailman/bin/smelist smelist.c
357    
358    
359 brianr 1.1 mkdir -p root/usr/lib/mailman/aliases
360    
361     mkdir -p root/opt
362     ln -s /usr/lib/mailman root/opt/mailman
363     mkdir -p root/var/spool/mailman/qfiles
364     for dir in archive bounces commands in news out retry shunt virgin
365     do
366     mkdir -p root/var/spool/mailman/qfiles/$dir
367     done
368    
369     %install
370     rm -rf $RPM_BUILD_ROOT
371     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
372     rm -f e-smith-%{version}-filelist
373     /sbin/e-smith/genfilelist \
374     --dir '/var/spool/mailman' 'attr(02775,root,mailman)' \
375     --dir '/usr/lib/mailman/aliases' 'attr(02775,mailman,mailman)' \
376     --file '/usr/lib/mailman/bin/post-install' 'attr(0755,root,mailman)' \
377     --file '/usr/lib/mailman/bin/smelist' 'attr(04755,root,mailman)' \
378 jpp 1.12 --file '/usr/lib/mailman/bin/smelist.pl' 'attr(02755,root,mailman)' \
379     --file '/usr/lib/mailman/Mailman/MTA/SME.py' 'attr(02775,mailman,mailman)' \
380     --dir '/var/spool/mailman/qfiles' 'attr(02775,mailman,mailman)' \
381 brianr 1.1 --dir '/var/spool/mailman/qfiles/archive' 'attr(02770,mailman,mailman)' \
382     --dir '/var/spool/mailman/qfiles/bounces' 'attr(02770,mailman,mailman)' \
383     --dir '/var/spool/mailman/qfiles/commands' 'attr(02770,mailman,mailman)' \
384     --dir '/var/spool/mailman/qfiles/in' 'attr(02770,mailman,mailman)' \
385     --dir '/var/spool/mailman/qfiles/news' 'attr(02770,mailman,mailman)' \
386     --dir '/var/spool/mailman/qfiles/out' 'attr(02770,mailman,mailman)' \
387     --dir '/var/spool/mailman/qfiles/retry' 'attr(02770,mailman,mailman)' \
388     --dir '/var/spool/mailman/qfiles/shunt' 'attr(02770,mailman,mailman)' \
389     --dir '/var/spool/mailman/qfiles/virgin' 'attr(02770,mailman,mailman)' \
390     $RPM_BUILD_ROOT > %{name}-%{version}-filelist
391    
392 jpp 1.4 sed -i -e '/\/usr\/lib\/mailman$/d ; /\/usr\/lib\/mailman\/bin$/d ; /\/usr\/lib\/mailman\/Mailman$/d ; /\/usr\/lib\/mailman\/Mailman\/MTA$/d ' %{name}-%{version}-filelist
393     #those will conflict with mailman rpm on sme10
394     # --dir '/usr/lib/mailman' 'attr(02775,root,mailman)' \
395     # --dir '/usr/lib/mailman/bin' 'attr(02775,root,mailman)' \
396     # --dir '/usr/lib/mailman/Mailman' 'attr(02775,root,mailman)' \
397     # --dir '/usr/lib/mailman/Mailman/MTA' 'attr(02775,root,mailman)' \
398    
399 jpp 1.3 # SME10 to avoid error
400 brianr 1.1 #/usr/lib/rpm/brp-python-bytecompile
401 jpp 1.3 # fix for unwanted listed compiled python files
402     # those pyc and pyo gets added by default by genfilelist, so need to filtering them out when we disable byte compile.
403     #"/etc/e-smith/events/domain-create/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyc"
404     #"/etc/e-smith/events/domain-create/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyo"
405     #/etc/e-smith/events/domain-create/templates2expand/usr/lib/mailman/Mailman/mm_cfg.pyc
406 jpp 1.2 cat %{name}-%{version}-filelist |sed -r '/py[oc]"?$/d'>%{name}-%{version}-filelist.tmp
407 brianr 1.1 cat %{name}-%{version}-filelist.tmp> %{name}-%{version}-filelist
408    
409     %clean
410     rm -rf $RPM_BUILD_ROOT
411    
412     %files -f %{name}-%{version}-filelist
413    
414     %defattr(-,root,root)
415    
416     %pre
417     /sbin/e-smith/create-system-user mailman 41 \
418     "Mailman user" /usr/lib/mailman /bin/false
419    
420     #mailman wants that the apache group appears before the www group in /etc/group [SME: 8056]
421 jpp 1.6 TEST=`egrep "^apache:" /etc/group -n| cut -f1 -d:`
422     TEST2=`egrep "^www:" /etc/group -n| cut -f1 -d:`
423     if [[ $TEST > $TEST2 ]]; then
424 brianr 1.1 WWW=$(sed -n '/^www/p' /etc/group)
425     sed -i '/^www/d' /etc/group
426     echo $WWW >> /etc/group
427     fi
428    
429     %post
430    
431     %preun
432    
433     %postun

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