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

Contents of /rpms/e-smith-dnscache/sme10/e-smith-dnscache.spec

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


Revision 1.5 - (show annotations) (download)
Mon Nov 30 18:24:09 2020 UTC (3 years, 6 months ago) by jcrisp
Branch: MAIN
CVS Tags: e-smith-dnscache-2_6_0-5_el7_sme
Changes since 1.4: +7 -2 lines
* Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-5
- remove createlink safesymlink in /etc/rc.d/init.d [SME: 11097]

1 # $Id: e-smith-dnscache.spec,v 1.4 2020/11/19 06:27:35 michel Exp $
2
3 Summary: e-smith module to configure dnscache
4 %define name e-smith-dnscache
5 Name: %{name}
6 %define version 2.6.0
7 %define release 5
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: System Environment/Base
12 Source: %{name}-%{version}.tar.xz
13 Patch1: %{name}-%{version}-loopback.patch
14 Patch2: %{name}-%{version}-bz11097_systemd.patch
15 Patch3: %{name}-%{version}-rc7_link-rpm_update.patch
16 Patch4: %{name}-%{version}-bz11097_remove_safelink.patch
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildArchitectures: noarch
19 Requires: e-smith-lib >= 1.15.1-19
20 Requires: djbdns
21 BuildRequires: e-smith-devtools
22 AutoReqProv: no
23
24 %description
25 e-smith server enhancement to configure and run dnscache as a
26 caching nameserver
27
28 %changelog
29 * Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-5
30 - remove createlink safesymlink in /etc/rc.d/init.d [SME: 11097]
31
32 * Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-4.sme
33 - remove rc7.d link [SME: 11097]
34 - fix actions in e-smith-tinydns-update [SME: 11127]
35
36 * Sat Nov 14 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme
37 - Move dnscache, dnscache.forwarder services to systemd [SME: 11097]
38 - Create e-smith-dnscache-update event [SME: 11127]
39
40 * Sat Jul 30 2016 Greg Zartman <gzartman@koozali.org> 2.6.0-2.sme
41 - Modify run script to allow for loopback commmunications with other DNS
42 servers on the local machine and DNS forwarding [SME: 9715]
43
44 * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-1.sme
45 - Roll new stream for sme10
46
47 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
48 - Roll new stream for sme9
49
50 * Wed Dec 19 2012 Ian Wells <esmith@wellsi.com> 2.2.0-2.sme
51 - D-root is changing its IPv4 address [SME: 7189]
52
53 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
54 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
55
56 * Fri Aug 08 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-13
57 - Add down file for dnscache.forwarder, and modify dnscache run file
58 so that it brings up the dnscache.forwarder service when it
59 is started. [SME: 4414]
60
61 * Fri Aug 08 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-12
62 - Ensure that forwarding instance of dnscache has random data
63 available on stdin. [SME: 4416]
64
65 * Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-11
66 - Use new address for L root server, and delete included version of
67 root/servers/@ file, since we template it. [SME: 4414]
68
69 * Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-10
70 - Fix validation of NameServer properties pulled from networks db.
71 [SME: 1343]
72
73 * Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-9
74 - Fix delegation of reverse lookup for nets which aren't /8,
75 /16 or /24. [SME: 4249]
76
77 * Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-08
78 - Increase default CacheSize to 10M, with corresponding increase
79 in DataSize. [SME: 2371]
80
81 * Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-07
82 - Run dnscache with sigpipe ignored. [SME: 938]
83
84 * Mon May 21 2007 Shad L. Lords <slords@mail.com> 1.0.0-6
85 - Ensure Forwarder has value and not just defined [SME: 3013]
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> 1.0.0-5
91 - Fix dnscache root server files [SME: 2721]
92
93 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
94 - Update to new release naming. No functional changes.
95 - Make Packager generic
96
97 * Sun Jul 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.0-03
98 - Make dnslog user creation consistent with e-smith-tinydns. [SME: 1688]
99
100 * Sun Apr 30 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.0-02
101 - Don't use NameServer property from networks database if it would
102 cause feedback loop. [SME: 1343]
103
104 * Thu Mar 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.0-01
105 - Roll (proper) stable stream version. [SME: 1016]
106
107 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 0.6.0-01
108 - Roll stable stream version. [SME: 1016]
109
110 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.5.1-06
111 - Bump release number only
112
113 * Thu Oct 27 2005 Charlie Brady <charlieb@e-smith.com>
114 - [0.5.1-05]
115 - Add default name server delegation for domains without a Nameservers property.
116 [SF: 1339875]
117
118 * Mon Sep 19 2005 Charlie Brady <charlieb@e-smith.com>
119 - [0.5.1-04]
120 - Add missing dnscache.forwarder config db record. [SF: 1290325]
121
122 * Thu Sep 15 2005 Charlie Brady <charlieb@e-smith.com>
123 - [0.5.1-03]
124 - Expand templates and restart dnscache.forwarder in dns-update and console-save
125 events. Expand templates in bootstrap-console-save rather than
126 post-{install,upgrade} events. [SF: 1290325]
127 - Add support for Forwarder2 property in template for root/servers/@ of
128 dnscache.forwarder service.
129
130 * Thu Aug 25 2005 Gordon Rowell <gordonr@gormand.com.au>
131 - [0.5.1-02]
132 - Configure DNS servers for domains, depending on Nameservers
133 property:
134 - localhost: 127.0.0.1
135 - corporate: dnscache{Forwarder}, dnscache{Forwarder2}
136 - internet: <nothing>
137 - Comma separated list of IPs : To those listed servers
138 - Add dns-update event and reconfigure dnscache there
139 - Call initialise-default-databases in dns-update to cater for
140 domain db migration which might be required due to modification
141 of the Corporate DNS Servers
142 - Migrate db and reconfigure dnscache in domain-modify as well,
143 since we might have changed nameservers.
144
145 * Thu Aug 25 2005 Charlie Brady <charlieb@e-smith.com>
146 - [0.5.1-01]
147 - Roll new development stream prior to reworking Nameservers settings - 0.5.1
148
149 * Tue Aug 2 2005 Shad Lords <slords@email.com>
150 - [0.5.0-23]
151 - Add TCPPort/UDPPort/access properties to dnscache [SF: 1246986]
152 - Add COPYING file to distribution
153
154 * Wed Jul 6 2005 Charlie Brady <charlieb@e-smith.com>
155 - [0.5.0-22]
156 - Only delegate domains if SystemPrimaryDomain or if NameServer
157 property is defined. [SF: 1233662]
158
159 * Mon Jun 6 2005 Charlie Brady <charlieb@e-smith.com>
160 - [0.5.0-21]
161 - Add dnscache log file analysis script
162 (from http://www.hungry.com/~fn/dnscache-log.pl.txt).
163
164 * Mon Jun 6 2005 Charlie Brady <charlieb@e-smith.com>
165 - [0.5.0-20]
166 - Update ICANN root hint name server address list
167 (s/128.9.0.107/192.228.79.201/). The 128.9.0.107 address will continue
168 answering queries until Jan, 2006.
169
170 * Fri May 13 2005 Charlie Brady <charlieb@e-smith.com>
171 - [0.5.0-19]
172 - Fix forwarder run script so that logs are captured.
173
174 * Mon May 9 2005 Charlie Brady <charlieb@e-smith.com>
175 - [0.5.0-18]
176 - Expand dnscache.forwarder service's config in post-install and post-upgrade.
177
178 * Thu May 5 2005 Charlie Brady <charlieb@e-smith.com>
179 - [0.5.0-17]
180 - Fix problem with migration of legacy Forwarder properties (type
181 not specified).
182
183 * Tue Apr 26 2005 Charlie Brady <charlieb@e-smith.com>
184 - [0.5.0-16]
185 - Really fix creation of root/ip/127 access list file (i.e. put it
186 in the correct place).
187
188 * Tue Apr 26 2005 Charlie Brady <charlieb@e-smith.com>
189 - [0.5.0-15]
190 - Fix creation of ip/127 access list file.
191
192 * Wed Apr 20 2005 Charlie Brady <charlieb@e-smith.com>
193 - [0.5.0-14]
194 - Create ip/127 access allow file for dnscache.forwarder service.
195
196 * Wed Apr 20 2005 Charlie Brady <charlieb@e-smith.com>
197 - [0.5.0-13]
198 - Adding missing execute permission on new run scripts.
199 - Fix errors in config template for forwarding dnscache.
200
201 * Wed Apr 20 2005 Charlie Brady <charlieb@e-smith.com>
202 - [0.5.0-12]
203 - Add missing /service symlink from previous change.
204
205 * Wed Apr 20 2005 Charlie Brady <charlieb@e-smith.com>
206 - [0.5.0-11]
207 - Add missing file tree from previous change.
208
209 * Wed Apr 20 2005 Charlie Brady <charlieb@e-smith.com>
210 - [0.5.0-10]
211 - Add second dnscache instance which does all Internet queries.
212 We run the first instance with a small cache, which we
213 can happily lose whenever we might have changed any delegations.
214
215 * Mon Apr 11 2005 Charlie Brady <charlieb@e-smith.com>
216 - [0.5.0-09]
217 - Fix bug in delegation of local networks with NameServer
218 property.
219 - Fix bug in access list configuration.
220
221 * Tue Apr 5 2005 Charlie Brady <charlieb@e-smith.com>
222 - [0.5.0-08]
223 - Avoid chdir in run script.
224 - Allow delegation to an alternative listen address for tinydns.
225 - Avoid unnecessary delegation for 127.in-addr.arpa.
226
227 * Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com>
228 - [0.5.0-07]
229 - Fix pathname to root/servers/@ file in createlinks.
230
231 * Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com>
232 - [0.5.0-06]
233 - Fix a few deficiencies with new perl run script.
234
235 * Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com>
236 - [0.5.0-05]
237 - Use perl run script which does all env setup, access control and zone
238 delegation without any templates.
239
240 * Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com>
241 - [0.5.0-04]
242 - Fix delegation of reverse lookup of local network. [MN00062867]
243 - Use generic_template_expand and adjust-services actions in place of
244 dnscache-conf. Update e-smith-lib dependency. [MN00064130, MN00065576]
245 - Update genfilelist call and move to install section.
246
247 * Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com>
248 - [0.5.0-03]
249 - Don't run dnscache-conf at post-install, when $LocalIP is undefined.
250 [MN00065717]
251
252 * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
253 - [0.5.0-02]
254 - Remove any left-behind env/FORWARDONLY file in post scriptlet, so we can
255 later simplify config. [charlieb MN00045628]
256 - Don't attempt to configure dnscache in post-install and post-upgrade.
257 [MN00065717]
258 - Only delegate reverse name lookup when we know of a suitable
259 name server. [MN00062867]
260
261 * Fri Jan 21 2005 Charlie Brady <charlieb@e-smith.com>
262 - [0.5.0-01]
263 - Changing version to development stream number - 0.5.0
264
265 * Tue Jan 4 2005 Michael Soulier <msoulier@e-smith.com>
266 - [0.4.0-01]
267 - rolling to stable - 0.4.0
268
269 * Thu Oct 21 2004 Charlie Brady <charlieb@e-smith.com>
270 - [0.3.0-04]
271 - Be sure to remove any left-behind env/FORWARDONLY file. [charlieb MN00045628]
272
273 * Thu Aug 26 2004 Michael Soulier <msoulier@e-smith.com>
274 - [0.3.0-03]
275 - Updated dnscache-conf for last change. [msoulier MN00045628]
276
277 * Thu Aug 26 2004 Michael Soulier <msoulier@e-smith.com>
278 - [0.3.0-02]
279 - Updated to handle FORWARDONLY env var properly, to prevent unwanted requests
280 for recursion. [msoulier MN00045628]
281
282 * Thu Aug 26 2004 Michael Soulier <msoulier@e-smith.com>
283 - [0.3.0-01]
284 - rolling to dev - 0.3.0
285
286 * Wed Aug 27 2003 Michael Soulier <msoulier@e-smith.com>
287 - [0.2.0-05]
288 - Updated the shutdown ordering, and added runlevel 1. [msoulier 9761]
289
290 * Mon Aug 25 2003 Michael Soulier <msoulier@e-smith.com>
291 - [0.2.0-04]
292 - Moved the rc7 symlink creation to createlinks. [msoulier 9761]
293
294 * Mon Aug 25 2003 Michael Soulier <msoulier@e-smith.com>
295 - [0.2.0-03]
296 - Added K* script links for runlevels 0 and 6 for dnscache. [msoulier 9761]
297
298 * Tue Jul 15 2003 Charlie Brady <charlieb@e-smith.com>
299 - [0.2.0-02]
300 - Remove bogus "Requires: supervise-scripts". [charlieb 9448]
301
302 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
303 - [0.2.0-01]
304 - Changing version to stable stream number - 0.2.0
305
306 * Tue Jun 17 2003 Charlie Brady <charlieb@e-smith.com>
307 - [0.1.8-21]
308 - Fix restart of dnscache. [charlieb 8745]
309
310 * Fri Jun 13 2003 Charlie Brady <charlieb@e-smith.com>
311 - [0.1.8-20]
312 - Restart dnscache except after configuration is complete, except for
313 certain events (when dnscache will not be running). [gordonr 6762]
314 - If forwarder is enabled, don't delegate any lookups to local tinydns.
315 [charlieb 9032]
316 - Change Forwarder1 property to Forwarder. Do migration of legacy values here -
317 previously done in fragment in e-smith-base RPM. [charlieb 9032]
318
319 * Fri Jun 6 2003 Charlie Brady <charlieb@e-smith.com>
320 - [0.1.8-19]
321 - Add "down" file so that dnscache does not start until rc7.d script
322 runs. [charlieb 8745]
323
324 * Wed Jun 4 2003 Charlie Brady <charlieb@e-smith.com>
325 - [0.1.8-18]
326 - Use create-system-user in %pre to create required users. [charlieb 6033]
327
328 * Mon Apr 14 2003 Gordon Rowell <gordonr@e-smith.com>
329 - [0.1.8-17]
330 - Add template for servers/@ and handle DNS forwarders [gordonr 8179]
331 - Modify template for env/FORWARDONLY to handle DNS forwarders [gordonr 8179]
332 - Restart dnscache in console-save in case we just changed forwarding
333 policy [gordonr 8179]
334
335 * Mon Apr 7 2003 Charlie Brady <charlieb@e-smith.com>
336 - [0.1.8-16]
337 - Well, it would help if the rc7.d symlink were named correctly. [charlieb 4085]
338
339 * Tue Apr 1 2003 Charlie Brady <charlieb@e-smith.com>
340 - [0.1.8-15]
341 - Add rc7.d script so that dnscache comes up at boot time. [charlieb 4058]
342
343 * Thu Mar 27 2003 Charlie Brady <charlieb@e-smith.com>
344 - [0.1.8-14]
345 - Add/delete dnscache delegations for off-site domains/networks if we
346 know about them. [charlieb 7845]
347
348 * Thu Mar 13 2003 Charlie Brady <charlieb@e-smith.com>
349 - [0.1.8-13]
350 - Add default db fragments to defaults, not default :-) [charlieb 7632]
351
352 * Tue Mar 11 2003 Charlie Brady <charlieb@e-smith.com>
353 - [0.1.8-12]
354 - Add default db fragments, so dnscache is enabled by default.
355 Updated e-smithlib dependency. [charlieb 7632]
356
357 * Thu Jan 30 2003 Charlie Brady <charlieb@e-smith.com>
358 - [0.1.8-11]
359 - Replace Copyright header in spec file with "License: GPL". [charlieb]
360 - Add /etc/resolv.conf template nameserver fragment. Corresponding
361 fragment must be removed from e-smith-base. [charlieb 4058].
362 - Remove debugging print from dnscache-conf. [charlieb 4058]
363 - Add 127.in-addr.arpa file - it is constant. [charlieb 4058]
364
365 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
366 - [0.1.8-10]
367 - Updated address for J.ROOT-SERVERS.NET [gordonr 5530]
368
369 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
370 - [0.1.8-09]
371 - Skip servers/@ in dnscache-conf - the root name servers :-) [gordonr 4058]
372
373 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
374 - [0.1.8-08]
375 - Add service domain delegation [gordonr 4058]
376
377 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
378 - [0.1.8-07]
379 - Delegate domain-remote entries to the server defined in the
380 Server property of that record.
381 - Don't delegate remote subnets to the local nameserver - just
382 skip them for now [gordonr 4058]
383
384 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
385 - [0.1.8-06]
386 - Wrong bug number last time
387 - Standardised log/run script with mailfront/qmail/etc. [gordonr 4058]
388
389 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
390 - [0.1.8-05]
391 - Standardised log/run script with mailfront/qmail/etc. [gordonr 6365]
392
393 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
394 - [0.1.8-04]
395 - Call dnscache-conf in post-{install,upgrade} - we need this running
396 from the start, even if we need to change details after the bootstrap
397 console [gordonr 6365]
398
399 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
400 - [0.1.8-03]
401 - Add missing pipe in genfilelist call so sticky bit preserverved
402 on /var/service/dnscache [gordonr 4058]
403
404 * Tue Dec 3 2002 Charlie Brady <charlieb@e-smith.com>
405 - [0.1.8-02]
406 - Add sticky bit to dnscache service directory, so that svscan starts logging.
407 - Create /service symlink, so that supervise of dnscache is started by svscan.
408 [charlieb 4058]
409
410 * Thu Nov 21 2002 Charlie Brady <charlieb@e-smith.com>
411 - [0.1.8-01]
412 - Rebuild to catch the createlinks update missed by last co2rpm build to 0.1.8
413
414 * Thu Nov 21 2002 Charlie Brady <charlieb@e-smith.com>
415 - [0.1.7-02]
416 - Added root/servers/@ file - we will need to update this some time, as the
417 list recently changed.
418 - Rewrote conf-dnscache to use new DB access classes. Renamed to dnscache-conf.
419 - Add conf-dnscache links to domain-create and domain-delete events.
420 - Use links for acl files and delegation files.
421 - Add code to do local domain delegation (to tinydns).
422 - We currently do lame delegation for local networks reverse lookup. We
423 need to fix this, but currently can't do any better - we don't know any
424 name servers for those reverse domains.
425 - Add sticky bit to dnscache service directory
426 - Hide output of "id" in %pre script.
427 [charlieb 4058]
428
429 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
430 - [0.1.7-01]
431 - RPM rebuild forced by cvsroot2rpm
432
433 * Mon Apr 8 2002 Michael Schwern <schwern@e-smith.com>
434 - [0.1.6-01]
435 - Update access list manipulation to handle arbitrary bitmasks.
436
437 * Wed Mar 13 2002 Charlie Brady <charlieb@e-smith.com>
438 - [0.1.4-01]
439 - Use correct esmith::utils function names for netmask manip stuff
440 - Remove trailing dot from network prefixes before creating access
441 allow files
442
443 * Wed Mar 13 2002 Charlie Brady <charlieb@e-smith.com>
444 - [0.1.3-01]
445 - Allow dnscache/dnslog users to already exist in %pre script
446 - Remove bogus -g args from useradd commands
447 - Update conf-dnscache action script to set up permission to
448 query dnscache
449 - Require supervise-scripts
450
451 * Wed Mar 13 2002 Charlie Brady <charlieb@e-smith.com>
452 - [0.1.2-01]
453 - Create dnscache and dnslog users
454 - Fix path error in conf-dnscache
455 - Create /var/log/dnscache directory with correct ownership
456
457 * Tue Mar 12 2002 Charlie Brady <charlieb@e-smith.com>
458 - [0.1.1-01]
459 - Initial
460
461 %prep
462 %setup
463 %patch1 -p1
464 %patch2 -p1
465 %patch3 -p1
466 %patch4 -p1
467
468 %build
469 perl createlinks
470
471 %pre
472 /sbin/e-smith/create-system-user dnscache 410 \
473 "DNScache user" /var/service/dnscache /bin/false
474 /sbin/e-smith/create-system-user dnslog 411 \
475 "DNS log user" /var/log /bin/false
476
477 %post
478 # Remove any left over env/FORWARDONLY file
479 rm -f /var/service/dnscache/env/FORWARDONLY
480
481 %install
482 rm -rf $RPM_BUILD_ROOT
483 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
484 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
485 --dir /var/service/dnscache 'attr(0755,root,root)' \
486 --dir /var/service/dnscache/log 'attr(0755,root,root)' \
487 --file /var/service/dnscache/run 'attr(0750,root,root)' \
488 --file /var/service/dnscache/dnscache-log.pl 'attr(0750,root,root)' \
489 --file /var/service/dnscache/log/run 'attr(0750,root,root)' \
490 --dir /var/log/dnscache 'attr(02755,dnslog,dnslog)' \
491 --dir /var/log/dnscache.forwarder 'attr(02755,dnslog,dnslog)' \
492 --file /var/service/dnscache.forwarder/run 'attr(0750,root,root)' \
493 --file /var/service/dnscache.forwarder/log/run 'attr(0750,root,root)' \
494 > %{name}-%{version}-%{release}-filelist
495 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
496
497 %clean
498 rm -rf $RPM_BUILD_ROOT
499
500 %files -f %{name}-%{version}-%{release}-filelist
501 %defattr(-,root,root)

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