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