1 |
slords |
1.1 |
# $Id: e-smith-pptpd.spec,v 1.6 2010/03/05 20:07:37 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.4.0 |
7 |
|
|
%define release 1 |
8 |
|
|
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: Networking/Daemons |
12 |
|
|
Source: %{name}-%{version}.tar.xz |
13 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
|
|
Requires: e-smith-base >= 4.13.16-27 |
15 |
|
|
Requires: pptpd |
16 |
|
|
Obsoletes: kmod-ppp |
17 |
|
|
Obsoletes: kmod-ppp-smp |
18 |
|
|
Obsoletes: kmod-ppp-xenU |
19 |
|
|
Obsoletes: kernel-module-ppp |
20 |
|
|
Obsoletes: kernel-smp-module-ppp |
21 |
|
|
Requires: e-smith-lib >= 1.15.1-16 |
22 |
|
|
Requires: e-smith-packetfilter >= 1.13.0-22 |
23 |
|
|
Requires: e-smith-radiusd |
24 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
25 |
|
|
BuildArchitectures: noarch |
26 |
|
|
|
27 |
|
|
%description |
28 |
|
|
e-smith server and gateway - configure inbound PPTP VPN access |
29 |
|
|
|
30 |
|
|
%changelog |
31 |
|
|
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
32 |
|
|
- Roll new stream for sme9 |
33 |
|
|
|
34 |
|
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
35 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
36 |
|
|
|
37 |
|
|
* Sat Aug 09 2008 Gavin Weight <gweight@gmail.com> 1.12.0-13 |
38 |
|
|
- Remove the Requires kernel =>2.4 line. [SME: 4483] |
39 |
|
|
|
40 |
|
|
* Wed May 21 2008 Shad L. Lords <slords@mail.com> 1.12.0-12 |
41 |
|
|
- Move mtu/mru settings to database [SME: 549] |
42 |
|
|
|
43 |
|
|
* Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 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 |
|
|
|
610 |
|
|
%build |
611 |
|
|
perl createlinks |
612 |
|
|
|
613 |
|
|
%install |
614 |
|
|
rm -rf $RPM_BUILD_ROOT |
615 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
616 |
|
|
rm -f %{name}-%{version}-%{release}-filelist |
617 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
618 |
|
|
--dir /var/service/pptpd 'attr(01755,root,root)' \ |
619 |
|
|
--file /var/service/pptpd/down 'attr(0644,root,root)' \ |
620 |
|
|
--file /var/service/pptpd/run 'attr(0755,root,root)' \ |
621 |
|
|
--dir /var/service/pptpd/log 'attr(0755,root,root)' \ |
622 |
|
|
--dir /var/service/pptpd/log/supervise 'attr(0700,root,root)' \ |
623 |
|
|
--dir /var/service/pptpd/supervise 'attr(0700,root,root)' \ |
624 |
|
|
--file /var/service/pptpd/log/run 'attr(0755,root,root)' \ |
625 |
|
|
--dir /var/log/pptpd 'attr(2750,smelog,smelog)' \ |
626 |
|
|
> %{name}-%{version}-%{release}-filelist |
627 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
628 |
|
|
|
629 |
|
|
%clean |
630 |
|
|
rm -rf $RPM_BUILD_ROOT |
631 |
|
|
|
632 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
633 |
|
|
%defattr(-,root,root) |