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

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

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


Revision 1.3 - (hide annotations) (download)
Wed May 21 13:53:07 2008 UTC (16 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-pptpd-1_12_0-12_el5_sme
Changes since 1.2: +6 -1 lines
* Wed May 21 2008 Shad L. Lords <slords@lordsfam.net> 1.12.0-12
- Move mtu/mru settings to database [SME: 549]

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

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