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

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

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


Revision 1.3 - (hide annotations) (download)
Wed Jun 27 18:30:33 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-portforwarding-1_2_0-4_el5_sme
Changes since 1.2: +12 -1 lines
Updates

1 slords 1.1 Summary: portforwarding panel for SME Server
2     %define name e-smith-portforwarding
3     Name: %{name}
4     %define version 1.2.0
5 slords 1.3 %define release 4
6 slords 1.1 Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Group: Networking/Daemons
10     Source: %{name}-%{version}.tar.gz
11 slords 1.2 Patch0: e-smith-portforwarding-1.2.0-migratedb.patch
12 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
13     BuildArchitectures: noarch
14     Requires: e-smith-base
15     Requires: e-smith-packetfilter >= 1.13.0-13
16     Requires: e-smith-lib >= 1.15.1-19
17     BuildRequires: e-smith-devtools >= 1.13.1-03
18     Obsoletes: e-smith-ipportfw dmc-mitel-portforwarding
19     AutoReqProv: no
20    
21     %description
22     Adds a Port Forwarding panel to the SME server-manager.
23    
24     %changelog
25 slords 1.3 * Wed Jun 26 2007 Shad L. Lords <slords@mail.com> 1.2.0-4
26     - Ensure portforwarding dbs exists [SME: 54]
27    
28 slords 1.2 * Tue Jun 26 2007 Shad L. Lords <slords@mail.com> 1.2.0-3
29     - Migrate portforwarding to own databases [SME: 54]
30    
31 slords 1.1 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
32     - Clean up spec so package can be built by koji/plague
33    
34     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
35     - Update to new release naming. No functional changes.
36     - Make Packager generic
37    
38     * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-01
39     - Roll stable stream version. [SME: 1016]
40    
41     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-02
42     - Bump release number only
43    
44     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
45     - [1.1.2-01]
46     - Remove L10Ns from base packages [SF: 1309520]
47    
48     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
49     - [1.1.1-01]
50     - New dev stream before relocating L10Ns
51    
52     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
53     - [1.1.0-13]
54     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
55    
56     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
57     - [1.1.0-12]
58     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
59    
60     * Thu Jul 14 2005 Charlie Brady <charlieb@e-smith.com>
61     - [1.1.0-11]
62     - Fix an expression precedence problem with UDP portforwarding. [SF: 1237913]
63    
64     * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
65     - [1.1.0-10]
66     - Fix UDP portforwarding. [SF: 1234630]
67    
68     * Sat Mar 19 2005 Charlie Brady <charlieb@e-smith.com>
69     - [1.1.0-09]
70     - Fix typo in createlinks.
71    
72     * Fri Mar 18 2005 Charlie Brady <charlieb@e-smith.com>
73     - [1.1.0-08]
74     - Add fr and es localisations for new text.
75    
76     * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
77     - [1.1.0-07]
78     - Display text to indicate that portforwarding isn't available in
79     serveronly mode.
80     - Create new portforwarding-update event, as remoteaccess-update
81     is rather heavyweight. use generic_template_expand and
82     adjust-services. [MN00064130, MN00065576]
83     - Fix some run-time probs with Gordon's contributed patch.
84    
85     * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
86     - [1.1.0-06]
87     - Patch provided by Gordon to allow portforwarding to "localhost".
88    
89     * Wed May 5 2004 Michael Soulier <msoulier@e-smith.com>
90     - [1.1.0-05]
91     - Now detecting serveronly mode, and disabling the ability to add
92     portforwarding rules while in that state. [msoulier MN00025609]
93    
94     * Wed Dec 3 2003 Michael Soulier <msoulier@e-smith.com>
95     - [1.1.0-04]
96     - Added French and Spanish translations of new lexicon. [msoulier 10203]
97    
98     * Wed Dec 3 2003 Michael Soulier <msoulier@e-smith.com>
99     - [1.1.0-03]
100     - Refactored 91adjustPortForward to remove duplicate code. [msoulier 10203]
101     - Added code to properly handle portforwarding to the external interface.
102     Forwarding to localhost or the private interface is now explicitly blocked.
103     [msoulier 10203]
104    
105     * Mon Oct 20 2003 Michael Soulier <msoulier@e-smith.com>
106     - [1.1.0-02]
107     - Added better validation on the sort port to prevent conflicting rules.
108     [msoulier 9262]
109    
110     * Fri Oct 17 2003 Michael Soulier <msoulier@e-smith.com>
111     - [1.1.0-01]
112     - forcing to dev stream - 1.1.0
113    
114     * Fri Oct 17 2003 Michael Soulier <msoulier@e-smith.com>
115     - [0.2.0-03]
116     - Fixed summaries so that the styling is now 6.0. [msoulier 9306]
117    
118     * Thu Aug 28 2003 Charlie Brady <charlieb@e-smith.com>
119     - [0.2.0-02]
120     - Fix typo in masq fragment which prevented forwarding of UDP.
121     [charlieb 9859]
122    
123     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
124     - [0.2.0-01]
125     - Changing version to stable stream number - 0.2.0
126    
127     * Tue Jun 24 2003 Gordon Rowell <gordonr@e-smith.com>
128     - [0.1.1-20]
129     - Wording update on main page [gordonr 9101]
130    
131     * Fri Jun 20 2003 Michael Soulier <msoulier@e-smith.com>
132     - [0.1.1-19]
133     - Revert to previous version. [msoulier 8803]
134    
135     * Wed Jun 11 2003 Charlie Brady <charlieb@e-smith.com>
136     - [0.1.1-18]
137     - Redo (simplify) some of the code in the portforwarding panel, and make
138     destination port explicit if not specified. [charlieb 8803]
139    
140     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
141     - [0.1.1-17]
142     - Add Spanish lexicon for portfowarding [lijied 3793]
143    
144     * Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com>
145     - [0.1.1-16]
146     - Removed colons on the label where necessary [lijied 7950]
147    
148     * Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com>
149     - [0.1.1-15]
150     - Modified button Apply to Add [lijied 7921]
151    
152     * Tue Apr 8 2003 Lijie Deng <lijied@e-smith.com>
153     - [0.1.1-14]
154     - Added French translation for "Misuse of feature...." [lijied 8072]
155    
156     * Tue Apr 8 2003 Michael Soulier <msoulier@e-smith.com>
157     - [0.1.1-13]
158     - Fixed lack of buttons on summary page. [msoulier 8089]
159    
160     * Mon Apr 7 2003 Michael Soulier <msoulier@e-smith.com>
161     - [0.1.1-12]
162     - Inserting PortForwarding chain as first entry in the PREROUTING chain.
163     [msoulier 8089]
164    
165     * Fri Apr 4 2003 Lijie Deng <lijied@e-smith.com>
166     - [0.1.1-11]
167     - Change $q->table to $q->start_table where necessary [lijied 8034]
168    
169     * Fri Apr 4 2003 Gordon Rowell <gordonr@e-smith.com>
170     - [0.1.1-10]
171     - Text revision on panel [gordonr 8072]
172    
173     * Thu Apr 3 2003 Tony Clayton <apc@e-smith.com>
174     - [0.1.1-09]
175     - Add colons to labels and fix text when table is empty in panel [tonyc 7950]
176    
177     * Wed Apr 2 2003 Michael Soulier <msoulier@e-smith.com>
178     - [0.1.1-08]
179     - Added french lexicon for creating a port-forwarding rule. [msoulier 7284]
180    
181     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
182     - [0.1.1-07]
183     - Delete stray fr nav bar lexicon entries [gordonr 7926]
184    
185     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
186     - [0.1.1-06]
187     - Added french lexicon for security, so it shows up in the right spot
188     on the menu panel. [msoulier 7284]
189    
190     * Tue Apr 1 2003 Michael Soulier <msoulier@e-smith.com>
191     - [0.1.1-05]
192     - Added proper styling to the tables. [msoulier 7284]
193     - Added spacing around table elements. [msoulier 7284]
194     - Put a 6.0 look on the buttons on the summary page. [msoulier 7284]
195     - Removed the button-like style from the remove links. [msoulier 7284]
196    
197     * Fri Mar 28 2003 Michael Soulier <msoulier@e-smith.com>
198     - [0.1.1-04]
199     - Added proper styles to make links that behave like buttons,
200     look like buttons, for 6.0. [msoulier 7284]
201    
202     * Fri Mar 28 2003 Michael Soulier <msoulier@e-smith.com>
203     - [0.1.1-03]
204     - Fixed a couple of typos in the english lexicon. [msoulier 7284]
205     - Included the french lexicon. [msoulier 7284]
206    
207     * Tue Mar 25 2003 Michael Soulier <msoulier@e-smith.com>
208     - [0.1.1-02]
209     - Portforwarding still had problems, fixed here. [msoulier 7284]
210    
211     * Tue Mar 25 2003 Michael Soulier <msoulier@e-smith.com>
212     - [0.1.1-01]
213     - Modified to work with new e-smith-packetfilter changes for 6.0
214     [msoulier 7284]
215     - Note: This breaks backwards-compatibility with 5.6.
216    
217     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
218     - [0.1.0-33]
219     - Modified port forwarding panel order [lijied 7356]
220    
221     * Thu Mar 13 2003 Lijie Deng <lijied@e-smith.com>
222     - [0.1.0-32]
223     - Split en-us lexicon from portwarding panel [lijied 4030]
224    
225     * Tue Mar 11 2003 Michael Soulier <msoulier@e-smith.com>
226     - [0.1.0-31]
227     - Finished patching the interface to take an empty dport. [msoulier 5645]
228    
229     * Mon Mar 10 2003 Michael Soulier <msoulier@e-smith.com>
230     - [0.1.0-30]
231     - Patched the masq fragments to accept an empty dport. [msoulier 5645]
232     - Patched the interface to accept an empty destination port.
233     [msoulier 5645]
234    
235     * Mon Mar 10 2003 Michael Soulier <msoulier@e-smith.com>
236     - [0.1.0-29]
237     - Tweaked the wording in the panel. [msoulier 5645]
238    
239     * Mon Mar 10 2003 Michael Soulier <msoulier@e-smith.com>
240     - [0.1.0-28]
241     - Additional tweaks to fix the iptables syntax and adjust the size of the
242     fields in the UI. [msoulier 5645]
243    
244     * Mon Mar 10 2003 Michael Soulier <msoulier@e-smith.com>
245     - [0.1.0-27]
246     - Adding support for a port range on source and destination ports.
247     [msoulier 5645]
248    
249     * Mon Mar 10 2003 Michael Soulier <msoulier@e-smith.com>
250     - [0.1.0-26]
251     - Updating dependencies. [msoulier 5645]
252    
253     * Mon Mar 10 2003 Michael Soulier <msoulier@e-smith.com>
254     - [0.1.0-25]
255     - Fixed bad removal which set all destination ports to the same port.
256     [msoulier 5645]
257    
258     * Mon Mar 10 2003 Michael Soulier <msoulier@e-smith.com>
259     - [0.1.0-24]
260     - Updated dependency information to make it use the backported
261     e-smith-packetfilter rpm for the 5.6 updates stream. [msoulier 5645]
262    
263     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
264     - [0.1.0-23]
265     - Modified panel order [lijied 7356]
266    
267     * Sun Feb 23 2003 Michael Soulier <msoulier@e-smith.com>
268     - [0.1.0-22]
269     - Backed-out the changes in 0.1.0-21. They're incompatible with
270     e-smith-packetfilter. We'll have to discuss this first. [msoulier 5696]
271    
272     * Sun Feb 23 2003 Michael Soulier <msoulier@e-smith.com>
273     - [0.1.0-21]
274     - Permitting port ranges instead of just single ports. [msoulier 5696]
275    
276     * Sun Jan 26 2003 Mike Dickson <miked@e-smith.com>
277     - [0.1.0-20]
278     - added ACTION to lexicon, and code to use it [miked 6363]
279    
280     * Sun Jan 26 2003 Mike Dickson <miked@e-smith.com>
281     - [0.1.0-19]
282     - backed out previous patch since it applied too many changes at once. I will
283     re-submit in manageable chunks
284    
285     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
286     - [0.1.0-18]
287     - added ACTION to lexicon [miked 6363]
288    
289     * Wed Dec 18 2002 Michael Soulier <msoulier@e-smith.com>
290     - [0.1.0-17]
291     - Added a feature to remove the "finished" page and cycle back to the start
292     page with a status message instead. [msoulier 5696]
293     - Found and fixed a bug permitting the addition of duplicate rules.
294    
295     * Mon Dec 16 2002 Michael Soulier <msoulier@e-smith.com>
296     - [0.1.0-16]
297     - Added a space between the two buttons on the summary panel.
298     [msoulier 5696]
299    
300     * Mon Dec 16 2002 Michael Soulier <msoulier@e-smith.com>
301     - [0.1.0-15]
302     - Fixed broken removal due to using the wrong variable set to repopulate the
303     db entry. [msoulier 5696]
304    
305     * Fri Dec 6 2002 Michael Soulier <msoulier@e-smith.com>
306     - [0.1.0-14]
307     - Fixed bad variable reference in test cases. [msoulier 5696]
308    
309     * Thu Dec 5 2002 Michael Soulier <msoulier@e-smith.com>
310     - [0.1.0-13]
311     - Added some test cases to portforwarding.pm. [msoulier 5696]
312    
313     * Fri Nov 29 2002 Michael Soulier <msoulier@e-smith.com>
314     - [0.1.0-12]
315     - Improved the IP address validation. [msoulier 5696]
316    
317     * Fri Nov 29 2002 Michael Soulier <msoulier@e-smith.com>
318     - [0.1.0-11]
319     - Made sure all messages are localised, and added better error handling.
320     [msoulier 5696]
321    
322     * Thu Nov 28 2002 Michael Soulier <msoulier@e-smith.com>
323     - [0.1.0-10]
324     - Updated to make use of changes to the packetfilter. Fixed the placement of
325     the udp portforwarding rules, and the spelling of "completely".
326     [msoulier 5696]
327    
328     * Wed Nov 27 2002 Michael Soulier <msoulier@e-smith.com>
329     - [0.1.0-09]
330     - Localised the summary table labels. [msoulier 5696]
331    
332     * Wed Nov 27 2002 Michael Soulier <msoulier@e-smith.com>
333     - [0.1.0-08]
334     - The destination host must be an IP address. Enforcing now.
335     [msoulier 5696]
336    
337     * Tue Nov 26 2002 Michael Soulier <msoulier@e-smith.com>
338     - [0.1.0-07]
339     - First working prototype. [msoulier 5696]
340    
341     * Mon Nov 25 2002 Michael Soulier <msoulier@e-smith.com>
342     - [0.1.0-06]
343     - Basic functionality present. Still need to add the ability to
344     delete rules, and display current rules. [msoulier 5696]
345    
346     * Fri Nov 22 2002 Michael Soulier <msoulier@e-smith.com>
347     - [0.1.0-05]
348     - Starting the FormMagick conversion of the panel. [msoulier 5696]
349    
350     * Thu Nov 21 2002 Charlie Brady <charlieb@e-smith.com>
351     - [0.1.0-04]
352     - Use "--list --numeric" to avoid DNS lookup delays. [charlieb 5645]
353    
354     * Mon Nov 11 2002 Charlie Brady <charlieb@e-smith.com>
355     - [0.1.0-03]
356     - Fix portforwarding rules to match DB format used by panel code -
357     which is $ip:[$dport], this allows forwarding to a port other than the
358     listen port [charlieb 5645].
359    
360     * Mon Nov 11 2002 Charlie Brady <charlieb@e-smith.com>
361     - [0.1.0-02]
362     - Convert to iptables, and conform to "masq adjust" way of doing things.
363     [charlieb 5645]
364    
365     * Mon Nov 11 2002 Charlie Brady <charlieb@e-smith.com>
366     - [0.1.0-01]
367     - Rolling to development stream to 0.1.0
368    
369     * Mon Nov 11 2002 Charlie Brady <charlieb@e-smith.com>
370     - [0.0.1-6]
371     - Renamed to e-smith-portforwarding.
372     - Imported into CVS as baseline for further development.
373    
374     * Sat Sep 21 2002 Darrell May <dmay@netsourced.com>
375     - updated 35SetPortFW to support dynamic external IP
376     - [0.0.1-5]
377     * Tue Jan 01 2002 Darrell May <dmay@netsourced.com>
378     - added Obsoletes: e-smith-ipportfw dmc-mitel-portfowarding
379     - [0.0.1-4]
380     * Tue Jan 01 2002 Darrell May <dmay@netsourced.com>
381     - fixed spelling in rpm name, now to dmc-mitel-portforwarding
382     - merged in e-smith-ipportfw-0.1.1-1.noarch.rpm
383     - [0.0.1-3]
384     * Mon Dec 31 2001 Darrell May <dmay@netsourced.com>
385     - added "Shad L. Lords" <lists@lordsfam.net>, e-smith-iportfw 35SetPortFW
386     - templates-custom fragment supporting dest port addresses
387     - updated portforwarding panel to match
388     - removed first/last portforward panel bug by adding return on Operation Status
389     - [0.0.1-2]
390     * Sun Dec 30 2001 Darrell May <dmay@netsourced.com>
391     - initial release
392     - [0.0.1-1]
393    
394     %prep
395     %setup
396 slords 1.2 %patch0 -p1
397 slords 1.1
398     %build
399     perl createlinks
400    
401     %install
402     rm -rf $RPM_BUILD_ROOT
403     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
404     rm -f e-smith-%{version}-filelist
405     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
406    
407 slords 1.3 for proto in tcp udp
408     do
409     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
410     touch $RPM_BUILD_ROOT/home/e-smith/db/portforward_$proto
411     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/portforward_$proto" \
412     >> %{name}-%{version}-filelist
413     done
414    
415 slords 1.1 %clean
416     rm -rf $RPM_BUILD_ROOT
417    
418     %files -f %{name}-%{version}-filelist
419    
420     %defattr(-,root,root)
421    
422     %pre
423    
424     %post
425    
426     %preun
427    
428     %postun

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