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

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

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