Update of /cvsroot/leaf/src/The_UnNamed_One/apps/6wall
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4609

Added Files:
        6wall-1.0.3.tar.gz buildtool.cfg buildtool.mk 
Log Message:
two small fixes in /usr/share/6wall/firewall to start with a 2.6 kernel and 
load the modules
removed three modules which don't exist in 2.6 from /etc/modules6


--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
        Server = cvs-sourceforge
        Revision=HEAD
        Directory = 6wall
</File>

<File 6wall-1.0.3.tar.gz>
        Server = cvs-sourceforge
        Revision=HEAD
        Directory = 6wall
        Envname = 6WALL_SOURCE
</File>

<Package>
        <6wall>
                Version 1.0.3
                Revision = 1

                Help <<EOF
                IPv6 Firewall, based on Shoreline Firewall (Shorewall)
                See: http://www.shorewall.net
                Requires: ip6table.lrp
                LEAF package by __PACKAGER__, __BUILDDATE__
                EOF

                <Permissions>
                        Files = 644
                        Directories = 755
                </Permissions>

                <Owner>
                        Files = root:root
                        Directories = root:root
                </Owner>

                <Contents>

                        <File>
                                Filename    = etc/init.d/6wall
                                Source      = etc/init.d/6wall
                                Type        = binary
                                Permissions = 755
                        </File>

                        <File>
                                Filename    = etc/6wall
                                Type        = local
                        </File>

                        <File>
                                Filename    = etc/6wall/params6
                                Source      = etc/6wall/params6
                                Description = Params    Assign parameter values
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/zones6
                                Source      = etc/6wall/zones6
                                Description = Zones     Partition the network 
into Zones
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/interfaces6
                                Source      = etc/6wall/interfaces6
                                Description = Ifaces    6wall Networking 
Interfaces
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/hosts6
                                Source      = etc/6wall/hosts6
                                Description = Hosts     Define specific zones
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/policy6
                                Source      = etc/6wall/policy6
                                Description = Policy    Firewall high-level 
policy
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/rules6
                                Source      = etc/6wall/rules6
                                Description = Rules     Exceptions to policy
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/maclist6
                                Source      = etc/6wall/maclist6
                                Description = Maclist   MAC verification
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/routestopped6
                                Source      = etc/6wall/routestopped6
                                Description = Stopped   Hosts admitted after 
'6wall stop'
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/6wall.conf
                                Source      = etc/6wall/6wall.conf
                                Description = Config    6wall Global Parameters
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/modules6
                                Source      = etc/6wall/modules6
                                Description = Modules   Netfilter modules to 
load
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/blacklist6
                                Source      = etc/6wall/blacklist6
                                Description = Blacklist Blacklisted hosts
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/sitelocal
                                Source      = etc/6wall/sitelocal
                                Description = SiteLocal Defines 'nositelocal' 
interface option
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/common6.def
                                Source      = etc/6wall/common6.def
                                Description = Common    Common rules
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/init6
                                Source      = etc/6wall/init6
                                Description = Init      Commands executed 
before [re]start
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/start6
                                Source      = etc/6wall/start6
                                Description = Start     Commands executed after 
[re]start
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/stop6
                                Source      = etc/6wall/stop6
                                Description = Stop      Commands executed 
before stop
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = etc/6wall/stopped6
                                Source      = etc/6wall/stopped6
                                Description = Stopped   Commands executed after 
stop
                                Type        = binary
                                Type        = conf
                        </File>

                        <File>
                                Filename    = sbin/6wall
                                Source      = sbin/6wall
                                Type        = binary
                                Permissions = 755
                        </File>

                        <File>
                                Filename    = usr/share/6wall/firewall
                                Source      = usr/share/6wall/firewall
                                Type        = binary
                                Permissions = 755
                        </File>

                        <File>
                                Filename    = usr/share/6wall/functions
                                Source      = usr/share/6wall/functions
                                Type        = binary
                        </File>

                        <File>
                                Filename    = usr/share/6wall/version
                                Target      = var/lib/lrpkg/6wall.version
                                Type        = link
                        </File>
                </Contents>
        </6wall>
</Package>

--- NEW FILE: buildtool.mk ---
######################################
#
# buildtool make file for 6wall
#
######################################

include $(MASTERMAKEFILE)

6WALL_DIR:=6wall-1.0.3


$(6WALL_DIR)/.source:
        zcat $(6WALL_SOURCE) | tar -xvf -
        touch $(6WALL_DIR)/.source      

source: $(6WALL_DIR)/.source


$(6WALL_DIR)/.configured: $(6WALL_DIR)/.source
        touch $(6WALL_DIR)/.configured


$(6WALL_DIR)/.build: $(6WALL_DIR)/.configured
        mkdir -p $(BT_STAGING_DIR)/etc
        mkdir -p $(BT_STAGING_DIR)/etc/6wall
        mkdir -p $(BT_STAGING_DIR)/etc/init.d
        mkdir -p $(BT_STAGING_DIR)/sbin
        mkdir -p $(BT_STAGING_DIR)/usr
        mkdir -p $(BT_STAGING_DIR)/usr/share
        mkdir -p $(BT_STAGING_DIR)/usr/share/6wall
        cp -a -f $(6WALL_DIR)/etc/6wall/* $(BT_STAGING_DIR)/etc/6wall
        cp -a -f $(6WALL_DIR)/etc/init.d/6wall 
$(BT_STAGING_DIR)/etc/init.d/6wall
        cp -a -f $(6WALL_DIR)/sbin/6wall $(BT_STAGING_DIR)/sbin/6wall
        cp -a -f $(6WALL_DIR)/usr/share/6wall/* 
$(BT_STAGING_DIR)/usr/share/6wall
        touch $(6WALL_DIR)/.build


build: $(6WALL_DIR)/.build


clean:
        make -C $(6WALL_DIR) clean
        rm -rf $(BT_STAGING_DIR)/etc/6wall
        rm -rf $(BT_STAGING_DIR)/etc/init.d/6wall
        rm -rf $(BT_STAGING_DIR)/sbin/6wall
        rm -rf $(BT_STAGING_DIR)/usr/share/6wall
        rm -f $(6WALL_DIR)/.build
        rm -f $(6WALL_DIR)/.configured


srcclean: clean
        rm -rf $(6WALL_DIR)
        rm -f $(6WALL_DIR)/.source




--- NEW FILE: 6wall-1.0.3.tar.gz ---
(This appears to be a binary file; contents omitted.)


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to