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

Contents 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.2 - (show annotations) (download)
Sat Jan 12 21:04:07 2008 UTC (16 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-pptpd-1_12_0-11_el4_sme
Changes since 1.1: +7 -2 lines
Updates

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

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