Changeset f1305f7 in freewrt


Ignore:
Timestamp:
Mar 25, 2007, 3:30:15 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
3bf1856
Parents:
8419f18
Message:

update to 2.4.1 from trunk

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2261 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/shorewall
Files:
11 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • package/shorewall/Makefile

    r8419f18 rf1305f7  
    88
    99PKG_NAME:=              shorewall
    10 PKG_VERSION:=           3.2.8
    11 PKG_RELEASE:=           2
    12 PKG_MD5SUM:=            d9e354b3f2670ceb021eea51419ff0e9
     10PKG_VERSION:=           3.4.1
     11PKG_RELEASE:=           1
     12PKG_MD5SUM:=            389a62170ad11c683ccaa6e2e071aff4
    1313PKG_INIT:=              45
    14 PKG_SOURCE_URL:=        http://www1.shorewall.net/pub/$(PKG_NAME)/3.2/$(PKG_NAME)-$(PKG_VERSION)
     14PKG_SOURCE_URL:=        http://www1.shorewall.net/pub/$(PKG_NAME)/3.4/$(PKG_NAME)-$(PKG_VERSION)
    1515PKG_SOURCE:=            ${PKG_NAME}-${PKG_VERSION}.tar.bz2
    1616
     
    2121$(WRKBUILD)/.built:
    2222        PREFIX="$(WRKINST)" $(WRKBUILD)/install.sh -n
     23       
     24        # remove configfiles folder
     25        ${RM} -R ${WRKINST}/usr/share/shorewall/configfiles
     26
    2327ifeq ($(FWRT_PACKAGE_SHOREWALL_STRIPCONF),y)
    2428        $(BASH) ./files/downstrip ${WRKINST}/etc/shorewall
     
    2630ifeq ($(FWRT_PACKAGE_SHOREWALL_STRIPSHARED),y)
    2731        $(BASH) ./files/downstrip ${WRKINST}/usr/share/shorewall
     32        ${BASH} ./files/downstrip ${WRKINST}/sbin
    2833        gzip -9 ${WRKINST}/usr/share/shorewall/*.template
    2934endif
     
    3742        install -m0755 ./files/shorewall.init ${IDIR_SHOREWALL}/etc/init.d/S${PKG_INIT}${PKG_NAME}
    3843        install -m0644 ${WRKINST}/etc/shorewall/* ${IDIR_SHOREWALL}/etc/shorewall/
    39         install -m0644 ${WRKINST}/usr/share/shorewall/Limit ${IDIR_SHOREWALL}/usr/share/shorewall
    4044        install -m0644 ${WRKINST}/usr/share/shorewall/actions.std ${IDIR_SHOREWALL}/usr/share/shorewall
    4145        install -m0644 ${WRKINST}/usr/share/shorewall/configpath ${IDIR_SHOREWALL}/usr/share/shorewall
     
    4650        install -m0644 ${WRKINST}/usr/share/shorewall/macro.* ${IDIR_SHOREWALL}/usr/share/shorewall
    4751        install -m0644 ${WRKINST}/usr/share/shorewall/prog.* ${IDIR_SHOREWALL}/usr/share/shorewall
     52        install -m0644 ${WRKINST}/usr/share/shorewall/lib.* ${IDIR_SHOREWALL}/usr/share/shorewall
    4853        install -m0755 ${WRKINST}/usr/share/shorewall/compiler ${IDIR_SHOREWALL}/usr/share/shorewall
    4954        install -m0755 ${WRKINST}/usr/share/shorewall/firewall ${IDIR_SHOREWALL}/usr/share/shorewall
    5055        install -m0755 ${WRKINST}/usr/share/shorewall/functions ${IDIR_SHOREWALL}/usr/share/shorewall
    51         install -m0755 ${WRKINST}/usr/share/shorewall/help ${IDIR_SHOREWALL}/usr/share/shorewall
     56        install -m0755 ${WRKINST}/usr/share/shorewall/wait4ifup ${IDIR_SHOREWALL}/usr/share/shorewall
    5257        install -m0755 ${WRKINST}/sbin/shorewall ${IDIR_SHOREWALL}/sbin
    5358        $(RSTRIP) $(IDIR_SHOREWALL)
Note: See TracChangeset for help on using the changeset viewer.