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

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

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

Revision 1.5 by bytegw, Thu Nov 8 22:31:28 2007 UTC Revision 1.16 by snetram, Thu Mar 11 16:06:25 2010 UTC
# Line 1  Line 1 
1    # $Id: e-smith-portforwarding.spec,v 1.15 2010/03/09 19:02:49 snetram Exp $
2    
3  Summary: portforwarding panel for SME Server  Summary: portforwarding panel for SME Server
4  %define name e-smith-portforwarding  %define name e-smith-portforwarding
5  Name: %{name}  Name: %{name}
6  %define version 1.2.0  %define version 2.2.0
7  %define release 6  %define release 6
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
13  Patch0: e-smith-portforwarding-1.2.0-migratedb.patch  Patch1: e-smith-portforwarding-2.2.0-AllowHosts.patch
14  Patch1: e-smith-portforwarding-1.2.0-forward_to_localhost.patch  Patch2: e-smith-portforwarding-2.2.0-AllowHosts.patch2
15    Patch3: e-smith-portforwarding-2.2.0-fwd2local_serveronly.patch
16    Patch4: e-smith-portforwarding-2.2.0-filter-source-address.patch
17    Patch5: e-smith-portforwarding-2.2.0-filter-source-address2.patch
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  BuildArchitectures: noarch  BuildArchitectures: noarch
20  Requires: e-smith-base  Requires: e-smith-base
21  Requires: e-smith-packetfilter >= 1.13.0-13  Requires: e-smith-packetfilter >= 1.13.0-13
22  Requires: e-smith-lib >= 1.15.1-19  Requires: e-smith-lib >= 1.15.1-19
23    Requires: e-smith-formmagick >= 1.4.0-12
24  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
25  Obsoletes: e-smith-ipportfw dmc-mitel-portforwarding  Obsoletes: e-smith-ipportfw dmc-mitel-portforwarding
26  AutoReqProv: no  AutoReqProv: no
# Line 23  AutoReqProv: no Line 29  AutoReqProv: no
29  Adds a Port Forwarding panel to the SME server-manager.  Adds a Port Forwarding panel to the SME server-manager.
30    
31  %changelog  %changelog
32    * Thu Mar 11 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
33    - Fix missing space cuasing errors parsing the iptables rules [SME: 2379]
34    
35    * Tue Mar 9 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
36    - Rework 91adjustPortForward template fragment [SME: 2379]
37    
38    * Tue Dec 15 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme
39    - Enable port forwards to localhost if mode is serveronly [SME: 1003]
40    
41    * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3.sme
42    - Adjust xml entry in locale [SME: 2379]
43    
44    * Mon Oct 19 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-2.sme
45    - Add option to limit port forwards from source ip [SME: 2379]
46    
47    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
48    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
49    
50    * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9
51    - Add common <base> tags to e-smith-formmagick's general [SME: 4282]
52    
53    * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-8
54    - Remove <base> tags now in general [SME: 3913]
55    
56    * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-7
57    - Remove duplicate <base> entries [SME: 3888]
58    
59  * Thu Nov 08 2007 Gavin Weight<gweight@mail.com> 1.2.0-6  * Thu Nov 08 2007 Gavin Weight<gweight@mail.com> 1.2.0-6
60  - Remove/Fix portforwarding.pm.orig file. [SME: 3526]  - Remove/Fix portforwarding.pm.orig file. [SME: 3526]
61    
# Line 390  Adds a Port Forwarding panel to the SME Line 423  Adds a Port Forwarding panel to the SME
423  - merged in e-smith-ipportfw-0.1.1-1.noarch.rpm  - merged in e-smith-ipportfw-0.1.1-1.noarch.rpm
424  - [0.0.1-3]  - [0.0.1-3]
425  * Mon Dec 31 2001 Darrell May <dmay@netsourced.com>  * Mon Dec 31 2001 Darrell May <dmay@netsourced.com>
426  - added "Shad L. Lords" <lists@lordsfam.net>, e-smith-iportfw 35SetPortFW  - added "Shad L. Lords" <slords@mail.com>, e-smith-iportfw 35SetPortFW
427  - templates-custom fragment supporting dest port addresses  - templates-custom fragment supporting dest port addresses
428  - updated portforwarding panel to match  - updated portforwarding panel to match
429  - removed first/last portforward panel bug by adding return on Operation Status  - removed first/last portforward panel bug by adding return on Operation Status
# Line 401  Adds a Port Forwarding panel to the SME Line 434  Adds a Port Forwarding panel to the SME
434    
435  %prep  %prep
436  %setup  %setup
 %patch0 -p1  
437  %patch1 -p1  %patch1 -p1
438    %patch2 -p1
439    %patch3 -p1
440    %patch4 -p1
441    %patch5 -p1
442    
443  %build  %build
444  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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