/[smeserver]/rpms/e-smith-pptpd/sme7/e-smith-pptpd.spec
ViewVC logotype

Annotation of /rpms/e-smith-pptpd/sme7/e-smith-pptpd.spec

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 15:59:49 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-pptpd-1_12_0-10_el4_sme
Import on branch sme7 of package e-smith-pptpd-1.12.0-10.el4.sme.src.rpm

1 slords 1.1 Summary: e-smith server and gateway - configure PPTP inbound VPN
2     %define name e-smith-pptpd
3     Name: %{name}
4     %define version 1.12.0
5     %define release 10
6     Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Group: Networking/Daemons
10     Source: %{name}-%{version}.tar.gz
11     Patch0: e-smith-pptpd-1.12.0-misc.patch
12     Patch1: e-smith-pptpd-1.12.0-debug.patch
13     Patch2: e-smith-pptpd-1.12.0-emptyinter.patch
14     Patch3: e-smith-pptpd-1.12.0-dhcpd.conf_perms.patch
15     Patch4: e-smith-pptpd-1.12.0-pptpd_perms.patch
16     Patch5: e-smith-pptpd-1.12.0-dhcpd_perms.patch
17     Patch6: e-smith-pptpd-1.12.0-fix_vpn_timeouts.patch
18     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19     Requires: e-smith-base >= 4.13.16-27
20     Requires: pptpd
21     %if "%{?rhel}" == "5"
22     # Kernel modules now included in kernel
23     Obsoletes: kmod-ppp
24     Obsoletes: kmod-ppp-smp
25     Obsoletes: kmod-ppp-xenU
26     %else
27     Requires: ppp-kmod
28     %endif
29     Obsoletes: kernel-module-ppp
30     Obsoletes: kernel-smp-module-ppp
31     Requires: kernel => 2.4
32     Requires: e-smith-lib >= 1.15.1-16
33     Requires: e-smith-packetfilter >= 1.13.0-22
34     Requires: e-smith-radiusd
35     BuildRequires: e-smith-devtools >= 1.13.1-03
36     BuildArchitectures: noarch
37    
38     %description
39     e-smith server and gateway - configure inbound PPTP VPN access
40    
41     %changelog
42     * Sun Jun 03 2007 Gavin Weight <gweight@gmail.com> 1.12.0-10
43     - Fix VPN Timeout issue. [SME: 3001]
44    
45     * Wed May 9 2007 Shad L. Lords <slords@mail.com> 1.12.0-9
46     - Updates to support SME Server 8
47    
48     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
49     - Clean up spec so package can be built by koji/plague
50    
51     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-8
52     - Remove dhcpd metadata file. Should be in e-smith-base [SME: 2715]
53    
54     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-7
55     - Fix perms on pptpd.conf and options file [SME: 2717]
56    
57     * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 1.12.0-6
58     - Fix interface-access script to remove warnings [SME: 2244]
59    
60     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
61     - Update to new release naming. No functional changes.
62     - Make Packager generic
63    
64     * Sat Dec 02 2006 Shad L. Lords <slords@mail.com> 1.12.0-04
65     - Update requires to reflect new kernel module format
66    
67     * Sun Apr 9 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-03
68     - Make pptpd debug logging depend on $pptpd{debug}. [SME: 1224]
69    
70     * Tue Mar 21 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-02
71     - Purge Interfaces property of pptpd record on bootup. [SME: 1073]
72     - Remove multilink setting from pppd configuration used by pptpd. Add
73     LCP timeout processing to autodisconnect stale links. [SME: 1064]
74     - Control "passive" setting by db property - enabled by default. [SME: 1064]
75    
76     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
77     - Roll stable stream version. [SME: 1016]
78    
79     * Wed Mar 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-22
80     - Add 'passive' option to /etc/ppp/options.pptpd [SME: 160]
81    
82     * Wed Feb 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-21
83     - Dynamically calculate remote IP address range - dhcpd.conf won't
84     necessarily be expanded before pptpd.conf, so we can't depend on
85     a side effect. [SME: 797]
86    
87     * Sun Feb 12 2006 Charlie Brady <charlieb@e-smith.com> 1.11.0-20
88     - Resolve some duplication of files included in e-smith-base.
89     [SME: 752]
90    
91     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-19
92     - Bump release number only
93    
94     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
95     - [1.11.0-18]
96     - Add Requires headers for kernel module RPMs, to ensure that module RPMs are
97     added during install/upgrade.
98    
99     * Wed Jul 27 2005 Shad L. Lords <slords@mail.com>
100     - [1.11.0-17]
101     - Add noipparam parameter so that ppp gets called correctly [SF: 1228376]
102     - Move masq fragment from template to db [SF: 1241414]
103     - Default sessions to 0 like web panel
104    
105     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
106     - [1.11.0-16]
107     - Patch from Shad. Remove modprobe of ppp_generic (unnecessary). [SF: 1225995]
108    
109     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
110     - [1.11.0-15]
111     - Various options.pptpd config changes to support radius auth. [SF: 1225995]
112     - Ensure that ppp_generic module is loaded before running pptpd. [SF: 1225995]
113    
114     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
115     - [1.11.0-14]
116     - Add rc7.d startup symlink for pptpd. [SF: 1215401]
117     - Add Requires: e-smith-radiusd [SF: 1215401]
118    
119     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
120     - [1.11.0-13]
121     - Add missing radius plugin template fragment. [SF: 1215401]
122    
123     * Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com>
124     - [1.11.0-12]
125     - Use radius plugin to access NT hash passwords and obsolete
126     domain strip option. [SF: 1215401]
127    
128     * Tue Mar 15 2005 Charlie Brady <charlieb@e-smith.com>
129     - [1.11.0-11]
130     - Fix path problem in adjust-services action symlinks. [MN00065576]
131     - Remove explicit links to implicit actions.
132    
133     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
134     - [1.11.0-10]
135     - Fix more breakage in use of generic_template_expand action. [MN00064130]
136    
137     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
138     - [1.11.0-09]
139     - Obsolete pptpd-restart by use of generic adjust-services action.
140     [MN00065576]
141    
142     * Thu Jan 20 2005 Charlie Brady <charlieb@e-smith.com>
143     - [1.11.0-08]
144     - Fix some breakage in use of generic_template_expand action. [MN00064130]
145    
146     * Wed Jan 19 2005 Charlie Brady <charlieb@e-smith.com>
147     - [1.11.0-07]
148     - Use generic_template_expand action in place of pptpd-conf.
149     [MN00064130]
150    
151     * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
152     - [1.11.0-06]
153     - Clean BuildRequires. [charlieb MN00043055]
154    
155     * Mon Jan 19 2004 Michael Soulier <msoulier@e-smith.com>
156     - [1.11.0-05]
157     - Made pptpd-restart pptpd status aware. [msoulier 4502]
158    
159     * Mon Jan 19 2004 Michael Soulier <msoulier@e-smith.com>
160     - [1.11.0-04]
161     - Updated pptpd-restart. [msoulier 4502]
162    
163     * Mon Jan 19 2004 Michael Soulier <msoulier@e-smith.com>
164     - [1.11.0-03]
165     - Removing old inittab fragment. [msoulier 4502]
166    
167     * Mon Jan 19 2004 Michael Soulier <msoulier@e-smith.com>
168     - [1.11.0-02]
169     - Adding supervision of pptpd. [msoulier 4502]
170    
171     * Mon Jan 19 2004 Michael Soulier <msoulier@e-smith.com>
172     - [1.11.0-01]
173     - rolling to dev - 1.11.0
174    
175     * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
176     - [1.10.0-02]
177     - Denylog inbound GRE unless pptpd is enabled. This allows
178     masquerade to work better. [charlieb 9249]
179    
180     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
181     - [1.10.0-01]
182     - Changing version to stable stream number - 1.10.0
183    
184     * Wed Jun 18 2003 Charlie Brady <charlieb@e-smith.com>
185     - [1.9.0-24]
186     - Enable ppp multilink, to help Win XP PPTP reliability [charlieb 9059]
187    
188     * Wed Jun 18 2003 Charlie Brady <charlieb@e-smith.com>
189     - [1.9.0-23]
190     - Back out last change; it's required for address pool sharing. [charlieb 8874]
191    
192     * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
193     - [1.9.0-22]
194     - Don't expand /etc/dhcpd.conf here - let the run script do it [gordonr 8883]
195    
196     * Tue Jun 10 2003 Tony Clayton <apc@e-smith.com>
197     - [1.9.0-21]
198     - Fix pptpd.conf/remoteip fragment to use new StartIP property [tonyc 8883]
199    
200     * Fri Jun 6 2003 Charlie Brady <charlieb@e-smith.com>
201     - [1.9.0-20]
202     - Fix runtime errors in last change, and add comment. [charlieb 8951]
203    
204     * Fri Jun 6 2003 Charlie Brady <charlieb@e-smith.com>
205     - [1.9.0-19]
206     - Use esmith::ConfigDB::wins_server method to determine correct
207     wins server. [charlieb 8951]
208    
209     * Tue Jun 3 2003 Charlie Brady <charlieb@e-smith.com>
210     - [1.9.0-18]
211     - Fix arithmetic in last change. [charlieb 8883]
212    
213     * Tue Jun 3 2003 Charlie Brady <charlieb@e-smith.com>
214     - [1.9.0-17]
215     - Add comment to dhcpd.conf to show which addresses have been
216     "borrowed". Remove template fragment which generates static IP definitions
217     for pptpd "hostnames" (these aren't useful). [charlieb 8883]
218    
219     * Tue Jun 3 2003 Charlie Brady <charlieb@e-smith.com>
220     - [1.9.0-16]
221     - Convert pptpd-conf script to use esmith::ConfigDB and remove use of
222     deprecated CONFREF.
223     - Expand dhcpd.conf in pptpd-conf script, to ensure that address range
224     is configured. [charlieb 8883]
225    
226     * Tue Jun 3 2003 Charlie Brady <charlieb@e-smith.com>
227     - [1.9.0-15]
228     - Improve explicit subtraction of pptpd addresses from DHCP range. [charlieb 8883]
229    
230     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
231     - [1.9.0-14]
232     - Relocate chap-secrets fragment to e-smith-base [gordonr 8747]
233    
234     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
235     - [1.9.0-13]
236     - Relocate /etc/smbpasswd to /etc/samba/smbpasswd [gordonr 8747]
237    
238     * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
239     - [1.9.0-12]
240     - Removed processing of /etc/ppp/chap-secrets, now done in ppp-conf-users [gordonr 8849]
241     - Removed creation of pptpd record - defaults fragments exist [gordonr 8849]
242    
243     * Fri May 23 2003 Gordon Rowell <gordonr@e-smith.com>
244     - [1.9.0-11]
245     - Fixed createlinks [gordonr 4847]
246    
247     * Fri May 23 2003 Gordon Rowell <gordonr@e-smith.com>
248     - [1.9.0-10]
249     - Reconfigure pptp in user-modify-admin [gordonr 4847]
250    
251     * Fri May 23 2003 Gordon Rowell <gordonr@e-smith.com>
252     - [1.9.0-09]
253     - Rewrote chap-secrets fragment with new DB interface [gordonr 4847]
254     - Use VPNClientAccess instead of PPTPAccess [gordonr 4847]
255    
256     * Tue May 13 2003 Charlie Brady <charlieb@e-smith.com>
257     - [1.9.0-08]
258     - Skip users unless PPTPAccess property of user is "yes". We don't want the
259     no/disabled ambiguity. [charlieb 4847]
260    
261     * Tue May 6 2003 Mark Knox <markk@e-smith.com>
262     - [1.9.0-07]
263     - Call pptpd-conf in user-modify as well as create & delete [markk 4847]
264     - Skip users with PPTPAccess of 'off' or 'disabled' [markk 4847]
265    
266     * Thu May 1 2003 Michael Soulier <msoulier@e-smith.com>
267     - [1.9.0-06]
268     - Added conf-masq and adjust-masq to ip-up.pptpd and ip-down events.
269     [msoulier 7695]
270    
271     * Thu May 1 2003 Michael Soulier <msoulier@e-smith.com>
272     - [1.9.0-05]
273     - Fixed lack of /etc/ppp/ip-down.local file. [msoulier 7695]
274     - Removed iptables code from pptp-interface-access. It now sets an Interfaces
275     parameter in the pptpd record. [msoulier 7695]
276     - Updated requirements. [msoulier 7695]
277    
278     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
279     - [1.9.0-04]
280     - Deleted ./etc/pptpd.conf/template-begin [lijied 3295]
281    
282     * Tue Mar 11 2003 Charlie Brady <charlieb@e-smith.com>
283     - [1.9.0-03]
284     - Don't create links to obsoleted pptpd-conf-startup in createlinks.
285     [charlieb 7526]
286    
287     * Fri Mar 7 2003 Charlie Brady <charlieb@e-smith.com>
288     - [1.9.0-02]
289     - Gracefully handle undefined "sessions" property in hosts.allow fragment
290     [charlieb 5650]
291     - Move some db initiatisation into defaults directory fragments.
292     [charlieb 7526]
293    
294     * Fri Mar 7 2003 Charlie Brady <charlieb@e-smith.com>
295     - [1.9.0-01]
296     - Roll to development stream to 1.9.0
297    
298     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
299     - [1.8.0-01]
300     - Roll to maintained version number to 1.8.0
301    
302     * Thu Oct 3 2002 Charlie Brady <charlieb@e-smith.com>
303     - [1.7.0-06]
304     - Fix buglet in debug template fragment. [charlieb 4278]
305    
306     * Thu Oct 3 2002 Charlie Brady <charlieb@e-smith.com>
307     - [1.7.0-05]
308     - Add hosts.allow template fragment (for new wrappers enabled pptpd)
309     [charlieb 4278]
310     - Update /etc/ppp/options.pptpd template to match options available
311     with CVS version of pppd. Add property driven debug fragment
312     while we are at it [charlieb 4278]
313    
314     * Wed Oct 2 2002 Charlie Brady <charlieb@e-smith.com>
315     - [1.7.0-04]
316     - Remove listen directive - all interfaces is the default, and new
317     pptpd segfaults on "listen 0.0.0.0". [charlieb 4797]
318    
319     * Tue Sep 17 2002 Gordon Rowell <gordonr@e-smith.com>
320     - [1.7.0-03]
321     - Force re-tag of file from 1.7.0-02 [gordonr 4797]
322    
323     * Mon Sep 16 2002 Gordon Rowell <gordonr@e-smith.com>
324     - [1.7.0-02]
325     - Listen on all interfaces to avoid race condition with external
326     interface configuration [gordonr 4797]
327    
328     * Mon Sep 16 2002 Gordon Rowell <gordonr@e-smith.com>
329     - [1.7.0-01]
330     - Forced version update by co2rpm to 1.7.0
331     - Bumped version number - this is a development stream [gordonr 4501]
332    
333     * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
334     - [1.6.6-04]
335     - Fix destination address verification rules of gre-in rules. [charlieb 4501]
336    
337     * Wed Sep 11 2002 Charlie Brady <charlieb@e-smith.com>
338     - [1.6.6-03]
339     - Add nomppe-40 option to prevent use of 40 bit encryption [charlieb 4278]
340    
341     * Wed Sep 11 2002 Charlie Brady <charlieb@e-smith.com>
342     - [1.6.6-02]
343     - Roll back all PPP options changes so that we can use orig pppd binary.
344     [charlieb 4278]
345    
346     * Wed Aug 28 2002 Charlie Brady <charlieb@e-smith.com>
347     - [1.6.6-01]
348     - Add action script to enable/disable unrestricted traffic on
349     an interface when PPTP comes up/goes down. [charlieb 4501]
350    
351     * Wed Aug 28 2002 Charlie Brady <charlieb@e-smith.com>
352     - [1.6.5-01]
353     - Change allow_tcp_in calling sequence, to facilitate non-disruptive
354     change. [charlieb 4501]
355     - Add GRE rules which are run-time switchable [charlieb 4501]
356    
357     * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
358     - [1.5.5-01]
359     - Use allow_tcp_in() function in masq template fragment. [charlieb 4499]
360    
361     * Wed Jul 31 2002 Charlie Brady <charlieb@e-smith.com>
362     - [1.5.4-01]
363     - Fix a few errors in the pptp PPP configuration. [charlieb 4278]
364    
365     * Thu Jul 25 2002 Charlie Brady <charlieb@e-smith.com>
366     - [1.5.3-01]
367     - Use mschap and mppe configuration directives compatible with the latest
368     pppd (from CVS). [charlieb 4278]
369    
370     * Tue Jul 23 2002 Charlie Brady <charlieb@e-smith.com>
371     - [1.5.2-01]
372     - Fix iptables usage - on OUTPUT chain, now use -o interface_name, not
373     -i interface_name. [charlieb 1268]
374    
375     * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
376     - [1.5.1-01]
377     - Change masq script fragment to use iptables. [charlieb 1268]
378    
379     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
380     - [1.5.0-01]
381     - Changing version to development stream number - 1.5.0
382    
383     * Mon May 27 2002 Charlie Brady <charlieb@e-smith.com>
384     - [1.4.5-01]
385     - Include pptpd-conf action in workgroup-update event, so that WINS setting is
386     added/deleted if required. [charlieb 3602]
387    
388     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
389     - [1.4.4-01]
390     - RPM rebuild forced by cvsroot2rpm
391    
392     * Wed May 22 2002 Charlie Brady <charlieb@e-smith.com>
393     - [1.4.3-01]
394     - Grab samba domain master setting from smb service, not from SambaDomainMaster.
395     [charlieb 3160]
396    
397     * Sat May 18 2002 Charlie Brady <charlieb@e-smith.com>
398     - [1.4.2-01]
399     - Add missing bootstrap-console-save event directory.
400    
401     * Sat May 18 2002 Charlie Brady <charlieb@e-smith.com>
402     - [1.4.1-01]
403     - Test build to verify CVS conversion.
404    
405     * Tue Dec 11 2001 Charlie Brady <charlieb@e-smith.com>
406     - [1.4.0-01]
407     - rollRPM: Rolled version number to 1.4.0-01. Includes patches up to 1.3.0-02.
408    
409     * Tue Dec 11 2001 Charlie Brady <charlieb@e-smith.com>
410     - [1.3.0-02]
411     - Fix pptpd-restart so that it won't log FAILED when it tries to shut down
412     a pptpd which is not running.
413    
414     * Mon Nov 12 2001 Charlie Brady <charlieb@e-smith.com>
415     - [1.3.0-01]
416     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-09.
417    
418     * Thu Oct 25 2001 Charlie Brady <charlieb@e-smith.com>
419     - [1.2.0-09]
420     - Add conf action to bootstrap-console-save event
421    
422     * Fri Aug 17 2001 gordonr
423     - [1.2.0-08]
424     - Autorebuild by rebuildRPM
425    
426     * Mon Jul 30 2001 Gordon Rowell <gordonr@e-smith.com>
427     - [1.2.0-07]
428     - Don't check for /var/lock/subsys/pptpd - pptp is managed by init
429     and this lock file will not always be created
430    
431     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
432     - [1.2.0-06]
433     - Including GPL license with package
434    
435     * Sat Apr 28 2001 Charlie Brady <charlieb@e-smith.com>
436     - [1.2.0-05]
437     - Only advertise WINS address if configured as Samba Domain Master.
438    
439     * Tue Apr 24 2001 Charlie Brady <charlieb@e-smith.com>
440     - [1.2.0-04]
441     - Fix problem in dhcpd.conf template with non C class addresses.
442    
443     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
444     - [1.2.0-03]
445     - Rolling release number for GPG signing.
446    
447     * Thu Jan 25 2001 Charlie Brady <charlieb@e-smith.com>
448     - [1.2.0-02]
449     - Add "ipparam pptpd" to ppp options file.
450     - Remove obsolete post-restore event.
451     - Removed %postun script.
452    
453     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
454     - [1.2.0-01]
455     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-29.
456    
457    
458     * Thu Jan 18 2001 Gordon Rowell <gordonr@e-smith.com>
459     - [1.1.0-29]
460     - Allow admin to use PPTP
461    
462     * Fri Jan 12 2001 Gordon Rowell <gordonr@e-smith.com>
463     - [1.1.0-28]
464     - Users now have a property of PPTPAccess - defaults to allowed
465     Set to "off" to disable individual user access to PPTP
466    
467     * Fri Jan 12 2001 Gordon Rowell <gordonr@e-smith.com>
468     - [1.1.0-27]
469     - Backed out serviceControl() - it doesn't handle non-initscript startup yet
470    
471     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
472     - [1.1.0-26]
473     - Fix call to serviceControl()
474    
475     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
476     - [1.1.0-25]
477     - Use serviceControl()
478    
479     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
480     - [1.1.0-24]
481     - Check pptpd status is defined in masq template
482    
483     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
484     - [1.1.0-23]
485     - Set listenip to $LocalIP in serveronly mode - thanks Karl Ponsonby
486    
487     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
488     - [1.1.0-22]
489     - Explictly list users in chap-secrets, but only if their password is set
490    
491     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
492     - [1.1.0-21]
493     - Added /etc/ppp/ip-up.local
494    
495     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
496     - [1.1.0-20]
497     - /etc/ppp/chap-secrets is required for pptp
498    
499     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
500     - [1.1.0-19]
501     - Fixed remoteip calculation - missing pptpd/sessions
502    
503     * Sun Jan 07 2001 Charlie Brady <charlieb@e-smith.com>
504     - [1.1.0-18]
505     - Fix remote address calculation in /etc/pptpd.conf
506     - Disable deflate and bsdcomp in PPP config - can't combine compression
507     protocols successfully yet.
508    
509     * Sat Jan 06 2001 Charlie Brady <charlieb@e-smith.com>
510     - [1.1.0-17]
511     - Only run %postun script if in runlevel 7
512    
513     * Sat Jan 06 2001 Charlie Brady <charlieb@e-smith.com>
514     - [1.1.0-16]
515     - Adjust pptpd configuration to force mppe
516     - Add chap secrets fragment to look up passwords in smbpasswd file
517    
518     * Mon Dec 18 2000 Gordon Rowell <gordonr@e-smith.com>
519     - [1.1.0-15]
520     - Allow packets to traverse PPTPD interfaces :-)
521    
522     * Thu Dec 14 2000 Gordon Rowell <gordonr@e-smith.com>
523     - [1.1.0-14]
524     - Added pptpd-restart action, and called this and pptpd-conf in ip-change event
525    
526     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
527     - [1.1.0-13]
528     - Guard dhcpd.conf fragment in case pptpd is disabled
529    
530     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
531     - [1.1.0-12]
532     - use emsith::db in pptpd-conf
533    
534     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
535     - [1.1.0-11]
536     - Added pptpd-conf into remoteaccess-update
537    
538     - [1.1.0-10]
539     - Added pptpd-conf-startup to initialise services entry
540     - Renamed conf-pptpd -> pptpd-conf
541    
542     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
543     - [1.1.0-9]
544     - Made output format consistent other fragments
545    
546     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
547     - [1.1.0-8]
548     - Removed closing semi-colon and comment from dhcpd output
549    
550     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
551     - [1.1.0-7]
552     - Changed to use single option "sessions" instead of ipstart/ipend
553     - Steal addresses from dhcpd range
554    
555     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
556     - [1.1.0-6]
557     - Added GRE/PPTP packet filter fragment
558     - Used range specification for remoteip list
559    
560     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
561     - [1.1.0-5]
562     - Fixed generation of remoteip list
563    
564     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
565     - [1.1.0-4]
566     - Run at run level 7
567     - Revised generation of remoteip list - range format is strange...
568    
569     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
570     - [1.1.0-3]
571     - Removed comments from output files
572     - Fixed remoteip generation
573     - Removed speed.orig file
574    
575     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
576     - [1.1.0-2]
577     - Fixed inittab fragment
578    
579     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
580     - [1.1.0-1]
581     - Rolled version and tarball, including patches to 0.1-4
582    
583     * Tue Dec 12 2000 Charlie Brady <charlieb@e-smith.com>
584     - Remove .orig file
585     - Add service configuration database data for pptpd.
586     - Add configuration event to post-restore.
587    
588     * Mon Nov 13 2000 Charlie Brady <charlieb@e-smith.com>
589     - Strip comments from /etc/pptpd.conf file - they are still in
590     the templates
591     - Remove %postun section
592    
593     * Mon Nov 13 2000 Charlie Brady <charlieb@e-smith.com>
594     - Change "name" to $SystemName rather than Samba Workgroup
595     - Add domain setting.
596    
597     * Mon Nov 13 2000 Charlie Brady <charlieb@e-smith.com>
598     - Be more verbose in pptpd.conf templates
599    
600     * Mon Nov 13 2000 Charlie Brady <charlieb@e-smith.com>
601     - initial
602    
603     %prep
604     %setup
605     %patch0 -p1
606     %patch1 -p1
607     %patch2 -p1
608     %patch3 -p1
609     %patch4 -p1
610     %patch5 -p1
611     %patch6 -p1
612    
613     %build
614     for i in console-save \
615     post-install \
616     post-upgrade \
617     bootstrap-console-save \
618     ip-up.pptpd \
619     ip-down \
620     ip-change \
621     workgroup-update \
622     remoteaccess-update \
623     password-modify \
624     user-create \
625     user-modify \
626     user-delete
627     do
628     mkdir -p root/etc/e-smith/events/$i
629     done
630     perl createlinks
631     # Manage supervise and multilog.
632     mkdir -p root/service
633     ln -s ../var/service/pptpd root/service/pptpd
634     mkdir -p root/var/service/pptpd/supervise
635     touch root/var/service/pptpd/down
636     mkdir -p root/var/service/pptpd/log/supervise
637     mkdir -p root/var/log/pptpd
638    
639     %install
640     rm -rf $RPM_BUILD_ROOT
641     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
642     rm -f %{name}-%{version}-%{release}-filelist
643     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
644     --dir /var/service/pptpd 'attr(01755,root,root)' \
645     --file /var/service/pptpd/down 'attr(0644,root,root)' \
646     --file /var/service/pptpd/run 'attr(0755,root,root)' \
647     --dir /var/service/pptpd/log 'attr(0755,root,root)' \
648     --dir /var/service/pptpd/log/supervise 'attr(0700,root,root)' \
649     --dir /var/service/pptpd/supervise 'attr(0700,root,root)' \
650     --file /var/service/pptpd/log/run 'attr(0755,root,root)' \
651     --dir /var/log/pptpd 'attr(2750,smelog,smelog)' \
652     > %{name}-%{version}-%{release}-filelist
653     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
654    
655     %postun
656    
657     %clean
658     rm -rf $RPM_BUILD_ROOT
659    
660     %files -f %{name}-%{version}-%{release}-filelist
661     %defattr(-,root,root)

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